<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   RoyalCommerce
 Theme URI:    https://divilife.com/product/royalcommerce-woocommerce-divi-child-theme/
 Description:  A beautiful eCommerce Child Theme for Divi....Because your WooCommerce store deserves the royal treatment.
 Author:       Divi Life — by Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.1
*/

/* ===== LAYOUT ===== */

/* Min height on content */
#main-content {
    min-height: calc(100vh - 159px);
}

.logged-in.admin-bar #main-content {
    min-height: calc(100vh - 191px);
}

@media (max-width: 1150px) {
    #main-content {
        min-height: calc(100vh - 158px);
    }

    .logged-in.admin-bar #main-content {
        min-height: calc(100vh - 190px);
    }
}

@media (max-width: 980px) {
    #main-content {
        min-height: calc(100vh - 155px);
    }

    .logged-in.admin-bar #main-content {
        min-height: calc(100vh - 186px);
    }
}

@media (max-width: 782px) {
    .logged-in.admin-bar #main-content {
        min-height: calc(100vh - 200px);
    }
}

/* == Header == */
#ts-nav-color-strip {
    height: 7px;
}

@media (max-width: 980px) {
    #ts-nav-color-strip {
        height: 4px;
    }

    .et_fixed_nav #main-header {
        position: fixed;
    }
}

@media (min-width: 981px) {
    #main-content .container:before {
        width: 0px !important;
    }
}

/* = Logo = */
.cls-secondary-logo-wrapper {
    position: absolute;
    left: 2px !important;
    width: 60px;
    margin-bottom: 13px;
}

/* Cart menu */
/* Mobile menu */
/* Stop the transition from the search to overlap with the content below */
#et-top-navigation .cart-contents .tax_label {
    display: none;
}

@media (min-width: 1151px) {
    /* Header search styling */
    #et_top_search #et_search_icon:before {
        border-left: solid 1px #e1e1e1;
        top: -36px;
        padding-top: 31px;
        padding-bottom: 32px;
        padding-left: 18px;
        left: -25px;
    }

    .et_search_outer span.et_close_search_field:after {
        border-left: solid 1px #e1e1e1;
        top: -22px;
        padding-top: 24px;
        padding-bottom: 25px;
        padding-left: 12px;
        left: -14px;
        position: absolute;
    }

    #et_top_search + #ts_wishlist #ts_wishlist_icon:before {
        left: 62px;
        font-size: 17px;
        border-left: none;
        padding-left: 0;
    }

    #et_top_search + #ts_wishlist + .cart-contents {
        margin-left: 140px;
    }

    .et_search_outer #searchform.et-search-form input {
        top: 6px
    }
}

@media (max-width: 1150px) {
    /* Header search styling */
    #et_mobile_nav_menu {
        float: left;
    }

    #et_top_search + #ts_wishlist #ts_wishlist_icon:before {
        left: 73px !important;
    }

    #et_top_search #et_search_icon:before {
        font-size: 16px;
        left: -31px;
        top: 4px;
    }

    .et_search_outer span.et_close_search_field:after {
        top: 6px;
        left: -25px;
        position: absolute;
    }

    .et_search_outer #searchform.et-search-form input {
        right: 60px;
        padding: 20px 10px;
        background: rgba(255,255,255, 1);
        top: 13px;
    }

    body .cart-contents {
        margin: 0;
        right: -81px;
        width: 66px;
    }
}

@media (max-width: 980px) {

    .et_search_outer #searchform {
        max-width: unset !important;
        width: calc(-130px + 100vw) !important;
        z-index: 80;
    }

    #et_top_search + #ts_wishlist #ts_wishlist_icon:before {
        left: -24px !important;
    }

    #et_top_search #et_search_icon:before {
        left: 39px;
        top: 7px;
    }

    .et_search_outer span.et_close_search_field:after {
        top: 0px;
        left: -41px;
        position: absolute;
    }

    .et_search_outer #searchform.et-search-form input {
        right: 80px;
        top: 1px;
    }

    body .cart-contents {
        right: -59px;
    }
}

@media (max-width: 540px) {
    .et_search_outer #searchform {
        max-width: unset !important;
        width: calc(-130px + 100vw) !important;
    }
}

.et_pb_search_form_hidden {
    -webkit-animation:fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
    animation:fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1
}

.container.et_menu_container.et_pb_menu_hidden,
.container.et_menu_container.et_pb_menu_visible {
    overflow: hidden;
}

.container.et_menu_container.et_pb_menu_hidden.et_pb_no_animation,
.container.et_menu_container.et_pb_menu_visible.et_pb_no_animation {
    overflow: unset;
}

/* change icon of mobile menu */
.mobile_nav.opened .mobile_menu_bar::before {
    content: 'M';
}

/* Shipping methods on cart page */
#shipping_method .shipping-method-description {
    padding-left: 19px;
    font-size: 0.7em;
    line-height: 1.2em;
}

/* add to Cart notice */
@media (max-width: 980px) {
    .woocommerce-notices-wrapper .woocommerce-message {
        position: relative;
        padding-bottom: 75px !important;
    }

    .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
}

.woocommerce-info a {
    text-decoration: underline;
}

/* = Navigation = */
nav#top-menu-nav, #top-menu,
nav.fullwidth-menu-nav,
.fullwidth-menu {
    float: left;
    margin-right: -23px;
}

@media (max-width: 1150px) {
    #et_mobile_nav_menu {
        display: block;
    }
    #top-menu {
        display: none;
    }
}

/* ===== FOOTER ===== */
#footer-bottom {
    padding: 15px 0;
}

footer#main-footer #footer-bottom #footer-info{
    padding: 9px 0;
}


/* ===== SIDEBAR ===== */
#sidebar .woocommerce a.button {
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

/* Place sidebar to the left, remove following code to place sidebar to the right */
@media (min-width: 981px) {
    .et_right_sidebar #sidebar {
        padding-right: 30px !important;
        padding-left: 0px !important;
    }
    .et_right_sidebar #left-area {
        float: right;
        padding-left: 5.5% !important;
        padding-right: 0px !important;
    }
}

/* switch sidebar and main content on mobile */
@media (max-width: 980px) {
    #et-main-area .container #content-area {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* sidebar show active category */
#sidebar .product-categories li.current-cat a {
    font-weight: bold;
    color: #e4b322;
}

/* ===== WOOCOMMERCE PRODUCT ===== */


/* ==== WOOCOMMERCE Widgets ==== */
/* == Price range == */
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.25em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #666;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
}

/* === Product Page === */
.woocommerce div.product .product_title {
    font-weight: 700;
}

.woocommerce-message a.button.wc-forward {
    padding: .3em 1em;
    color: #333 !important;
}

/* Change cursor when hovering over image for zoom effect */
.woocommerce-page .woocommerce-product-gallery .flex-viewport {
    cursor: crosshair;
}

/* == Product View == */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    right: auto !important;
    left: 0px !important;
    margin: 0 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-size: inherit;
    padding: 1px 15px !important;
    font-weight: bold !important;
}

.et_shop_image {
    position: relative;
    overflow: hidden;
    max-height: 320px;
    /*min-height: 150px;*/
    /*height: 225px !important;*/
    /*height: calc(1080px / 100 * 79.125 / 100 * 28.353 / 100 * 75) !important;*/
    /*height: calc(((1080px / 100 * 79.125) - (1080px / 100 * 79.125 / 100 * 5.5 )) / 100 * 28.353 / 100 * 75) !important;*/
    /*object-fit: contain !important;*/
    /*object-fit: cover !important;*/
    display: block;
}

.et_shop_image img {
    webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.et_shop_image:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.et_shop_image h2 {
    background-color: #a2c046;
    color: #fff;
    font-size: 16px;
    position:absolute;
    text-align:center;
    width:100%;
    top:100%;
    transition:.5s;
    webkit-transition:.5s;
}

.et_shop_image:hover h2 {
    top: 78%; padding: 15px 0;
}

.et_shop_image .et_overlay:before {
    content: none !important;
    font-family: inherit !important;
    font-size: 12px !important;
    margin-left: -23%;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid;
    padding: 6px 8px;
    color: white;
}

.woocommerce div.product .out-of-stock {
    color: red;
    border: 2px solid red;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px !important;
    font-weight: bold;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    /*height: 225px !important;*/
    /*object-fit: contain !important;*/
    /*height: calc(((1080px / 100 * 79.125) - (1080px / 100 * 79.125 / 100 * 5.5 )) / 100 * 28.353 / 100 * 75) !important;*/
    /*object-fit: cover !important;*/
    margin: 0 !important;
}

.et_pb_shop .woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h3 {
    margin-top: 5px;
}

.et_pb_shop .woocommerce ul.products li.product .price {
    margin-top: 8px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    font-size: 25px !important;
    font-weight: bold;
}

.woocommerce ul.products li.product .button {
    /*position: absolute;*/
    /*top: calc(225px - 38px) !important;*/
    /*top: calc(225px - 33px) !important;*/
    /*top: calc(1080px / 100 * 79.125 / 100 * 28.353 / 100 * 75 - 33px); !important;*/
    /*top: calc(((1080px / 100 * 79.125) - (1080px / 100 * 79.125 / 100 * 5.5 )) / 100 * 28.353 / 100 * 75 - 33px) !important;*/

    margin-top: 0;
    display: block;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100% !important;
    text-align: center;
    z-index: 3;
}

.woocommerce ul.products li.product .button:hover {
    color: white !important;
    padding-right: inherit !important;
    padding-left: inherit !important;
}

.et_pb_shop .woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
    display: none !important;
}

div.pp_pic_holder {
    margin-top: 50px;
}

div.pp_woocommerce div.ppt {
    color: #000;
    display: none !important;
}

.et_pb_promo {
    font-weight: bold;
    padding-top: 35% !important;
    padding-right: 10% !important;
    padding-bottom: 54% !important;
    padding-left: 10% !important;
}

.et_pb_cta_0, .et_pb_cta_1, .et_pb_cta_2, .et_pb_cta_3 {
    background-size: cover;
    height: 300px;
}

.woocommerce div.product form.cart .button:hover {
    opacity: .83;
}

@media (max-width: 980px) {
    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price,
    .woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        font-size: 19px !important;
        margin-top: -3px !important;
    }

    .et_pb_promo {
        padding-top: 80px !important;
        padding-right: 10% !important;
        padding-bottom: 50px!important;
        padding-left: 10% !important;
        background-position: center center;
    }

    .et_pb_cta_0, .et_pb_cta_1, .et_pb_cta_2, .et_pb_cta_3 {
        background-size: cover;
        height: 300px !important;
    }
}

/* = Sale Tag = */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    background: #e4b322 !important;
}

/* Product display in archive */
.products .product .added_to_cart.wc-forward {
    animation: GrowCustom 1s ease-in-out;
    -webkit-animation: GrowCustom 1s ease-in-out;
}

@-webkit-keyframes GrowCustom {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
        color: red;
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
        color: red;
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        color: inherit;
    }
}

@keyframes GrowCustom {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
        color: red;
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
        color: red;
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        color: inherit;
    }
}

/* Fallback from ajax product filter */
ul.products{
    position: relative;
    min-height: 350px;
}

ul.products.hide_products li{
    visibility: hidden;
    height: 20px;
}

.no-products{
    font-size: 26px;
    font-weight: bold;
    line-height: 6em;
    text-align: center;
}

span.product-size{
    color: #777;
    display: block;
    text-align: center;
}

/* == Cart Widget == */
.woocommerce-message a.button.wc-forward:hover {
    opacity: .83;
    background: white !important;
    color: #333 !important;
}

.woocommerce table.shop_table td {
    font-size: 1.2em;
    font-weight: bold;
}

.et-cart-info span:before {
    margin-right: 10px;
    content: "\e079";
    font-size: 18px;
    border-left: solid 1px #e1e1e1;
    padding-left: 21px;
    padding-top: 32px;
    padding-bottom: 31px;
}

.woocommerce ul.products li.product .price del {
    float: right;
    text-align: center;
}

.et-cart-info span:before {
    display: none;
}

.cart-contents {
    position: absolute;
    width: 200px;
    margin-left: 114px;
    padding-top: 28px;
    top: 0px;
    padding-bottom: 29px;
    padding-left: 0px;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.94);
}

.cart-contents:before {
    font-family: "ETmodules";
    content: "\e07a";
    font-size: 17px;
    padding-right: 5px;
}

.cart-contents .amount {
    display: none;
}

@media (min-width: 981px) and (max-width: 1055px) {
    .cart-contents {
        position: absolute;
        width: 200px;
        margin-left: 72px;
        padding-top: 28px;
        top: 0;
        padding-bottom: 29px;
        padding-left: 0;
        font-size: 8px;
    }
    .cart-contents:before {
        font-size: 17px;
        padding-right: 0;
    }
}

@media (max-width: 980px) {
    .et-cart-info span:before {
        padding-top: 30px;
        padding-bottom: 33px;
    }

    .cart-contents {
        margin-left: 59px;
        padding-top: 28px;
        top: 0px;
        padding-bottom: 29px;
        padding-left: 0px;
        font-size: 8px;
        color: rgba(51, 51, 51, 0.94);
    }

    .cart-contents:before {
        font-size: 15px;
        padding-right: 0px;
    }
}

@media (max-width: 1150px) and (min-width: 981px) {
    .cart-contents {
        margin-left: 81px !important;
        padding-top: 0px !important;
        top: 36px !important;
        padding-bottom: 29px !important;
        padding-left: 0px !important;
        font-size: 8px !important;
        color: rgba(51, 51, 51, 0.94) !important;
    }
    .cart-contents:before {
        font-size: 15px !important;
        padding-right: 0px !important;
    }
}

/* = Cart Checkout = */
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: middle;
}

.woocommerce table.shop_table td small.tax_label,
.woocommerce table.shop_table td small.includes_tax {
    font-size: 0.7em;
}

.woocommerce form .form-row.woocommerce-validated input#billing_eu_vat_number.input-text{
    border-color: #bbb;
}

.woocommerce form .form-row.woocommerce-validated input#billing_eu_vat_number.input-text:focus{
    border-color: #2d3940;
}

.woocommerce form .woocommerce-checkout-payment {
    margin-bottom: 34px;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 3em;
}

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

@media (min-width: 981px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead th.product-subtotal,
    .woocommerce-cart .woocommerce .cart_totals .shop_table td {
        width: 300px;
    }

    .woocommerce-cart .woocommerce .cart_totals .shop_table th {
        padding-right: 50px !important;
    }

    .woocommerce-cart .woocommerce .cart_totals .shop_table td {
        float: right;
    }

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

/* Hide the "x" */
.woocommerce-cart a.remove {
    text-indent: -9999px;
    border: 0;
}

/* Add a Fontawesome icon instead of x*/
.woocommerce-cart a.remove:before {
    font: normal normal normal 1em/1 FontAwesome;
    content: "\f1f8";
    float: left;
    text-indent: 0;
    font-size: 0.7em;
    padding: 4px 5px;
}

/* = Cart Widget = */
#woocommerce_widget_cart-2,
#woocommerce_widget_cart-1,
#woocommerce_widget_cart-3,
#woocommerce_widget_cart-4 {
    background: white;
    z-index: 3;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 15px !important;
}

/* ===== DIVI ELEMENTS ===== */

/* === DIVI LAYOUT === */
.et_overlay {
    z-index: 0;
}

#main-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #e1e1e1;
}

#main-header.et-fixed-header {
    box-shadow: none !important;
    border-bottom: solid 1px #e1e1e1;
}

#main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.et_overlay {
    border: rgba(0,0,0,0.2);
    background: none;
}

/* == Slider == */
.et_pb_button_helper_class .woocommerce a.button {
    color: #fcfcfc;
}

/* ===== PLUGINS ===== */

/* === FIX PLUGIN CONFLICTS === */
/* Monarch and Cookie overlap */
.et_monarch .et_social_mobile {
    z-index: 999980;
}

#cookie-notice {
    z-index: 999999;
}

/* == Cookie notice == */

body .cn-button.bootstrap {
    background-color: #e4b322;
}

/* == Monarch == */
.et_monarch footer#main-footer .et_social_networks ul.et_social_icons_container li {
    margin-right: 10px !important;
}

.et_monarch footer#main-footer .et_social_networks ul.et_social_icons_container li:last-child {
    margin-right: 0 !important;
}

@media (min-width: 981px) {
    .et_monarch footer#main-footer .et_social_networks {
        width: auto;
        float: right;
    }
}

@media (max-width: 980px) {
    .et_monarch footer#main-footer .et_social_networks {
        text-align: center;
    }

    .et_monarch footer#main-footer .et_social_networks .et_social_icons_container{
        width: auto;
    }
}

/* == PRODUCT SLIDER == */
.ywcps-wrapper .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.woocommerce .ywcps-wrapper .owl-item li.product {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev,
.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
    background: none;
    color: #333;
    background-color: #333 !important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev:after {
    font-family: "ETModules" !important;
    font-size: 20px !important;
    content: '\34' !important;
    color: white !important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next:after {
    font-family: "ETModules" !important;
    font-size: 20px !important;
    content: '\35' !important;
    color: white !important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev,
.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
    top: 25%;
}

.fa-chevron-right:before {
    content: "f054";
    background: #333;
    color: white;
    padding: 10px 6px 10px 8px;
    font-size: 10px;
}
.fa-chevron-left:before {
    content: "f054";
    background: #333;
    color: white;
    padding: 10px 6px 10px 8px;
    font-size: 10px;
}

#wc-quick-view-content button.single_add_to_cart_button.button.alt {
    color:white
}

.ts-4-column-carousel .owl-item {
    width: 255px !important;
}

/* Owl product carousel navigation overflow*/
.et_pb_dmpc_product_carousel .dmpc-container {
    overflow-x: hidden;
}

@media (min-width: 1217px) {
    #ts-home-row1 .owl-carousel .owl-stage {
        margin-left: 20px;
    }
    #ts-home-row1 .woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev {
        left: 20px;
    }
    #ts-home-row1 .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
        right: 1px;
    }
    #ts-home-row2 .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
        right: 21px;
    }
}

@media (max-width: 1216px) and (min-width: 1056px) {
    #ts-home-row1 .owl-carousel .owl-stage {
        margin-left: 17px;
    }
    #ts-home-row1 .woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev {
        left: 17px;
    }
    #ts-home-row1 .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
        right: 2px;
    }
    #ts-home-row2 .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
        right: 19px;
    }
}

@media (min-width: 1056px) {
    #ts-slider-banner.et_pb_promo {
        width: 105%;
    }
    #ts-slider-banner2.et_pb_promo {
        width: 105%;
        margin-left: -12px;
    }
}

@media (max-width: 1055px) {
    #ts-home-row1 .woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev {
        left: 20%;
    }
    #ts-home-row2 .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
        right: 20%;
    }
}

@media (min-width: 981px) and (max-width: 1055px) {
    .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
        right: 16px;
    }
}

@media (max-width: 980px) {
    .et_pb_column .woocommerce .ywcps-slider ul.products li.product:nth-child(n),
    .woocommerce-page ul.products li.product:nth-child(n), .et_gallery_item {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .dmpc-container .nav-prev{
        left: 0;
        opacity: 1;
    }

    .dmpc-container .nav-next {
        right: 0;
        opacity: 1;
    }
}

@media (min-width: 767px) and (max-width: 980px) {
    .owl-carousel .owl-stage {
        margin-left: 1%;
    }
}

@media (min-width: 479px) and (max-width: 766px) {
    .owl-carousel .owl-stage {
        margin-left: 2%;
    }
}

@media (max-width: 478px) {
    .et_pb_column .woocommerce .ywcps-slider ul.products li.product:nth-child(n),
    .woocommerce-page ul.products li.product:nth-child(n), .et_gallery_item {
        width: 100% !important;
    }
}

/* == YITH WISHLIST == */
#ts_wishlist {
    display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 3px 0 0 27px;
}

#ts_wishlist_icon:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    left: 17px;
    font-size: 17px;
    content: "\e089";
    border-left: solid 1px #e1e1e1;
    padding-top: 31px;
    top: -36px;
    padding-bottom: 32px;
    padding-left: 18px;
}

a.add_to_wishlist {
    cursor: pointer;
    border-radius: 0px !important;
    padding: 8px 10px;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    padding-left: 32px;
}

a.add_to_wishlist:hover {
    background-color: #e4b322;
    border: 2px solid #e4b322;
    color: white;
    cursor: pointer;
    border-radius: 0px !important;
    padding: 8px 10px !important;
    border: 2px solid !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    padding-left: 32px !important;
}

.yith-wcwl-add-button {
    display: block;
    position: relative;
}

a.add_to_wishlist:after {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    top: 4px;
    left: 11px;
    font-size: 15px;
    content: "\e089";
}

.yith-wcwl-add-to-wishlist {
    margin-bottom: 40px;
}

.yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-wishlistaddedbrowse a:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    font-size: 15px;
    content: "\e089";
    padding-right: 2px;
    padding-left: 7px;
}

.woocommerce .wishlist-title h2 {
    vertical-align: middle;
    padding-bottom: 20px;
}

@media (max-width: 1150px) and (min-width: 981px) {
    #ts_wishlist {
        margin: 12px 0 0 0 !important;
    }

    #ts_wishlist_icon:before {
        left: 0px !important;
        font-size: 16px !important;
        border-left: none !important;
        padding-top: 31px !important;
        top: -36px !important;
        padding-bottom: 32px !important;
        padding-left: 5px !important;
    }
}

@media (max-width: 980px) {
    #ts_wishlist {
        margin: 12px 0 0 0;
    }

    #ts_wishlist_icon:before {
        left: 0;
        font-size: 16px;
        border-left: none ;
        padding-top: 31px ;
        top: -36px;
        padding-bottom: 32px;
        padding-left: 5px;
    }
}

@media (min-width: 981px) and (max-width: 1055px) {
    #ts_wishlist {
        display: block;
        float: right;
        position: absolute;
        width: 18px;
        margin: 3px 0 0 0;
    }

    #ts_wishlist_icon:before {
        left: 53px !important;
        font-size: 17px;
        content: "\e089";
        border-left: none;
        padding-top: 31px;
        top: -36px;
        padding-bottom: 32px;
        padding-left: 0;
    }
}

@media (max-width: 360px) {
    #ts_wishlist_icon:before {
        left: -4px;
    }
    .cart-contents {
        margin-left: 53px;
    }
}
</pre></body></html>