/**
 * Theme Name:     primdog
 * Author:         One Pix Group
 * Author URI:
 * Description:     Theme for wordpess multishop's
 * Version: 1.1.52
**/
@font-face {
    font-family: 'Plex';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/plex.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-display: swap;
}


/* ibm-plex-serif-regular - latin */

@font-face {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ibm-plex-serif-v9-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('IBM Plex Serif'), local('IBMPlexSerif'), url('fonts/ibm-plex-serif-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/ibm-plex-serif-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/ibm-plex-serif-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/ibm-plex-serif-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/ibm-plex-serif-v9-latin-regular.svg#IBMPlexSerif') format('svg');
    /* Legacy iOS */
    font-display: swap;
}


/* ibm-plex-serif-700 - latin */

@font-face {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/ibm-plex-serif-v9-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('IBM Plex Serif Bold'), local('IBMPlexSerif-Bold'), url('fonts/ibm-plex-serif-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/ibm-plex-serif-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/ibm-plex-serif-v9-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/ibm-plex-serif-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/ibm-plex-serif-v9-latin-700.svg#IBMPlexSerif') format('svg');
    /* Legacy iOS */
    font-display: swap;
}


/* ibm-plex-sans-regular - latin */

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ibm-plex-sans-v8-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('IBM Plex Sans'), local('IBMPlexSans'), url('fonts/ibm-plex-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/ibm-plex-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/ibm-plex-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/ibm-plex-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/ibm-plex-sans-v8-latin-regular.svg#IBMPlexSans') format('svg');
    /* Legacy iOS */
    font-display: swap;
}


/* ibm-plex-sans-700 - latin */

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/ibm-plex-sans-v8-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url('fonts/ibm-plex-sans-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/ibm-plex-sans-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/ibm-plex-sans-v8-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/ibm-plex-sans-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/ibm-plex-sans-v8-latin-700.svg#IBMPlexSans') format('svg');
    /* Legacy iOS */
    font-display: swap;
}


/*--------------------basic rules----------------------------*/

body {
    font-family: IBM Plex Sans, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

b {
    font-weight: bold;
}

ol {
    list-style: disc;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
    margin-left: 18px;
}

/*--------------------header---------------------------------*/

header {
    max-width: 1250px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(43, 60, 93, 0.1);
    margin: 0 auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

header .container {
    padding-top: 10px;
}

.header_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 916px) {
	.header-menu {
		display: flex!important;
		flex-wrap: wrap!important;
		align-items: center;
		justify-content: space-around;
		list-style: none;
	}
}

.header-menu-item,
.header-menu li {
    margin-right: 47px;
}

.header-menu-item:last-child,
.header-menu li:last-child {
    margin-right: 0;
}

.header-menu-link,
.header-menu li a {
    color: black;
    text-decoration: none;
}

.header-menu-link:hover,
.header-menu li a:hover {
    cursor: pointer;
    color: #ff7400;
    transition: color .6s;
}

header .price {
    font-family: IBM Plex Serif, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    color: #219653;
    padding: 15px 20px;
}

header .count {
    margin-right: 20px;
}

.header-search .search-field {
    background-image: url(img/searcrh.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 8px 53px;
    background-color: #F8F8F8;
    border: 1px solid rgba(8, 59, 102, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
}

.header-search .search-field::placeholder {
    color: #083B66;
    opacity: 0.4;
}

.cart_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #FFFFFF;
    border: 1px solid rgba(8, 59, 102, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
}


/*--------------------slider-section---------------------*/

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 1300px !important;
    margin: 0 auto;
    box-shadow: 0px 2px 20px rgba(43, 60, 93, 0.1);
}

.slider-action {
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #083B66;
    justify-content: center;
    margin-top: 53px;
    margin-bottom: 26px;
}

.slider-name {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 55px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #083B66;
    max-width: 478px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.owl-carousel .item {
    position: relative;
    padding: 20px 0;
}

.slider-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90.15deg, rgba(255, 255, 255, 0) 0.14%, rgba(255, 255, 255, 0.57) 30.79%, rgba(255, 255, 255, 0.57) 66.63%, rgba(255, 255, 255, 0) 99.88%);
}

.slider-additional-info {
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    color: #219653;
    text-align: center;
    margin-bottom: 42px;
}

.slider-button_wrapper {
    text-align: center;
}

.slider-button {
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    color: #F8F8F8;
    background: #083B66;
    border: 1px solid rgba(8, 59, 102, 0.2);
    border-radius: 4px;
    padding: 15px 70px;
    text-decoration: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #083B66;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: transparent;
    border: 1px solid #083B66;
}


/*-----------------featured products-------------------*/

.featured,
.categories {
    background: #F8F8F8;
}

.featured-title,
.categories-title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #083B66;
    padding-top: 70px;
    padding-bottom: 90px;
}

.product_wrapper a {
    text-decoration: none;
    color: black;
}

.product-name {
    font-size: 16px;
    line-height: 21px;
}

.featured-price {
    font-family: IBM Plex Serif, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #219653;
}

.featured-products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(43, 60, 93, 0.1);
    padding: 13px;
    margin-bottom: 70px;
}

.product-name-wrapper {
    max-width: 191px;
    text-align: center;
    margin-bottom: 15px;
}

.product-img {
    margin-bottom: 15px;
}

.product-price {
    margin-bottom: 10px;
    display: inline-block;
}

.discount {
    font-family: IBM Plex Serif, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-decoration-line: line-through;
    color: #EB5757;
    margin-left: 20px;
}


/*-----------------categories section-------------------*/

section.categories {
    padding-bottom: 25px;
    padding-left: 4px;
    padding-right: 4px;
}

.categories-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.category-item {
    background: #FFFFFF;
    border: 1px solid rgba(8, 59, 102, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.category-img {
    margin-top: 34px;
    margin-bottom: 34px;
}

.category-name-wrapper {
    max-width: 200px;
    color: #083B66;
    text-align: center;
    margin-bottom: 40px;
}


/*-------------footer--------------------------------*/

footer {
    background: #083B66;
    padding-top: 80px;
}

.footer-menu-link,
.footer-menu-2 a {
    line-height: 20px;
    color: #F8F8F8;
    opacity: 0.6;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.footer_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*padding-bottom: 90px;*/
}

.footer-menu-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #F8F8F8;
}

.footer-menu-title-wrapper {
    margin-bottom: 16px;
}

.footer-logo {
    /*margin-bottom: 32px;
    margin-top: -8px;
    margin-left: -21px;
    margin-right: 21px;*/
    margin: 0;
}

.footer-menu-4 .footer-menu-link {
    margin-left: 15px;
}

ul.footer-menu-4 {
    padding-left: 15px;
}

.half_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.half_wrapper:first-child {
    border-right: 1px solid rgba(248, 248, 248, 0.2);
}


/*------------------------media queries--------------*/


@media (min-width: 578px) and (max-width: 1240px) {
.container {
	margin-left: 20px;
	margin-right: 20px;
}
}

@media (max-width: 915px) {
    .featured-products {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .product_wrapper {
        width: 31%;
    }
    .header-search,
    .header-menu {
        display: none;
    }
    #toogle-menu {
        display: block;
    }
    .header-logo_wrapper {
        order: 3;
        /*width: 33%;*/
        text-align: center;
    }
    .header-menu_wrapper {
        order: 1;
        width: 33%;
    }
    .right_wrapper {
        order: 4;
        /*width: 33%;*/
        border: none;
    }
    ul.header-menu {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: white;
        z-index: 99999;
        width: 100%;
        text-align: center;
    }
    .header-menu-item,
    .header-menu li {
        margin-right: 0;
        margin: 10px auto;
    }
}

@media (max-width: 768px) {
    .header-search,
    .header-menu {
        display: none;
    }
    .slider-action {
        margin-top: 25px;
    }
}

@media (min-width: 911px) {
    #toogle-menu {
        display: none;
    }
    div.slick-active a img {
        max-height: 460px !important;
    }
    .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
        max-height: 573px !important;
        z-index: 0;
    }
}

@media (max-width: 680px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: auto;
    }
    .owl-carousel .item {
        padding: 10px 10px 0;
    }
    .slider-action {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .slider-name {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 5px;
    }
    .slider-button {
        font-size: 14px;
        padding: 8px 50px;
    }
    .slider-additional-info {
        margin-bottom: 15px;
    }
    .product_wrapper {
        width: auto;
    }
    .categories-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .category-img {
        margin-bottom: 15px;
    }
    .category-name-wrapper {
        max-width: 148px;
        margin-bottom: 22px;
    }
    .footer_wrapper {
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }
    .half_wrapper,
    .half_wrapper:first-child {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-right: none;
    }
    ul.footer-menu-2 {
        text-align: center;
    }
    .footer-menu-link,
    .footer-menu-2 a {
        font-size: 13px;
    }
    .footer-menu-title-wrapper {
        margin-bottom: 16px;
        text-align: center;
        margin-top: 16px;
    }
    footer {
        padding-top: 0;
    }
    .footer-menu-title-wrapper {
        text-align: center;
        font-size: 13px;
    }
    .column1,
    .column2,
    .column3 {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(248, 248, 248, 0.2);
        padding-bottom: 30px;
    }
    .cart_wrapper {
        border: none;
    }
    .cart_wrapper .price {
        font-size: 13px;
    }
    .footer-logo {
        margin: 0 auto;
    }
}

@media (max-width: 470px) {
    .product-name {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }
    .featured-price {
        font-size: 19px;
        line-height: 27px;
    }
    .featured-products {
        display: grid;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        align-items: start;
    }
    img.product-pic {
        width: 120px;
    }
    img.header-logo-pic {
        max-width: 148px;
    }
    img.mini-cart-img {
        width: 25px;
    }
    header .count {
        margin-right: 0;
    }
    .product_wrapper {
        padding: 4px;
        margin-bottom: 0;
    }
    .discount {
        font-size: 14px;
        margin-left: 0;
    }
    .category-name-wrapper {
        font-size: 13px;
        line-height: 17px;
        max-width: 148px;
    }
    .product_wrapper:nth-child(3) {
        margin-bottom: 4px;
    }
    .featured-title,
    .categories-title {
        padding-bottom: 40px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-bottom: 10px;
    }
}


/*------------------temporary styles for hide unused content----------------------*/

.footer-menu-1-wrapper,
.currency-select-wrapper {
    display: none;
}

.header-logo_wrapper,
.footer-logo {
    max-width: 148px;
}


/*-----------------------woocommerce styles--------------------*/

.container.product-details-wrapper {
    margin-right: auto;
    margin-left: auto;	
}
@media (min-width: 689px) and (max-width: 1200px) {
	.container.product-details-wrapper {
		padding-right: 2.2em;
		padding-left: 2.2em;
		margin-right: auto;
		margin-left: auto;
}
}


@media (min-width: 993px) {
    .woo-product-gallery-slider.wpgs--with-images.images {
        float: left;
        width: 39.1304347826%;
        margin-right: 8.347826087%;
        margin-bottom: 1em;
    }
    .summary.entry-summary {
        position: relative;
        width: 46%;
        margin-right: 5%;
        float: left;
    }
}

button.single_add_to_cart_button.button.alt {
    color: #F8F8F8;
    background: #083B66;
    border: 1px solid rgba(8, 59, 102, 0.2);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 15px 70px;
    font-weight: bold;
    font-size: 18px;
    padding: 6px;
    margin-left: 45px;
}

span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 600;
}

p.price del {
    color: #EB5757;
}

body.single-product div.product form.cart {
    margin-top: 10px;
}

body .price ins,
body .summary .yith-wcwl-add-to-wishlist a:before,
body ul.products li.product .yith-wcwl-wishlistexistsbrowse a:before,
body ul.products li.product .yith-wcwl-wishlistaddedbrowse a:before,
body .summary .button-wrapper.shoptimizer-size-guide a:before,
body ul.products li.product .yith-wcwl-add-button a:before,
body .widget-area .widget.widget_categories a:hover,
#secondary .widget ul li a:hover,
.widget-area .widget li.chosen a,
.widget-area .widget a:hover,
#secondary .widget_recent_comments ul li a:hover,
body .woocommerce-pagination .page-numbers li .page-numbers.current,
body.single-product div.product p.price,
body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight>a,
body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight>a:hover,
body #secondary .widget ins span.amount,
body #secondary .widget ins span.amount span,
.search-results article h2 a:hover {
    color: #219653 !important;
}

.product-details-wrapper h1.product_title.entry-title {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 10px;
}

.product-details-wrapper p.price {
    margin-bottom: 10px;
    color: #219653;
}


@media (max-width: 992px) {
    #comments > .woocommerce-pagination .page-numbers {
        text-align: center;
        margin-right: 0px;
    }
}

@media (min-width: 1025px) {
.woocommerce ul.products {
	margin: 0 0.28em 1em;
}
}
@media (min-width: 600px) and (max-width: 1024px) {
.woocommerce ul.products {
	margin: 0 0.138em 1em;
}
}
@media (max-width: 600px) {
.woocommerce ul.products {
	margin: 0 0 1em;
}
}

.summary.entry-summary p.stock {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
    font-size: 20px;
    padding-top: 6px;
    line-height: 24px;
}

p.stock.in-stock {
    color: #083B66;
}


/*.product-details-wrapper form.cart {

    display: flex;
}*/

.product .cart .quantity .input-text {
    width: 50px;
    height: 58px;
    padding: .5rem;
    border: 1px solid #e2e2e2;
    background: 0 0;
    background-color: #fff;
    box-shadow: none;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
}

#tab-description p,
#tab-description .descriptions__content.cw-tabs__content--left {
    font-size: 20px;
    line-height: 32px;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin-left: 0;
}

li.product img {
    display: block;
    width: 100%;
    margin: 0 auto 1.2em;
}

.content-area ul.products li.product .woocommerce-loop-product__title,
.content-area ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2 {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    color: black;
    text-align: center;
    text-decoration: none;
    min-height: 82px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}


/*.star-rating, .woocommerce-product-rating {
    display: none;
}*/

.products.columns-3 a.add_to_cart_button,
ul.tabs.wc-tabs {
    display: none;
}

span.price {
    color: #219653;
}

.container-for-tabs {
    float: left;
}

.product_meta {
    margin-top: 20px;
}

.product_meta a {
    color: #083B66;
}

li#woocommerce_product_search-2 {
    list-style: none;
    margin-left: -110px;
}

#tab-reviews {
    display: block !important;
}

div#tab-description strong {
    font-weight: bold;
}

div#tab-description ul {
    list-style: disc;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

div#tab-description img {
    margin-top: 20px;
    margin-bottom: 20px;
}

li.product:hover img {
    transform: scale(.98);
}

li.product img {
    transition: all .2s ease-in-out;
}

li#woocommerce_products-3 {
    list-style: none;
}

h2.widgettitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #F8F8F8;
    margin-bottom: 32px;
}

.product_list_widget li a {
    line-height: 34px;
    color: #F8F8F8;
    opacity: 0.6;
    text-decoration: none;
}

.product_list_widget {
    color: #219653;
}

@media (min-width: 993px) {
    ul.columns-3 li.product {
        float: left;
        width: 30.4347826087%;
        margin-right: auto;
        text-align: center;
    }
    div#tab-description h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    h2.widgettitle {
        margin-bottom: 32px;
        margin-top: 37px;
        text-align: center;
    }
    .wpgs-for .slick-arrow:first-child {
        left: 0;
    }
    h1.product_title.entry-title {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 28px !important;
    }
    .product-details-wrapper p.price {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .product-details-wrapper form.cart {
        justify-content: center;
    }
    .product_meta {
        margin-bottom: 40px;
    }
	.minicart-subtotal {
		float: left;
	}
    /*button.single_add_to_cart_button.button.alt {
        padding: 15px 50px;
    }*/
}

.footer-menu-2,
.custom_html-4,
.custom-html-widget ul,
.column3 li,
li#wmc_widget-3,
.column4 #block-2,
.column4 #block-3, .column4 .widget_block {
    list-style: none;
}


/*19 11 variations*/

body.single-product div.product form.cart.variations_form {
    padding-top: 0;
}

body.single-product div.product table.variations {
    margin: 0;
}

div.product table.variations td,
div.product table.variations th {
    display: list-item;
    padding: 0;
    background-color: transparent;
    list-style: none;
}

.variations label {
    display: block;
    margin-bottom: 6px;
    color: #222;
    font-size: 15px;
    font-weight: 400;
}

div.product table.variations .value {
    margin-bottom: .8em;
}

div.product table.variations select {
    background-color: #fff;
    font-size: 15px;
}

.variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.variable-items-wrapper .variable-item.button-variable-item {
    width: auto;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    text-align: center;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .9);
    border-radius: 2px;
}

.variable-items-wrapper .wvs-has-image-tooltip:before,
.variable-items-wrapper [data-wvstooltip]:before {
    margin-bottom: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(51, 51, 51, .9);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.variable-items-wrapper [data-wvstooltip]:before {
    min-width: 100px;
    content: attr(data-wvstooltip);
}

.variable-items-wrapper .wvs-has-image-tooltip:after,
.variable-items-wrapper .wvs-has-image-tooltip:before,
.variable-items-wrapper [data-wvstooltip]:after,
.variable-items-wrapper [data-wvstooltip]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    box-sizing: inherit;
    position: absolute;
    bottom: 130%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
    transition: opacity .3s linear, bottom .3s linear;
}

.variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    padding: 5px 10px;
}

.variable-items-wrapper .variable-item span {
    pointer-events: none;
}

.button-variable-item span {
    font-size: 16px;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
}

.variable-items-wrapper .variable-item {
    border-radius: 2px;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    padding: 2px;
    margin: 4px 8px 4px 0;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: block;
    margin-top: 20px;
}

.quantity,
single_add_to_cart_button button alt {
    display: inline-block;
    position: relative;
}

body a.reset_variations {
    margin-left: 0;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    font-size: 15px;
    line-height: 19px;
}

.product-details-wrapper form.variations_form.cart.wvs-loaded {
    margin-top: 10px;
    display: block;
}

body .price del {
    color: #eb5757;
    margin-left: 0;
}


/*     06 01   I change tabs.php "</div></div>" before <div class="container-for-tabs">*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
section.categories ul.products li.product {
    background-color: rgb(255, 255, 255);
    /*margin-bottom: 0px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top:35px;*/
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
ul.products li.product .price .amount,
.related.products ul.products li.product .price {
    color: #219653;
    font-family: 'Plex', serif;
    font-size: 21px;
}
html[lang="de-CH"] ul.products li.product .price .amount,
html[lang="de-CH"] .related.products ul.products li.product .price {
    font-size: 19px;
	line-height: 1.2;
}
html[lang="en-AU"] ul.products li.product .price .amount {
	line-height: 1.2;
}

.categories ul.products li.product .price {
    display: block;
}

.woocommerce ul.products li.product .price,
.categories ul.products li.product .price {
    margin-bottom: 16px;
    line-height: 26px;
}
html[lang="en-CA"] .categories ul.products li.product .price,
html[lang="en-AU"] .categories ul.products li.product .price,
html[lang="en-NZ"] .categories ul.products li.product .price
{
    display: block!important;
    text-align: center;
    line-height: 18px;
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
@media (min-width: 993px) and (max-width: 1280px) {
html[lang="en-CA"] .categories ul.products li.product .price {
	margin-left: 2px;
    margin-right: 2px;
	display: grid;
	line-height: 22px;
}
}

.related.products ul.products li.product .price {
    margin-bottom: 16px;
    display: block;
}

.woocommerce ul.products li.product .price,
.related.products ul.products li.product .price {
    font-family: plex, serif;
    text-align: center;
    line-height: 18px;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del span,
ul.products li.product .price del .amount {
    opacity: 1;
    color: #eb5757 !important;
}

body .price ins {
    text-decoration: none;
}

ul.products li.product .price ins {
    /* float: left;*/
}

@media (min-width: 993px) {
.related.products {
    padding-right: 2.617924em!important;
    padding-left: 2.617924em!important;
    margin-right: auto;
    margin-left: auto;
}
}
@media (min-width: 578px) and (max-width: 993px) {
.related.products {
    padding-right: 1em!important;
    padding-left: 1em!important;
    margin-right: auto;
    margin-left: auto;
}

.related.products .columns-4.products li.product {
    float: left;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    width: 46%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
}
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
.product .cart .single_add_to_cart_button {
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    background-color: #1a73e8 !important;
    text-align: center;
    padding: .8em 0;
}

.categories .product .onsale {
    color: #1a73e8 !important;
    font-weight: 600;
}

.product-details-wrapper p.price,
.product-details-wrapper span.price {
    color: #1a73e8 !important;
}

.woocommerce-variation-price {
    margin-top: 15px;
    text-align: left;
    height: 24px;
}

.woocommerce-variation.single_variation {
    min-height: 24px;
}

.wcpa_form_outer {
    margin: 0;
}

.cart .single_add_to_cart_button {
    width: calc(100% - 100px);
    margin-left: 44px;
    height: 58px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    outline: 0;
    font-size: 18px;
}

.summary ins span.woocommerce-Price-amount.amount {
    font-size: 24px !important;
    font-weight: 600;
    color: #1a73e8 !important;
    margin-left: 5px;
}

body .summary .price del .woocommerce-Price-amount.amount {
    opacity: 1;
    font-size: 24px !important;
}

@media (min-width: 993px) {
    ul.products li.product.last {
        margin-right: 0 !important;
    }
    .related.products .columns-4.products li.product {
        float: left;
        margin: 0 3.6% 2.992em 0;
        padding: 0;
        position: relative;
        width: 22.122%;
        margin-left: 0;
        background-color: rgb(255, 255, 255);
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    div#tab-description p {
        font-size: 20px !important;
    }
	div#tab-description p.description_item_text,
	div#tab-description p.description-text	{
    font-size: 16px!important;
}
}

@media (min-width: 768px) and (max-width: 992px) {
    ul.products li.product .price ins,
    ul.products li.product .price del {
        /*margin-left: 20px;*/
    }
    .products.columns-4 del .woocommerce-Price-amount.amount {
        margin-right: 10px;
    }
    .products.columns-4 ins .woocommerce-Price-amount.amount {
        margin-left: 10px;
    }
	html[lang="de-CH"] .products.columns-4 del .woocommerce-Price-amount.amount {
        margin-right: 4px;
    }
    html[lang="de-CH"] .products.columns-4 ins .woocommerce-Price-amount.amount {
        margin-left: 4px;
    }
}

div.product-type-variable div.summary p.price {
    display: none !important;
}

div#tab-description,
div#tab-reviews {
    max-width: 960px;
    margin: 0 auto;
    display: block !important;
}

.container-for-tabs {
    float: none;
    background: white;
}

section.related.products {
    clear: both;
    max-width: 1170px;
    margin: 0 auto;
}

table.variations {
    width: 100%;
}


/*15 01 related products media sizes*/

.related.products ul.products.columns-4 li.product,
.woocommerce.columns-4 ul.products li.product,
.categories ul.products li.product {
    /*height: calc(100% + 0px);*/
	height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    margin-top: 1.8em;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    section.related.products ul.products li.product,
    .woocommerce.columns-4 ul.products li.product,
    .categories ul.products li.product {
	float: left;
    margin: 0 auto 0 auto;
    margin-bottom: 30px;
    position: relative;
    width: 46%;
    }
    section.related.products ul.products li.product:nth-child(odd),
    .main-navigation li.menu-item-product:nth-child(2n) {
        clear: left;
    }
    div.product table.variations td,
    div.product table.variations th {
        text-align: left;
    }
    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
        text-align: left;
    }
}

@media (max-width: 578px) {
    section.related.products,
    .woocommerce.columns-4 ul.products li.product,
    .categories ul.products li.product {
        padding-right: 10px!important;
        padding-left: 10px!important;
		margin-bottom: 10px!important;
    }
    section.related.products ul.products li.product,
    .upsells.products ul.products li.product,
    .woocommerce.columns-4 ul.products li.product,
    .categories ul.products li.product {
        margin: 0 auto 7px auto;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    section.related.products ul.products li.product,
    .woocommerce.columns-4 ul.products li.product,
    .categories ul.products li.product {
        min-height: 320px;
        width: 100%!important;
    }
    .related.products ul.products.columns-4 li.product,
    .woocommerce.columns-4 ul.products li.product,
    .categories ul.products li.product {
        margin-top: 0.5em;
    }
}


@media (min-width: 578px) and (max-width: 992px) {
	.woocommerce ul.products[class*=columns-] li.product {
	width: 48%;
    float: left;
    clear: both;
    margin: 0 auto 0 auto!important;
	margin-bottom: 16px!important;
}
}


/*15 01 customize cart page*/

.woocommerce-cart-form {
    width: 73%;
    float: left;
    margin-bottom: 0;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 25%;
    float: right;
}

body table.cart th.product-thumbnail,
body table.cart thead th,
.woocommerce table.shop_table th {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #eee;
    border-right: none;
    border-left: none;
    color: #111;
    font-weight: 500;
    white-space: nowrap;
}

body table.cart td,
body table.cart th {
    padding: 1em 0;
    color: #111;
    background-color: transparent;
    vertical-align: middle;
}

tr td.product-thumbnail {
    padding-right: 0px;
}

table.cart .product-thumbnail img {
    max-width: 60px;
    height: auto;
    margin: 0;
}

body table.shop_table_responsive tr td.product-name {
    width: 55%;
}

body table.cart td {
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
}

body table.cart td.product-name a {
    border: 0;
    color: #111;
    font-weight: 800;
    text-decoration: none;
}

body table.cart .product-price {
    margin-bottom: 0;
}

body table.cart span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 600;
}

body table.cart td.product-quantity .qty {
    width: 40px;
    padding: 8px;
    font-size: 14px;
    border: none;
    margin-right: -2px;
    background-color: #f8f8f8;
    box-shadow: none;
}

.cart_totals h2,
body.woocommerce-cart .woocommerce-breadcrumb,
.cart_totals2 h2 {
    display: none;
}

.cart_totals .shop_table {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    table-layout: fixed;
    background-color: #f9f9f9;
    font-size: 15px;
}

.cart_totals .shop_table {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    table-layout: fixed;
    background-color: #f9f9f9;
    font-size: 15px;
}

.cart_totals .shop_table tr.cart-subtotal td,
.cart_totals .shop_table tr.cart-subtotal th {
    border-bottom: 1px solid #e2e2e2;
    color: #111;
}

.wc-proceed-to-checkout {
    margin-bottom: 1.618em;
}

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

.cart_totals table tr.cart-subtotal th,
.cart_totals table tr.order-total th {
    background-color: transparent;
    font-weight: 400;
}

body .cart_totals table.shop_table_responsive tr td {
    text-align: right;
}

a.checkout-button.button.alt.wc-forward {
    width: 100%;
}

.single_variation_wrap .woocommerce-variation-description {
    display: none;
}

div.product table.variations tr:last-child .value {
    position: relative;
    margin-bottom: 0;
}

body a.reset_variations {
    position: absolute;
    top: -28px;
    right: 0;
    margin-left: 0;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    font-size: 15px;
    line-height: 19px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: transparent !important;
}


/*coupon*/

form.woocommerce-coupon-form {
    padding-top: 1.41575em;
}

form.woocommerce-coupon-form div.coupon button {
    margin-top: 0.8em;
    padding: 0 22px;
    color: #111;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    transition: all .2s;
}


/*end coupon*/

@media (min-width: 993px) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }
    table.shop_table_responsive tbody th,
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    .cart-collaterals .cart_totals,
    .cart-collaterals .shipping_calculator {
        float: right;
        width: 100%;
        margin: 0;
        clear: right;
    }
    .mobile-summary {
        display: none;
    }
}

.comment-respond input[type=submit] {
    color: #F8F8F8;
    background: #1a73e8 !important;
}

body,
h2,
p {
    text-align: left;
}

h1.page-title {
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #222;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
html[lang="de-AT"] h1.page-title {
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #222;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .categories .product .onsale {
        display: none;
    }
    .product .woocommerce-Price-amount.amount {
        font-size: 21px !important;
    }
html[lang="en-NZ"] .product .woocommerce-Price-amount.amount {
        font-size: 19px !important;
    }
    .woocommerce-tabs .entry-content p,
    p.create-account label,
    #tab-description p,
    #tab-description .descriptions__content.cw-tabs__content--left {
        font-size: 16px;
        line-height: 1.6;
    }
    .single-product .woocommerce-Tabs-panel,
    .woocommerce-Tabs-panel--description,
    .comment-respond {
        padding-right: 10px;
        padding-left: 10px;
    }
    .product-details-wrapper h1.product_title.entry-title,
    .entry-summary .woocommerce-product-rating {
        display: none;
    }
    .mobile-summary h2.product_title {
        margin-bottom: 0;
        font-weight: 700;
        letter-spacing: -.015em;
        font-size: 28px;
        padding-top: 10px;
        line-height: 39px;
    }
    .woocommerce-breadcrumb {
        display: none;
    }
    .woocommerce .cart-collaterals,
    body .woocommerce-cart-form {
        float: none;
        width: 100%;
    }
    table.shop_table_responsive thead {
        display: none;
    }
    table.shop_table_responsive.woocommerce-cart-form__contents tr td,
    table.shop_table_responsive tbody th,
    table.woocommerce-orders-table.shop_table_responsive tr td {
        display: table-cell;
    }
    body table.cart td.product-quantity .qty {
        display: block;
        margin-right: 0;
        font-size: 16px;
    }
    table.cart.woocommerce-cart-form__contents td.product-price,
    table.cart.woocommerce-cart-form__contents th.product-price,
    table.shop_table_responsive tr td:before,
    .call-back-feature,
    .main-navigation ul.products li.product .button,
    body.woocommerce-checkout.minimal-checkout header h1 {
        display: none;
    }
    span.woocommerce-Price-amount.amount {
        font-size: 18px !important;
    }
    .cart_totals .shop_table tr.cart-subtotal td,
    .cart_totals .shop_table tr.cart-subtotal th,
    .cart_totals .shop_table tr.order-total td,
    .cart_totals .shop_table tr.order-total th {
        display: table-cell;
        width: 50% !important;
    }
    .cart-subtotal th,
    .order-total th {
        float: left;
    }
    .cart-subtotal td,
    .order-total td {
        float: right;
    }
    tr.order-total,
    tr.cart-subtotal {
        display: table-row !important;
    }
    .cart_totals .shop_table {
        border: 1px solid #e2e2e2;
        border-bottom: none;
        table-layout: fixed;
        background-color: #f9f9f9;
        font-size: 15px;
    }
    #comments h2.woocommerce-Reviews-title {
        padding-right: 10px;
        padding-left: 10px;
    }
    body #reviews .commentlist li .comment_container .comment-text {
        width: 100% !important;
    }
    .summary.entry-summary {
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .wpgs-nav.slick-initialized.slick-slider button {
        display: none !important;
    }
    li.product .price .amount,
    .related.products ul.products li.product .price {
        line-height: 1.2;
		width: 100%;
        display: block;
    }
    .woocommerce ul.products li.product .price,
    .categories ul.products li.product .price {
        min-height: 54px;
		line-height: 1.2;
    }
    .woocommerce ul.products li.product .price del,
    .woocommerce ul.products li.product .price del span,
    ul.products li.product .price del .amount {
        opacity: 1;
        color: #eb5757 !important;
        width: 100%;
        margin: 0 auto;
    }
    body .price ins {
        width: 100%;
    }
    .woocommerce ul.products li.product .price ins {
        width: 100%;
        margin: 0 auto;
    }
	html[lang="en-IE"] .product .woocommerce-Price-amount.amount {
        font-size: 21px !important;
		line-height:1.2;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .woocommerce ul.products li.product .price,
    .categories ul.products li.product .price,
    .related.products ul.products li.product .price {
        display: inline-block;
		line-height: 1.2;
    }
    .woocommerce ul.products li.product .price del,
    .categories ul.products li.product .price del,
    .related.products ul.products li.product .price del {
        margin-left: 0px;
    }
    ul.products.columns-4 {
        text-align: center;
    }
}

@media (max-width: 360px) {
    span.woocommerce-Price-amount.amount {
        font-size: 18px;
    }
    /*button.single_add_to_cart_button.button.alt {
        padding: 15px 45px;
    }*/
}


/*woocommerce breadcrumb*/

.woocommerce-breadcrumb {
    max-width: calc(1170px + 5.2325em);
    padding-right: 2.617924em;
    padding-left: 2.617924em;
    margin-right: auto;
    margin-left: auto;
}

.woocommerce-breadcrumb {
    overflow: auto;
    margin-bottom: 0;
    color: #999;
    white-space: nowrap;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce-breadcrumb a {
    color: #444;
    font-size: 14px;
    text-decoration: none;
}

body .woocommerce-breadcrumb .breadcrumb-separator {
    position: relative;
    top: -2px;
    padding: 0 .8em;
    opacity: .4;
    font-size: .8em;
}


/*end woocommerce breadcrumb*/

li#wmc_widget-2 {
    list-style: none;
}


/*fix star shodow*/

#reviews li.review .comment_container .star-rating:before {
    display: none;
}


/*customize multicurrency block*/

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
    position: relative;
    padding-bottom: 22px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    display: flex;
    position: relative;
    font-weight: 700;
    background: 0 0;
    color: #212121;
    border: 0 solid #e5e5e5;
    background: rgba(255, 255, 255, .1);
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    padding: 17px 21px 20px 17px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    position: absolute;
    top: 100% !important;
    width: fit-content;
    background: rgba(255, 255, 255, .1);
    border: none;
    text-align: left;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    display: none;
    z-index: 9999;
}

.woocommerce-multi-currency.wmc-shortcode .wmc-currency {
    background: transparent;
    color: #92adc4;
}


/*.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency {
	position:relative;
    display: block;
    border: 0 solid #e5e5e5;
    background: rgba(255,255,255,.1);
    background-color: #204e75 !important;
    line-height: 1;
    color: #000;
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 20px;
}*/

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    position: absolute;
    top: 100%;
    width: fit-content;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    z-index: 99999;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency {
    display: inline-table;
    /*display:block;*/
    border: 0 solid #e5e5e5;
    background: rgba(255, 255, 255, .1);
    background-color: #204e75 !important;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 0;
    left: 0;
}

@media (min-width: 755px) {
    footer {
        /*  min-height: 570px;*/
    }
}


/*end customize multicurrency block*/


/*start minicart styles*/

.popup_cart {
    display: none;
}

.cart_wrapper:hover {
    cursor: pointer;
}

.cart_totals span.count,
.cart_totals2 span.count {
    display: inline-block !important;
    position: relative !important;
    width: 30px !important;
    height: 30px !important;
    margin-left: 5px !important;
    padding: 0px !important;
    border: 0px solid #083B66 !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    color: #083B66 !important;
    font-size: 13px !important;
    line-height: 25px !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    transition: all .2s !important;
    transform: perspective(12px) rotateX(7deg) !important;
    background: url(/wp-content/themes/primdog/img/cart.svg) no-repeat !important;
    background-size: 30px !important;
}

.cart_totals span.count:after,
.cart_totals2 span.count:after {
    position: absolute !important;
    bottom: 36% !important;
    left: 50% !important;
    width: 29px !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    margin-left: -7px !important;
    border-bottom: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    content: " " !important;
    transition: all .2s !important;
    pointer-events: none !important;
    background: url(/wp-content/themes/primdog/img/cart-ico.svg) no-repeat;
    margin-left: -7px !important;
    border: 0px solid #083B66 !important;
}

.cart_totals span.woocommerce-Price-amount.amount,
.cart_totals2 span.woocommerce-Price-amount.amount {
    color: #219653;
    font-weight: bold;
    font-size: 21px;
    font-family: 'IBM Plex Sans', serif;
}

.cart_wrapper {
    width: auto;
    border: 1px solid rgba(8, 59, 102, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
    height: 56px;
    line-height: 56px;
    position: relative;
}

header .count {
    margin-right: 10px;
    margin-left: 20px;
}

.cart_wrapper .woocommerce-mini-cart-item.mini_cart_item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 65px;
    float: right;
    margin-left: 10px;
}


/*.cart_wrapper:hover .popup_cart {*/

.popup_cart {
    /*position: absolute;
	top: 50px;
	width:270px;
	background: white;*/
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: auto;
    width: 370px;
    height: 100vh;
    background-color: #fff;
    transition: all .5s;
    overflow: hidden;
    padding: 10px;
    padding-top: 10px;
}

@media (max-width: 420px) {
    .popup_cart {
        width: 300px;
        padding-top: 0px;
        height: calc(100vh - 0px);
		padding: 14px;
		padding-top: 0px;
    }
	.popup_cart p.woocommerce-mini-cart__buttons.buttons, .subtotal_wrapper {
		padding-right: 26px!important;
	}
}

.woocommerce-mini-cart-item.mini_cart_item a {
    color: #111;
    font-size: 15px;
    line-height: 1.4em;
}

.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    padding-left: 2em;
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.product_list_widget li a.remove {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 1.6em;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: transparent;
}

div.header_wrapper::after,
div.header_wrapper::before {
    display: none;
}

@media (max-width: 915px) {
    .header-menu_wrapper {
        order: 1;
        width: auto;
    }
    .header_wrapper {
        justify-content: space-between;
    }
    .cart_wrapper .cart_totals span.amount,
    .cart_wrapper .cart_totals2 span.amount {
        display: none;
    }
    header .count {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.popup_cart a.button.wc-forward {
    background-color: #fff !important;
    color: rgb(67, 69, 75);
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
	border: 1px solid #43454b;
	transition: background-color 0.3s, transform 0.3s;
}

.popup_cart a.button.wc-forward:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s, transform 0.3s;
}

.popup_cart a.button.checkout.wc-forward {
    background-color: #1a73e8 !important;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
	border: none;
	transition: background-color 0.3s, transform 0.3s;
}

.popup_cart p.woocommerce-mini-cart__buttons.buttons {
	position: absolute;
    display: block;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    width: 110%;
    left: -10px;
    padding-right: 20px;
    background: white;
    padding-bottom: 10px;
    gap: 10px;
}

.subtotal_wrapper span.amount {
    float: right;
}

.subtotal_wrapper {
    position: absolute;
    display: block;
    bottom: 130px;
    width: 100%;
    padding-right: 19px;
    border-bottom: 8px solid #fff;
    margin-bottom: -13px;
    background: #fff;
    right: 6px;
    height: 88px
}

.woocommerce-mini-cart.cart_list.product_list_widget .quantity {
    color: #999;
}

.close_popup_cart {
    width: 100%;
    text-align: right;
    font-size: 30px;
}

.woocommerce-mini-cart.cart_list product_list_widget {
    border-top: 1px solid rgba(0, 0, 0, .05);
}


/*end minicart styles*/


/*category filter*/

.order-by-wrapper {
    display: flex;
    flex-direction: row-reverse;
    float: left;
}

.woocommerce-ordering,
.woocommerce-result-count {
    float: left;
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
}

select.orderby {
    margin-bottom: 0;
    padding-left: 0;
    border: 0;
    color: #111;
    font-size: 14px;
    background: transparent;
    font-family: IBM Plex Sans, serif;
}

@media (max-width: 992px) {
    .order-by-wrapper {
        margin-bottom: 30px;
    }
    select.orderby {
        width: 100%!important;
        height: 40px;
        border: 1px solid #e2e2e2;
        padding-left: 10px;
        line-height: 38px;
        box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .06);
        font-size: 14px;
    }
    .order-by-wrapper {
        display: flex;
        flex-direction: column-reverse;
        float: none;
    }
    p.woocommerce-result-count {
        text-align: center;
        padding-top: 20px;
        font-size: 13px;
        color: #999;
    }
}


/*category filter*/


/*add quantity arrows*/

.quantity-nav {
    position: absolute;
    bottom: 0;
    right: -34px;
    background: #fff;
    top: 0;
    width: 35px;
    border: 1px solid #e2e2e2;
}

.summary.entry-summary .quantity {
    position: relative;
}

.qty_button.minus:before {
    font-family: Rivolicons;
    content: "\e613";
    font-size: 10px;
    margin-left: 11px;
}

input.qty_button.minus {
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 35px;
    opacity: 0;
    z-index: 1111;
}

i.fa.fa-angle-up {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 6px;
    font-size: 18px;
}

input.qty_button.plus {
    position: absolute;
    top: 0;
    width: 35px;
    height: 35px;
    z-index: 1111;
    opacity: 0;
}

i.fa.fa-angle-down {
    position: absolute;
    bottom: 9px;
    z-index: 1;
    left: 10px;
    font-size: 18px;
}

.variations_button button.single_add_to_cart_button.button.alt {
    color: #F8F8F8;
    background: #083B66;
    border: 1px solid rgba(8, 59, 102, 0.2);
    box-sizing: border-box;
    border-radius: 2px;
    /*padding: 15px 70px;*/
    font-weight: bold;
    font-size: 18px;
    margin-left: 40px;
	max-width: 420px;
}

.woocommerce-cart-form .quantity-nav {
    position: absolute;
    bottom: 0;
    right: -21px;
    background: white;
    top: 0;
    width: 25px;
    border: 1px solid #e2e2e2;
}

.woocommerce-cart-form input.qty_button.minus {
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 20px;
    opacity: 0;
    z-index: 1111;
    left: 0;
}

.woocommerce-cart-form input.qty_button.plus {
    position: absolute;
    top: 0;
    width: 25px;
    height: 20px;
    z-index: 1111;
    opacity: 0;
    left: 0;
}

.woocommerce-cart-form i.fa.fa-angle-up {
    position: absolute;
    z-index: 1;
    left: 6px;
    top: -2px;
    font-size: 18px;
}

.woocommerce-cart-form i.fa.fa-angle-down {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 6px;
    font-size: 18px;
}

@media (max-width: 360px) {
    .variations_button button.single_add_to_cart_button.button.alt {
        padding: 12px 12px;
    }
}


/*add quantity arrows*/

.show-more {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}

.show-more a {
    color: #f18137;
    text-transform: uppercase;
    font-size: 20px;
}

section.related.products h2:not(.woocommerce-loop-product__title) {
    padding: 0 0 20px 0;
}

.owl-carousel .owl-stage-outer {
    max-height: 600px;
}


/*desktop and mobile slider pictures*/

@media (min-width: 591px) {
    .slider-img-desktop {
        display: block !important;
    }
    .slider-img-mobile {
        display: none !important;
    }
}

@media (max-width: 590px) {
    .slider-img-desktop {
        display: none !important;
    }
    .slider-img-mobile {
        display: block !important;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-bottom: 10px;
    }
    header {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .owl-carousel .item {
        margin: 0 4%;
    }
}

@media (max-width: 1800px) and (min-width: 1200px) {
    .owl-carousel .item {
        margin: 0 4%;
    }
}

.owl-theme .owl-dots .owl-dot span {
    opacity: .25;
}

.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}


/*text page content*/

.page-content,
.page-content p,
.page-contentt ul,
.page-content ol,
.page-content ul li,
.page-content ul li a {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #323232;
    text-transform: none;
}

.page-content h1 {
    font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #222;
    text-transform: none;
    font-size: 28px;
    margin-top: 0;
    color: #083b66;
    margin-bottom: 25px;
}

.page-content h2,
.page-content h3 {
    font-size: 22px;
    margin-top: 10px;
    color: #083b66;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word;
}

.page-content {
    margin-top: -45px;
}

.page-content a {
    text-decoration: none;
    color: #f18137;
}

.page-content p {
    margin-bottom: 25px;
}

.page-content ul {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 25px;
}

@media (min-width: 993px) {
    .page-content p,
    .page-content ol,
    .page-content ul li,
    .page-content ul li a {
        font-size: 20px !important;
    }
}

.page-content strong {
    font-weight: bold;
}

.featured-name {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

li#wmc_widget-2 {
    margin-left: 230px;
}

@media (max-width: 1200px) and (min-width: 681px) {
    .footer-logo {
        margin: 0;
    }
    h2.widgettitle {
        margin-top: 0;
    }
    li#wmc_widget-2 {
        margin-left: 0;
        float: right;
    }
    .half_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    li#wmc_widget-2 {
        margin-left: 0;
    }
}

@media (min-width: 993px) {
    .featured-name {
        font-size: 36px;
        margin-top: 40px;
        color: #083b66;
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .featured-name {
        font-size: 24px;
        padding-bottom: 0;
        color: #083b66;
        margin-bottom: 30px;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
    .woocommerce-checkout-review-order-table .cart-subtotal td,
    .woocommerce-checkout-review-order-table .order-total td,
    .woocommerce table.woocommerce-checkout-review-order-table tfoot th {
        float: none;
    }
    .woocommerce table.woocommerce-checkout-review-order-table th {
        border-bottom: none;
    }
}

@media (max-width: 578px) {
    .featured-name {
        font-size: 28px;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 30px;
        color: #083b66;
        line-height: 1.2em;
    }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    min-height: 88px;
}

@media (min-width: 769px) {
    .woocommerce table.cart td.actions .input-text#coupon_code {
        width: auto;
    }
}

.shipping-calculator-button {
    display: none;
}

.cart-collaterals .woocommerce-shipping-totals.shipping th:after,
#order_review .shop_table tr.shipping th:after {
    font-weight: 700;
    content: "Free!";
    color: red;
    float: right;
    display: none;
}

@media (max-width: 992px) {
    .woocommerce table.shop_table_responsive tbody th {
        display: block;
    }
    .woocommerce table.shop_table_responsive tr td[data-title="Shipping"] {
        display: none !important;
    }
    .woocommerce table.shop_table tbody:first-child tr:first-child td,
    .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0;
        border-bottom: 0;
    }
    .page-content h1 {
        text-align: left;
        margin-top: 15px;
    }
}

@media (min-width: 993px) {
    #customer_details+#wc_checkout_add_ons,
    #order_review,
    #order_review_heading {
        width: 100% !important;
    }
    .shop_table.shop_table_responsive tr.woocommerce-shipping-totals.shipping {
        display: block !important;
        width: 200%;
    }
    tr.woocommerce-shipping-totals.shipping th {
        width: 100%;
        display: block;
    }
}

td.product-total,
th.product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
    text-align: right;
}

#order_review .shop_table tr.shipping td {
    /* display:none!important;*/
}

#order_review .shop_table tr.shipping th {
    padding-bottom: 9px !important;
    border-right: none !important;
}


/*add product slider styles*/

@media (max-width: 578px) {
    .woocommerce-info {
        margin: 0 0 0em;
    }
    .mobile-summary h2.product_title {
        font-size: 22px;
        padding-top: 0;
        line-height: 1.4;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    header {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .woocommerce-product-rating {
        margin: 0 0 5px 0 !important;
    }
    header .container {
        padding-top: 0;
    }
    .product-details-wrapper form.variations_form.cart.wvs-loaded {
        margin-top: 0;
    }
    .summary ins span.woocommerce-Price-amount.amount,
    body .summary .price del .woocommerce-Price-amount.amount {
        font-size: 21px !important;
    }
    .cart_wrapper {
        border: none;
    }
    .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
        margin-top: 10px;
    }
    .woocommerce-variation.single_variation {
        min-height: 24px;
    }
    .woocommerce-variation-price {
        margin-top: 8px;
        height: 24px;
    }
    .woocommerce td.product-quantity {
        min-width: 50px;
    }
    body table.shop_table_responsive tr td.product-name {
        padding: 9px 0;
    }
    .wpgs-nav div.slick-slide img {
        display: none;
    }
    .wpgs-nav.slick-slider {
        text-align: center;
        height: 35px;
    }
    .wpgs-nav .slick-slide {
        width: 6px !important;
        margin: 0 10px!important;
        margin-top: 5px!important;
    }
    .wpgs-nav div.slick-slide:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: inherit;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
    }
    .wpgs-nav.slick-slider .slick-list {
        display: inline-block;
    }
    .wpgs-nav.slick-slider .slick-list .slick-track {
        width: 100% !important;
        display: contents;
    }
    .wpgs-nav div.slick-slide.slick-current:before {
        color: #1a73e8 !important;
        opacity: 1;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        margin: 0 auto 1em!important;
    }
}

.woocommerce-shipping-totals.shipping td[data-title="Shipping"] {
    /*display:none;*/
}

.cart_wrapper .cart_totals .shop_table.shop_table_responsive,
.cart-collaterals .count.cart_totals,
.cart_wrapper .wc-proceed-to-checkout {
    display: none;
}

button[name='update_cart'] {
    /*display: none !important;*/
}

.woocommerce form.checkout_coupon {
    margin: 0 0 2em 0;
}

.woocommerce-info,
.woocommerce-message {
    margin: 0 0 1em;
}

.right_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.wmc-active a {
    font-weight: 400;
}


/*temporary for mobile currency*/

@media (max-width: 578px) {
    .right_wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

form.track-order {
    padding: 10px 0px;
}

.woocommerce form .form-row {
    float: none !important;
    padding: 10px 0px;
}

.flaticon-right-arrow:before {
    content: "\f101" !important;
    display: inline-block;
    transform: rotate(180deg);
}

.column4 {
    line-height: 20px;
    color: #F8F8F8;
    text-decoration: none;
    font-size: 14px;
}

.column4 p {
    opacity: .6;
}

.column4 span.footer-menu-title {
    opacity: 1;
}

.column4 a {
    color: #ff7400;
    text-decoration: none;
}

.footer_copyright,
.footer_copyright2 {
    line-height: 20px;
    color: #F8F8F8;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.6;
}

.footer_copyright {
    margin-top: 30px;
}

.footer_copyright2 {
    margin-bottom: 30px;
    margin-top: 15px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.comment-respond input[type="submit"] {
    font-size: 15px!important;
    font-weight: 400!important;
}

section.related.products h2:not(.woocommerce-loop-product__title) {
    margin-top: 0!important;
    padding-bottom: 20px!important;
}

@media (max-width: 768px) {
    .column4 {
        /*margin-top: 30px;*/
    }
    .woocommerce ul.order_details li {
        display: block;
        width: 100%;
    }
    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 18px;
    }
    .comment-respond {
        text-align: left;
    }
    body .woocommerce-noreviews {
        padding: 0 10px!important;
    }
    section.related.products h2:not(.woocommerce-loop-product__title) {
        padding: 0!important;
        margin-bottom: 25px;
        padding-top: 25px!important;
    }
    .comment-respond input[type="submit"] {
        font-size: 15px!important;
        font-weight: 400!important;
    }
}

.track_your_order,
.track_your_order p,
.track_your_order form,
.page-content .track_your_order h1 {
    text-align: center !important;
}

form.woocommerce-form.woocommerce-form-track-order.track_order {
    display: grid;
    grid-template-rows: auto;
    justify-items: center;
}

.track_your_order button.button {
    color: #F8F8F8;
    background: #083B66;
    border: 1px solid rgba(8, 59, 102, 0.2);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 15px 70px;
    font-weight: bold;
    font-size: 18px;
}

.track_your_order button.button:hover {
    color: #F8F8F8;
    background: #083B66;
}

footer ul li a:after,
footer .column4 .primdog-links a:after {
    background-color: #fff;
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

footer ul li a:hover:after,
footer ul li a:focus:after,
footer .column4 .primdog-links a:hover:after,
footer .column4 .primdog-links a:focus:after {
    width: 100%;
}

footer ul li a:hover,
footer .column4 .primdog-links a:hover {
    opacity: 0.8;
}


/*------------bloquote styles for about us page*/

.reviews-carousel.owl-carousel .item {
    position: relative;
    padding: 20px 0 0 0;
}

.blockquote-8 {
    position: relative;
    padding: 16px 24px;
    margin: 16px 46px 0 46px;
    font-size: 16px;
    text-align: center;
}

.blockquote-8:before,
.blockquote-8:after {
    position: absolute;
    color: #ff7400;
    font-size: 100px;
    font-family: Times, sans-serif;
    line-height: 100px;
}

.blockquote-8:before {
    content: '“';
    left: -30px;
    top: -10px;
}

.blockquote-8:after {
    content: '”';
    right: -30px;
    bottom: -10px;
}

.blockquote-8 cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
}

@media (max-width: 688px) {
    .track_your_order .woocommerce form .form-row-first,
    .track_your_order .woocommerce form .form-row-last {
        width: 90%;
    }
    .blockquote-8:before,
    .blockquote-8:after {
        font-size: 75px;
    }
    .reviews-carousel.owl-carousel .item {
        padding: 0;
    }
    .blockquote-8 {
        position: relative;
        padding: 16px 10px;
        margin: 16px 35px 0 35px;
        font-size: 16px;
        text-align: center;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
	.container.product-details-wrapper {
		padding-right: 10px;
        padding-left: 10px;
	}
}

.footer_payments img {
    max-width: 60px;
    margin-right: 5px;
    border: 1px solid #ececec;
}

.footer_phone_wrapper {
    display: grid;
    opacity: .6;
    justify-items: baseline;
}

.woocommerce .woocommerce-customer-details address {
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.wpgs-for .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
}

.flaticon-right-arrow {
    right: 0;
}

.flaticon-left-arrow {
    left: 0;
}

body .woocommerce .place_order input.button.alt#place_order,
.woocommerce #payment #place_order {
    padding: 15px!important;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
    position: relative;
    right: 0;
    border: none !important;
    top: -31px;
    height: 0 !important;
    padding: 0!important;
}

.woocommerce-checkout-review-order-table ul#shipping_method {
    position: absolute;
    top: 0;
    right: 10px;
    height: 0;
}

.shop_table_responsive tr.woocommerce-shipping-totals td {
    position: relative;
    right: 0;
    border: none !important;
    top: -31px;
    height: 0 !important;
    padding: 0 !important;
    float: right;
    width: 200px;
}
.shop_table_responsive ul#shipping_method {
    position: absolute;
    top: 0;
    right: 0;
    top: 0;
    right: 10px;
    height: 0;
    width: 100%;
}

body a.reset_variations {
    visibility: hidden!important;
}

@media (max-width: 688px) {
    .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td {
        display: block!important;
    }
}


/*top line styles*/

.free-top {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    background-color: #f18137;
    height: 24px;
}

#free-top {
    display: none;
}

.ban_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 1000;
}

.ban_close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    content: "\00d7";
    text-align: center;
}

@media (max-width:460px) {
    .free-top {
        font-size: 11px;
        height: auto;
		padding: 0 20px;
    }
    .ban_close {
        width: 19px;
        height: 19px;
    }
    .ban_close:before {
        width: 19px;
        line-height: 19px;
    }
}

@media (max-width:320px) {
    .free-top {
        font-size: 10px;
    }
    .ban_close {
        width: 17px;
        height: 17px;
    }
    .ban_close:before {
        width: 17px;
        line-height: 17px;
    }
}

/*shoptimizer sticky block*/

.shoptimizer-sticky-add-to-cart.visible {
    top: auto;
    bottom: -2px!important;
    background-color: #f8f8f8;
    width: 100%;
}

.shoptimizer-sticky-add-to-cart {
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid #eee;
}

.shoptimizer-sticky-add-to-cart .col-full {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2.617924em;
    padding-bottom: 8px;
}

.mobile-coupon-text-test {
    display: none;
}

.shoptimizer-sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: -2px;
}

.shoptimizer-sticky-add-to-cart__content-product-info {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    color: #222;
}

.shoptimizer-sticky-add-to-cart__content-button {
    white-space: inherit;
    margin-left: auto;
    display: flex;
}

img.closecoupon,
img.closecoupontest {
    height: 44px;
    cursor: pointer;
}
@media (min-width:421px) {
h3.coupon {
    line-height: 40px;
    vertical-align: middle;
    font-size: 24px !important;
    line-height: 1.5;
}
}
@media (max-width:420px) {
 h3.coupon {
    line-height: 40px;
    vertical-align: middle;
    font-size: 20px !important;
    line-height: 1.5;
}
}

@media (max-width:420px) {
	input#email-coupon-test {
    background-color: #ffffff;
    width: 160px!important;
    box-sizing: border-box;
    padding: 12px;
    outline: 0;
    color: #222;
}
}
@media (min-width:421px) and (max-width:992px) {
	input#email-coupon-test {
    background-color: #ffffff;
    width: auto!important;
    box-sizing: border-box;
    padding: 12px;
    outline: 0;
    color: #222;
}
}
@media (min-width:993px) {
	input#email-coupon-test {
    background-color: #ffffff;
    width: 300px!important;
    box-sizing: border-box;
    padding: 12px;
    outline: 0;
    color: #222;
}
}

button.button.get-email-button,
.shoptimizer-sticky-add-to-cart__content .variable-grouped-sticky.button {
    background-color: #1a73e8 !important;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s;
    white-space: nowrap;
    padding: .6180469716em 1.41575em;
    color: white;
    border: none;
}

.shoptimizer-sticky-add-to-cart img {
    width: inherit;
    max-height: 65px;
}

.shoptimizer-sticky-add-to-cart__content-title {
    display: block;
}

form.cart.cart_animation.form_buy_now {
    padding-right: 40px;
    display: -webkit-inline-box;
    float: none;
}

@media (max-width:992px) {
form.cart.cart_animation.form_buy_now {
    padding-right: 0px!important;
    display: -webkit-inline-box;
    float: none;
}
}

form.cart.cart_animation.form_buy_now>button {
    margin-right: 13px;
    border: none;
}

@media (max-width:480px) {
#add-to-cart-buy-now {
    display: none;
}
}

.form_buy_now>.quantity.buttons_added {
    float: right;
}

.shoptimizer-sticky-add-to-cart__content .cart.cart_animation.old_cart {
    display: -webkit-inline-box;
    text-align: right;
    float: none;
}

.shoptimizer-sticky-add-to-cart__content .product_type_simple,
.shoptimizer-sticky-add-to-cart__content .single_add_to_cart_button {
    float: left;
    width: calc(100% - 95px);
    margin-left: 44px;
    height: 58px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    outline: 0;
    background: #1a73e8!important;
    color: #fff;
    padding: .6180469716em 1.41575em!important;
    line-height: normal!important;
}

.shoptimizer-sticky-add-to-cart__content .quantity_buy_now.plus::before {
    font-size: 21px !important;
    margin-left: 10px !important;
    top: 0 !important;
    font-family: 'FontAwesome';
    top: 0;
    left: 10px;
    content: "\f106";
    color: black;
}

.shoptimizer-sticky-add-to-cart__content .quantity_buy_now.minus::before {
    font-size: 21px !important;
    margin-left: 10px !important;
    top: 0 !important;
    font-family: 'FontAwesome';
    top: 0;
    left: 10px;
    content: "\f107";
    color: black;
}

.shoptimizer-sticky-add-to-cart__content .quantity_buy_now {
    height: 17px !important;
    text-decoration: none;
    width: 35px;
    display: block;
}

.shoptimizer-sticky-add-to-cart-select-options {
    display: none;
    overflow: hidden;
    zoom: 1;
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    padding: 0 .15em;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    font-size: 15px;
    transition: all .45s;
    top: -300px;
    margin: 0 auto;
    padding: 0 2em;
    max-width: 500px;
}

.shoptimizer-sticky-add-to-cart-select-options.visible {
    top: auto;
    bottom: 63px;
    display: block;
    z-index: 999999;
    padding-top: 8px;
}

.shoptimizer-sticky-add-to-cart-select-options a[id="close-var"]::after {
    content: 'X';
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 29px;
    padding: 1px 1px 1px 2px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: 700;
    background: #000;
    color: #fff;
    border: 3px solid #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    height: 29px;
    cursor: pointer;
}

.shoptimizer-sticky-add-to-cart-select-options a[id="close-var"] {
    position: absolute;
    right: 18px;
    top: 18px;
    color: transparent;
}

.shoptimizer-sticky-add-to-cart-select-options .cart .single_add_to_cart_button,
.shoptimizer-sticky-add-to-cart-select-options .variations_button button.single_add_to_cart_button.button.alt {
    line-height: 0 !important;
    background: #1a73e8 !important;
}

.shoptimizer-sticky-add-to-cart-select-options .single_variation_wrap button {
	visibility: visible!important;
    display: block;
    position: absolute;
    background-color: #1a73e8;
    top: auto;
    line-height: 34px;
    padding: 0 10px;
    text-transform: none;
    width: 150px!important;
    right: 20px;
    bottom: 20px;
	border-radius: 2px;
}

/* VARIATION BUTTON */

.shoptimizer-sticky-add-to-cart-select-options .cart .single_add_to_cart_button, .shoptimizer-sticky-add-to-cart-select-options
.variations_button button.single_add_to_cart_button.button.alt {
	position: absolute;
	line-height: 0 ;
	padding: 18px 20px;
	height: auto;
	text-transform: inherit;
	font-size: 14px;
	font-weight: 700;
	width: 160px!important;
	border-radius: 2px;
	border: 0;
	margin-bottom: -6px;
	left: 90px;
	float: left;
}
html[lang="it-IT"] .shoptimizer-sticky-add-to-cart-select-options .cart .single_add_to_cart_button, .shoptimizer-sticky-add-to-cart-select-options
.variations_button button.single_add_to_cart_button.button.alt {
	width: 190px!important;
}

.shoptimizer-sticky-add-to-cart-select-options .single_variation_wrap button::after,
.shoptimizer-sticky-add-to-cart-select-options .variations_button button.single_add_to_cart_button.button.alt::after {
    visibility: hidden;
}

.shoptimizer-sticky-add-to-cart-select-options i.fa.fa-angle-down {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 10px;
    font-size: 18px;
}

.shoptimizer-sticky-add-to-cart-select-options i.fa.fa-angle-up {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    font-size: 18px;
}

.shoptimizer-sticky-add-to-cart-select-options input.qty_button.minus {
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 17px;
    opacity: 0;
    z-index: 1111;
}

.shoptimizer-sticky-add-to-cart-select-options input.qty_button.plus {
    position: absolute;
    top: 0;
    width: 35px;
    height: 17px;
    z-index: 1111;
    opacity: 0;
}

.shoptimizer-sticky-add-to-cart-select-options .quantity {
    display: inline-block;
    position: relative;
    width: -1px;
    height: 35px;
}

.shoptimizer-sticky-add-to-cart-select-options.visible .input-text.qty.text {
    font-size: 12px;
    height: 35px;
    text-align: center;
    max-width: 50px;
    float: left;
}

#coupon-show-test.shoptimizer-sticky-add-to-cart__content {
    justify-content: center;
}

body .woocommerce button.button.alt#place_order {
    padding: .8em 1em;
}

.cart-discount.coupon-fst3 td {
    text-align: right;
}

.showCouponTest strong {
    font-weight: bold;
}

/*#order_review .woocommerce-shipping-totals.shipping{
    position:relative;
}
#order_review .woocommerce-shipping-totals.shipping td[data-title="Shipping"]{
    position: absolute;
    top: -4px;
    max-width: 100%;
    text-align: right;
}
.shop_table_responsive .woocommerce-shipping-totals.shipping{
    position:relative;
}
.shop_table_responsive td[data-title="Shipping"]{
    position: absolute;
    top: -4px;
    width: 100%;
}*/

body a.reset_variations {
    visibility: hidden !important;
}

.variable-grouped-sticky.button:hover {
    cursor: pointer;
}

@media (max-width:992px) {
    .shoptimizer-sticky-add-to-cart.visible>.col-full {
        background-color: #f8f8f8 !important;
    }
    .shoptimizer-sticky-add-to-cart__content img.attachment-shop_thumbnail {
        display: none;
    }
    #coupon-test .shoptimizer-sticky-add-to-cart__content-product-info {
        margin-bottom: 6px;
    }
}

fieldset#wc_gateway_bluesnap_cc-cc-form {
    padding: 0px;
    box-shadow: none;
}

fieldset#wc_gateway_bluesnap_cc-cc-form div.defualt-credit-card-form {
    padding: 0px !important;
    margin: 0px !important;
}

.bsnp_checkout_table>tbody>tr>td.cvv-hints-td {
    display: none;
}

.bsnp_checkout_table>tbody>tr>td:first-child {
    padding: 0em 1.41575em;
}

#wc_gateway_bluesnap_cc_exp_month {
    width: 49%;
    background-color: #fff;
    border-color: #c7c1c6;
    box-shadow: none;
}

#wc_gateway_bluesnap_cc_exp_month {
    width: 49% !important;
    height: 44px;
    background-color: #fff;
    border-color: #c7c1c6;
    box-shadow: none;
}

#wc_gateway_bluesnap_cc_exp_year {
    width: 49% !important;
    height: 44px;
    background-color: #fff;
    float: right;
    border-color: #c7c1c6;
}

table.bsnp_checkout_table .input-text {
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .woocommerce-checkout #wc_gateway_bluesnap_cc-cc-form .defualt-credit-card-form {
        padding: 0 0em !important;
        margin-bottom: 0 !important;
    }
}


/*fix control check items*/

.fancybox-caption .fancybox-caption__body {
    display: none;
}

.shoptimizer-sticky-add-to-cart-select-options table td.label {
    padding-right: 10px;
}

.right_wrapper .cart_wrapper .popup_cart .woocommerce-mini-cart.cart_list.product_list_widget {
    overflow: auto;
    height: calc(100vh - 295px);
}

.term-description {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .page-content ul {
        margin-left: 15px;
        text-align: left;
    }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message[role="alert"] {
        display: flex;
        flex-direction: column;
    }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message[role="alert"] a.button.wc-forward {
        order: 2;
        margin-top: 10px;
    }
    .track_your_order .woocommerce .woocommerce-error[role="alert"] {
        margin-left: 0;
    }
    ul.products {
        align-items: stretch;
    }
    section.categories ul.products li.product {
        height: auto;
    }
}


/**/

.column4 .primdog-links a {
    color: #f8f8f8;
    opacity: .6;
    display: inline-block;
}

@media (max-width: 578px) {
    .wpgs-nav .slick-current {
        border-color: transparent;
    }
}

.cookie_bottom {
    bottom: 128px !important;
}

.cookie_bottom_2 {
    bottom: 66px!important;
}

@media(max-width:640px) {
    .cookie_bottom_2 {
        bottom: 45px!important;
    }
}
p#wc-stripe-payment-request-button-separator {margin-bottom: 1.5em;}
.woocommerce a.remove{
    height: 26px;
    width: 26px;
}
@media (max-width:480px){
.woocommerce form .form-row-last, .woocommerce form .form-row-first{
		width: 56%;
}
  html[lang="de-CH"] .container .page-content h1{
  font-size: 24px;
}
html[lang="de-CH"] .container .page-content h2,
html[lang="de-CH"] .container .page-content h3 {
  font-size: 22px;
}
html[lang="de-CH"] button.single_add_to_cart_button.button.alt {
  padding: 15px 10px;
}
}
.products.columns-4 li.product a.button{
    display:none;
}
#comments h2.woocommerce-Reviews-title {
  line-height: 1.4em;
}
.woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item dl.variation{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	justify-items: baseline;
	text-align: left;
    align-items: baseline;
	row-gap: 10px;
}
.woocommerce-mini-cart dl.variation dd,
.woocommerce-mini-cart dl.variation dt{
	    line-height: 1.4em;
}
html[lang="de-CH"] body .products.columns-4 .price del,
html[lang="de-CH"] body .related.products .products.columns-4 .price del,
html[lang="de-AT"] body .products.columns-4 .price del,
html[lang="de-AT"] body .related.products .products.columns-4 .price del{
    font-size: 20px;
}
html[lang="it-IT"] body .products.columns-4 .price del,
html[lang="it-IT"] body .related.products .products.columns-4 .price del {
	font-size: 22px;
	line-height: 1.2;
}
html[lang="de-DE"] body .products.columns-4 .price del,
html[lang="de-DE"] body .related.products .products.columns-4 .price del {
	font-size: 22px;
	line-height: 1.2;
}
html[lang="en-CA"] body .products.columns-4 .price del,
html[lang="en-CA"] body .related.products .products.columns-4 .price del {
	font-size: 19px;
}
html[lang="en-AU"] body .products.columns-4 .price del,
html[lang="en-AU"] body .related.products .products.columns-4 .price del {
	font-size: 19px;
}
html[lang="sv-SE"] body .products.columns-4 .price del,
html[lang="sv-SE"] body .related.products .products.columns-4 .price del {
	font-size: 22px;
}

html[lang="de-AT"] body .products.columns-4 .price del,
html[lang="de-AT"] body .related.products .products.columns-4 .price del{
    font-size: 21px;
}
html[lang="en-NZ"] body .products.columns-4 .price del {
	font-size: 23px;
}

html[lang="en-US"] body .products.columns-4 .price del,
html[lang="en-US"] body .related.products .products.columns-4 .price del{
    font-size: 22px;
}
body .products.columns-4 .price del {
    opacity: 1;
    font-size: 23px;
}
body .related.products .products.columns-4 .price del {
    opacity: 1;
    font-size: 23px;
}

@media (min-width:993px) and (max-width:1280px) {
html[lang=en-CA] .related.products ul.products li.product .price {
	display: grid;
	line-height: 22px;
}
}

html[lang="en-CA"] .woocommerce ul.products li.product .price,
html[lang="en-CA"] .related.products ul.products li.product .price,
html[lang="en-AU"] .woocommerce ul.products li.product .price,
html[lang="en-AU"] .related.products ul.products li.product .price,
html[lang="en-NZ"] .woocommerce ul.products li.product .price,
html[lang="en-NZ"] .related.products ul.products li.product .price,
html[lang="de-AT"] .woocommerce ul.products li.product .price,
html[lang="de-AT"] .related.products ul.products li.product .price,
html[lang="en-US"] .woocommerce ul.products li.product .price,
html[lang="en-US"] .related.products ul.products li.product .price{
    font-family: plex, serif;
    text-align: center;
    line-height: 18px;
    line-height: 1.2;
    font-size: 20px;
    margin-left: 2px;
    margin-right: 2px;
}

@media (min-width:1201px) {
	ul.products li.product .price .amount {
		margin-left: 8px;
	}
	html[lang="nb-NO"] ul.products li.product .price .amount {
	line-height: 1.2;
	font-size: 19px;
}
}

@media (min-width:993px) and (max-width:1200px) {
html[lang="en-CA"] .woocommerce ul.products li.product .price,
html[lang="en-CA"] .related.products ul.products li.product .price,
html[lang="en-CA"] .categories ul.products li.product .price,
html[lang="nb-NO"] .woocommerce ul.products li.product .price,
html[lang="nb-NO"] .related.products ul.products li.product .price,
html[lang="nb-NO"] .categories ul.products li.product .price,
html[lang="sv-SE"] .woocommerce ul.products li.product .price,
html[lang="sv-SE"] .related.products ul.products li.product .price,
html[lang="sv-SE"] .categories ul.products li.product .price,
html[lang="en-NZ"] .woocommerce ul.products li.product .price,
html[lang="en-NZ"] .related.products ul.products li.product .price,
html[lang="en-NZ"] .categories ul.products li.product .price {
	display: grid!important;
	line-height: 1;
}
html[lang="nb-NO"] ul.products li.product .price .amount {
	line-height: 1.2;
	font-size: 19px;
}
}

@media (min-width:993px) {
html[lang="en-CA"] .woocommerce ul.products li.product .price,
html[lang="en-CA"] .related.products ul.products li.product .price,
html[lang="en-AU"] .woocommerce ul.products li.product .price,
html[lang="en-AU"] .related.products ul.products li.product .price,
html[lang="de-AT"] .woocommerce ul.products li.product .price,
html[lang="de-AT"] .related.products ul.products li.product .price,
html[lang="en-US"] .woocommerce ul.products li.product .price,
html[lang="en-US"] .related.products ul.products li.product .price {
    margin-left: -12px;
    margin-right: -12px;
}
}

html[lang="en-AU"] .related.products ul.products li.product .price,
html[lang="de-AT"] ul.products li.product .price .amount,
html[lang="de-AT"] .related.products ul.products li.product .price,
html[lang="en-US"] ul.products li.product .price .amount,
html[lang="en-US"] .related.products ul.products li.product .price{
    font-size:21px!important;
}

html[lang="en-NZ"] .woocommerce ul.products li.product .price {
	font-size:19px!important;
}
html[lang="en-NZ"] ul.products li.product .price .amount {
	font-size:19px;
	margin:0px;
}

html[lang="en-CA"] .woocommerce ul.products li.product .price .amount,
html[lang="en-CA"] ul.products li.product .price .amount {
	font-size:18px!important;
}
html[lang="en-AU"] .woocommerce ul.products li.product .price .amount,
html[lang="en-AU"] ul.products li.product .price .amount {
	font-size:18px!important;
}
html[lang="en-CA"] ul.products li.product .price .amount,
html[lang="en-CA"] .related.products ul.products li.product .price{
    font-size:20px;
}
html[lang="en-CA"] .products.columns-4 del .woocommerce-Price-amount.amount,
html[lang="en-AU"] .products.columns-4 del .woocommerce-Price-amount.amount,
html[lang="en-NZ"] .products.columns-4 del .woocommerce-Price-amount.amount,
html[lang="de-AT"] .products.columns-4 del .woocommerce-Price-amount.amount{
    margin-right: 6px;
}
html[lang="en-CA"] .products.columns-4 ins .woocommerce-Price-amount.amount,
html[lang="en-AU"] .products.columns-4 ins .woocommerce-Price-amount.amount,
html[lang="en-NZ"] .products.columns-4 ins .woocommerce-Price-amount.amount,
html[lang="de-AT"] .products.columns-4 ins .woocommerce-Price-amount.amount{
    margin-left: 0;
}
html[lang="en-CA"] .related.products,
html[lang="en-AU"] .related.products,
html[lang="en-NZ"] .related.products,
html[lang="de-AT"] .related.products{
    padding-right: 0;
    padding-left: 0;
}
@media (max-width:578px) {
body .summary .price del,
html[lang="de-AT"] body .summary .price del {
    opacity: 1;
    font-size: 21px;
}
html[lang="en-CA"] ul.products li.product .price .amount {
	line-height: 1.2;
}
html[lang="en-CA"] .woocommerce ul.products li.product .price .amount,
html[lang="en-CA"] ul.products li.product .price .amount {
	font-size:21px!important;
}
html[lang="en-AU"] .woocommerce ul.products li.product .price .amount,
html[lang="en-AU"] ul.products li.product .price .amount {
	font-size:21px!important;
}
}
@media (min-width:579px) and (max-width:768px){
html[lang="de-AT"] body .summary .price del {
    opacity: 1;
    font-size: 24px;
}
}

.related.products ul.products li.product .price,
body .woocommerce ul.products li.product .price{
    display: inline-block;
}
body .related.products .products.columns-4 .price del,
body .woocommerce ul.products li.product .price del{
    font-size: 19px;
    width: 100%;
}
@media (max-width:575px) {
html[lang="en-NZ"] body .related.products .products.columns-4 .price del,
html[lang="en-NZ"] body .woocommerce ul.products li.product .price del,
html[lang="en-US"] body .related.products .products.columns-4 .price del,
html[lang="en-US"] body .woocommerce ul.products li.product .price del{
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
}
@media (max-width:575px) {
html[lang="de-AT"] body .related.products .products.columns-4 .price del, body .woocommerce ul.products li.product .price del {
    font-size: 20px;
    width: 100%;
    line-height: 1.2;
}
html[lang="en-IE"] body .woocommerce ul.products li.product .price del {
	font-size: 21px;
	line-height: 1.2;
}
html[lang="en-GB"] body .related.products .products.columns-4 .price del {
	font-size: 21px;
	line-height: 1.2;
}
}
@media (min-width:576px) and (max-width:992px) {
html[lang="de-AT"] body .woocommerce ul.products li.product .price del,
html[lang="en-US"] body .woocommerce ul.products li.product .price del,
html[lang="en-IE"] body .woocommerce ul.products li.product .price del,
html[lang="it-IT"] body .woocommerce ul.products li.product .price del,
html[lang="de-DE"] body .woocommerce ul.products li.product .price del,
html[lang="sv-SE"] body .woocommerce ul.products li.product .price del,
html[lang="nb-NO"] body .woocommerce ul.products li.product .price del {
    font-size: 22px;
    width: 100%;
}
}
@media (min-width:993px) {
html[lang="de-AT"] body .woocommerce ul.products li.product .price del,
html[lang="en-US"] body .woocommerce ul.products li.product .price del,
html[lang="en-IE"] body .woocommerce ul.products li.product .price del,
html[lang="it-IT"] body .woocommerce ul.products li.product .price del,
html[lang="de-DE"] body .woocommerce ul.products li.product .price del,
html[lang="sv-SE"] body .woocommerce ul.products li.product .price del {
    font-size: 22px;
    width: 100%;
}
html[lang="nb-NO"] body .woocommerce ul.products li.product .price del {
    font-size: 20px;
    width: 100%;
}
html[lang=nb-NO] body main:not(.home) .products.columns-4 .price del {
	font-size: 23px;
}
}
@media (min-width:769px){
html[lang=en-NZ] body main.home .products.columns-4 .price del,
html[lang=en-NZ] body .related.products .products.columns-4 .price del{
	font-size: 20px;
}
}

.woocommerce ul.products li.product .price del {
    display: inline!important;
}
.woocommerce-mini-cart-item.mini_cart_item a {
  text-align: left;
}
.woocommerce-mini-cart.cart_list.product_list_widget .quantity {
  text-align: left;
  width: 100%;
}
.shop_table dl.variation{
	display: grid;
	justify-items: baseline;
}
body main:not(.home) .products.columns-4 .price del {
    font-size: 24px;
}

html[lang=en-NZ] body main:not(.home) .products.columns-4 .price del {
	font-size: 23px;
}


@media (min-width:578px) and (max-width:992px){
html[lang=de-AT] body main.home .products.columns-4 .price del,
html[lang=de-AT] body .related.products .products.columns-4 .price del,
html[lang=en-IE] body main.home .products.columns-4 .price del,
html[lang=en-IE] body .related.products .products.columns-4 .price del,
html[lang=de-CH] body main.home .products.columns-4 .price del,
html[lang=de-CH] body .related.products .products.columns-4 .price del,
html[lang=en-GB] body main.home .products.columns-4 .price del,
html[lang=en-GB] body .related.products .products.columns-4 .price del{
	font-size: 22px;
}
html[lang=en-NZ] body main.home .products.columns-4 .price del,
html[lang=en-NZ] body .related.products .products.columns-4 .price del {
	font-size: 20px;
}
html[lang=nb-NO] body main.home .products.columns-4 .price del,
html[lang=nb-NO] body .related.products .products.columns-4 .price del{
	font-size: 21px;
}

html[lang=en-CA] body main:not(.home) .products.columns-4 .price del {
    font-size: 22px;
}
html[lang=en-AU] body main:not(.home) .products.columns-4 .price del {
    font-size: 22px;
}
}
@media (min-width:993px) {
html[lang=de-AT] body main.home .products.columns-4 .price del,
html[lang=de-AT] body .related.products .products.columns-4 .price del,
html[lang=en-IE] body main.home .products.columns-4 .price del,
html[lang=en-IE] body .related.products .products.columns-4 .price del,
html[lang=en-GB] body main.home .products.columns-4 .price del,
html[lang=en-GB] body .related.products .products.columns-4 .price del{
	font-size: 22px;
}
html[lang=en-NZ] body main.home .products.columns-4 .price del,
html[lang=en-NZ] body .related.products .products.columns-4 .price del {
	font-size: 20px;
}
html[lang=nb-NO] body main.home .products.columns-4 .price del,
html[lang=nb-NO] body .related.products .products.columns-4 .price del{
	font-size: 20px;
}
html[lang=de-CH] body main.home .products.columns-4 .price del,
html[lang=de-CH] body .related.products .products.columns-4 .price del{
	font-size: 20px;
}
html[lang=de-CH] body main:not(.home) .products.columns-4 .price del {
    font-size: 22px;
}
html[lang=en-CA] body main:not(.home) .products.columns-4 .price del {
    font-size: 21px;
}
html[lang=en-AU] body main:not(.home) .products.columns-4 .price del {
    font-size: 22px;
}
}
@media (max-width:577px){
	html[lang=en-NZ] body .related.products .products.columns-4 .price del,
	html[lang=de-AT] body .related.products .products.columns-4 .price del{
    font-size: 18px;
}
.column4 {
    margin-top: 16px;
}
.woocommerce-thankyou-order-details li[class^='woocommerce-order-overview'] {
    margin-bottom: 10px;
}
.woocommerce-column--billing-address {
    margin-bottom: 20px;
}
.woocommerce-result-count {
	margin-left: 0px;
    padding: 6px;
}
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #083b66;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #083b66;
    line-height: 1.3;
    letter-spacing: -.5px;
	margin-bottom: 15px;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title{
    font-size: 28px;
    margin-top: 10px;
    color: #083b66;
    margin-bottom: 15px;
    font-weight: 600;
}
.woocommerce-table--order-details a {
    color: #f18137;
}
@media (max-width:768px){
	h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    font-size: 18px;
    margin-bottom: 10px;
}
}
@media (min-width:576px) and (max-width:768px) {
html[lang=en-GB] body .woocommerce ul.products li.product .price del {
    font-size: 22px;
}
html[lang=en-GB] body .summary .price del {
     font-size: 24px;
}
.woocommerce-result-count {
	margin-left: 0px;
    padding: 6px;
}
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    opacity: 1;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget:hover {
    cursor: default;
}
li.woocommerce-mini-cart-item.mini_cart_item:hover {
    cursor: pointer;
}

@media (min-width:993px) {
.woocommerce-ordering {
	border: 1px solid #e2e2e2;
    background: #fdfdfd;
    padding: 6px;
}
.woocommerce-result-count {
	margin-left: 24px;
    padding: 6px;
}
}
/*new design with acf and body class*/
.description_wrapper, .description_item_header, .description_row, .adventures_row {
    max-width: 1440px;
    margin: 0 auto;
}
body.figma-design div#tab-description {
    max-width: 100%;
}
.figma-design #page .woocommerce-tabs .entry-content ol.commentlist li .description p {
    font-size: 16px !important;
    line-height: 24px;
}
.figma-design #page .woocommerce-tabs #tab-reviews,
.figma-design #page .woocommerce-tabs #tab-description,
.figma-design .product-details-wrapper {
    max-width: 1152px;
}
.description_item {
    padding: 30px;
}
.description_item_header {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #2A2D33;
}
.description_item_text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
}
.description_item.first_bg {       
    background-size: cover;
    background-position: center center;
    /*min-height: 400px;*/
    /*margin-bottom: 48px;*/
}
.description_item.second_bg {
    /*background-image: url('/wp-content/uploads/2022/02/Recommended.png');*/
    
    background-size: cover;
    background-position: center center;
    /*min-height: 400px;*/
    /*margin-bottom: 48px;*/
}
.description_item.third_bg {
    /*background-image: url('/wp-content/uploads/2022/02/Stay-on.png');*/
    
    background-size: cover;
    background-position: center center;
    /*min-height: 400px;*/
}
.description_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fafafa;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.common_header {
   font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    /* text-transform: uppercase; */
    color: #1F1F1F;
    text-align: center;
}

h5.description_item_header {
	padding: 40px 80px 0px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width:768px) {
    .common_header {
        margin-bottom: 40px;
		padding: 0 10px;
    }
    .tabs_bg_wrapper {
    margin-top: 50px!important;
}
    .more_reasons_wrapper {
        display: grid;
        /*grid-template-columns: repeat(6, 1fr);*/
        align-content: center;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, 170px);
        grid-template-rows: repeat(auto-fit, minmax(30px, 1fr));
        grid-auto-flow: column;
        max-width: 1020px;
        margin: 0 auto;
    }
}
.more_reasons_item {
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;
    text-align: center;
}
.more_reasons_name {
    text-align: center;
    display: block;
    min-height: 52px;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}
.description_row {
    background: #FAFAFA;
    padding: 24px 80px 60px 80px;
}
.description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    max-width: 1024px;
    margin: 0 auto;
}
.adventures_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: baseline;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 12px;
}
.adventures_item {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    text-align: center;
    border: 1px solid #E6E6E6;
    padding: 15px;
	border-radius: 16px;
}
.adventures_name {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;    
    color: #1F1F1F;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 28px;
}
.description_wrapper .description_item_header{
    margin-bottom:24px!important;
}
.adventures_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;    
    color: #4A4A4A;
}
.figma-design.single-product .archive-header .woocommerce-breadcrumb,
.figma-design #page .woocommerce-tabs .panel {
    max-width: 1152px;
}
.figma-design.featured,
.figma-design .product.type-product,
.figma-design.single-product .site-content .col-full {
    background: #FEFEFE;
}
.figma-design.shoptimizer-full-width-content.single-product div.product .images {
    margin-right: 1%;
}
.figma-design .col-full,
.product-details-wrapper,
.figma-design .related.products,
.figma-design.single-product .archive-header .woocommerce-breadcrumb,
.figma-design.single-product .woocommerce-Tabs-panel,
.figma-design .upsells.products {
    padding-right: 0;
    padding-left: 0;
}
.figma-design .product-details-wrapper,
.figma-design.single-product .archive-header .woocommerce-breadcrumb,
.figma-design .col-full.main-header,
.adventures_row,
.figma-design .description_wrapper {
    padding-right: 32px;
    padding-left: 32px;
}
.more_reasons {
    padding-top: 80px;
    padding-bottom: 80px;
	background: white;
}
.adventures_row {    
    padding: 88px 80px;
	gap: 28px;
}
.figma-design .description_wrapper {
    padding: 88px 80px;
}

.description_wrapper .description_item_header {
	font-size: 32px;
	margin: 0px;
	padding: 0px;
}


section.categories, body.figma-design div#tab-description {    
    padding-left: 0;
    padding-right: 0;
}
.description_item.first_bg,
.description_item.second_bg,
.description_item.third_bg{
	padding:0;
}

@media (min-width: 481px) and (max-width:768px) {
	.figma-design .description_wrapper {	
		padding: 20px 0px 40px 0px !important;
	}
}
@media (max-width:480px) {
	.figma-design .description_wrapper {	
		padding: 20px 0px !important;
	}
}
@media(max-width:768px) {
	.description_item h5.description_item_header {    
    padding-top: 0;
    margin-top: 0!important;
	}
	h5.description_item_header {
    padding-top: 40px;
	padding: 24px 16px 24px;
	}
	.figma-design .description_wrapper {	
		padding-top: 48px;
	}
	.more_reasons {
		padding-top: 48px;
		padding-bottom: 0;   
	}
    .adventures_row {
       padding-top: 48px;
		padding-bottom: 48px;
		padding-left: 16px;
		padding-right: 16px;
		gap: 24px;
    }
    .figma-design p.description-text {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
    
    .adventures_row {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
    }
    
    .figma-design .description_wrapper {
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: rgba(245, 248, 251, 0.3);
		text-align: center;
    }
    
    .description_item.first_bg {
        grid-row-start: 1;
    }
    
    .description_item.third_bg {
        grid-row-start: 5;
    }
    
    .single-product .site .content-area {
        margin-left: 0;
        width: 100%
    }
    
    .description_item {
        padding: 0 10px;
    }
    
    .description_item.second_bg,
    .description_item.first_bg,
    .description_item.third_bg {
        margin-bottom: 9px;
        /*min-height: 264px;*/
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .description_item_header,
    .description_item_text {
        color: #253A4C;
        text-align: center;
    }
    
    .common_header {
        font-size: 24px;
        line-height: 32px;
        color: #253A4C;
    }
    
    .description_item_header,
    .common_header {
        font-size: 24px;
		line-height: 34px;
        color: #253A4C;
		font-weight: 600;
		padding: 0 10px;
    }
    
    .description_item_text {
        font-size: 18px;
    }
    
    .description-text {
        font-size: 18px;
        line-height: 24px;
    }
    
    .more_reasons_wrapper {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
		display:grid;
		margin: 20px 16px 48px 16px;
    }
    
    .figma-design .product-details-wrapper {
        padding-right: 9px;
        padding-left: 9px;
    }
    
    p.description-text {
        color: black;
        font-weight: bold;
    }
    
    .description_row {
        padding: 0 16px 40px 16px;
    }
}
    p.description-text {
		text-align: center;
    }

/*spec*/
.specification_row {
    max-width: 768px;
    margin: 0 auto;
}
.specification h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1F1F1F;
    padding-top: 0;
    padding-bottom: 40px;
}
.specification_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #B6C5D1;
    border-bottom: none;
}
.specification_only_title {
    grid-column-start: 1;
    grid-column-end: 3;
    background: #F5F8FB;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #253A4C;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    padding: 9px 12px;
}
.specification_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #405465;
    padding: 4px 12px;
}
.specification_value {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #405465;
    padding: 4px 12px;
}
.specification_row {
    max-width: 768px;
    margin: 0 auto;
}
.specification_item:last-child {
    border-bottom: 1px solid #b6c5d1;
}
.specification {
    padding-bottom: 88px;
}
@media (max-width:768px) {
    .specification_item {
        grid-template-columns: 1fr 2fr;
        align-items: center;
        margin-right: 15px;
        margin-left: 15px;
    }
    
    .specification_only_title {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .specification_title {
        padding: 4px 10px;
        font-size: 14px;
    }
    
    .specification_value {
        padding: 4px 10px;
        font-size: 14px;
    }
    
    .specification h5 {
        padding-top: 20px;
        margin-bottom: 25px;
    }
    
    .specification {
		padding-top: 60px;
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*spec*/

/*FAQ*/
.faq_shortcode h3.collection-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #253A4C;
}
.faq_shortcode .helpie-faq.accordions .accordion {
    border: none;
}
.faq_shortcode .helpie-faq.accordions.custom-styles .accordion .accordion__item {
    border-color: #B6C5D1;
}
.faq_shortcode .helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__body {
    background: #F5F8FB !important;
    border-top: 1px solid #B6C5D1;
}
#page .woocommerce-tabs .entry-content .faq_shortcode p {
    font-size: 16px !important;
    line-height: 24px;
    color: #253A4C;
}
@media (max-width:768px) {
    .faq_shortcode .helpie-faq.accordions .accordion {
        margin: 20px 0 60px 0;
    }
    
    .faq_shortcode .helpie-faq.accordions .collection-title {
        font-size: 28px;
        line-height: 36px;
        padding: 0 10px;
    }
    
    .faq_shortcode .helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__header .accordion__title {
        font-size: 16px;
        line-height: 24px;
        color: #253A4C;
        font-weight: 600;
    }
}

/*FAQ*/

/*new design with acf and body class*/

/*how to measure*/
.how_to_measure {
    max-width: 610px;
    margin: 0 auto;
    margin-top: 0;
}
.how_to_measure_header h5 {
   font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #1F1F1F;
    text-align: center;
}
.how_to_measure_header h5.how_to_measure_header_text {
    padding-top: 0;
}
.how_to_measure_row {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: self-start;
    justify-items: center;
    max-width: 938px;
    margin: 0 auto;
    gap: 10px;
}
.faq_shortcode {
    max-width: 938px;
    margin-top: 25px;
    margin: 0 auto;
}
.how_to_measure_row_subheader {
    background: #194567;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
ul.how_to_measure_row_list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
li.how_to_measure_row_list_item {    
    font-style: normal;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 24px;
    color: #4A4A4A;
	margin-bottom: 4px!important;
	list-style: none;
}
.table_wrapper tr th.th1 {
    background: #194567;
    border: 1px solid #B6C5D1;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FCFDFE;
    text-align: center;
    padding: 6px;
}
.woocommerce-tabs table tr:first-child th.th1 {
    padding-top: 6px;
}
.figma-design .table_wrapper th {
    padding: 3px;
    background-color: #335EA7;
    border: 1px solid #E6E6E6;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
}
.table_wrapper table tbody tr:nth-child(2n) {
    background: #FAFAFA;
}
.table_wrapper table tbody tr:nth-child(2n+1) {
    background: #fff;
}
.table_wrapper table tr td {    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
    text-align: center;
    border: 1px solid #B6C5D1;
    padding: 3px;
    vertical-align: middle;
}
.woocommerce-tabs .how_to_measure_wrapper{
    padding-top:80px;
    padding-bottom:80px;
}
body.figma-design .woocommerce-tabs .table_wrapper table,
.how_to_measure_wrapper table{
    width: 100%;
    font-size: 16px;
    max-width: 1062px;
    margin-top: 20px;
}
.table_wrapper {
    margin: 0 auto;
    max-width: 1062px;
}
.figma-design .splash-center-wrapper .how_to_measure_row {
    max-width: 584px;
    margin-bottom: 10px;
}
.figma-design .splash-center-wrapper {
    max-width: 768px;
}
.figma-design .splash-center-wrapper ul.how_to_measure_row_list {
    text-align: left;
}
@media (max-width:480px) {
    .description_item p.description_item_text {
        font-size: 16px;
        line-height: 24px;
        font-weight:400;
        margin-bottom: 40px;
    }
	h5.description_item_header {
		padding: 40px 12px 0px;
		line-height: 34px;
		font-size:24px;
	}
    .description_item h5.description_item_header{
        line-height: 28px;
        font-weight:500;
        font-size:20px;
    }
    .woocommerce-tabs table tr:first-child th.th1 {
        padding-top: 2px;
    }
    
    .figma-design .table_wrapper th {
        padding: 2px;
        font-size: 10px;
    }
    
    .adventures_name {
        font-size: 20px;
        margin-top:16px;
    }
    .how_to_measure {
        padding: 0 10px;
    }
    
    .how_to_measure_header h5 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .how_to_measure_header h5.how_to_measure_header_text {
        padding-top: 20px;
    }
    
    .how_to_measure_row {
        grid-template-columns: 1fr;
    }
    
    li.how_to_measure_row_list_item {
        font-size: 14px;
    }
    
    .table_wrapper tr th.th1,
    .table_wrapper table tr td,
    .table_wrapper tr th {
		font-size: 12px;
		line-height: 14px;
		padding: 4px;
    }
    
    .more_reasons_item:nth-child(2n+1):last-child {
        display: none;
    }
    
    .figma-design .splash-center {
        margin: 10% 0;
        padding: 5px;
    }
    
    .specification {
        padding: 0 15px;
    }
    
    .description_item_header {
        padding: 0 10px;
        line-height: 36px;
        margin-bottom: 25px !important;
    }
    .description_wrapper .description_item_header{
    margin-bottom:12px!important;
}
    .description_item .description_item_header {
        line-height: 36px;
        margin: 15px auto !important;
    }
}
.adventures_item img,
.more_reasons_item img {
    width: auto;
    height: auto;
}
.more_reasons_item img {    
    max-width: 80px;
}
p.description-text {
    margin-bottom: 0;
}

/*how to measure*/
@media (min-width:789px) {
    .how_to_measure_row_subheader {
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
    }
}
@media (max-width:320) {
    .specification_item {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    .single-product.figma-design #page .product-type-simple .woocommerce-product-gallery {
        margin-bottom: 20px !important;
    }
}

/*start 25 08 2022 css for new video+description block*/
.first_header_and_video_wrapper .description_item_header {
    color: #253A4C;
}
.first_header_and_video_wrapper p.description-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #405465;
}
.first_header_and_video_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #F5F8FB;
}
.first_header_wrapper,
.video_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-image: url(/wp-content/uploads/2022/08/video_border.svg) 1 round;
    border-width: 1px;
    border-style: solid;
    min-height: 610px;
    width: 100%;
}
.first_header_wrapper {
    padding: 50px;
    align-items: baseline;
}
.video_wrapper {
    border-left: none;
    padding: 40px;
}
.first_header_wrapper .description_item_header,
.first_header_wrapper .description-text {
    text-align: left!important;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header,
.helpie-faq.accordions .accordion .accordion__item .accordion__body {
    color: #282828;
}
.helpie-faq.accordions .accordion__header::before,
.helpie-faq.accordions .accordion__header::after {
    margin-right: 16px;
    background: #777
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header {
    padding-right: 30px;
    padding-left: 0;
    color: #282828;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body {
    padding-left: 5px;
    color: #282828;
}
@media (max-width:768px) {
    .first_header_and_video_wrapper .description_item_header {
        font-size: 28px;
    }
    
    .first_header_and_video_wrapper p.description-text {
        line-height: 24px;
    }
    
    .first_header_and_video_wrapper {
        grid-template-columns: 1fr;
        border-image: url(/wp-content/uploads/2022/08/video_border_mobile.svg) 1 round;
        border-width: 1px;
        border-style: solid;
        padding: 32px 15px;
    }
    
    .first_header_wrapper,
    .video_wrapper {
        min-height: auto;
        border: none;
    }
    
    .first_header_wrapper .description_item_header,
    .first_header_wrapper .description-text {
        text-align: center !important;
    }
    
    .first_header_wrapper {
        padding: 0;
        align-items: center;
    }
    
    .video_wrapper {
        padding: 0;
    }
    
    .first_header_wrapper .description_item_header {
        margin-top: 0;
    }
    
    .video_wrapper .description-text {
        margin-top: 25px;
    }
}
section.description-2{
	background: #fafafa;
}
.adventures_row_wrapper{
	background: white;
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-900.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/primdog/fonts/montserrat-v25-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}
body.figma-design, .figma-design input, .figma-design textarea, .figma-design button, .figma-design select, .figma-design h1,
.figma-design .h1, .figma-design h2, .figma-design .h2, .figma-design h3, .figma-design .h3, .figma-design h4, .figma-design .h4,
.figma-design h5, .figma-design .h5, .figma-design h6, .figma-design .h6, .figma-design p{
	font-family:Montserrat;
}
.description_item img {
    border-radius: 28px;
}
body.figma-design .categories {
    background: white;
}
.more_reasons_wrapper::after,.more_reasons_wrapper::before {
    display: none;
}
@media (max-width:680px) {	
.column4 {
	margin-bottom: 16px;
}
}
@media (min-width:680px) {	
.column1, .column2, .column3 {
	margin-right: 18px;	
	}
}
@media (min-width:680px) and (max-width:767px) {
.footer_wrapper {
	text-align: left;
}
}

@media (max-width:480px) {	
.reviews-carousel.owl-carousel .item {
	height: 360px!important;
	margin-top: 6px;
	margin-bottom: 6px;
}
.sl1, .sl2, .sl3, .sl4 {
	height: 20vh; overflow-y: scroll;	
	}	
}
@media (min-width:481px) and (max-width:600px) {	
.reviews-carousel.owl-carousel .item {
	height: 300px!important;
	margin-top: 6px;
	margin-bottom: 6px;
}
.sl1, .sl2, .sl3, .sl4 {
	height: 80vh; overflow-y: scroll;	
	}	
}

.paypal-button-container {
	margin-top: 12px;
}

/* Hide Regular Price */
div.product-type-variable div.summary p.price {
    display: none !important;
} 
.none_price form del .amount bdi {
    display: none !important;
}
.hide-regular-price del .amount bdi {
    display: none !important;
}
/* size guide pop-up styles */
.summary.entry-summary .size-guide {
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 0.7px;
    color: #666;
    margin: 0 auto 15px auto;
    display: block;
    transition: all 0.2s;
}
.summary.entry-summary .size-guide {
    font-size: 21px;
    display: block;
    margin-bottom: 25px;
    color: #1a73e8 !important;
}
.shoptimizer-sticky-add-to-cart-select-options .size-guide {
    display: none;
}
.splash {
    background-color: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    overflow-y: hidden;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
}
.splash-center-wrapper {
    text-align: center;
    max-width: 800px;
    background: #fff;
    margin: 5% auto 0;
    position: relative;
    max-height: 80vh;
}
.splash-center {
    text-align: center;
    max-width: 800px;
    padding: 20px;
    background: #fff;
    margin: 5% auto 0;
    position: relative;
    overflow: scroll;
    max-height: 80vh;
    overflow-x: hidden;
}
.CoverPop-close {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 9999;
    font-size: 35px;
    cursor: pointer;
}
.CoverPop-close:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(/wp-content/themes/primdog/img/close.png);
    width: 44px;
    height: 44px;
}
.size_guide_sizeTable {
    margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
	.woocommerce-tabs .how_to_measure_wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
}
    .CoverPop-close,
    .CoverPop-close2,
    .CoverPop-close3,
    .CoverPop-close4,
    .CoverPop-close5,
    .CoverPop-close6 {
        position: absolute;
        right: 20px;
        top: 0;
    }

    .splash-center {
        margin: 20% auto;
    }
}
@media screen and (max-width: 600px) {
    .splash-center {
        margin: 20% 15px;
    }
}
.how_to_measure_wrapper strong {
    font-weight: 700;
}
/* size guide pop-up styles */

/* Style for popup email coupon */
.pec:before, .pec:after, .pec *:before, .pec *:after{ content: none; }
.pec{ position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #000a; z-index: 10000; display: flex; align-items: center; padding: 12px; }
.pec:not(.active){ display: none; }
.pec__wrapper{ width: 100%; max-width: 550px; margin: auto; background: white; padding: 24px; position: relative; }
.pec__close{ position: absolute; right: 10px; top: 10px; cursor: pointer; width: 15px; height: 15px; }
.pec__close:after, .pec__close:before { position: absolute; left: 50%; top: 50%; width: 2px; height: 15px; background-color: #333; content: " "; }
.pec__close:before { transform: translate(-50%, -50%) rotate(45deg); }
.pec__close:after { transform: translate(-50%, -50%) rotate(-45deg); }
.pec__text{ margin-bottom: 12px; }
.pec__form{ display: flex; gap: 24px; }
.pec__email{ width: 100%; }
.pec__button{ border: none; background: #bf403a; padding: 8px 14px; color: #fff; border-radius: 4px; font-size: 20px; text-transform: none; font-weight: 400; }
@media (max-width: 479px) { .pec__form{ flex-direction: column; gap: 12px; } }
.pec__msg{ font-size: 14px; margin-bottom: 8px; }
.pec__msg--error{ color: red; }
.pec__completed{ display: none; }
.pec__completed-wrapper{ display: flex; flex-direction: column; align-items: center; }
.pec__completed-msg{ margin-bottom: 12px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.pec__completed-btn{ margin: auto; }
/* END * Style for popup email coupon * END */

/* start styles for stock counter */
@media(min-width: 768px) {
    html[lang="de-CH"] p.stock.in-stock, html[lang="en-NZ"] p.stock.in-stock, html[lang="en-GB"] p.stock.in-stock {
        display: none;
    }
    html[lang="de-CH"] p.stock.in-stock.test-stock, html[lang="en-NZ"] p.stock.in-stock.test-stock, html[lang="en-GB"] p.stock.in-stock.test-stock {
        color: #ee9e13;
        overflow: hidden;
        width: auto;
        display: block;
        margin-left: 0;
        font-size: 20px;
        margin-bottom: 10px;
    }
    html[lang="de-CH"] p.price,
    html[lang="de-CH"] .woocommerce-variation-price,
    body.single-product .product-type-bundle .summary .price,
	html[lang="en-NZ"] p.price,
    html[lang="en-NZ"] .woocommerce-variation-price,
    body.single-product .product-type-bundle .summary .price,
	html[lang="en-GB"] p.price,
    html[lang="en-GB"] .woocommerce-variation-price,
    body.single-product .product-type-bundle .summary .price,
	{
        display: inline-block;
		margin-bottom: 0px;
    }
    html[lang="de-CH"] p.stock.in-stock:before, html[lang="en-NZ"] p.stock.in-stock:before, html[lang="en-GB"] p.stock.in-stock:before {
        font-size: 16px;
    }
    html[lang="de-CH"] body.single-product div.product .woocommerce-product-rating,
	html[lang="en-NZ"] body.single-product div.product .woocommerce-product-rating,
	html[lang="en-GB"] body.single-product div.product .woocommerce-product-rating {
        margin-top: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }
}
@media(max-width:768px) {
    html[lang="de-CH"] p.stock.in-stock, html[lang="en-NZ"] p.stock.in-stock, html[lang="en-GB"] p.stock.in-stock {
        display: none;
    }
    html[lang="de-CH"] p.stock.in-stock.test-stock, html[lang="en-NZ"] p.stock.in-stock.test-stock, html[lang="en-GB"] p.stock.in-stock.test-stock {
        color: #ee9e13;
        overflow: hidden;
        width: auto;
        display: block;
        margin-left: 0;
        font-size: 20px;
		text-align: center;
		margin-top: 12px;
    }
    html[lang="de-CH"] p.price,
    html[lang="de-CH"] .woocommerce-variation-price,
    html[lang="de-CH"] body.single-product .product-type-bundle .summary .price,
	html[lang="en-NZ"] p.price,
    html[lang="en-NZ"] .woocommerce-variation-price,
    html[lang="en-NZ"] body.single-product .product-type-bundle .summary .price,
	html[lang="en-GB"] p.price,
    html[lang="en-GB"] .woocommerce-variation-price,
    html[lang="en-GB"] body.single-product .product-type-bundle .summary .price,
	{
        display: inline-block;
    }
    html[lang="de-CH"] p.stock.in-stock:before, html[lang="en-NZ"] p.stock.in-stock:before, html[lang="en-GB"] p.stock.in-stock:before {
        font-size: 16px;
    }
    html[lang="de-CH"] body.single-product div.product .woocommerce-product-rating, html[lang="en-NZ"] body.single-product div.product .woocommerce-product-rating, html[lang="en-GB"] body.single-product div.product .woocommerce-product-rating {
        margin-top: 0;
    }
	html[lang="de-CH"] .product-details-wrapper p.price, html[lang="en-NZ"] .product-details-wrapper p.price, html[lang="en-GB"] .product-details-wrapper p.price {
    margin-bottom: 0px!important;
    margin-top: 16px;
	}
	html[lang="de-CH"] p.stock.in-stock.test-stock  {
	margin-bottom: 12px;
	margin-top: 0px;
	}
	html[lang="en-NZ"] p.stock.in-stock.test-stock, html[lang="en-GB"] p.stock.in-stock.test-stock {
	margin-bottom: 12px;
	margin-top: 0px;
	text-align: left;
	}	
}
html[lang="de-CH"] p.stock.in-stock::before, html[lang="en-NZ"] p.stock.in-stock::before, html[lang="en-GB"] p.stock.in-stock::before {
  margin-right: 10px;
  font-family: Rivolicons-Free;
  font-size: 16px;
  font-weight: 700;
  content: "\e60b";
}
/*end styles for stock counter*/

#add-to-cart-min {
	margin-left: 48px;
}


/* css for Cookie plugin */
.cli-tab-section:first-child.cli-tab-header {
	width: 50%;
}
span.cli-necessary-caption {
	 text-align: right;
	 width: 100%;
}
.cli-tab-header a.cli-nav-link {
	width: 100%;
}
.cli-tab-footer .wt-cli-privacy-accept-btn, .cli-switch input:checked + .cli-slider {
	background-color: #1a73e8;
}

/* New button Woocommerce CSS - For Ver. 9.4.1 and above */
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
		transition: 0.2s;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
	background-color: #d9d5df;
	transition: 0.2s;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
	  color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt, .product .cart .single_add_to_cart_button {
	font-family: IBM Plex Sans;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    background-color: #1a73e8 !important;
    text-align: center;
    padding: .8em 0;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #dbd8df;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
		transition: 0.2s;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
	color: #fff;
    -webkit-font-smoothing: antialiased;
	transition: 0.3s;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
	color: #fff;
    -webkit-font-smoothing: antialiased;
	background-color: #1466d1!important;
	transition: 0.2s;
}

/* Styling for Out of stock variations */
.variable-item.button-variable-item.button-variable-item.disabled {
    pointer-events: none;
	cursor: not-allowed;
    opacity: 0.6;
    position: relative;
    overflow: hidden;
}

.variable-item.button-variable-item.button-variable-item.disabled::before {
    background-image: var(--wvs-cross);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 88%;
    width: 88%;
    position: absolute;
    z-index: 10;
    opacity: 1;
    pointer-events: none;
}

.single_add_to_cart_button.button.alt.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

div.mini-cart-content__wrapper > div > div.count.cart_totals2, .added_to_cart.wc-forward {
	display: none;
}
div.mini-cart-content__wrapper > div > div.popup_cart {
	display: block!important;
}
.loader-mini-cart {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #F18137;
    border-radius: 50%;
    width: 80px;
    height: 80px;
	top: 40%;
  	left: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
	position:absolute;
	margin-left: -35px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.product .cart .single_add_to_cart_button {
    transition: background-color 0.3s, transform 0.3s;
}

.product .cart .single_add_to_cart_button:hover, .popup_cart a.button.checkout.wc-forward:hover {
    background-color: #175cb7!important;
    transition: background-color 0.3s, transform 0.3s;
}

.product .cart .single_add_to_cart_button:active {
    background-color: #175cb7;
}

.popup_cart .mini-cart-content__wrapper {
    background: transparent !important;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: table-row !important;
}

@media only screen and (max-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: grid;
    gap: 10px;                    
    box-sizing: border-box;

  }
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon input.input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon input.input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon input.input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon input.input-text,
  .woocommerce-page table.cart td.actions .coupon input {
    width: auto !important;
    box-sizing: border-box;
    height: 45px;
  }
}

span.minicart-subtotal {
    position: relative;
    left: 10px;
}

@media only screen and (max-width: 430px) {
ins .woocommerce-Price-amount.amount bdi, ins .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol, bdi, .woocommerce-Price-currencySymbol {
font-size: 19px !important;
    }
}

.woocommerce table.shop_table_responsive tr td.product-name,
.woocommerce-page table.shop_table_responsive tr td.product-name {
text-align: left !important;
}

.woocommerce table.cart .variation dt{
	flex-basis: 65% !important; 
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	    font-size: 13px !important;
	
}


