.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

nav {
    display: block
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:active, a:hover {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button, input, select {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button, input {
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
    cursor: pointer
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

/*@media (min-width: 768px) {
    .row {
        margin-left: -20px
    }
}*/

.row:after, .row:before {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

[class*=span] {
    min-height: 1px;
    margin-left: 20px
}

.container {
    width: 1190px;
    max-width: 100%
}

.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.row-fluid {
    width: 100%
}

.row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
    line-height: 0
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*=span]:first-child {
    margin-left: 0
}

.row-fluid .span12 {
    width: 100%
}

.row-fluid .span11 {
    width: 91.48936170212765%
}

.row-fluid .span10 {
    width: 82.97872340425532%
}

.row-fluid .span9 {
    width: 74.46808510638297%
}

.row-fluid .span8 {
    width: 65.95744680851064%
}

.row-fluid .span7 {
    width: 57.44680851063829%
}

.row-fluid .span6 {
    width: 48.93617021276595%
}

.row-fluid .span5 {
    width: 40.42553191489362%
}

.row-fluid .span4 {
    width: 31.914893617021278%
}

.row-fluid .span3 {
    width: 23.404255319148934%
}

.row-fluid .span2 {
    width: 14.893617021276595%
}

.row-fluid .span1 {
    width: 6.382978723404255%
}

.row-fluid [class*=span].hide, [class*=span].hide {
    display: none
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container:after, .container:before {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

.container-fluid:after, .container-fluid:before {
    display: table;
    content: "";
    line-height: 0
}

.container-fluid:after {
    clear: both
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table td {
    padding: 10px 12px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.hide {
    display: none
}

.show {
    display: block
}

.hidden {
    display: none;
    visibility: hidden
}

* {
    padding: 0;
    margin: 0
}

html {
    min-height: 100%;
    margin-right: 0 !important
}

body {
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 1.5;
    background-color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    max-width: 100%;
    height: 100%
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: Georgia, Arial;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0
}

a {
    color: #000;
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: underline
}

a:focus {
    outline: 0 !important
}

p {
    margin-bottom: 20px
}

.h1, h1 {
    font-size: 38.5px
}

.h2, h2 {
    font-size: 31.5px
}

.h3, h3 {
    font-size: 24.5px
}

.h4, h4 {
    font-size: 17.5px
}

.h5, h5 {
    font-size: 14px;
    margin-bottom: 10px
}

.h6, h6 {
    font-size: 11.9px;
    margin-bottom: 10px;
    font-weight: 400
}

strong {
    color: #000
}

.title {
    clear: both;
    position: relative;
    text-align: center;
    overflow: hidden
}

.title.a-left span {
    padding-left: 0
}

.title span {
    background: #fff;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    display: inline-block;
    max-width: 545px
}

.title.with-subtitle {
    margin-bottom: 0
}

.title:before {
    content: "";
    display: block;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1
}

.subtitle {
    display: block;
    margin-bottom: 20px
}

.page-heading h1:before {
    content: "";
    display: block;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1
}

ul {
    padding-left: 20px;
    margin-bottom: 20px
}

p {
    margin-bottom: 10px;
    line-height: 1.5
}

.a-right {
    text-align: right !important
}

.a-left {
    text-align: left !important
}

.clear {
    clear: both !important
}

.table-row {
    display: table;
    width: 100%
}

.info, .woocommerce-info {
    border-width: 1px;
    border-style: solid;
    padding: 30px 30px 30px 80px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    line-height: 24px
}

.info .h3, .info p {
    margin-bottom: 0;
    position: relative
}

.info .h3 {
    font-size: 20px
}

.info, .woocommerce-info {
    color: #fff;
    background-image: url(assets/images/alert-4.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #6bcbf5 !important;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 30px 20px 80px
}

.info .h3, .woocommerce-info .h3 {
    color: #fff
}

.info:after, .woocommerce-info:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -6px;
    padding: 5px;
    top: -6px;
    background-color: #6bcbf5;
    border: 1px solid #fff
}

.content-box {
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 30px
}

.sidebar .content-box {

    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.checkout-button {
    padding: 8px 20px !important;
    width: 100% !important;
    text-transform: uppercase;
    font-size: 21px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.checkout-button span:after {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin: 0 0 0 8px;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f105"
}

.checkout-button span:after {
    font-size: 19px;
    margin-left: 10px;
    display: none
}

.checkout-link:before {
    font-size: 14px;
    line-height: 10px;
    font-family: arrows;
    margin-right: 8px;
    color: #8e8e8e;
    position: relative;
    top: 1px
}

.checkout-link:before {
    content: "\2a"
}

.main-nav {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 2px 0;
    position: relative
}

.page-wrapper {
    position: relative;
    overflow: hidden
}

.page-content {
    padding-top: 20px;
    margin-bottom: 40px
}

.page-heading {
    padding: 30px 0 10px
}

.page-heading h1 {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 5px;
    font-size: 28px
}

.page-heading .row-fluid .span12 {
    min-height: 1px;
    position: relative
}

#breadcrumb, .woocommerce-breadcrumb {
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.breadcrumbs {
    position: relative;
    text-transform: uppercase
}

.sidebar-position-left .sidebar-right {
    display: none !important
}

.sidebar-position-right .sidebar-left {
    display: none !important
}

.row-fluid .content.span12 {
    margin-left: 0 !important
}

.et_row {
    margin-left: -20px
}

.et_row:after, .et_row:before {
    display: table;
    content: "";
    line-height: 0
}

.et_row:after {
    clear: both
}

[class*=et_col] {

    min-height: 1px;
    margin-left: 20px
}

.product-category {
    margin-bottom: 20px
}

.product-category img {
    margin-bottom: 1px
}

.product-category h5 {
    margin-top: 15px
}

.product-category:hover h5 {
    color: #fc5b5b
}

.product-category:nth-child(3n+1) {
    margin-left: 0 !important;
    clear: left
}

.single-product-page .images {
    position: relative;
    visibility: hidden;
    height: 300px
}

.single-product-page .images .main-image-slider ul.slides li {
    position: relative
}

.single-product-page .images .main-image-slider ul.slides .zoom-link {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 1200;
    font-size: 18px
}

.single-product-page .images .main-image-slider ul.slides .zoom-link i {
    color: #888
}

.single-product-page .images .main-image-slider ul.slides .zoom-link:hover {
    text-decoration: none
}

.single-product-page .images.zoom-disabled .main-image-slider ul li {
    text-align: center
}

.single-product-page .product-info {
    margin-bottom: 60px
}

.single-product-page .product-info h4 {
    margin-bottom: 10px;
    font-size: 14px
}

.single-product-page .product-info .short-description {

    margin-top: 10px;
    clear: both
}

.single-product-page .product-info .product_title {
    font-size: 30px
}

.single-product-page .product-info .price {
    font-size: 28px;
    line-height: 1;

    margin-bottom: 10px
}

.single-product-page .product-info .price del {

    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-right: 10px
}

.single-product-page .product-info .price ins {

    font-size: 28px;
    margin-right: 10px
}

.single-product-page .product-info .price p.stock {

    width: 100%
}

.single-product-page .product-info .quantity {

}

.single-product-page .product-info .button {

    position: relative;
    margin-bottom: 20px
}

.single-product-page .product-info .single_add_to_cart_button {
    color: #fff
}

.single-product-page .product-info .single_add_to_cart_button:hover {
    text-decoration: underline
}

.single-product-page .product-info .variations_form {

    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.single-product-page .product-info .variations_form .button {

    margin-top: 0;
    margin-bottom: 20px
}

.single-product-page .product-info .variations_form .price {

    width: 100%
}

.single-product-page .product-info .variations_form .quantity-box {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative
}

.single-product-page .product-info .product_meta {

}

.single-product-page .product-info .product_meta del .amount {
    font-size: 24px;
    line-height: 29px
}

.single-product-page .product-info .product_meta .stock {

    clear: both;
    width: 100%
}

.single-product-page .product-info .product_meta .product_meta {
    width: 100%;
    float: none;
    display: inline-block
}

.single-product-page .product-info .sku_wrapper {
    display: block;
    clear: both;
    color: #000;
    margin-bottom: 10px
}

.single-product-page .product-info .sku_wrapper span {
    color: #6f6f6f !important
}

.single-product-page .product-info .sku {
    color: #000
}

.share-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    width: 100%;

    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px
}

.main-image-slider {
    position: relative;
    margin-bottom: 20px
}

.variations td {
    padding-bottom: 10px
}

.variations label {
    line-height: 38px;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px
}

.reset_variations {
    margin-left: 0;
    margin-top: 10px;

    width: 100%
}

.quantity-box {

    margin: 10px 10px 20px 0;
    width: 100%;
    clear: both;
    text-align: center
}

.quantity-box label {
    text-align: center;
    text-transform: uppercase;
    display: block;

    font-size: 12px;
    margin: 7px 10px 0 0
}

.quantity {
    position: relative;

    width: 65px !important;
    padding-right: 0 !important;
    height: 40px
}

.quantity input[type=button] {
    position: absolute;
    right: 0 !important;
    width: 27px !important;
    height: 21px !important;
    padding: 0 !important;
    border: 1px solid #ddd !important;
    color: #000;
    background-color: #fff !important
}

.quantity input[type=button]:hover {
    color: #fff;
    background-color: #333 !important;
    text-decoration: none
}

.quantity input[type=button]:focus {
    color: #fff !important;
    background-color: #333 !important
}

.quantity input[type=button]:focus:hover {
    color: #fff !important;
    background-color: #333 !important
}

.quantity input[type=number] {
    width: 45px !important;
    height: 40px !important;
    padding-right: 5px;
    border: 1px solid #ddd !important
}

.price {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "Open Sans", Arial
}

.price del {
    font-size: 14px
}

.price ins {
    text-decoration: none
}

.single-product-page .product-info .single_variation .price {
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.shop_table td {
    padding: 18px 12px !important
}

.shop_table .product-name a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Georgia
}

.shop_table .product-thumbnail {
    width: 90px;
    position: relative;
    text-align: center;
    background: #fff !important
}

.shop_table .product-thumbnail img {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.shop_table .product-thumbnail:hover img {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: .7
}

.shop_table .quantity-box label {
    display: none
}

.shop_table .quantity {
    left: 50%;
    margin: 0;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.shop_table .product-price .amount {
    color: #000;
    font-size: 16px;
    font-family: "Open Sans", Arial
}

#step2 {
    display: none
}

#step5 .step-title {
    border-bottom: 0;
    margin-bottom: 0
}

.label-icon {
    text-indent: -99999px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    right: 5px;
    top: 5px;
    left: auto;
    z-index: 50;
    background-size: 100%
}

.label-icon.sale-label {
    left: 5px
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

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

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

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

.post-images {
    position: relative
}

.post-images ul.slides {
    display: block;
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px
}

.post-images ul.slides li {
    list-style: none
}

.images-slider {
    position: relative
}

.post-single {
    margin-bottom: 20px
}

.post-single .post-share {
    text-align: right;
    border: 1px solid #ebebeb;
    margin-bottom: 25px
}

.post-single .post-share .share-title {
    text-transform: uppercase;
    color: #000;

    font-family: Georgia;
    margin: 0;
    padding: 14px 10px;
    border-bottom: 0;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-submit {
    text-align: right;
    width: 65.81196581196582%
}

.gallery-caption {
    width: 90%
}

.gallery-caption a {
    display: inline
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%
}

.page-404 {
    padding: 140px 0;
    text-align: center
}

.page-404 h1 {
    margin-bottom: 5px
}

.page-404 p {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px
}

form .form-row input.input-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    margin: 0;
    outline: 0;
    width: 100%
}

form .form-row-first, form .form-row-last {

    overflow: visible;
    width: 47%
}

.custom-info-wrap {
    margin-bottom: 20px !important;

    width: 100%;
    border-bottom: 1px dotted #dbdbdb
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: .99
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: .99
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: .99
    }
}

.slider-title {
    text-align: center
}

.slider-container {
    position: relative;

    width: 100%
}

.slider-container.sidebar-slider {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    padding: 0
}

.slider-container.sidebar-slider .title {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 20px
}

.slider-container.sidebar-slider .title:before {
    display: none
}

.slider-container.sidebar-slider .slider-next, .slider-container.sidebar-slider .slider-prev {
    width: 25px;
    height: 25px;
    margin: 0 0 15px 4px;
    top: auto;
    bottom: 10px;
    left: 50%;
    border: 1px solid #dbdbdb
}

.slider-container.sidebar-slider .slider-next:before, .slider-container.sidebar-slider .slider-prev:before {
    content: "\df";
    font-family: arrows;
    font-size: 14px;
    opacity: 1;
    display: block;
    text-indent: 0;
    line-height: 25px
}

.slider-container.sidebar-slider .slider-next:hover:before, .slider-container.sidebar-slider .slider-prev:hover:before {
    background-color: #ebebeb;
    color: #4f4f4f
}

.slider-container.sidebar-slider .slider-next.disabled:hover, .slider-container.sidebar-slider .slider-prev.disabled:hover {
    cursor: default !important
}

.slider-container.sidebar-slider .slider-next.disabled:hover:before, .slider-container.sidebar-slider .slider-prev.disabled:hover:before {
    background-color: #fff;
    cursor: default !important;
    opacity: 1 !important;
    color: #a2a2a2 !important
}

.slider-container.sidebar-slider .slider-next.disabled:before, .slider-container.sidebar-slider .slider-prev.disabled:before {
    cursor: default !important;
    opacity: 1 !important;
    color: #a2a2a2 !important
}

.slider-container.sidebar-slider .slider-prev {
    margin-left: -31px
}

.slider-container.sidebar-slider .slider-prev:before {
    content: "\66"
}

.slider-container.sidebar-slider-flex {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    padding: 0
}

.slider-container.sidebar-slider-flex .title {
    margin: 20px 20px 10px
}

.slider-container .slider-next, .slider-container .slider-prev {
    opacity: 1;
    width: 75px;
    height: 100px;
    margin: -50px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    right: -75px;
    z-index: 10;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, .5)
}

.slider-container .slider-next:hover, .slider-container .slider-prev:hover {
    opacity: 1
}

.slider-container .slider-next::selection, .slider-container .slider-prev::selection {
    background-color: transparent !important
}

.slider-container .slider-next:before {
    content: "\e603";
    font-family: arrows;
    font-size: 60px;
    opacity: .4;
    display: block;
    text-indent: 0;
    color: #a2a2a2
}

.slider-container .slider-prev:before {
    content: "\e602";
    font-family: arrows;
    font-size: 60px;
    opacity: .4;
    display: block;
    text-indent: 0;
    color: #a2a2a2
}

.slider-container .slider-prev {
    left: -80px
}

.slider-container .slider-next:hover:before, .slider-container .slider-prev:hover:before {
    opacity: 1
}

.slider-container::selection {
    background: 0 0 !important
}

.thumbnail {
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    border: 1px solid #f5f5f5;
    text-align: center;
    line-height: 20px
}

.thumbnail i {
    color: #444;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.flex-container a:active, .flex-container a:focus {
    outline: 0
}

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

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.checkbox-label {
    text-align: center;
    position: absolute;
    bottom: 0
}

.checkbox-label input {
    display: inline-block
}

.checkbox-label label {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 11px
}

.brand {
    opacity: .7;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.brand:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(1%)
}

.woocommerce-cart .slider-container {
    margin-top: 30px
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: none;
}
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
    display: block;
    margin-right: 5px
}
#shipping_postcode_field,
#billing_country_field,
#shipping_country_field{
    display: none;
}
.form-billing,
.form-shipping,
.shipping_address {
    display: flex;
    flex-wrap: wrap;
}
.shipping_address {
    width: 100%;

}
.shipto-note {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
#select-shipping-wrapper {
    display: flex;
    margin: 0 0 10px;
    flex-wrap: nowrap;
    width: 100%;
}

#single-select-shipping-col1,
#single-select-shipping-col2,
#single-select-shipping-col3
{
    width: 100%;
    float: none;
}
#ship-to-different-address {
    display: none;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
    margin: 0 0 20px
}

.woocommerce #content div.product form.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce .products ul:after, .woocommerce .upsells.products:after, .woocommerce .woocommerce-breadcrumb:after, .woocommerce div.product form.cart:after, .woocommerce div.product p.cart:after, .woocommerce form .form-row:after, .woocommerce ul.products:after, .woocommerce-info:after, .woocommerce-page #content div.product form.cart:after, .woocommerce-page #content div.product p.cart:after, .woocommerce-page .products ul:after, .woocommerce-page .upsells.products:after, .woocommerce-page .woocommerce-breadcrumb:after, .woocommerce-page div.product form.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page form .form-row:after, .woocommerce-page ul.products:after {
    clear: both;
    content: "";
    display: block
}

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    border-top: 0;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0;
    padding: 0
}

.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt td {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-collapse: separate;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
    vertical-align: middle
}

.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
    min-width: 80px
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce table.cart .product-thumbnail {
    max-width: 90px;
    height: auto
}

.woocommerce #content table.cart td, .woocommerce table.cart td, .woocommerce-page #content table.cart td, .woocommerce-page table.cart td {
    vertical-align: middle
}

.woocommerce #content table.cart input, .woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input {
    line-height: 1em;
    margin: 0;
    vertical-align: middle
}

.woocommerce form .form-row label, .woocommerce ul.products li.product strong, .woocommerce-page form .form-row label, .woocommerce-page ul.products li.product strong {
    display: block
}

@font-face {
    font-family: 'Simple CLM';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(fonts/Simple400.woff) format('woff')
}

@font-face {
    font-family: 'Simple CLM';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(fonts/Simple700.woff) format('woff')
}

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

@font-face {
    font-family: arrows;
    src: url(/wp-content/themes/zivroses/css/fonts/arrows.eot);
    src: url(/wp-content/themes/zivroses/css/fonts/arrows.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/zivroses/css/fonts/arrows.woff) format('woff'), url(/wp-content/themes/zivroses/css/fonts/arrows.ttf) format('truetype'), url(/wp-content/themes/zivroses/css/fonts/arrows.svg#arrows) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.button, body, button, input, select {
    font-family: 'Simple CLM';
    font-size: 16px
}

input {
    max-width: 100%
}

.main-nav {
    padding: 0;
    border-bottom: 0;
    background: #383d40 url(assets/images/navbg.jpg) no-repeat center top !important;
    background-size: cover !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Simple CLM'
}

.page-heading {
    padding: 70px 0 10px
}

.page-wrapper {
    background: transparent url(assets/images/bg-seamlesss.jpg) left top repeat;
    background-size: auto
}

.single-post-container {
    background: url(assets/images/bg-seamlesss.jpg) left top repeat
}

.woocommerce .title span {
    background: 0 0;
    font-family: 'Simple CLM', OronYadMFW
}

.sidebar > div {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.quantity-box label {

    margin: 10px 0 0 10px;
    font-size: 15px;
    display: none
}


.product .price, .product table.variations {
    display: none
}

.product-content-image {
    display: block;
    text-align: center
}

.product-content-image > img {
    max-height: 141px
}

.single-product-page .product-info .single_add_to_cart_button {
    width: 100%;
    font-size: 20px
}

.single-product-page .product-info .single_add_to_cart_button:hover {
    text-decoration: none
}

#single-size-wrap .radio span:nth-child(2) {
    position: relative
}

/*#single-size-wrap:has(.radio span:nth-child(2) input[value="%d7%a8%d7%92%d7%99%d7%9c-%d7%95%d7%90%d7%92%d7%a8%d7%98%d7%9c-%d7%96%d7%9b%d7%95%d7%9b%d7%99%d7%aa"]) .radio span:nth-child(1):after,
#single-size-wrap .radio span:nth-child(2):after*/
#single-size-wrap .radio span.like-image:after {
    content: 'כמו בתמונה';
    font-size: 12px;
    position: absolute;
    right: 25px;
    bottom: -12px
}

.single-product .page-wrapper {
    color: #242225
}

h1.single-title {
    font-family: OronYadMFW, 'Simple CLM';
    margin: 0;
    font-size: 22px;
    display: inline-block;
    color: #b7a26b
}

.single-product .page-heading {
    padding: 90px 0 0
}

.twobuttons:before {
    content: "";
    display: table;
    clear: both
}

.twobuttons {
    font-family: OronYadMFW;
    font-size: 15px
}

.twobuttons .add:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.twobuttons .add:before {
    background: url(assets/images/add.jpg) no-repeat;
    width: 17px;
    height: 17px
}

.twobuttons .add {

    margin-top: 26px;
    margin-right: -70px;
    font-size: 24px;
    line-height: 46px
}

.twobuttons #favourite-wrap.active .add:before {
    background: url(assets/images/added.png) no-repeat
}

.single-product-sidebar input[type=radio] {
    margin-right: 10px
}

.single-product-page .product-info .short-description {
    float: none;
    display: none
}

.single-product-page .product-info .content-info {
    font-family: OronYadMFW;
    font-size: 13.5px;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 2px solid #242225
}

.single-product .slider-container {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #242225
}

.single-product .slider-container > h2 {
    text-align: initial;
    font-size: 13px;
    color: #242225
}

.single-product .slider-container > h2 span {
    font-family: 'Simple CLM'
}

.woocommerce-checkout .checkout-step.active .woocommerce-info {
    display: none
}

.woocommerce-cart .page-wrapper {
    background-color: #efefef
}

.shop_table .product-thumbnail, .title span {
    background: 0 0 !important
}

.single-post .page-wrapper {
    background: linear-gradient(#f1f1f1 255px, #fff 280px)
}

body.page-wrapper h1.title {
    text-align: left;
    font-family: 'Simple CLM'
}

.single-post .sidebar {
    background: #fff
}

.single-post .sidebar > div {
    padding: 10px
}

.single-post .post-info {
    color: #b49b6d !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px
}

.single-post .breadcrumbs {
    margin-bottom: 15px;
    display: inline
}

.single-post h3.post-title {
    margin-bottom: 25px
}

.single-post .images-slider, .single-post .post-images {
    margin-top: -100px
}

@media screen and (min-width: 1200px) {
    .single-product .row-fluid .span2 {
        width: 16%
    }
}

body.single-product .quantity-box:after {
    clear: both;
    display: table;
    content: ''
}

form.checkout h3.step-title, label[for=add_special_greeting], label[for=remind_next_year] {
    color: #b49b6d;
    font-family: 'Simple CLM';
    font-size: 23px;
    width: 300px;
}

label[for=add_special_greeting] {
    cursor: pointer;
    background-color: #1192a5;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    border-radius: 5px;
    float: none;
    color: #fff;
    width: 45%;
    display: inline-block;
    font-size: 17px
}

label[for=remind_next_year] {
    float: none;
    cursor: pointer;
    background-color: #1192a5;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    border-radius: 5px;
    color: #fff;
    width: 45%;
    display: inline-block;
    font-size: 17px
}

form .form-row-first, form .form-row-last {
    width: 48.5%
}

.shop_table .product-thumbnail {
    padding: 0 12px 0 0 !important
}

body.woocommerce-checkout input[name=delivery_cities] {
    display: none
}

body.woocommerce-checkout .select2-container {
    /*margin-left: 5px;
    border: 2px solid #444;*/
    width: 96% !important;
    --wc-form-border-width: 2px;
}
#shipping_address_1_field{
    width: 33%;
}
#shipping_entrance_field,
#shipping_address_2_field{
    margin-left: 0;
    width: 33%;
}

@media (min-width: 769px) {
    #shipping_floor_field,
    #shipping_appartment_field {
        width: 50%;
    }

    #shipping_working_place_field {
        width: 100%;
    }
}


body.single-product input[name=delivery_cities] {
    background: url(assets/images/search.png) no-repeat 17px 4px;
    background-size: 20px;
    border: 1px solid #ddd;
    padding: 8px 10px 8px 0;
    font-size: 16px;
    width: 140px
}

.woocommerce-cart h5.cart-title {
    color: #b49b6d;
    background: #26272c;
    font-size: 22px;
    padding: 5px 0 0;
    font-family: 'Simple CLM';
    text-align: center;
    margin-top: 0;
}
#shipping_order_carrier_notes_field,
#order_greeting_field,
#order_event_type_field {
    width: 100%;
}
#custom_checkout_field,
#custom_shipping_block {
    display: none;
}
table.woocommerce-checkout-review-order-table thead th,
.shop_table th.product-name {
    font-family: 'OronYadMFW' !important;
    font-size: 22px !important;
    background: #26272c;
    color: #FFF !important;
    padding: 9px 12px !important;
}
@media (max-width: 767px) {
    table.woocommerce-checkout-review-order-table thead th,
    .shop_table th.product-name {
        font-size: 16px !important;
    }
}
.woocommerce-cart .cart-button {
    background: #b49b6d;
    color: #fff;
    padding: 10px 0 5px;
    display: block;
    max-width: 100%;
    margin: 0 auto 0;
    font-size: 25px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border: 2px solid rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px
}
#shipping_order_carrier_notes_field label,
#order_greeting_field label {
    height: 49px;
    display: block;
    background: transparent url(images/checkout-title-ribbon.png) right top no-repeat;
    color: white !important;
    right: -53px;
    position: relative;
    padding-right: 55px;
    line-height: 35px;
    font-family: 'Simple CLM', 'Arial', sans-serif;
    font-size: 23px;
    width: 300px;
}
#shipping_order_carrier_notes_field label {
    font-size: 20px;

}

.single-product-page .product-info .variations_form {
    float: none
}

.single-subtitle {
    color: #b49b6d;
    font-family: 'Simple CLM';
    font-size: 22px;
    display: inline-block;
    width: 100%
}

.single-subtitle span {
    font-size: 15px !important;
    color: #000;
    margin-right: 10px
}

body.single-product .quantity-box label, body.single-product .radio {
    font-size: 16px
}
body.single-product .radio {
    display: flex;
    gap: 10px;
}


body.single-product .quantity-box {
    margin: 0
}

@media (min-width: 768px) {
    body.single-product #add-to-cart-wrap > form.cart {
        display: inline-block;
        width: 49%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    body.single-product #add-to-cart-wrap > form.cart {
        margin-bottom: 14px;
    }
    body.single-product #add-to-cart-wrap > form.cart:last-child {
        margin-bottom: 0;
    }
}

body.single-product button.single_add_to_cart_button {
    border: 0 !important;

}

body.single-product #add-to-cart-wrap > form.cart:first-child button.single_add_to_cart_button, body.single-product #add-to-cart-wrap > form.cart:first-child button.single_add_to_cart_button:hover {
    background-color: #bda577 !important;
    padding: 5px 0
}

body.single-product #add-to-cart-wrap > form.cart:nth-child(3) button.single_add_to_cart_button {
    background-color: #26272c !important;
    padding: 5px 0
}

body.single-product #add-to-cart-wrap:not(:has(form.cart:nth-child(3))) form.cart {
    display: block;
    width: 100%;
}
body.single-product #add-to-cart-wrap:not(:has(form.cart:nth-child(3))) form.cart .single_add_to_cart_button {
    width: 100%;
}

body.single-product #add-to-cart-wrap > form.cart:last-child .woocommerce-variation-price {
    display: none
}

body.single-product.woocommerce-page .page-wrapper {
    padding-bottom: 30px
}

body.single-product .sidebar form.cart .quantity-box {
    display: none
}

.simple-price {
    font-size: 20px;
    font-weight: bold;
}

#extras-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between
}

.extras {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 115px;
    padding: 4px;
    border: 1px solid #efefef;
    margin: 10px 3px 15px;
    background-color: #f1f1f1;
    border-radius: 4px;
    width: 23%
}

.extra-title {
    line-height: normal;
    min-height: 55px;
    margin: 5px 0
}

.extras a {
    display: block
}

body .single-product-page .product-info .extras .price del {
    font-size: 13px;
    background-color: #ffffe0;
    color: #000;
    float: none;
    width: 48%;
    display: inline-block;
    margin: 0;
    line-height: 1em
}

body .single-product-page .product-info .extras .price ins {
    font-size: 15px;
    float: none;
    display: inline-block;
    width: 48%;
    margin: 0
}

.extra-checkbox {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto
}

.single-product-page .product-info .variations_form .price {

    width: 80%
}

.single-product-page .product-info {
    margin-bottom: 0
}

.single-product .page-content {
    padding-top: 0;
    margin-bottom: 0
}

.s-nav > a {
    font-size: 16px
}

.s-nav > a:hover {
    text-decoration: none;
    color: #000
}

.s-nav > a:first-child:before {
    background: url(assets/images/prev-pro.png);
    content: '';
    height: 18px;
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top
}

.s-nav > a:last-child:after {
    background: url(assets/images/next-pro.png);
    content: '';
    height: 18px;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top
}

.s-nav > a:last-child {
    margin-right: 30px
}

.woocommerce-message, .alert-success, .success {
    background-image: url(images/alert-1.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #98c391 !important;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 30px 20px 80px;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info, .alert-success, .success, .alert-error, .error, .alert-info, .alert-info, .info, .alert-block, .warning {
    padding: 20px 80px 20px 30px;
    background-position: 98% center;
}

.single-product .woocommerce-message, .woocommerce-message {
    background-color: #B7A26A !important;
    color: #000 !important;
    border: 1px solid #B7A26A !important;
    margin-right: 5px;
}

.woocommerce-message .button.wc-forward {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    border: none;
    background-color: #000 !important;
    color: #fff !important;
    padding: 2px 10px;
}

.woocommerce-info::before {
    display: none;
}

form .form-row input.input-text, form .form-row textarea, form .form-row input.input-text, form .form-row textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    margin: 0;
    outline: 0;
    width: 100%;
}
.validate-required input[type="text"], .validate-required input[type="tel"], .validate-required input[type="email"] {
    background: url(images/red-asterix.jpg) left 10px top 2px no-repeat;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea, .form-shipping select, .form-shipping input, .form-billing input[type='text'], .form-billing input[type='tel'], .form-billing input[type='email'] {
    border: 2px solid #424144 !important;
    color: #26272c;
    font-size: 18px;
    padding: 5px 10px;
}

.shipping_address .form-row input, form .form-row-first input, form .form-row-last input, #billing_company_field input, #billing_city_field input, #billing_address_1_field input, #billing_address_2_field input {
    width: 100% !important;
    display: inline-block;
    float: none !important;
}

body.woocommerce-checkout .elementor-36433 .elementor-element.elementor-element-a8a1f16 > .elementor-widget-container {
    background-color: transparent;
}

body .woocommerce form .form-row label {
    display: none;
}

.form-shipping, .form-billing {
    background: #FFF;
    padding: 10px 20px;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .single-subtitle.checkout, .single_custom_cat_text {
        display: none
    }

    .single-product .page-heading {
        padding-top: 20px;
        text-align: center
    }

    #breadcrumbs-container {
        display: none
    }

    .woocommerce-page div.product form.cart .button {
        float: none !important;
        display: block
    }

    .woocommerce-page div.product form.cart .button {
        width: 100%
    }

    body.single-product .quantity-box label {
        text-align: right;
        width: 30px
    }

    body.single-product.woocommerce-page div.product form.cart .button {
        width: 100% !important
    }

    body.single-product.woocommerce .sidebar > div {
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: 1px solid #cab99b
    }

    .single-product-sidebar {
        background: #fff;
        padding: 0 20px
    }

    .single-product-page .product-info .variations_form {
        float: none !important
    }

    .single-product-page h1.single-title {
        color: #000;
        display: block;
        text-align: center;
        font-size: 34px;
        margin: 0 0 10px
    }

    .extras {
        margin-bottom: 10px;
        width: 40%;
        margin-left: 2%;
        margin-right: 2%;
        max-width: none
    }

    .single-product.woocommerce .sidebar > div {
        box-shadow: none
    }
}

@media (max-width: 480px) {
    body.single-post .post-images {
        float: none;
        max-width: 100%;
        display: block
    }

    body.single-post .post-images img {
        width: 100%
    }

    .page-content {
        padding-top: 5px !important
    }

    .woocommerce form .form-row, .woocommerce-page form .form-row {
        width: 100%
    }

    .single-product-sidebar .single-subtitle span {
        display: block
    }
}

.single-product .quantity {
    width: 110px !important
}

.mobile-nav {
    background: #bda26d !important
}

.single-product-page .product-info > .span6:nth-child(2) {
    margin: 0
}

#breadcrumb, #breadcrumb a, .woocommerce-breadcrumb, .woocommerce-breadcrumb a {
    color: #000 !important
}

.li-var input[name=pa_size] {
    display: none
}

.li-var:after {
    content: " / "
}

.li-var:last-child:after {
    content: " "
}

input[type=radio] {
    height: 21px;
    width: 21px;
    border: 1px solid #000 !important;
    background: #fff
}

input[type=radio].radio-checked, input[type=radio]:checked {
    height: 21px;
    width: 21px;
    border: 1px solid #000 !important;
    background: #e8cd97 url(assets/images/ok.png) center center no-repeat
}

li.li-var {
    list-style: none;
    font-size: 14px;
    position: relative
}

@media (min-width: 768px) {
    li.li-var {
        margin-left: 5px
    }
}

li.li-var:last-child {
    margin-left: 0
}

li.li-var input {
    margin-left: 1px
}

form.variations_form.cart {
    clear: right
}

.single-product-page .radio span {
    display: inline-block;
    font-size: 19px;
    margin-left: 30px
}

.single-product .product .extras .price {
    display: block;
    font-size: 15px;
    float: none
}

.single-product .product .price {
    color: #b49b6d
}

.slider-container .slider-next:before, .slider-container .slider-prev:before {
    display: none !important;
    content: ''
}

.single-product .single-product {
    background-color: #fff
}

body.woocommerce-cart #breadcrumb {
    margin-right: 7px
}

.single-product-sidebar input[type=checkbox] {
    width: 21px !important;
    height: 21px !important;
    border: 1px solid #000 !important;
    background: 0 0
}

.single-product-sidebar input[type=checkbox]:checked, .size-checked, input[name=pa_size]:checked {
    background: #d0b582 url(assets/images/ok.png) center center no-repeat !important
}

label[for=order_grandgreeting-meta-] {
    width: 6%;
    display: inline-block
}

label[for=order_grandgreeting] {
    width: 94%;

    display: none
}

label[for=order_reminderinyear-meta-yes] {
    font-size: 0
}

@media (min-width: 768px) {
    .single_custom_cat_text_mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .cart-mobile {
        background: #fff;
        margin: 25px 0;
        border: 1px solid #e2daca
    }

    .cart-mobile > * {
        padding: 10px
    }

    .cart-mobile a.product-image img {
        width: 40px
    }

    .cart-mobile > a.button {
        display: none
    }

    body.woocommerce-cart .cart-mobile .clear {
        padding: 0
    }
}

.product-info .single_add_to_cart_button {
    background-color: #bda577;
    padding: 5px 0
}

.checkout-flex {
    display: flex;
    justify-content: space-between
}

.checkout-flex label {
    width: 48%
}

@media all and(max-width: 768px) {
    .checkout-flex {
        flex-wrap: wrap
    }

    .checkout-flex label {
        width: 100%;
        margin-bottom: 10px
    }
}

body {
    direction: rtl
}
/*
a, h1, h2, h3, h4, h5, h6, p {
    text-align: right
}
 */

#top-sub-menu a,
#top-sub-menu a span
{
    cursor: pointer
}

ul {
    padding-right: 20px;
    padding-left: 0
}

select {
    background: url(assets/images/select-arrow.png) no-repeat 6px 15px
}

.button i, button i, input[type=submit] i {
    margin-right: 0;
    margin-left: 5px
}

.table td {
    text-align: right
}

.checkout-link:before {
    position: absolute;
    right: -30px;
    top: 4px
}

.slider-container .slider-prev {
    right: auto
}

.main-image-slider, .sidebar-slider-flex {
    direction: ltr
}

.label-icon.sale-label {
    right: auto !important
}


.quantity-box label {
    margin: 7px 0 0 10px
}

.single-product-page .share-title {
    text-align: right
}
.variations label {
    text-align: right;
    margin-left: 15px;
    margin-right: 0
}

.woocommerce #content div.product form.cart .variations td, .woocommerce div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td {
    text-align: right
}



.woocommerce table.shop_table th,
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    text-align: right !important;
    border: none;
}

.info, .woocommerce-info {
    padding: 20px 80px 20px 30px;
    background-position: 98% center
}

.single-product-page .product-info .quantity-box {
    width: auto;
    text-align: right
}

.single-product-page .product-info .quantity-box label {
    margin-left: 10px
}

.page-404 h1, .page-404 p {
    text-align: center
}

.mobile-nav {
    right: -100%;
    left: auto
}

button i {
    margin-right: 0;
    margin-left: 5px
}

.post-single .post-share .share-title {
    text-align: right;
    padding: 15px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.post-next-prev .span6:first-child {
    text-align: right
}

.post-next-prev .span6.a-right {
    text-align: left !important;
    margin-left: 0
}


@media (max-width: 979px) {
    .mobile-nav {
        right: -100%;
        left: auto;
        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0)
    }

    .info, .woocommerce-info {
        background-position: 96% center
    }

    .checkout-link:before {
        position: relative;
        top: 1px;
        right: auto
    }
}

@media (max-width: 767px) {
    .single-product-page .product-info .price, .woocommerce-page div.product form.cart .button {
        left: auto;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media (max-width: 480px) {
    .single-product-page .product-info .price, .woocommerce-page div.product form.cart .button {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        right: auto
    }

    .single-product-page .product-info .sku_wrapper {
        text-align: right
    }
}

.board-error {
    border: 2px solid red;
}

table td {
    text-align: right
}

.label-icon.sale-label {
    left: -30px;
    right: auto;
    top: -10px
}


.main-image-slider {
    direction: ltr
}

.twobuttons .add:before {
    margin-left: 5px;
    margin-right: 0
}

.single-product-sidebar input[type=radio] {
    margin-right: 0;
    margin-left: 5px
}

.table td {
    text-align: right
}

.single-subtitle + span {
    margin-right: 10px
}

@media screen and (min-width: 1200px) {
    body.single-post .content {
        margin-right: 30px;
        margin-left: 0
    }
}

.mobile-nav {
    transform: translate3d(250px, 0, 0);
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    left: 100%
}

@media (max-width: 767px) {
    .woocommerce-page div.product form.cart .button {
        float: none !important
    }
}

#single-size-wrap span {
    position: relative;
    display: flex;
    gap: 5px;
}


@media (max-width: 767px) {
    body.single-product .radio {
        flex-wrap: wrap;
    }
    #single-size-wrap span {
        width: 50%;
    }
    #single-size-wrap del {
        font-size: 1em;
    }

}

#single-size-wrap del {
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 1px 2px;
    background-color: rgba(255, 0, 0, .2);
    line-height: 1em;
    transform: rotate(5deg);
    font-size: .8em
}

.extra-category-link {
    width: 25%
}

.extra-category-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}


    .extra-category-link {
        width: 30%;
        max-width: 168px;
        min-height: 160px;
        background-size: cover;
        background-position: center;
        justify-content: end;
        display: flex;
        flex-direction: column;
        text-decoration: none !important;
        border-radius: 4px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        border: none;
    }

    .extra-category-link img {
        max-height: 123px
    }


.extra-category-link .extra-title {
    margin-top: 15px;
    min-height: initial;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #b49c70;
    border-radius: 4px;
    padding: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.extra-cat-title {
    font-size: 24px;
    text-align: center
}

.active-extras-title {
    color: #bda577;
    font-size: 20px
}

a[onclick="senditem('17090')"] {
    display: none !important
}

.zivroses_checkout_title {
    background: #fff url(assets/images/zivroses_shipment.png) no-repeat 8px center;
    background-size: 75px auto;
    margin: 20px 0;
    padding: 15px 10px 15px 100px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #b49b6d;
    font-family: OronYadMFW;
    border-radius: 3px;
    font-weight: 700
}

@media (min-width: 768px) {
    .zivroses_checkout_title {
        padding: 15px 10px;
        font-size: 18px;
        background-size: auto 50%
    }
}

@media (max-width: 767px) {
    .page-heading {
        padding-top: 20px
    }
    .extra-category-link {
        width: 46% !important;
    }
}

p a {
    color: #ed1c2e
}

body.woocommerce-cart .elementor-widget-container {
    background-color: transparent !important;
}

.woocommerce-order-received .cart-join, .woocommerce-cart .cart-join {
    text-align: center;
    background: #FFF;
    font-family: 'Simple CLM';
    font-size: 15px;
    position: relative;
}
.back-to {
    display: none;
}

.page-template .joinclub, .woocommerce .joinclub, .textrow > .container > div:first-child {
    background-color: #b7a26a;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    border-radius:4px;
}

.page-template .joinclub h5, .woocommerce .joinclub h5, .textrow > .container > div:first-child h5 {
    padding-top: 25px;
    font-size: 18px;
    font-family: 'OronYadMFW', Arial, sans-serif;
    text-align: center;
}

body.woocommerce-cart .joinclub h5 {
    padding-bottom: 10px;
    font-weight: 600;
}

.textrow > .container h2, .textrow > .container h5 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Simple CLM', Arial, sans-serif;
    margin: 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
}

.join-input {
    display: flex;
    gap: 10px;
    border: none;
    box-shadow: none;
    align-items: center;
}

.join-input label {
    width: 40%;
    color: white;
    font-weight: 600;
}

.join-input input[type="text"],
.join-input input[type="password"]
{
    width: 60%;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    background-color: transparent;
}

.forget-password {
    font-size: 13px;
    color: #000;
}

#loginform button {
    color: #FFF;
    background: #000;
    border: 0;
    display: block;
    margin: 0 auto;
    font-family: inherit;
    width: 90%;
    line-height: 2em;
}

.woocommerce-order-received p.cart-sub, .woocommerce-cart p.cart-sub {
    font-size: 24px;
    font-family: 'OronYadMFW';
    margin: 40px auto;
    text-align: center;
}

draw-arrow.left {
    background: transparent url(images/draw-arrow-left.png) center center no-repeat;
    right: -100px;
    bottom: 90px;
}

.woocommerce-cart .cart-button {
    background: #b49b6d;
    color: #fff;
    padding: 10px 0 5px;
    display: block;
    max-width: 100%;
    margin: 0 auto 0;
    font-size: 25px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border: 2px solid rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
}

.draw-arrow {
    height: 65px;
    width: 88px;
    display: block;
    position: absolute;
    background: transparent url(images/draw-arrow.png) center center no-repeat;
    margin-bottom: -65px;
}

.draw-arrow.left {
    background: transparent url(images/draw-arrow-left.png) center center no-repeat;
    right: -100px;
    bottom: 90px;
}
.woocommerce form.login {
    margin: 0;
    padding: 0;
}

.woocommerce-cart .cart-continue {
    background: #93cdd7;
    padding: 20px 10px;
    font-size: 25px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    min-height: 60px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #333;
}
.woocommerce-cart .cart-continue span {
    display: block;
    font-size: 27px;
    font-weight: normal;
}

.woocommerce-cart .cart-continue:after {
    display: inline-block;
    content: '>';
    color: #fff;
    background: #26272c;
    min-height: 100px;
    line-height: 134px;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce-checkout-payment input#place_order {
    background-color: #26272c;
    font-family: 'Simple CLM';
    border: 0;
    font-size: 23px !important;

    padding: 15px !important;
    width: 100%;
    margin-top: 10px;
    text-decoration: none;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: flex;
}
#cart-cols-holder {
    display: flex;

    gap: 20px;
}
@media (max-width: 767px) {
    #cart-cols-holder {
        flex-wrap: wrap;
        flex-direction: column;
    }

    #cart-first-column,
    #cart-second-column,
    #cart-third-column {
        float: none;
        width: 100%;
    }
    img.join-benefits {
        display: none;
    }
    #select-shipping-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    #single-select-shipping-col1,
    #single-select-shipping-col2,
    #single-select-shipping-col3 {
        width: 100%;
        float: none;
        display: block;
        height: 2em;
        margin: 5px 0;
    }
    #shipping_address_1_field,
    #shipping_address_2_field,
    #shipping_entrance_field{
        width: 100%;
    }
    #cart-first-column {
        order: -1;
    }
}

.sku_wrapper,
.posted_in {
    display: none;
}

#product-info {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#product-info .quantity-box {
    display: none;
}
#product-info .single_add_to_cart_button {
    background-color: #bda577;
    color: #fff;
    border: none;
    font-family: 'Simple CLM';
    display: block;
    padding: 5px 20px;
    line-height: 2em;
    width: 90%;
    font-size: 18px;
}

#product-info .variations_form cart:last-child .single_add_to_cart_button {
    background-color: #26272C !important;
}
.elementor_remove_from_cart_button {
    display: flex;
    width: 100%;
}

.info-board {
    background: #FFF;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Simple CLM';
}
.single-subtitle {
    font-family: 'Simple CLM';
    font-size: 23px;
    width: 300px;
    height: 49px;
    display: block;
    background: transparent url('images/checkout-title-ribbon.png') right top no-repeat;
    color: white !important;
    right: -53px;
    position: relative;
    padding-right: 55px;
    line-height: 36px;
}
.info-board h1 {
    font-family: 'OronYadMFW', 'Simple CLM';
    margin: 0;
    font-size: 22px;
    display: inline-block;
    color: #b7a26b;
}

.on-sale {
    display: none;
}

.e-loop-item.sale .on-sale {
    display: block;
}
.product-info-holder {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 90px;
}
#product-image {
    width: 45%;
}
#product-image img {
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
@media (max-width: 767px) {
    .product-info-holder {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    #product-info,
    #product-image {
        width: 100%;
    }
    #product-image {
        order: -1;
    }
}

/* mor - product categories extras */
.owl-nav .owl-next {
    left: -35px;
    width: 42px;
    height: 68px;
    top: 33%;
    background: url('images/slider-arrow-left.png') no-repeat center !important;
    background-size: contain !important;
    font-size: 0 !important;
}
.owl-nav .owl-prev {
    right: -40px;
    top: 33%;
    width: 42px;
    height: 68px;
    background: url('images/slider-arrow-right.png') no-repeat center !important;
    background-size: contain !important;
    font-size: 0 !important;
}
.owl-nav > button.disabled {
    opacity: 0.3;
}
.owl-prev,
.owl-next {
    position: absolute;
}
.extra-category-popup input[type="checkbox"]{
    width: 21px !important;
    height: 21px !important;
    border: 1px solid black !important;
    background: none;
}
.extra-category-popup input[type="checkbox"]:checked {
    background: #d0b582 url('images/ok.png') center center no-repeat !important;
}
.extra-category-link {
    width: 25%;
}
.extra-category-link img {
    max-height: 89px;
}
@media (min-width: 768px) {
    .extra-category-link {
        width: 30%;
        max-width: 33%;
    }
    .extra-category-link img {
        max-height: 123px;
    }
}
.extra-category-link .extra-title {
    margin-top: 15px;
    min-height: initial;
    text-align: center;
}
.extra-category-popup {
    position: fixed;
    width: 90%;
    max-width: 850px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 25px;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    max-height: 85vh;
    overflow: auto;
}
.extra-category-popup > .wrapper {
    max-width: 100%;
    overflow: visible;
    padding: 0 10px;
}
.extra-category-popup .products-wrapper {
    direction: ltr;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.extra-category-popup .owl-item {
    margin: 0;
    box-shadow: none;
}
.extra-category-popup .extra-checkbox {
    margin-top: 7px;
}
.extra-category-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.6);
}
.extra-category-popup,
.extra-category-popup-overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.extra-category-popup.show,
.extra-category-popup-overlay.show {
    opacity: 1;
    visibility: visible;
}
.extra-close {
    font-size: 30px;
    line-height: 20px;
    opacity: 0.3;
    cursor: pointer;
}
.extra-close:before {
    content: '\f057';
    font-family: FontAwesome;
}
.extra-cat-title {
    font-size: 24px;
    text-align: center;
}
.extra-cat-subtitle {
    font-size: 14px;
    text-align: center;
}
.extra-continue {
    font-size: 20px;
    background: #bda577;
    color: #fff;
    padding: 8px 20px 5px;
    float: left;
    margin-top: 25px;
    cursor: pointer;
}
.active-extras-title {
    color: #bda577;
    font-size: 20px;
}
.extra-category-popup .extras {
    max-width: 170px;
    width: 100%;
}
@media (max-width: 767px) {
    .extra-category-popup {
        padding: 15px 10px;
    }
    .extra-category-popup > .wrapper {
        padding: 0;
        margin: 0 auto;
        width: 98%;
    }
    .extra-category-popup .products-wrapper {
        padding: 0;
    }
    .extra-category-popup .owl-prev,
    .extra-category-popup .owl-next {
        width: 20px;
    }
    .extra-category-popup .owl-prev {
        right: -20px;
    }
    .extra-category-popup .owl-next {
        left: -20px;
    }
    .extra-category-popup .owl-item .extras {
        width: 85%;
    }
    #related-main {
        padding-right: 20px;
        padding-left: 20px;
    }
    #related-main .owl-prev {
        right: 10px;
    }
    #related-main .owl-next {
        left: 10px;
    }
    #related-main .owl-prev,
    #related-main .owl-next {
        width: 14px;
    }
}



/* quform club form styles */
.quform-group-title {
    font-size: 24px;
    color: #B49B6D;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 2px solid #B49B6D;
}
.quform .formside {
    margin-top: 20px;
}
button[type="submit"].quform-submit {
    background-color: #B49B6D;
    border-color: #B49B6D;
    color: #fff;
    min-width: 120px;
}
.quform .select2-container--quform .select2-selection {
    padding: 3px;
}
.select2-container--quform .select2-selection__arrow {
    margin-top: -3px;
}


/* flower packages */
/* flower packages archive */
body.term-flower-packages .page-content {
    padding-top: 90px;
}
@media (max-width: 767px) {
    body.term-flower-packages .page-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.package_subcat_content .products-grid {
    margin-bottom: 30px;
}
.product-loop .flower_package {

    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between;
}
.flower_package:hover {
    background: #f2f2f2;
}
.flower_package.active {
    background: #fff6e6;
    border-color: #bda577;
}
.flower_package > div {
    padding: 0 20px;
    cursor: auto;
}
.flower_package .product_image img {
    max-height: 100px;
    width: auto;
}
.flower_package .product_name {
    font-size: 22px;
    line-height: 22px;
}
.flower_package > .product_action {
    cursor: pointer;
}
.flower_package_addtocart {
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
}
.flower_package_addtocart p {
    text-align: center;
}
button.flower_package_addtocart_process {
    font-size: 20px;
    padding: 15px 35px;
    background: #bda577;
    color: #fff;
    border: 0;
}
button.flower_package_addtocart_process.disabled {
    background: #b1b1b1;
    cursor: not-allowed;
}
body.term-flower-packages .toolbar-top {
    display: none;
}
.packages_heading_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 15px;

    position: -webkit-sticky;
    position: sticky;
    top: 5px;
}
body.admin-bar .packages_heading_wrap {
    top: 37px;
}
/*@media (min-width: 768px) {*/
.package_cat_head_link {
    display: block;
    padding: 10px 20px;
    background: #fff;;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    border: 1px solid #a8a8a8 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-flex: unset;
    -ms-flex: auto;
    flex: auto;
}
.package_cat_head_link:after {
    content: '\f067';
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    font-size: 15px;
    color: inherit;
    -webkit-font-smoothing: antialiased;
}
.package_cat_head_link.active,
.package_cat_head_link:hover {
    background: #bda577;
    border-color: transparent;
}
.package_cat_head_link.active:after {
    content: '\f068';
}
body.archive.term-flower-packages .product-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}
body.archive.term-flower-packages .product-loop > div.clear {
    display: none;
}
.product-loop .flower_package {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 2%;
    -webkit-box-align: initial;-ms-flex-align: initial;align-items: initial;
}
.flower_package > div {
    padding: 0;
    width: 100%;
}
.flower_package .product_image {
    text-align: center;
    margin-bottom: 10px;
}
.flower_package .product_content {
    text-align: center;
    width: 100%;
}
.flower_package .product_excerpt {
    margin: 10px 0;
    display: none;
}
.flower_package .product_price {
    margin: 5px 0 15px;
    text-align: center;
    cursor: pointer;
}
.flower_package .product_qty {
    display: none;
}
@media (min-width: 768px) {
    body.archive.term-flower-packages .product-loop {
        grid-gap: 1.3%;
    }
    .product-loop .flower_package {
        width: 24%;
    }

    .popup_product_content {
        display: flex;
        justify-content: center;
        grid-gap: 30px;
        text-align: right;
        border-bottom: 1px solid #efefef;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .popup_product_content .product_img img {
        max-height: 150px;
        width: auto;
    }

}
@media (max-width: 768px) {
    body.archive.term-flower-packages .product-loop {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-loop .flower_package {
        width: 48%;
    }
    .flower_package .product_name {
        font-size: 16px;
        line-height: 16px;
    }
    .flower_package .price {
        font-size: 15px;
    }
    .flower_package .product_excerpt {
        font-size: 14px;
        line-height: 16px;
    }

    .packages_heading_wrap {
        grid-gap: 5px;
    }
    .package_cat_head_link {
        font-size: 14px;
        padding: 5px 10px;
        position: relative;
        padding-left: 25px;
        margin-bottom: 0;
    }
    .package_cat_head_link:after {
        position: absolute;
        top: calc(50% - 7px);
        left: 10px;
        line-height: normal;
        font-size: 12px;
    }
    .package_subcat_content {
        padding-top: 10px;
    }
    .package_cat_head_link:not(.active) {
        background: #fff !important;
    }
    .packages_back_to_regular_link {
        font-size: 22px;
        text-align: right;
        display: block;
        padding-right: 15px !important;
    }
    .popup_product_content .description {
        font-size: 14px;
        line-height: normal;
        margin: 5px 0;
        max-height: 10vh;
        overflow: hidden;
    }
    .popup_product_content .product_img {
        display: none;
    }
}

.flower_packages_qty_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 250px;
    margin: 0 auto;
}
.flower_packages_qty_buttons h4 {
    width: 100%;
    text-align: center;
}
.flower_packages_qty_buttons > div:not(.custom_num) {
    width: 20%;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    cursor: pointer;
}
.flower_packages_qty_buttons .custom_num {
    margin: 25px auto 0;
    width: 70%;
    text-align: center;
}
.flower_packages_qty_buttons .custom_num h5 {
    text-align: center;
}
.flower_packages_qty_buttons .custom_num input[type="number"] {
    padding: 10px;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
}

body.archive.term-flower-packages .page-wrapper {
    overflow: initial;
}
.popup_product_content {
    margin-bottom: 15px;
}
.popup_product_content .product_title {
    line-height: normal;
}
.flower_package .product_action {
    background: #bda577;
    text-align: center;
    font-size: 16px;
    padding: 12px 10px 10px;
    line-height: normal;
    color: #fff;
    cursor: pointer;
}
.flower_package.added .product_action {
    color: #000;
}
.flower_package.added .product_action .text,
.flower_package:not(.added) .product_action .added_text {
    display: none;
}
.zivroses_alert_msg .close_popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 1px;
    line-height: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
}

body.contain_flower_packages.woocommerce-checkout #shipping_first_name_field,
body.contain_flower_packages.woocommerce-checkout #shipping_last_name_field,
body.contain_flower_packages.woocommerce-checkout #shipping_home_phone_field,
body.contain_flower_packages.woocommerce-checkout #shipping_mobile_phone_field,
body.contain_flower_packages.woocommerce-checkout .form-shipping > h3.step-title,
body.contain_flower_packages.woocommerce-checkout #order_greeting_field,
body.contain_flower_packages.woocommerce-checkout .form-custom-fields,
body.contain_flower_packages.woocommerce-checkout .row-fluid + .woocommerce-info {
    display: none;
}
body.contain_flower_packages.woocommerce-checkout .form-billing {
    margin-bottom: 0;
}
.flowers_pakcages_shipping_notice {
    color: #0a6dc5;
    font-size: 18px;
}

.ubermenu-items-align-center {
    text-align: center !important;
}

.zivroses_alert_msg,
.zivroses_alert_overlay {
    opacity: 0;
    visibility: hidden;
}

.zivroses_alert_msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background: #fff;
    padding: 30px;
    font-size: 20px;
    text-align: center;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zivroses_alert_msg .buttons {
    margin-top: 20px;
}
.zivroses_alert_msg .buttons > a {
    background: #bbb;
    padding: 8px 20px;
    display: inline-block;
    font-size: 18px;
}
.zivroses_alert_msg .buttons > a.tel_btn {
    background: #b7a26b;
}
@media (min-width: 768px) {
    .zivroses_alert_msg .buttons > a:not(:last-child) {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .zivroses_alert_msg .buttons > a {
        margin: 0;
        display: block;
        text-align: center;
    }
    .zivroses_alert_msg .buttons > a:not(:last-child) {
        margin-bottom: 15px;
    }
    body.woocommerce-checkout div.bg {
        padding-top: 20px;
    }
}
/*.zivroses_alert_msg.payments_disabled,
.zivroses_alert_msg.text_popup {
  width: calc(600px * 0.9548058561425843);
  height: 600px;
  background: url('assets/images/zivroses_popup.jpg') center no-repeat;
  background-size: cover;
  padding: 7% 7% 4%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 95%;
  max-height: 95%;
  color: #fff;
}*/
.zivroses_alert_msg.payments_disabled,
.zivroses_alert_msg.text_popup {
    width: calc(600px * 0.9548058561425843);
    height: 600px;
    background: url('assets/images/navbg.jpg') center no-repeat;
    background-size: cover;
    padding: 7% 7% 4%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 95%;
    max-height: 95%;
    color: #fff;
    text-align: center;
}
.zivroses_alert_msg.text_popup  p {
    text-align: center;
}
.zivroses_alert_msg.text_popup {
    padding: 3% 4%;
    font-size: 18px;
    height: auto;
    max-height: 95vh;
}
.zivroses_alert_msg.text_popup > .popup_container {
    background: #b7a26b;
    padding: 30px;
    border: 2px solid #fff;
    max-height: calc(70vh - 50px);
    overflow: auto;
    margin-bottom: 10px;
}
.zivroses_alert_msg.payments_disabled .buttons .close_btn,
.zivroses_alert_msg.text_popup .buttons .close_btn {
    background: #fff;
}
.zivroses_alert_msg.payments_disabled > *,
.zivroses_alert_msg.text_popup > * {
    width: 100%;
}
@media (max-width: 767px) {
    .zivroses_alert_msg.payments_disabled,
    .zivroses_alert_msg.text_popup {
        width: calc(320px * 0.9548058561425843);
        padding: 35px;
        font-size: 16px;
    }
    .zivroses_alert_msg.payments_disabled > *,
    .zivroses_alert_msg.text_popup > * {
        max-width: 280px;
        margin: auto;
    }
}
.zivroses_alert_msg.payments_disabled p,
.zivroses_alert_msg.text_popup p strong {
    font-family: 'OronYadMFW', 'Open Sans Hebrew Condensed', sans-serif;
}
.zivroses_alert_msg.payments_disabled p a,
.zivroses_alert_msg.text_popup p a {
    color: #000;
}
.zivroses_alert_msg a.confirm_btn {
    background: #b7a26b;
}
.zivroses_alert_overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.7);
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zivroses_alert_msg.active,
.zivroses_alert_overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}
.mini_cart_empty_all {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 767px) {
    .mini_cart_empty_all {
        font-size: 16px;
        text-decoration: none;
        background: #b49b6d;
        padding: 15px 10px;
        color: #fff;
    }
}

.zivroses_checkout_title {
    background: #fff url(assets/images/zivroses_shipment.png) no-repeat 8px center;
    background-size: 75px auto;
    margin: 20px 0;
    padding: 15px 10px 15px 100px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #b49b6d;
    font-family: 'OronYadMFW';
    border-radius: 3px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .zivroses_checkout_title {
        padding: 15px 10px;
        font-size: 18px;
        background-size: auto 50%;
    }
}

.checkout_before_button_notice {
    background: #efefef;
    padding: 15px;
    text-align: center;
}

body.term-flower-packages .shop-header>.text {
    width: 100%;
}

body.archive.term-flower-packages .shop_header,
body.archive.term-flower-packages .shop-header > .text .title,
body.archive.term-flower-packages .shop_header h4 {
    text-align: center;
}

.checkout_before_form_notice {
    text-align: center;
    margin: 20px 0 35px;
}
.checkout_before_form_notice span {
    display: inline-block;
    background: #fff;
    padding: 8px 15px 5px;
    border-bottom: 2px solid #b49b6d;
    line-height: normal;
}
.flower_packages_scroll_addtocart {
    position: fixed;
    right: 40px;
    bottom: 60px;
    text-align: center;
    background: #58ab58;
    color: #fff;
    padding: 12px 15px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.flower_packages_scroll_addtocart.active {
    opacity: 1;
    visibility: visible;
}
.flower_packages_scroll_addtocart:after {
    content: "\e601";
    font-family: "arrows";
    font-size: 8px;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.term-flower-packages .back-to-top {
    display: none;
}
.custom_category_notice {
    background: #ff000e;
    text-align: center;
    padding: 30px;
    font-size: 18px;
    /*margin: 30px 0;*/
    color: #fff;
    box-sizing: border-box;
    width: 100%;
}
.custom_category_notice p {
    text-align: center;
    margin: 0;
}
.custom_category_notice p:not(:last-child) {
    margin-bottom: 10px;
}
.custom_category_notice a {
    text-decoration: underline;
    color: #000;
}

.ziv_mobile_cart_text {
    background: #000;
    padding: 10px 15px;
    border: 2px solid #fff;
    margin: 25px 0 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}



.products-small .product-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.products-small .product-item h5 {
    font-weight: normal;
    text-transform: none;
    margin-bottom: 3px;
}
.products-small .product-item h5 a {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
}
.products-small .product-item:hover img {
    opacity: 0.7;
}
.products-small .product-item .product-image {
    display: inline-block;
    float: left;
}
.products-small .product-item img.attachment-woocommerce_thumbnail,
.products-small .product-item .product-image img {
    margin: 0 10px 5px 0;
    max-width: 80px;
}
.products-small .product-item .qty .quanity-label {
    text-transform: uppercase;
}
.products-small .product-item .qty strong {
    font-weight: 300;
}
.products-small .product-item .delete-btn {
    float: right;
    color: #dedede;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    background-image: url(assets/images/black_cross.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    opacity: 0.3;
}
.products-small .product-item .delete-btn:hover {
    opacity: 1;
    filter: alpha(opacity=1);
    color: #000000;
    text-decoration: none;
}
.products-small .product-item .price {
    float: right;
    font-size: 16px;
    font-family: "Open Sans", Arial;
}
.products-small .product-item .variation {
    display: inline;
    float: left;
    width: 170px;
}
.products-small .product-item .variation dt,
.products-small .product-item .variation dd {
    font-weight: 200;
    display: inline;
}
.products-small .product-item .variation dd {
    font-weight: 200;
    margin-left: 3px;
    margin-right: 3px;
}
.products-small .product-item .variation dd:nth-child(2n):after {
    content: " /";
}
.products-small .product-item .variation dd:last-child:after {
    content: "";
}
.products-small .product-item h5 a {
    font-size: 16px;
}
.products-small .product-item .product-image{
    float: right;
}

.products-small .product-item .product-image img{
    margin: 0 0 5px 10px;
}

.products-small .product-item .delete-btn{
    float: left;
    position: relative;
    top:3px;
}

.products-small .product-item .price{
    float: left;
}

.shopping-cart-widget .cart-popup{
    text-align: right;
}

.products-small .product-item h5{
    line-height: 20px;
}
@media (max-width: 767px) {
    form.checkout .woocommerce-checkout-review-order {
        padding: 0 10px 1px;
    }
    form.checkout table.woocommerce-checkout-review-order-table .product-thumbnail {
        display: table-cell !important;
        width: 40px;
    }
    .cart-mobile {
        background: #fff;
        margin: 25px 0;
        border: 1px solid #e2daca;
    }
    .cart-mobile > * {
        padding: 10px;

    }
    .cart-mobile a.product-image img {
        width: 40px;
    }
    .cart-mobile .products-small .product-item {
        padding: 10px 0;
    }
    .cart-mobile > a.button,
    .cart-first-column > a.cart-continue > span {
        display: none;
    }
    .woocommerce-cart .cart-continue:after {
        height: 104px;
        line-height: 104px;
    }
    body.woocommerce-cart .cart-mobile .totals {
        text-align: center;
    }
    body.woocommerce-cart .cart-mobile .totals .items.left {
        display: none;
    }
    body.woocommerce-cart .cart-mobile .clear {
        padding: 0;
    }
}

@media (max-width: 480px) {
    #cart-first-column {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        flex-direction: column;
    }
    #cart-first-column .cart-continue {
        max-width: 100%;
    }
    #cart-first-column > img:first-child {
        order: 2;
        margin-top: 15px;
    }
    #cart-first-column > a.cart-continue > span {
        display: none;
    }
}
.woocommerce-cart .cart-continue.cart-join-button {
    background: #ffc933;
}
.woocommerce-cart .cart-continue.cart-join-new-button {
    background: #6eff86;
}
#cart-second-column {
    background-color: #fff;
}
