@charset "UTF-8";@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

/* Inputs ------------------------------------ */

fieldset {
    border: 0.2rem solid #dcd7ca;
    padding: 2rem;
}

legend {
    font-size: 0.85em;
    font-weight: 600;
    padding: 0 1rem;
}

label {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #dcd7ca;
    box-shadow: none;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    /* Use the "Yes" SVG Dashicon */
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -0.70rem;
    height: 1.75rem;
    width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {

    line-height: 0.5;
}

input,
textarea {
    border-color: #dcd7ca;
    color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

    /*rtl:ignore*/
    direction: ltr;
}

.copy-text,#paskirtis,#paskirtis2 {
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 0 !important;
    box-shadow: none !important;
   display: inline !important;
    font-size: 1.5rem !important;
    letter-spacing: 0.05em !important;
    padding: 0 !important;
    width: 185px !important;
    font-weight: bold !important;
    font-family: 'arial', sans-serif !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}


.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 50px !important;
 height: 46px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #2c2c2c;
     margin-right: -4px;
    margin-left: -4px;
    border-left: 0;
    border-right: 0;
}


.quantity input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity .minus,
.quantity .plus {
 padding: 7px 13px 8px;
 height: 46px;
 cursor:pointer;
 border-radius: 0px;}

.quantity .minus {
 border-right: 0;
 border-radius: 5px 0px 0px 5px; }

.quantity .plus {
 border-left: 0;
 border-radius: 0px 5px 5px 0px; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: textfield;
 margin: 0; }

 .quantity .minus:focus,
.quantity .plus:focus {
 outline: none; }


select {
    font-size: 1em;
}

textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}

input::-webkit-input-placeholder {
    line-height: normal;
}

input:-ms-input-placeholder {
    line-height: normal;
}

input::-moz-placeholder {
    line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}


button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #2c2c2c;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.0333em;
    margin: 0;
    opacity: 1;
    padding: 1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;

}

.copy-button,#copy2,#copy3 {
   padding: 0.1em 0.44em !important;
   letter-spacing: 0.04em !important;
   font-weight: 500 !important;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
 background: #f37484 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: currentColor;
}

input[type="search"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}





/* Sections ---------------------------------- */

section {
    padding: 5rem 0;
    width: 100%;
}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

.services {
    float: right;
    padding: 42px;
}


/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
    margin-top: 4rem;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
}

/* Full */

.alignfull {
    margin-top: 5rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

[class*="__inner-container"] > .alignfull {
    max-width: 100%;
}

/* Wide */

.alignwide {
    max-width: 120rem;
    position: relative;
    width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
    width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
    margin-left: auto;
    margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
    max-width: 50%;
}

.alignleft {

    /*rtl:ignore*/
    float: left;
 /*	margin: 0.3rem 2rem 2rem 2rem;     */
 margin: 1rem 1rem 1rem 0.3rem;
}

.alignright {

    /*rtl:ignore*/
    float: right;
    margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

    /*rtl:ignore*/
    margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
    width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
    padding-top: 4rem;
}

.error404-content {
    text-align: center;
}

/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 575.95px ) {
         .site-logo {
    padding: 28px 0; }
    .services {
        padding: 26px;
    }
    .site-logo img {
    max-width: 200px;
}

}

@media ( min-width: 768px ) {

    /* Element Base ------------------------- */

    ul,
    ol {
        margin-bottom: 4rem;
    }

    pre {
        padding: 3rem;
    }

    hr {
        margin: 8rem auto;
    }

    table {
        font-size: 1.8rem;
    }


    /* TITLES */

    h1,
    .heading-size-1,
    h2,
    .heading-size-2,
    h3,
    .heading-size-3 {
        margin: 6rem auto 3rem;
    }

    h4,
    .heading-size-4,
    h5,
    .heading-size-5,
    h6,
    .heading-size-6 {
        margin: 4.5rem auto 2.5rem;
    }

    h1,
    .heading-size-1 {
        font-size: 6.4rem;
    }

    h2,
    .heading-size-2 {
        font-size: 4.8rem;
    }

    h3,
    .heading-size-3 {
        font-size: 4rem;
    }

    h4,
    .heading-size-4 {
        font-size: 3.2rem;
    }

    h5,
    .heading-size-5 {
        font-size: 2.4rem;
    }

    h6,
    .heading-size-6 {
        font-size: 1.8rem;
    }

    /* INPUTS */

    fieldset {
        padding: 3rem;
    }

    legend {
        padding: 0 1.5rem;
    }

    button,
    .button,
    .faux-button,
    .wp-block-button__link,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        font-size: 1.7rem;
    }

    /* MEDIA */

    figcaption,
    .wp-caption-text {
        margin-top: 1.8rem;
    }


    /* Helper Classes ------------------------- */

    /* SECTIONS */

    section {
        padding: 8rem 0;
    }

    .section-inner {
        width: calc(100% - 8rem);
    }


    /* Site Header --------------------------- */

    .header-inner {
        padding: 3.8rem 0;
    }

    .site-title {
        font-size: 2.4rem;
        font-weight: 600;
    }

    .site-description {
        display: block;
    }

    /* Post: Archive ------------------------- */

    .archive-header {
        padding: 8rem 0;
    }

    .reduced-spacing .archive-header {
        padding-bottom: 3rem;
    }

    .archive-title {
        font-size: 3.2rem;
    }

    body:not(.singular) main > article:first-of-type {
        padding: 8rem 0 0;
    }

    h2.entry-title {
        font-size: 6.4rem;
    }


    /* Post: Single -------------------------- */

    /* POST HEADER */

    .singular .entry-header {
        padding: 8rem 0;
    }

    .entry-categories {
        margin-bottom: 3rem;
    }

    .entry-categories-inner {
        margin: -1rem 0 0 -2rem;
    }

    .entry-categories a {
        font-size: 1.5rem;
        margin: 1rem 0 0 2rem;
    }

    .intro-text {
        font-size: 2rem;
        margin-top: 2.5rem;
    }

    .singular .intro-text {
        font-size: 2.6rem;
    }

    .post-meta-wrapper {
        margin-top: 3rem;
    }

    .post-meta {
        font-size: 1.6rem;
        margin: -1.4rem 0 0 -3rem;
    }

    .post-meta li {
        margin: 1.4rem 0 0 3rem;
        max-width: calc(100% - 3rem);
    }

    .featured-media {
        margin-top: 6rem;
    }

    .post-inner {
        padding-top: 8rem;
    }


    /* Entry Content ------------------------- */

    .entry-content {
        font-size: 2.1rem;
    }

    .entry-content p,
    .entry-content li {
        line-height: 1.476;
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3 {
        margin: 6rem auto 3rem;
    }

    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        margin: 4.5rem auto 2.5rem;
    }

    /* Site Pagination ----------------------- */

    .pagination-separator {
        margin: 8rem 0;
    }

    /* Display the full text for Newer and Older Posts. */

    .nav-short {
        display: inline;
    }

    .pagination .nav-links {
        font-size: 2.4rem;
        font-weight: 600;
        margin: -2.5rem 0 0 -4rem;
    }

    .nav-links > * {
        margin: 2.5rem 0 0 4rem;
    }


    }

@media ( min-width: 992px ) {


    /* Site Header --------------------------- */

    #site-header {
        z-index: 2;
    }

    .header-inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 2.8rem 0;
    }

    .header-titles-wrapper {
        margin-right: 4rem;
        max-width: 50%;
        padding: 0;
        text-align: left;
    }

    .header-titles {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: -1rem 0 0 -2.4rem;
    }

    .header-titles .site-title,
    .header-titles .site-logo,
    .header-titles .site-description {
        margin: 1rem 0 0 2.4rem;
    }

    .wp-custom-logo .header-titles {
        align-items: center;
    }

    /* HEADER NAVIGATION */

    .header-navigation-wrapper {
        align-items: center;
        display: flex;
    }

    .primary-menu-wrapper {
        display: block;
        width: 100%;
    }


    /* Site Footer --------------------------- */

    /* FOOTER TOP */

    .footer-top {
        align-items: center;
    }

    .footer-menu {
        align-items: baseline;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        font-size: 2.1rem;
        margin: -1.2rem 0 0 -2.4rem;
    }

    .footer-menu li {
        margin: 1.2rem 0 0 2.4rem;
    }
}

@media ( min-width: 1284px ) {

    /* Element Base -------------------------- */

    /* TITLES */

    h1,
    .heading-size-1 {
        font-size: 8.4rem;
    }

    /* Site Footer --------------------------- */

    .footer-menu {
        font-size: 2.4rem;
        margin: -1.5rem 0 0 -3rem;
    }

    .footer-menu li {
        margin: 1.5rem 0 0 3rem;
    }

    ul.footer-social {
        margin: -1rem 0 0 -1rem;
    }

    ul.footer-social li {
        margin: 1rem 0 0 1rem;
    }

    .footer-social a {
        height: 4.4rem;
        width: 4.4rem;
    }

    .footer-social a::before {
        font-size: 2rem;
    }

    /* FOOTER WIDGETS */

    .footer-widgets-wrapper {
        margin-left: -6rem;
        width: calc(100% + 6rem);
    }

    .footer-widgets {
        margin-left: 6rem;
    }

}






a.button {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    color: #fff;
    text-decoration: none!important
}

a.button:hover,a.button:visited {
    color: #fff;

}

.woocommerce form .form-row .required {
    color: #ff8c9a;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .required[title] {
    border: 0!important

}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form.woocommerce-form-login label,.woocommerce form.woocommerce-form-login p,.woocommerce form.woocommerce-form-register label,.woocommerce form.woocommerce-form-register p {
    font-family: 'Poppins', sans-serif
}

.woocommerce form.woocommerce-form-login input,.woocommerce form.woocommerce-form-register input {
    border: 1px solid #ddd
}

.woocommerce .woocommerce-form-login__rememberme {
    margin: 1rem 0 3rem 0
}

.woocommerce-view-order .woocommerce-MyAccount-content table {
    border: 0
}

.woocommerce-view-order .woocommerce-MyAccount-content table tbody {
    border-bottom: 1px solid #ddd
}

.woocommerce-view-order .woocommerce-MyAccount-content table tfoot tr:last-of-type {
    border-top: 1px solid #ddd
}

.woocommerce-view-order .woocommerce-MyAccount-content table tfoot tr:last-of-type .woocommerce-Price-amount {
    font-weight: 600
}

.woocommerce-view-order .woocommerce-MyAccount-content table td,.woocommerce-view-order .woocommerce-MyAccount-content table th,.woocommerce-view-order .woocommerce-MyAccount-content table tr {
    border: 0
}

.woocommerce-breadcrumb {
    margin-bottom: 5rem;
    font-size: .88889em;
    font-family: 'Poppins', sans-serif
}

.woocommerce-pagination {
    font-family: 'Poppins', sans-serif;
    font-size: .88889em;
    margin: 25px 10px 25px 10px;
   width: auto;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.2
}

.woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers {
   padding: 9px 0.5rem;
    display: inline-block;
    font-size: 15px;
}




.price del, .xoo-wsc-pprice del {
    opacity: .5;
    display: inline-block ;
    text-decoration: none;
}

.price del bdi, .xoo-wsc-pprice del bdi {
    text-decoration: line-through;
}

.price ins {
    display: inline-block;
    text-decoration: none
}

.woocommerce-store-notice__dismiss-link {
    float: right;
    color: #000
}

.woocommerce-store-notice__dismiss-link:hover {
    text-decoration: none;
    color: #000
}

.flex-viewport {
    margin-bottom: 1.5em
}

#site-content .post-inner {
    padding-top: 0
}

#site-content .wp-block-cover {
    margin-top: 0
}

.cross-sells .woocommerce-loop-product__title {
    font-family: 'Poppins', sans-serif
}

.cross-sells .star-rating {
    font-size: 1.4rem
}

.flex-control-nav::after {
    clear: both;
    content: "";
    display: table
}

.woocommerce table.shop_table td,.woocommerce table.shop_table th,.woocommerce-page table.shop_table td,.woocommerce-page table.shop_table th {
    word-break: normal
}

.woocommerce-products-header__title.page-title {
    font-size: 6rem;
    text-align: center
}

.woocommerce-ordering,.woocommerce-result-count {
    margin: 0 0 1rem;
    padding: .75rem 0
}

ul.products {
    margin: 0;
    padding: 0
}

ul.products li.product {
    list-style: none
}

ul.products li.product .woocommerce-loop-product__link {
    display: block;
    text-decoration: none
}

ul.products li.product .woocommerce-loop-product__title {
    margin: 1.5rem 0 .5rem;
    font-size: 2.5rem
}

ul.products li.product .woocommerce-loop-product__title::before {
    content: none
}

ul.products li.product .price,ul.products li.product .star-rating,ul.products li.product .woocommerce-loop-product__title {
    color: #111
}

ul.products li.product .star-rating {
    margin-bottom: .8rem
}

ul.products li.product .price {
    margin-bottom: 2rem
}

ul.products li.product .price,ul.products li.product .star-rating {
    display: block
}

ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

ul.products li.product .button {
    vertical-align: middle
}

ul.products li.product .button.loading {
    opacity: .5
}

ul.products li.product .added_to_cart {
    margin: .5rem
}

a.remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 100%;
    text-decoration: none!important;
    background: #fff;
    color: #000
}

a.remove:hover {
    background: #ff8c9a;
    color: #fff!important
}

.wc-item-meta,dl.variation {
    list-style: none outside;
    font-size: 14px;
}

.wc-item-meta .wc-item-meta-label,.wc-item-meta dt,dl.variation .wc-item-meta-label,dl.variation dt {
    float: left;
    margin-right: .25rem;
    margin-top: 1px;
    list-style: none outside;
}

.wc-item-meta dd,dl.variation dd {
    margin: 0
}

.wc-item-meta p,.wc-item-meta:last-child,dl.variation p,dl.variation:last-child {
    margin-bottom: 0
}

.single-product div.product {
    position: relative
}

.single-product div.product .product_meta {
  clear: both;
    font-size: .8em;

}

.single-product .single_add_to_cart_button {
    padding-top: 1.55rem;
    padding-bottom: 1.59rem;
    font-size: 1.6rem
}

.single-product .single-featured-image-header {
    display: none
}

.single-product .entry-title {
    margin: 0 0 2.5rem
}

.single-product .entry-title::before {
    margin-top: 0
}

.single-product .summary {
    margin-bottom: 5rem
}

.single-product .summary p.price {
    margin-bottom: 3.5rem
}

.single-product .woocommerce-product-rating {
    margin: -1rem 0 4rem;
    line-height: 1;
    font-size: 1.4rem
}

.single-product .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: .25rem
}

.single-product form.cart .quantity {
  min-width: 131px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.woocommerce-variation-add-to-cart .hidden {
   min-width: 0px !important;
}

.single-product form.cart input[type=number] {
    width: 5em
}

.single-product .woocommerce-variation-add-to-cart .button {
    padding-top: 1.55rem;
    padding-bottom: 1.59rem;
    font-size: 1.6rem;
    width: 100%;
    background: #333333;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 16px;
}

.single-product .woocommerce-variation-add-to-cart .button.disabled {
    opacity: .2
}

.single-product .woocommerce-Tabs-panel--additional_information table,.single-product .woocommerce-Tabs-panel--reviews table {
    border: 1px solid #ddd
}

.single-product .woocommerce-Tabs-panel--additional_information table td,.single-product .woocommerce-Tabs-panel--additional_information table th,.single-product .woocommerce-Tabs-panel--additional_information table tr,.single-product .woocommerce-Tabs-panel--reviews table td,.single-product .woocommerce-Tabs-panel--reviews table th,.single-product .woocommerce-Tabs-panel--reviews table tr {
    border: 1px solid #ddd
}

.single-product .woocommerce-Tabs-panel--additional_information p,.single-product .woocommerce-Tabs-panel--reviews p {
    font-family: 'Poppins', sans-serif
}

.single-product .woocommerce-Tabs-panel--additional_information input,.single-product .woocommerce-Tabs-panel--reviews input {
    border: 1px solid #ddd
}

.single-product .woocommerce-product-attributes-item__value p {
    margin-bottom: 0
}

table.variations label {
    margin: 0;
    padding: 6px 0
}

table.variations select {
    margin-right: .5rem
}

a.reset_variations {
    margin-left: .5em
}

.woocommerce-product-gallery {
    max-width: 600px;
    position: relative;
    margin-bottom: 2rem
}

.woocommerce-product-gallery figure {
    margin: 0;
    padding: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
    padding: 0
}

.woocommerce-product-gallery .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block;
    height: auto
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce-product-gallery--columns-4 ol {
    margin-left: 0;
    margin-bottom: 0
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 14.2857142857%;
    margin: 0 1em 1.6em 0
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 99
}

.woocommerce-tabs {
    margin: 4rem 0 2rem
}

.woocommerce-tabs #tab-description h2,.woocommerce-tabs #tab-description p {
    max-width: 100vw;
    width: 100%
}

.woocommerce-tabs #tab-additional_information .woocommerce-product-attributes {
    max-width: 100vw;
    width: 100%
}

.woocommerce-tabs #tab-reviews .woocommerce-Reviews {
    max-width: 100vw;
    width: 100%
}

.woocommerce-tabs #tab-reviews #submit {
    float: right
}

.woocommerce-tabs ul {
    margin: 0 0 1.5rem;
    padding: 0;
    font-family: 'Poppins', sans-serif
}

.woocommerce-tabs ul li {
    margin: .5rem 4rem 2rem 0
}

.woocommerce-tabs ul li a {
    color: #111;
    text-decoration: none;
    font-weight: 600
}

.woocommerce-tabs ul li.active a {
    color: #ff8c9a;
    box-shadow: 0 2px 0 #ff8c9a
}

.woocommerce-tabs .panel>* {
    margin-top: 0!important
}

.woocommerce-tabs .panel h1::before,.woocommerce-tabs .panel h2::before {
    content: none
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 3rem;
    margin: 0 0 2rem
}


.related.products,.up-sells {
    clear: both
}

.related.products ul.products,.up-sells ul.products {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch
}

.related.products ul.products li.product,.up-sells ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.widget.woocommerce ul {
    padding-left: 0
}

.widget.woocommerce ul li {
    list-style: none
}

.site-footer .widget .product_list_widget,.widget .product_list_widget {
    margin-bottom: 1.5rem
}

.site-footer .widget .product_list_widget a,.widget .product_list_widget a {
    display: block;
    box-shadow: none
}

.site-footer .widget .product_list_widget a:hover,.widget .product_list_widget a:hover {
    box-shadow: none
}

.site-footer .widget .product_list_widget li,.widget .product_list_widget li {
    padding: .5rem 0
}

.site-footer .widget .product_list_widget li a.remove,.widget .product_list_widget li a.remove {
    float: left;
    margin-top: 7px;
    line-height: 20px;
    color: #fff;
    margin-right: .5rem
}

.site-footer .widget .product_list_widget img,.widget .product_list_widget img {
    display: none
}

.widget_shopping_cart .buttons a {
    display: inline-block;
    margin: 0 .5rem 0 0
}

.woocommerce-shopping-totals {
    vertical-align: text-top
}

.widget_layered_nav .chosen::before {
    content: "×";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: .25rem
}

.widget_price_filter .price_slider {
    margin-bottom: 1rem
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.widget_price_filter .price_slider_amount .button {
    float: left;
    padding: .4rem 1rem
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5rem;
    margin-right: .5rem
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #000;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #000
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #666;
    border: 0
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.widget_rating_filter li {
    text-align: right
}

.widget_rating_filter li .star-rating {
    float: left;
    margin-top: .3rem
}

.widget_product_search form {
    position: relative
}

.widget_product_search .search-field {
    padding-right: 100px
}

.widget_product_search input[type=submit] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.woocommerce-account #site-content .post-inner {
    padding-top: 0
}

.woocommerce-account #site-content .woocommerce {
    max-width: 1600px;
    padding: 0 6vw;
    margin: 0 auto
}

.woocommerce-account .woocommerce-MyAccount-navigation {

    margin: 0 0 2rem
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: .5rem 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    padding-top: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation li a, .woocommerce-account .woocommerce-MyAccount-navigation li svg {
    box-shadow: none;
    text-decoration: none;
    font-weight: 600;
    color: #aaa;
    fill: #aaa;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:not(.is-active) a:hover > svg, .woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #000;
     fill: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation li.is-active svg {
    color: #ff8c9a;
     fill: #ff8c9a;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content form h3 {
    margin-top: 0
}

.woocommerce-account table.account-orders-table {
    margin-top: 0;
    border: 0
}

.woocommerce-account table.account-orders-table td,.woocommerce-account table.account-orders-table th,.woocommerce-account table.account-orders-table tr {
    border: 0
}

.woocommerce-account table.account-orders-table td {
    padding-left: 1.5rem
}

.woocommerce-account table.account-orders-table thead {
    border-bottom: 1px solid #ddd
}

.woocommerce-account table.account-orders-table .button {
    margin: 0 .35rem .35rem 0;
    width: 80%
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) td {
    background: #eee
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
    background: #fff
}

.woocommerce-account .woocommerce-EditAccountForm input {
    border: 1px solid #ddd
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {

}

.woocommerce-account .woocommerce-EditAccountForm button {
    margin-top: 3rem
}

.logged-in.woocommerce-account #site-content .woocommerce {
    display: flex;
    flex-direction: row
}

.woocommerce-cart-form img {
    max-width: 120px;
    height: auto;
    display: block
}

.woocommerce-cart-form dl.variation {
    margin-top: 1rem
}

.woocommerce-cart-form dl.variation dd,.woocommerce-cart-form dl.variation dt,.woocommerce-cart-form dl.variation p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem
}

.woocommerce-cart-form dl.variation p,.woocommerce-cart-form dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce-cart-form .product-remove {
    text-align: center
}

.woocommerce-cart-form .actions .input-text {
    width: 200px!important;
    float: left;
    margin-right: .25rem;
    border: 1px solid #ddd;
    padding-top: 1.55rem;
    padding-bottom: 1.59rem
}

.woocommerce-cart-form .actions .button {
    background: #f9f9f9;
    border: 1px solid #555;
    color: #555
}

.woocommerce-cart-form .actions button[name=update_cart] {
    background: #fff;
    color: #000
}

.woocommerce-cart-form .quantity input {
    width: 8rem;
    border: 1px solid #eee
}

.woocommerce-cart-form table {
    border: 0
}

.woocommerce-cart-form table tbody,.woocommerce-cart-form table td,.woocommerce-cart-form table th {
    border: 0
}

.woocommerce-cart-form table td.product-thumbnail {
    padding: 1.4rem;
    width: 10%
}

.woocommerce-cart-form table td.product-name {
    padding-left: 1.5vw
}

.woocommerce-cart-form table tbody tr {
    border-top: 1px solid #eee
}

.woocommerce-cart-form table input.qty {
    display: inline-block
}

.woocommerce-cart-form .actions button {
    padding-top: 1.55rem;
    padding-bottom: 1.59rem;
    font-size: 1.6rem
}

.cart_totals td,.cart_totals th {
    vertical-align: top
}

.cart_totals th {
    padding-right: 1rem
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif
}

.cart_totals table {
    border: 0
}

.cart_totals table tbody,.cart_totals table td,.cart_totals table th,.cart_totals table tr {
    border: 0;
    padding: 1rem
}

.cart_totals table th {
    width: 33%
}

.cart_totals .checkout-button {
    width: 100%
}

.cart_totals input[type=radio].shipping_method {
    display: none
}

.cart_totals input[type=radio].shipping_method+label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #6d6d6d;
    background: #fff;
    margin-left: 4px;
    margin-right: 1.2rem;
    border-radius: 100%;
    transform: translateY(2px)
}

.cart_totals input[type=radio].shipping_method:checked+label::before {
    background: #555
}

.shipping-calculator-button {
    margin-top: .5rem;
    display: inline-block
}

.shipping-calculator-form {
    margin: 1rem 0 0 0
}

.woocommerce-cart .post-inner {
    padding-top: 0
}

.woocommerce-cart #site-content .entry-header {
    padding: 3vw 0 1.5vw
}

.woocommerce-cart #site-content .woocommerce {
    max-width: 1600px;
    padding: 0 5vw;
    margin: 0 auto
}

.woocommerce-cart .select2-container .select2-selection--single {
    height: 48px
}

.woocommerce-cart .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    color: #000;
    padding-left: 1.8rem
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px
}

.woocommerce-cart .select2-container--focus .select2-selection {
    border-color: #000
}

.woocommerce-cart .select2-results__option {
    margin-left: 0
}

.woocommerce-cart .select2-container .select2-search__field {
    height: 4rem;
    background: #eee
}

.woocommerce-cart p.form-row input {
    border: 1px solid #ddd
}

#ship-to-different-address {
    font-size: 1em;
    display: inline-block;
    margin: 1.42em 0
}

#ship-to-different-address label {
    font-weight: 400;
    cursor: pointer
}

#ship-to-different-address label span {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 45px
}

#ship-to-different-address label span::before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13rem;
    box-sizing: content-box;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 0;
    right: 0
}

#ship-to-different-address label span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 17px;
    border-radius: 13rem;
    transition: all ease-in-out .3s
}

#ship-to-different-address label input[type=checkbox] {
    display: none
}

#ship-to-different-address label input[type=checkbox]:checked+span::after {
    right: 3px
}

#ship-to-different-address label input[type=checkbox]:checked+span::before {
    border-color: #000;
    background: #000
}


.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.woocommerce-terms-and-conditions-link {
    display: inline-block
}

.woocommerce-terms-and-conditions-link::after {
    content: "";
    display: inline-block;
    border-style: solid;
    margin-bottom: 2px;
    margin-left: .25rem;
    border-width: 6px 6px 0 6px;
    border-color: #111 transparent transparent transparent
}

.woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open::after {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #111 transparent
}

.woocommerce-checkout ul.woocommerce-error {
    flex-direction: column;
    align-items: flex-start
}

.woocommerce-checkout ul.woocommerce-error li {
    font-family: 'Poppins', sans-serif;
    margin: .5rem 0 .5rem
}

.woocommerce-checkout .post-inner {
    padding-top: 0
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-top: 4rem
}

.woocommerce-checkout form[name=checkout] {
    display: table;
    width: 100%;
    overflow: hidden;
}

.woocommerce-checkout .blockUI.blockOverlay {
    position: relative
}

.woocommerce-checkout .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

 @-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg);}

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

    100% {transform: rotate(360deg);}
}



.woocommerce-checkout form .col2-set {
    width: 50%;
    float: left;
    padding-right: 1.5vw
}

.woocommerce-checkout form .col2-set .col-1,.woocommerce-checkout form .col2-set .col-2 {
    float: none;
    width: 100%
}

.woocommerce-checkout form .col2-set input {
    border: 1px solid #ddd
}

.woocommerce-checkout form .col2-set label {
    font-family: 'Poppins', sans-serif;
    letter-spacing: normal
}

.woocommerce-checkout form .col2-set p {
    margin-bottom: 1.15em
}

.woocommerce-checkout form #order_review_heading {
    margin-top: 4rem
}

.woocommerce-checkout form #order_review,.woocommerce-checkout form #order_review_heading {
    width: 50%;
    padding-left: 1.5vw;
    float: right;
    clear: right
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {
    margin-top: 2.85rem;
    border: 0
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td,.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table th,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table td,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table th {
    border: 0
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table thead {
   /* display: none */
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody::after,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table tbody::after {
    content: "";
    display: block;
    height: 2rem
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-weight: 600
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal,.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .cart-subtotal,.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .order-total {
    border-top: 1px solid #ddd
}

.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text {
    border: 2px solid #ff8c9a
}

.woocommerce-checkout .woocommerce-input-wrapper .description {
    background: #4169e1;
    color: #fff;
    border-radius: 3px;
    padding: 1rem;
    margin: .5rem 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce-checkout .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce-checkout .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #4169e1 transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce-checkout .woocommerce-form-login p.form-row.form-row-first,.woocommerce-checkout .woocommerce-form-login p.form-row.form-row-last {
    float: none
}

.woocommerce-checkout input#coupon_code {
    padding-top: 1.55rem;
    padding-bottom: 1.59rem;
    border: 1px solid #ddd
}

.woocommerce-checkout button[name=apply_coupon] {
    padding-top: 1.55rem;
    padding-bottom: 1.8rem;
    font-size: 1.6rem
}

.woocommerce-checkout .select2-choice,.woocommerce-checkout .select2-choice:hover {
    box-shadow: none!important
}

.woocommerce-checkout .select2-choice {
    padding: .7rem 0 .7rem .7rem
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: 48px
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 15px;
    color: #000;
    padding-left: 1.8rem
}

#select2-billing_country-container {
    padding-left: 0;
}
#billing_country_field .select2-selection--single {
     border: 0;
    border-bottom: 2px solid grey;
    border-radius: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px
}

.woocommerce-checkout  .select2-selection {
    border-color: #09ccd0;
    background: #d1f5f6;
}

.woocommerce-checkout .select2-results__option {
    margin-left: 0
}

.woocommerce-checkout .select2-container .select2-search__field {
    height: 4rem;
    background: #eee
}

.woocommerce-checkout-review-order-table input[type=radio].shipping_method {
    display: none
}

.woocommerce-checkout-review-order-table input[type=radio].shipping_method+label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #6d6d6d;
    background: #fff;
    margin-left: 4px;
    margin-right: 1.2rem;
    border-radius: 100%;
    transform: translateY(2px);
    float: left;
}

.woocommerce-checkout-review-order-table input[type=radio].shipping_method:checked+label::before {
    background: #555
}

.woocommerce-checkout-review-order-table td {
    padding: 0;
    line-height: 2;
}

.woocommerce-checkout-review-order-table dl.variation {
  /* margin: 0;  */
    font-size: 14px;
}

.woocommerce-checkout-review-order-table dl.variation p {
    margin: 0
}

.woocommerce-checkout-review-order-table dl.variation dd,.woocommerce-checkout-review-order-table dl.variation dt {
    font-family: 'Poppins', sans-serif
}

.woocommerce-checkout-review-order-table dl.variation dd p,.woocommerce-checkout-review-order-table dl.variation dt p {
    padding-top: 1px;
    font-family: 'Poppins', sans-serif
}

.woocommerce-order-received .woocommerce-order li,.woocommerce-order-received .woocommerce-order p {
    font-family: 'Poppins', sans-serif
}

.woocommerce-order-received table {
    border: 0
}

.woocommerce-order-received table td,.woocommerce-order-received table th,.woocommerce-order-received table tr {
    border: 0
}

.woocommerce-order-received table tr {
    height: 5rem
}

.woocommerce-order-received table tfoot {
    border-top: 1px solid #ddd
}

.woocommerce-order-received table tfoot tr:last-of-type {
    border-top: 1px solid #ddd
}

.woocommerce-order-received table tfoot tr:last-of-type .woocommerce-Price-amount {
    font-weight: 600
}

.woocommerce-checkout-review-order ul {
    margin: 2rem 0 3rem;
    padding-left: 0
}

.woocommerce-checkout-review-order #place_order {
    width: 100%
}

.wc_payment_method {
    list-style: none
}

.wc_payment_method .payment_box {
    padding: 1rem;
    background: #eee
}

.wc_payment_method .payment_box ol:last-of-type,.wc_payment_method .payment_box ul:last-of-type {
    margin-bottom: 0
}

.wc_payment_method .payment_box fieldset {
    padding: 1.5rem;
    padding-bottom: 0;
    border: 0;
    background: #f6f6f6
}

.wc_payment_method .payment_box li {
    list-style: none
}

.wc_payment_method .payment_box p:first-child {
    margin-top: 0
}

.wc_payment_method .payment_box p:last-child {
    margin-bottom: 0
}

.wc_payment_method>label:first-of-type {
    display: block;
    margin: 1rem 0
}

.wc_payment_method>label:first-of-type img {
    max-height: 24px;
    max-width: 200px;
    float: right
}

.wc_payment_method label {
    cursor: pointer
}

.wc_payment_method input.input-radio[name=payment_method] {
    display: none
}

.wc_payment_method input.input-radio[name=payment_method]+label {
    font-family: 'Poppins', sans-serif
}

.wc_payment_method input.input-radio[name=payment_method]+label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #6d6d6d;
    background: #fff;
    margin-left: 4px;
    margin-right: 1.2rem;
    border-radius: 100%;
    transform: translateY(2px)
}

.wc_payment_method input.input-radio[name=payment_method]:checked+label::before {
    background: #555
}

.wc_payment_methods .payment_box p {
    font-family: 'Poppins', sans-serif
    font-size: 1.6rem
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 5rem
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem
}

.woocommerce-order-overview {
    margin-bottom: 2rem
}

.woocommerce-table--order-details {
    margin-bottom: 2rem
}

.woocommerce section {
    padding-top: 0;
    padding-bottom: 0
}

.woocommerce .content-area .site-main {
    margin: 0 5vw
}

.woocommerce ul.products {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap
}

.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5em
}

.woocommerce ul.products li.product-category a {
    text-align: center
}

.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
    font-family: 'Poppins', sans-serif
    font-size: 3rem
}

@media only screen and (max-width: 600px) {
    .woocommerce .woocommerce-ordering {
        float:left;
        clear: both
    }
}

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

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

    .woocommerce ul.products[class*=columns-] li.product:nth-of-type(2n+1),.woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(2n+1) {
        padding: 0 2vw 3em 0
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-of-type(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(2n) {
        padding: 0 0 3em 2vw
    }
}

@media only screen and (max-width: 768px) {
    #site-content .woocommerce .woocommerce-cart-form .actions .coupon {
        margin-bottom:2rem
    }

    #site-content .woocommerce .woocommerce-cart-form .actions .coupon button {
        width: 100%
    }

    #site-content .woocommerce .woocommerce-cart-form #coupon_code {
        width: 100%!important
    }

    #site-content #shipping_method li {
        display: flex;
        justify-content: flex-end
    }

    .woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr {
        margin: 0 0 1.5rem;
        border: 1px solid #80808061;
    }


    .woocommerce table.shop_table_responsive tr:last-child,.woocommerce-page table.shop_table_responsive tr:last-child {
        margin-bottom: 0
    }

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

    .woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td {
        border-bottom-width: 0
    }

    .woocommerce table.shop_table_responsive tr td:last-child,.woocommerce-page table.shop_table_responsive tr td:last-child {
        border-bottom-width: 1px
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity::before,.woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
        padding-top: .9rem
    }

    .woocommerce table.shop_table_responsive tr .product-remove,.woocommerce-page table.shop_table_responsive tr .product-remove {
        float: right
    }

    .woocommerce table.shop_table_responsive tr .product-thumbnail,.woocommerce-page table.shop_table_responsive tr .product-thumbnail {
        display: block
    }

    .woocommerce table.shop_table_responsive tr .product-thumbnail img,.woocommerce-page table.shop_table_responsive tr .product-thumbnail img {
        width: 70px
    }

    .woocommerce table.shop_table_responsive tr .product-thumbnail::before,.woocommerce-page table.shop_table_responsive tr .product-thumbnail::before {
        content: ""
    }

    .woocommerce .woocommerce-breadcrumb,.woocommerce-page .woocommerce-breadcrumb {
        margin-bottom: 1rem;
        font-size: .8em;
    }

    .woocommerce .related.products ul.products,.woocommerce-page .related.products ul.products {
        display: flex;

        align-items: flex-start
    }

    .woocommerce .related.products ul.products li.product,.woocommerce-page .related.products ul.products li.product {
        margin-bottom: 5em
    }

    .woocommerce .woocommerce-products-header__title.page-title,.woocommerce-page .woocommerce-products-header__title.page-title {
        margin: 3rem auto 4rem
    }

    .woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-ordering,.woocommerce-page .woocommerce-result-count {
        font-size: .8em
    }

    .woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
        margin-bottom: 3rem
    }

    .woocommerce-cart-form table td.product-name {
        padding-left: .5em
    }

    .woocommerce-cart-form table input.qty {
        padding: 1rem 1.5rem
    }

    .woocommerce-checkout form .col2-set {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .woocommerce-checkout form .col2-set .col-1,.woocommerce-checkout form .col2-set .col-2 {
        float: none;
        width: 100%
    }

    .woocommerce-checkout form #order_review_heading {
        margin-top: 4rem
    }

    .woocommerce-checkout form #order_review,.woocommerce-checkout form #order_review_heading {
        width: 100%;
        padding-left: 0;
        float: none
    }

    .woocommerce-checkout form table tbody td.product-total {
        text-align: end
    }

    .woocommerce-checkout form table tfoot .cart-subtotal td,.woocommerce-checkout form table tfoot .order-total td {
        text-align: end
    }

    .logged-in.woocommerce-account #site-content .woocommerce {
        flex-direction: column
    }

    .logged-in.woocommerce-account #site-content .woocommerce-MyAccount-content,.logged-in.woocommerce-account #site-content .woocommerce-MyAccount-navigation {
        width: 100%
    }

    .logged-in.woocommerce-account #site-content table.account-orders-table .button {
        padding-left: .5em;
        padding-right: .5em;
        width: 100%;
        margin: 2rem 0
    }


}

    .woocommerce-checkout form table tbody td.product-total {
                text-align: end
        }

        .woocommerce-checkout form table tfoot .cart-subtotal td,.woocommerce-checkout form table tfoot .order-total td {
                text-align: end
        }

@media only screen and (min-width: 768px) {
    .woocommerce table.shop_table tbody tr,.woocommerce-page table.shop_table tbody tr {
        font-size:.88889em
    }



    .woocommerce-products-header__title.page-title {
        font-size: 8.4rem;
        font-weight: 800
    }

    .woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers {
        padding: 1rem;
        font-size: 17px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 20%;
       margin-bottom: -0.5rem;
        margin-right: 3rem
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        margin: 0 1rem 3rem 0;
        padding: 0;
        border-bottom: 0
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
        margin-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 75%
    }

    .woocommerce-account table.account-orders-table {
        margin-top: 0;
        border: 0
    }

    .woocommerce-account table.account-orders-table td,.woocommerce-account table.account-orders-table th,.woocommerce-account table.account-orders-table tr {
        border: 0;
        padding: 0;
        border-top: 2px solid #80808052;
    }


    .woocommerce-account table.account-orders-table thead {
        border-bottom: 1px solid #ddd
    }

    .woocommerce-account table.account-orders-table .button {
       padding-left: 0.5em;
    padding-right: 0.5em;
    width: 66%;
    margin: 1rem 3px;
    }

    .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row--first {
        float: none
    }

    .woocommerce .content-area {
        margin: 0 auto;
        padding: 1vw 1vw;
    }

    .woocommerce .content-area .site-main {
        margin: 0
    }

    .single-product .entry .entry-content,.single-product .entry .entry-summary {
        max-width: none;
        margin: 0 0 3rem;
        padding: 0
    }

    .single-product .entry .entry-content>*,.single-product .entry .entry-summary>* {
        max-width: none
    }

    .woocommerce-breadcrumb {
        margin-bottom: 5rem;
        font-size: .88889em;
        font-family: 'Poppins', sans-serif
    }

    .woocommerce-product-gallery {
        margin-bottom: 8rem
    }

    .woocommerce-checkout #site-content .woocommerce {
        max-width: 1600px;
        padding: 0 6vw;
        margin: 0 auto
    }
}
     @media only screen and (max-width: 990px) {
.woocommerce-account table.account-orders-table .button {
       padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    margin: 1rem 0px;
    }
                }
@media only screen and (min-width: 1168px) {
          .woocommerce-account table.account-orders-table .button {
       padding-left: 0.5em;
    padding-right: 0.5em;
    width: 60%;
    margin: 1rem 0.4rem;
    }



    .woocommerce-breadcrumb {
        margin-bottom: 1rem;
        font-size: .88889em;
        font-family: 'Poppins', sans-serif
    }

    .woocommerce-product-gallery {
        margin-bottom: 8rem
    }

}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    margin-bottom: 2rem;
        margin-top: 2rem;
    margin-left: 0;
    background: #eee;
    border-top: 3px solid var(--wc-green);
    list-style: none;
    overflow: hidden;
    width: 100%
}

.woocommerce-error a,.woocommerce-info a,.woocommerce-message a {

}

.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover {
    color: #ff8c9a
}

.woocommerce-error a.button,.woocommerce-info a.button,.woocommerce-message a.button {
    background: #000
}

.woocommerce-error li,.woocommerce-info,.woocommerce-message {
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.woocommerce-error li .button,.woocommerce-info .button,.woocommerce-message .button {
    order: 2
}

.woocommerce-info {
    border-color: var(--wc-blue)
}

.woocommerce-error {
    border-color: #ff8c9a
}

.woocommerce-error>li {
    margin: 0
}

#site-content .woocommerce-error,#site-content .woocommerce-info {
    font-family: 'Poppins', sans-serif
}

.woocommerce-store-notice {
    background: #eee;
    color: #000;
    border-top: 2px solid #ff8c9a;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.admin-bar .woocommerce-store-notice {
    top: 32px
}

.woocommerce-store-notice__dismiss-link {
    float: right;
    color: #000
}

.woocommerce-store-notice__dismiss-link:hover {
    text-decoration: none;
    color: #000
}

/*#customer_details .create-account {
    display: none;
}
*/

/* SELECT2 */

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none; }
        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative; }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px; }
    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none; }
        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .select2-container .select2-search--inline {
        float: left; }
        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0; }
            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-results__option[aria-selected] {
        cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box; }
        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
        display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px; }
        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%; }
        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px; }
        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em; }
                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em; }
                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px; }
    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px; }
    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999; }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none; }
        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px; }
        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }