:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(2,63,235);
	--wd-alternative-color: #fbbc34;
	--btn-default-font-family: "Lato", Arial, Helvetica, sans-serif;
	--btn-default-font-size: 9px;
	--btn-default-bgcolor: rgb(2,63,235);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Lato", Arial, Helvetica, sans-serif;
	--btn-accented-font-size: 9px;
	--btn-accented-bgcolor: rgb(2,63,235);
	--btn-accented-bgcolor-hover: rgb(38,0,232);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product.wd-product del {
	color: rgba(221,51,51,0.35);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =====================================================
   PRODUCT LOOP BUTTONS
===================================================== */


/* Button Row */

body:not(.single-product)
.wp-block-wd-container.wd-dir-row {

    display:flex !important;
    gap:6px !important;
    align-items:stretch !important;

}



/* Equal Width */

body:not(.single-product)
.wp-block-wd-container.wd-dir-row > .wd-add-btn-wrapp,

body:not(.single-product)
.wp-block-wd-container.wd-dir-row > .isl-loop-buy-now {

    flex:1 1 0 !important;
    width:50% !important;

}



/* Add To Cart */

body:not(.single-product)
.wp-block-wd-container.wd-dir-row
.wd-add-btn a.button {


    width:100% !important;

    height:26px !important;
    min-height:26px !important;


    padding:0 2px !important;

    display:flex !important;

    align-items:center !important;

    justify-content:center !important;


    font-size:9px !important;

    font-weight:700 !important;

    line-height:1 !important;


    border-radius:8px !important;

}



/* Remove Cart Icon */

body:not(.single-product)
.wp-block-wd-container.wd-dir-row
.wd-add-btn .wd-action-icon {

    display:none !important;

}



/* Add Cart Text */

body:not(.single-product)
.wp-block-wd-container.wd-dir-row
.wd-add-btn .wd-action-text {


    display:flex !important;

    align-items:center !important;

    justify-content:center !important;

    width:100% !important;


}



/* Loop Buy Now */

body:not(.single-product)
.wp-block-wd-container.wd-dir-row
.isl-loop-buy-now {


    height:26px !important;

    min-height:26px !important;


    display:flex !important;

    align-items:center !important;

    justify-content:center !important;


    padding:0 0px !important;


    background:#111 !important;

    color:#fff !important;


    font-size:9px !important;

    font-weight:700 !important;

    line-height:1 !important;


    border-radius:8px !important;

}

/* =====================================================
   PART 3
   CART + CHECKOUT CLEAN FIX
===================================================== */


/* =====================================================
   SIDE CART BUTTONS
===================================================== */


.cart-widget-side .woocommerce-mini-cart__buttons {


    display:flex !important;

    align-items:stretch !important;

    gap:8px !important;

    margin-top:12px !important;

}



/* Side Cart Buttons */


.cart-widget-side 
.woocommerce-mini-cart__buttons 
.button {


    display:flex !important;

    align-items:center !important;

    justify-content:center !important;


    flex:1 1 0 !important;


    height:38px !important;

    min-height:38px !important;


    padding:0 12px !important;


    font-size:11px !important;

    font-weight:700 !important;


    line-height:1 !important;


    border-radius:8px !important;


}



/* View Cart */


.cart-widget-side 
.woocommerce-mini-cart__buttons 
.button:not(.checkout) {


    background:#001C99 !important;

    color:#FFF !important;

}



/* Checkout */


.cart-widget-side 
.woocommerce-mini-cart__buttons 
.checkout {


    background:#023FEB !important;

    color:#fff !important;

}



/* =====================================================
   CART PAGE BUTTONS
===================================================== */


/* Coupon Button */


.woocommerce-cart 
.coupon button,
.woocommerce-cart 
button[name="apply_coupon"] {


    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;


    min-width:115px !important;

    height:46px !important;


    padding:0 18px !important;


    background:#023FEB !important;

    color:#fff !important;


    font-size:12px !important;

    font-weight:700 !important;


    border-radius:8px !important;


}



/* Update Cart */


.woocommerce-cart 
button[name="update_cart"] {


    height:46px !important;

    min-height:46px !important;

    color:#fff !important;
    min-width:130px !important;


    font-size:12px !important;

    font-weight:700 !important;


    border-radius:8px !important;

}

/* Update Cart Hover */

.woocommerce-cart 
button[name="update_cart"]:hover {

    background:#023FEB !important;

    color:#ffffff !important;

    -webkit-text-fill-color:#ffffff !important;

    transition:
    background .2s ease,
    color .2s ease !important;

}

/* Proceed Checkout */


.woocommerce-cart 
.wc-proceed-to-checkout 
.checkout-button {


    display:flex !important;

    align-items:center !important;

    justify-content:center !important;


    width:100% !important;


    height:54px !important;


    background:#023FEB !important;


    color:#fff !important;


    font-size:14px !important;

    font-weight:700 !important;


    border-radius:8px !important;


}



/* Remove Cart Button Icons */


.woocommerce-cart button::before,
.woocommerce-cart button::after,
.woocommerce-cart a.button::before,
.woocommerce-cart a.button::after {


    content:none !important;

}



/* =====================================================
   CHECKOUT FIELDS
===================================================== */


.woocommerce-checkout .form-row {


    margin-bottom:16px !important;

}



.woocommerce-checkout .form-row label {


    display:block !important;


    margin-bottom:7px !important;


    font-size:14px !important;

    font-weight:700 !important;


    color:#111 !important;

}



/* Inputs */


.woocommerce-checkout .input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout textarea {


    width:100% !important;


    min-height:46px !important;


    padding:0 15px !important;


    background:#fff !important;


    border:1px solid #dedede !important;


    border-radius:9px !important;


    font-size:14px !important;


}



/* Textarea */


.woocommerce-checkout textarea {


    min-height:90px !important;

    padding:12px 15px !important;

}



/* Focus */


.woocommerce-checkout .input-text:focus {


    border-color:#023FEB !important;


    box-shadow:0 0 0 2px rgba(25,117,141,.08) !important;

}



/* =====================================================
   MOBILE
===================================================== */


@media(max-width:767px){


.cart-widget-side 
.woocommerce-mini-cart__buttons 
.button {


    height:36px !important;

    min-height:36px !important;


    padding:0 9px !important;


    font-size:10px !important;

}



.woocommerce-checkout .input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"] {


    min-height:44px !important;

    font-size:13px !important;

}


}

/* =====================================================
   PART 4
   HEADER + SEARCH + SIDEBAR CLEAN FIX
===================================================== */


/* =====================================================
   HEADER ICON VISIBILITY
===================================================== */


.wd-header-search,
.wd-header-cart,
.wd-header-my-account,

.wd-header-search > a,
.wd-header-cart > a,
.wd-header-my-account > a {


    opacity:1 !important;

    visibility:visible !important;

}



/* =====================================================
   WORDPRESS SEARCH BLOCK
===================================================== */


.wp-block-search {


    width:100% !important;

}



.wp-block-search 
.wp-block-search__inside-wrapper {


    display:flex !important;

    align-items:center !important;


    gap:8px !important;


    width:100% !important;

}



/* Search Input */


.wp-block-search 
.wp-block-search__input {


    flex:1 1 auto !important;


    width:100% !important;

    min-width:0 !important;


    height:40px !important;


    padding:0 13px !important;


    border:1px solid #dedede !important;


    border-radius:8px !important;


    background:#fff !important;


    font-size:13px !important;

}



/* Search Button */


.wp-block-search 
.wp-block-search__button,

.wp-block-search 
button.wp-block-search__button {


    display:inline-flex !important;


    align-items:center !important;

    justify-content:center !important;


    min-width:76px !important;


    height:40px !important;


    padding:0 15px !important;


    background:#111 !important;


    color:#fff !important;


    font-size:12px !important;


    font-weight:700 !important;


    line-height:1 !important;


    border:0 !important;


    border-radius:8px !important;


}



/* Remove Search Icons */


.wp-block-search 
.wp-block-search__button::before,

.wp-block-search 
.wp-block-search__button::after {


    content:none !important;

    display:none !important;

}



/* Search Hover */


.wp-block-search 
.wp-block-search__button:hover {


    background:#2a2a2a !important;

}



/* =====================================================
   SHOP SIDEBAR CARD
===================================================== */


.elementor-element-0ef859d
.wd-widget.sidebar-widget {


    width:100% !important;


    padding:20px !important;


    background:#ffffff !important;


    border:1px solid #e6eaec !important;


    border-radius:14px !important;


}



/* Sidebar Title */


.elementor-element-0ef859d
.widget-title {


    margin:0 0 17px !important;


    padding-bottom:14px !important;


    font-size:17px !important;


    font-weight:700 !important;


    color:#111 !important;


    border-bottom:1px solid #edf0f1 !important;

}



/* =====================================================
   PRICE FILTER
===================================================== */


.elementor-element-0ef859d
.widget_price_filter
.price_slider {


    height:4px !important;


    background:#e8edef !important;


    border-radius:20px !important;

}



.elementor-element-0ef859d
.widget_price_filter
.ui-slider-range {


    background:#297790 !important;

}



/* Filter Button */


.elementor-element-0ef859d
.widget_price_filter
.price_slider_amount
.button {


    height:36px !important;


    min-height:36px !important;


    padding:0 14px !important;


    background:#297790 !important;


    color:#fff !important;


    font-size:11px !important;


    font-weight:700 !important;


    border-radius:7px !important;

}



/* =====================================================
   SIZE FILTER
===================================================== */


.elementor-element-0ef859d
.wd-swatch {


    display:inline-flex !important;


    align-items:center !important;


    justify-content:center !important;


    min-width:34px !important;


    height:30px !important;


    padding:0 8px !important;


    background:#f5f7f8 !important;


    border:1px solid #e0e6e8 !important;


    border-radius:7px !important;


    font-size:11px !important;


    font-weight:700 !important;

}



/* Active Size */


.elementor-element-0ef859d
.wd-active
.wd-swatch {


    background:#297790 !important;


    color:#fff !important;


}



/* =====================================================
   MOBILE
===================================================== */


@media(max-width:767px){


.wp-block-search 
.wp-block-search__input {


    height:38px !important;


    font-size:12px !important;

}



.wp-block-search 
.wp-block-search__button {


    height:38px !important;


    min-width:68px !important;


    font-size:11px !important;

}



.elementor-element-0ef859d
.wd-widget.sidebar-widget {


    padding:17px !important;


}



}

/* =====================================================
   PART 5
   FINAL CLEANUP + MOBILE + CONFLICT FIX
===================================================== */


/* =====================================================
   STOP WOODMART BUTTON MOVEMENT
===================================================== */


.single-product .button:hover,
.wd-popup .button:hover {


    transform:none !important;

}



/* =====================================================
   BUTTON TEXT ALWAYS VISIBLE
===================================================== */


.single-product .button span,
.single-product .button .wd-action-text,

.wd-popup .button span,
.wd-popup .button .wd-action-text {


    opacity:1 !important;

    visibility:visible !important;


    display:inline-flex !important;


    align-items:center !important;

    justify-content:center !important;


    transform:none !important;

}



/* =====================================================
   REMOVE UNWANTED GENERATED ICONS
===================================================== */


.single-product .single_add_to_cart_button::after,

.wd-popup .single_add_to_cart_button::after {


    content:none !important;

}



/* =====================================================
   PRODUCT FORM ALIGNMENT
===================================================== */


.single-product form.cart {


    display:flex !important;

    align-items:center !important;


    gap:10px !important;

    flex-wrap:wrap !important;

}



/* Quantity */


.single-product form.cart .quantity {


    height:42px !important;

}



/* =====================================================
   QUICK VIEW ALIGNMENT
===================================================== */


.wd-popup.popup-quick-view 
.woocommerce-variation-add-to-cart {


    display:flex !important;


    align-items:center !important;


    gap:10px !important;


    flex-wrap:wrap !important;

}




/* =====================================================
   REMOVE EXTRA SPACING
===================================================== */


.single-product .wd-buy-now-btn,
.single-product .single_add_to_cart_button {


    margin-top:0 !important;

    margin-bottom:0 !important;

}



/* =====================================================
   MOBILE FINAL FIX
===================================================== */


@media(max-width:767px){


.single-product form.cart {


    gap:8px !important;


}



.single-product .single_add_to_cart_button,

.single-product .wd-buy-now-btn,

.single-product .wd-buy-now-button {


    min-width:130px !important;


    height:40px !important;


    min-height:40px !important;


    font-size:12px !important;


}



.wd-popup.popup-quick-view 
.single_add_to_cart_button,

.wd-popup.popup-quick-view 
.wd-buy-now-btn {


    height:40px !important;


    min-height:40px !important;


    font-size:12px !important;


}



}



/* =====================================================
   GLOBAL IMAGE FIX
===================================================== */


.wd-product img {


    max-width:100% !important;

    height:auto !important;

}



/* =====================================================
   REMOVE TRANSITION BUG
===================================================== */


.wd-buy-now-btn,
.single_add_to_cart_button {


    transition:none !important;

}

/* =====================================================
   ONLY HOME PRODUCT LOOP FONT SIZE
===================================================== */

body.home .wd-add-btn-wrapp .wd-add-btn a.add-to-cart-loop,
body.home .wd-add-btn-wrapp .wd-add-btn a.add-to-cart-loop .wd-action-text,
body.home .isl-loop-buy-now {

    font-size:9px !important;
	

    font-weight:700 !important;

    line-height:1 !important;

    letter-spacing:0 !important;

}


/* Keep Single Product Normal */

.single-product .single_add_to_cart_button,
.single-product .wd-buy-now-btn,
.single-product .wd-buy-now-button {

    font-size:13px !important;

}


/* Mobile */

@media(max-width:767px){

.home .wd-add-btn a.button,
.home .wd-add-btn a.button .wd-action-text,
.home .isl-loop-buy-now {

    font-size:9px !important;
	padding:0px !important;
	

}

}

/* =====================================================
   FORCE REMOVE WOODMART LOOP CART ICON
===================================================== */

.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop 
.wd-action-icon,
.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop 
.wd-check-icon,
.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop 
.wd-action-icon * {


    display:none !important;

    width:0 !important;

    height:0 !important;

    opacity:0 !important;

    visibility:hidden !important;

}



/* Remove hover generated icon */

.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop:hover 
.wd-action-icon,
.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop:hover 
.wd-check-icon {


    display:none !important;

}



/* Remove pseudo icon */

.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop::before,
.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop::after {


    content:none !important;

    display:none !important;

}



/* Keep text */

.wd-add-btn-wrapp 
.wd-add-btn 
a.add-to-cart-loop 
.wd-action-text {


    display:flex !important;

    align-items:center !important;

    justify-content:center !important;


    opacity:1 !important;

    visibility:visible !important;

    transform:none !important;

}

.wd-quick-view-btn {
    display:none !important;
}

/* SINGLE PRODUCT BUY NOW SAME AS ADD CART */

.single-product .wd-buy-now-btn,
.single-product button.wd-buy-now-btn {

    background:#023FEB !important;

    color:#fff !important;


    height:46px !important;

    min-height:46px !important;


    padding:0 20px !important;


    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;


    border-radius:8px !important;


    font-size:14px !important;

    font-weight:700 !important;

    line-height:1 !important;


    border:0 !important;

}



/* Button Text */

.single-product .wd-buy-now-btn .wd-action-text {

    color:#fff !important;

    font-size:14px !important;

    font-weight:700 !important;

    line-height:1 !important;

}



/* Hover */

.single-product .wd-buy-now-btn:hover {

    background:#111 !important;

    color:#fff !important;

}

/* MOBILE BUY NOW SMALL SIZE */

@media(max-width:767px){

    .single-product .wd-buy-now-btn,
    .single-product button.wd-buy-now-btn {

        height:40px !important;

        min-height:40px !important;

        padding:0 12px !important;


        font-size:13px !important;

        border-radius:6px !important;

    }


    .single-product .wd-buy-now-btn .wd-action-text {

        font-size:11px !important;

        line-height:1 !important;

    }

}

/* ADD CART TEXT WHITE */

.wd-add-btn a.add-to-cart-loop .wd-action-text {

    color:#ffffff !important;

    -webkit-text-fill-color:#ffffff !important;

}

/* =====================================================
   WOODMART MOBILE NAV
   BRAND COLOR: #023FEB
===================================================== */


@media(max-width:767px){


/* ==============================
   MAIN NAVBAR
============================== */


.wd-toolbar{

    position:fixed!important;

    left:10px!important;
    right:10px!important;

    bottom:10px!important;


    width:auto!important;


    height:76px!important;

    min-height:76px!important;



    padding:6px!important;



    display:flex!important;

    align-items:center!important;

    justify-content:space-around!important;



    background:

    linear-gradient(
        135deg,
        rgba(255,255,255,.94),
        rgba(240,250,253,.85)
    )!important;



    backdrop-filter:blur(22px) saturate(180%)!important;

    -webkit-backdrop-filter:blur(22px) saturate(180%)!important;



    border-radius:24px!important;



    border:1px solid rgba(255,255,255,.95)!important;



    border-top:2px solid rgba(23,107,135,.20)!important;



    box-shadow:


    0 15px 40px rgba(0,0,0,.14),


    0 5px 15px rgba(23,107,135,.12),


    inset 0 1px 0 rgba(255,255,255,.95)!important;



    overflow:visible!important;



    z-index:999999!important;


}



/* ==============================
   REMOVE SEARCH
============================== */


.wd-toolbar-link-5{

    display:none!important;

}



/* ==============================
   NAV ITEMS
============================== */


.wd-toolbar .wd-toolbar-link{


    flex:1 1 20%!important;


    height:100%!important;


    display:flex!important;


    align-items:center!important;


    justify-content:center!important;


}



.wd-toolbar .wd-toolbar-link a{


    width:100%!important;


    height:100%!important;



    display:flex!important;


    flex-direction:column!important;


    align-items:center!important;


    justify-content:center!important;



    gap:3px!important;



    color:#111!important;



    text-decoration:none!important;


}



/* ==============================
   ICON
============================== */


.wd-toolbar .wd-toolbar-icon{


    width:31px!important;

    height:31px!important;



    display:flex!important;


    align-items:center!important;


    justify-content:center!important;


}



.wd-toolbar .wd-toolbar-icon img{


    width:27px!important;


    height:27px!important;



    object-fit:contain!important;



    filter:

    brightness(0)
    saturate(100%)!important;


}



/* ==============================
   LABEL
============================== */


.wd-toolbar .wd-toolbar-label{


    color:#111!important;


    font-size:12px!important;


    font-weight:700!important;


    line-height:1!important;


    white-space:nowrap!important;


}



/* =====================================================
   CENTER HOME BUTTON
   HOME = wd-toolbar-link-2
===================================================== */


.wd-toolbar .wd-toolbar-link-2{


    position:relative!important;


    z-index:100!important;


}




.wd-toolbar .wd-toolbar-link-2 .wd-toolbar-icon{


    width:62px!important;


    height:62px!important;



    min-width:62px!important;


    min-height:62px!important;



    margin-top:-32px!important;



    border-radius:50%!important;



    background:


    linear-gradient(

        145deg,

        #2A8DAA 0%,

        #023FEB 50%,

        #0D4D61 100%

    )!important;




    border:4px solid #ffffff!important;




    box-shadow:



    0 9px 25px rgba(23,107,135,.35),



    0 3px 10px rgba(0,0,0,.15)!important;



}



/* ==============================
   HOME ICON WHITE
============================== */


.wd-toolbar .wd-toolbar-link-2 .wd-toolbar-icon img{


    width:32px!important;


    height:32px!important;



    filter:

    brightness(0)
    invert(1)!important;


}



/* ==============================
   HOME LABEL
============================== */


.wd-toolbar .wd-toolbar-link-2 .wd-toolbar-label{


    font-weight:800!important;


}




/* ==============================
   HOVER
============================== */


.wd-toolbar .wd-toolbar-link:not(.wd-toolbar-link-2)
a:hover{


    color:#023FEB!important;


}


.wd-toolbar .wd-toolbar-link:not(.wd-toolbar-link-2)
a:hover .wd-toolbar-label{


    color:#023FEB!important;


}



/* ==============================
   TAP EFFECT
============================== */


.wd-toolbar .wd-toolbar-link a:active{


    transform:scale(.93)!important;


}



}



/* =====================================================
   SMALL MOBILE
===================================================== */


@media(max-width:380px){


.wd-toolbar{


    left:7px!important;


    right:7px!important;


    bottom:7px!important;


    height:70px!important;


    min-height:70px!important;


    border-radius:21px!important;


}



.wd-toolbar .wd-toolbar-icon{


    width:28px!important;


    height:28px!important;


}



.wd-toolbar .wd-toolbar-icon img{


    width:24px!important;


    height:24px!important;


}



.wd-toolbar .wd-toolbar-label{


    font-size:10px!important;


}



.wd-toolbar .wd-toolbar-link-2 .wd-toolbar-icon{


    width:57px!important;


    height:57px!important;



    min-width:57px!important;


    min-height:57px!important;



    margin-top:-27px!important;


}


.wd-toolbar .wd-toolbar-link-2 .wd-toolbar-icon img{


    width:29px!important;


    height:29px!important;


}
	
	