/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* ==========================================================================
    Style Button
========================================================================== */
/*------------------------------------------------------------------
[All Style Shortcode]

  1. CMS Heading
  2. CMS Carousel
  3. CMS Fancybox Single
  4. CMS Counter Single
  5. CMS Grid


-------------------------------------------------------------------*/
/**coupon*/
/* ==========================================================================
   [Start] All Style Form
========================================================================== */
/* ==========================================================================
   [Start] All style header
   /* 1. Header Main
========================================================================== */
/* ==========================================================================
   [1. Header Main
========================================================================== */
/*------------------------------------------------------------------
[Main of contents]

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
3. Footer
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== */
/* ==========================================================================
    Style Main Menu
========================================================================== */
/*
-----> Minimum width of 992 pixels.
*/
/*------------------------------------------------------------------
[Table of contents]

1. cms-recent-post
2. Search

-------------------------------------------------------------------*/
/* =Widgets
-------------------------------------------------------------- */
.sticky-desktop.header-fixed {
    position: fixed;
}

.btn, #comments .comment-reply-link, #commentform #submit, .cms-load-posts a, #footer-top .widget_newsletterwidget input[type="submit"], .widget_newsletterwidget .tnp-widget input[type="submit"], .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce .return-to-shop a.button, .woocommerce .checkout_coupon input.button, .woocommerce-checkout #payment #place_order, button, input[type="submit"] {
    border-color: #00bcd4 !important;
}

.btn:hover, #comments .comment-reply-link:hover, #commentform #submit:hover, .cms-load-posts a:hover, #footer-top .widget_newsletterwidget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .return-to-shop a.button:hover, .woocommerce .checkout_coupon input.button:hover, .woocommerce-checkout #payment #place_order:hover, button:hover, input[type="submit"]:hover {
    border-color: #00aec6 !important;
}

.cms-button-wrapper {
    display: inline-block;
}

.cms-button-wrapper.wrap-btn-xlg {
    width: 100%;
}

.cms-button-wrapper + .cms-button-wrapper {
    margin-left: 30px;
}

.btn, #comments .comment-reply-link, #commentform #submit, .cms-load-posts a, #footer-top .widget_newsletterwidget input[type="submit"], .widget_newsletterwidget .tnp-widget input[type="submit"], .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce .return-to-shop a.button, .woocommerce .checkout_coupon input.button, .woocommerce-checkout #payment #place_order, button, .button, input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    left: auto !important;
    border: 1px solid transparent;
    border-color: #00bcd4;
    border-radius: 0px;
    background: #00bcd4;
    color: #fff;
}

.btn span, #comments .comment-reply-link span, #commentform #submit span, .cms-load-posts a span, #footer-top .widget_newsletterwidget input[type="submit"] span, .widget_newsletterwidget .tnp-widget input[type="submit"] span, .woocommerce input.button span, .woocommerce #respond input#submit span, .woocommerce a.button span, .woocommerce button.button span, .woocommerce input.button span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a span, .woocommerce-Reviews #review_form #respond .form-submit input span, .woocommerce table.shop_table td.actions input.button span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button span, .woocommerce .cart-collaterals .cart_totals .checkout-button span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button span, .woocommerce .return-to-shop a.button span, .woocommerce .checkout_coupon input.button span, .woocommerce-checkout #payment #place_order span, button span, .button span, input[type="submit"] span {
    position: relative;
    z-index: 1;
}

.btn:hover, #comments .comment-reply-link:hover, #commentform #submit:hover, .cms-load-posts a:hover, #footer-top .widget_newsletterwidget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .return-to-shop a.button:hover, .woocommerce .checkout_coupon input.button:hover, .woocommerce-checkout #payment #place_order:hover, button:hover, .button:hover, input[type="submit"]:hover {
    background: #0c6db0;
    border-color: #0c6db0;
}

.btn:hover, #comments .comment-reply-link:hover, #commentform #submit:hover, .cms-load-posts a:hover, #footer-top .widget_newsletterwidget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .return-to-shop a.button:hover, .woocommerce .checkout_coupon input.button:hover, .woocommerce-checkout #payment #place_order:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, #comments .comment-reply-link:focus, #commentform #submit:focus, .cms-load-posts a:focus, #footer-top .widget_newsletterwidget input[type="submit"]:focus, .widget_newsletterwidget .tnp-widget input[type="submit"]:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:focus, .woocommerce-Reviews #review_form #respond .form-submit input:focus, .woocommerce table.shop_table td.actions input.button:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:focus, .woocommerce .return-to-shop a.button:focus, .woocommerce .checkout_coupon input.button:focus, .woocommerce-checkout #payment #place_order:focus, button:focus, .button:focus, input[type="submit"]:focus {
    outline: medium none;
    text-decoration: none;
    color: #fff;
}

.btn:after, #comments .comment-reply-link:after, #commentform #submit:after, .cms-load-posts a:after, #footer-top .widget_newsletterwidget input[type="submit"]:after, .widget_newsletterwidget .tnp-widget input[type="submit"]:after, .woocommerce input.button:after, .woocommerce #respond input#submit:after, .woocommerce a.button:after, .woocommerce button.button:after, .woocommerce input.button:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:after, .woocommerce-Reviews #review_form #respond .form-submit input:after, .woocommerce table.shop_table td.actions input.button:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:after, .woocommerce .cart-collaterals .cart_totals .checkout-button:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:after, .woocommerce .return-to-shop a.button:after, .woocommerce .checkout_coupon input.button:after, .woocommerce-checkout #payment #place_order:after {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:before, #comments .comment-reply-link:before, #commentform #submit:before, .cms-load-posts a:before, #footer-top .widget_newsletterwidget input[type="submit"]:before, .widget_newsletterwidget .tnp-widget input[type="submit"]:before, .woocommerce input.button:before, .woocommerce #respond input#submit:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:before, .woocommerce-Reviews #review_form #respond .form-submit input:before, .woocommerce table.shop_table td.actions input.button:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:before, .woocommerce .cart-collaterals .cart_totals .checkout-button:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button:before, .woocommerce .return-to-shop a.button:before, .woocommerce .checkout_coupon input.button:before, .woocommerce-checkout #payment #place_order:before {
    content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn i, #comments .comment-reply-link i, #commentform #submit i, .cms-load-posts a i, #footer-top .widget_newsletterwidget input[type="submit"] i, .widget_newsletterwidget .tnp-widget input[type="submit"] i, .woocommerce input.button i, .woocommerce #respond input#submit i, .woocommerce a.button i, .woocommerce button.button i, .woocommerce input.button i, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i, .woocommerce-Reviews #review_form #respond .form-submit input i, .woocommerce table.shop_table td.actions input.button i, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i, .woocommerce .cart-collaterals .cart_totals .checkout-button i, .woocommerce-page .cart-collaterals .cart_totals .checkout-button i, .woocommerce .return-to-shop a.button i, .woocommerce .checkout_coupon input.button i, .woocommerce-checkout #payment #place_order i {
    line-height: 10px;
    position: relative;
    top: 1px;
    z-index: 3;
}

.btn.btn-lg, #comments .comment-reply-link.btn-lg, #commentform #submit.btn-lg, .cms-load-posts a.btn-lg, #footer-top .widget_newsletterwidget input[type="submit"].btn-lg, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-lg, .woocommerce input.button.btn-lg, .woocommerce #respond input#submit.btn-lg, .woocommerce a.button.btn-lg, .woocommerce button.button.btn-lg, .woocommerce input.button.btn-lg, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-lg, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-lg, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-lg, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-lg, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-lg, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-lg, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-lg, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-lg, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-lg, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-lg, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-lg, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-lg, .woocommerce-Reviews #review_form #respond .form-submit input.btn-lg, .woocommerce table.shop_table td.actions input.button.btn-lg, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-lg, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-lg, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-lg, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-lg, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-lg, .woocommerce .return-to-shop a.button.btn-lg, .woocommerce .checkout_coupon input.button.btn-lg, .woocommerce-checkout #payment #place_order.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.btn.btn-xs, #comments .comment-reply-link.btn-xs, #commentform #submit.btn-xs, .cms-load-posts a.btn-xs, #footer-top .widget_newsletterwidget input[type="submit"].btn-xs, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-xs, .woocommerce input.button.btn-xs, .woocommerce #respond input#submit.btn-xs, .woocommerce a.button.btn-xs, .woocommerce button.button.btn-xs, .woocommerce input.button.btn-xs, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-xs, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-xs, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-xs, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-xs, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-xs, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-xs, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-xs, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-xs, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-xs, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-xs, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-xs, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-xs, .woocommerce-Reviews #review_form #respond .form-submit input.btn-xs, .woocommerce table.shop_table td.actions input.button.btn-xs, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-xs, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-xs, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-xs, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-xs, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-xs, .woocommerce .return-to-shop a.button.btn-xs, .woocommerce .checkout_coupon input.button.btn-xs, .woocommerce-checkout #payment #place_order.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn.btn-sm, #comments .comment-reply-link.btn-sm, #commentform #submit.btn-sm, .cms-load-posts a.btn-sm, #footer-top .widget_newsletterwidget input[type="submit"].btn-sm, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-sm, .woocommerce input.button.btn-sm, .woocommerce #respond input#submit.btn-sm, .woocommerce a.button.btn-sm, .woocommerce button.button.btn-sm, .woocommerce input.button.btn-sm, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-sm, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-sm, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-sm, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-sm, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-sm, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-sm, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-sm, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-sm, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-sm, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-sm, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-sm, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-sm, .woocommerce-Reviews #review_form #respond .form-submit input.btn-sm, .woocommerce table.shop_table td.actions input.button.btn-sm, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-sm, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-sm, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-sm, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-sm, .woocommerce .return-to-shop a.button.btn-sm, .woocommerce .checkout_coupon input.button.btn-sm, .woocommerce-checkout #payment #place_order.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn.btn-xlg, #comments .comment-reply-link.btn-xlg, #commentform #submit.btn-xlg, .cms-load-posts a.btn-xlg, #footer-top .widget_newsletterwidget input[type="submit"].btn-xlg, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-xlg, .woocommerce input.button.btn-xlg, .woocommerce #respond input#submit.btn-xlg, .woocommerce a.button.btn-xlg, .woocommerce button.button.btn-xlg, .woocommerce input.button.btn-xlg, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-xlg, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-xlg, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-xlg, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-xlg, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-xlg, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-xlg, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-xlg, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-xlg, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-xlg, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-xlg, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-xlg, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-xlg, .woocommerce-Reviews #review_form #respond .form-submit input.btn-xlg, .woocommerce table.shop_table td.actions input.button.btn-xlg, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-xlg, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-xlg, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-xlg, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-xlg, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-xlg, .woocommerce .return-to-shop a.button.btn-xlg, .woocommerce .checkout_coupon input.button.btn-xlg, .woocommerce-checkout #payment #place_order.btn-xlg {
    display: block;
    width: 100%;
}

.btn.btn-primary, #comments .comment-reply-link.btn-primary, #commentform #submit.btn-primary, .cms-load-posts a.btn-primary, #footer-top .widget_newsletterwidget input[type="submit"].btn-primary, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-primary, .woocommerce input.button.btn-primary, .woocommerce #respond input#submit.btn-primary, .woocommerce a.button.btn-primary, .woocommerce button.button.btn-primary, .woocommerce input.button.btn-primary, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-primary, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-primary, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-primary, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-primary, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-primary, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-primary, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-primary, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-primary, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-primary, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-primary, .woocommerce-Reviews #review_form #respond .form-submit input.btn-primary, .woocommerce table.shop_table td.actions input.button.btn-primary, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-primary, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary, .woocommerce .return-to-shop a.button.btn-primary, .woocommerce .checkout_coupon input.button.btn-primary, .woocommerce-checkout #payment #place_order.btn-primary {
    background-color: #00bcd4;
    color: #fff;
}

.btn.btn-primary:hover, #comments .comment-reply-link.btn-primary:hover, #commentform #submit.btn-primary:hover, .cms-load-posts a.btn-primary:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-primary:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-primary:hover, .woocommerce input.button.btn-primary:hover, .woocommerce #respond input#submit.btn-primary:hover, .woocommerce a.button.btn-primary:hover, .woocommerce button.button.btn-primary:hover, .woocommerce input.button.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-primary:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-primary:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-primary:hover, .woocommerce table.shop_table td.actions input.button.btn-primary:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-primary:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary:hover, .woocommerce .return-to-shop a.button.btn-primary:hover, .woocommerce .checkout_coupon input.button.btn-primary:hover, .woocommerce-checkout #payment #place_order.btn-primary:hover, .btn.btn-primary:focus, #comments .comment-reply-link.btn-primary:focus, #commentform #submit.btn-primary:focus, .cms-load-posts a.btn-primary:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-primary:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-primary:focus, .woocommerce input.button.btn-primary:focus, .woocommerce #respond input#submit.btn-primary:focus, .woocommerce a.button.btn-primary:focus, .woocommerce button.button.btn-primary:focus, .woocommerce input.button.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-primary:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-primary:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-primary:focus, .woocommerce table.shop_table td.actions input.button.btn-primary:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-primary:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary:focus, .woocommerce .return-to-shop a.button.btn-primary:focus, .woocommerce .checkout_coupon input.button.btn-primary:focus, .woocommerce-checkout #payment #place_order.btn-primary:focus {
    background-color: #008fa1;
    color: #fff;
    outline: none;
}

.btn.btn-primary-round, #comments .comment-reply-link.btn-primary-round, #commentform #submit.btn-primary-round, .cms-load-posts a.btn-primary-round, #footer-top .widget_newsletterwidget input[type="submit"].btn-primary-round, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-primary-round, .woocommerce input.button.btn-primary-round, .woocommerce #respond input#submit.btn-primary-round, .woocommerce a.button.btn-primary-round, .woocommerce button.button.btn-primary-round, .woocommerce input.button.btn-primary-round, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary-round, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary-round, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-primary-round, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-primary-round, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-primary-round, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-primary-round, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-primary-round, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-primary-round, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-primary-round, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-primary-round, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-primary-round, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-primary-round, .woocommerce-Reviews #review_form #respond .form-submit input.btn-primary-round, .woocommerce table.shop_table td.actions input.button.btn-primary-round, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-primary-round, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary-round, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary-round, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary-round, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary-round, .woocommerce .return-to-shop a.button.btn-primary-round, .woocommerce .checkout_coupon input.button.btn-primary-round, .woocommerce-checkout #payment #place_order.btn-primary-round {
    background-color: #00bcd4;
    color: #fff;
    border-radius: 3px;
}

.btn.btn-primary-round:hover, #comments .comment-reply-link.btn-primary-round:hover, #commentform #submit.btn-primary-round:hover, .cms-load-posts a.btn-primary-round:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-primary-round:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-primary-round:hover, .woocommerce input.button.btn-primary-round:hover, .woocommerce #respond input#submit.btn-primary-round:hover, .woocommerce a.button.btn-primary-round:hover, .woocommerce button.button.btn-primary-round:hover, .woocommerce input.button.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-primary-round:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-primary-round:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-primary-round:hover, .woocommerce table.shop_table td.actions input.button.btn-primary-round:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-primary-round:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary-round:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary-round:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary-round:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary-round:hover, .woocommerce .return-to-shop a.button.btn-primary-round:hover, .woocommerce .checkout_coupon input.button.btn-primary-round:hover, .woocommerce-checkout #payment #place_order.btn-primary-round:hover, .btn.btn-primary-round:focus, #comments .comment-reply-link.btn-primary-round:focus, #commentform #submit.btn-primary-round:focus, .cms-load-posts a.btn-primary-round:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-primary-round:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-primary-round:focus, .woocommerce input.button.btn-primary-round:focus, .woocommerce #respond input#submit.btn-primary-round:focus, .woocommerce a.button.btn-primary-round:focus, .woocommerce button.button.btn-primary-round:focus, .woocommerce input.button.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-primary-round:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-primary-round:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-primary-round:focus, .woocommerce table.shop_table td.actions input.button.btn-primary-round:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-primary-round:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary-round:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-primary-round:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-primary-round:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-primary-round:focus, .woocommerce .return-to-shop a.button.btn-primary-round:focus, .woocommerce .checkout_coupon input.button.btn-primary-round:focus, .woocommerce-checkout #payment #place_order.btn-primary-round:focus {
    background-color: #008fa1;
    color: #fff;
    outline: none;
}

.btn.btn-default-round, #comments .comment-reply-link.btn-default-round, #commentform #submit.btn-default-round, .cms-load-posts a.btn-default-round, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-round, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-round, .woocommerce input.button.btn-default-round, .woocommerce #respond input#submit.btn-default-round, .woocommerce a.button.btn-default-round, .woocommerce button.button.btn-default-round, .woocommerce input.button.btn-default-round, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-round, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-round, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-round, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-round, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-round, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-round, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-round, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-round, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-round, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-round, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-round, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-round, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-round, .woocommerce table.shop_table td.actions input.button.btn-default-round, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-round, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-round, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-round, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-round, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-round, .woocommerce .return-to-shop a.button.btn-default-round, .woocommerce .checkout_coupon input.button.btn-default-round, .woocommerce-checkout #payment #place_order.btn-default-round {
    border-color: #253749;
    background-color: #253749;
    color: #fff;
    border-radius: 3px;
}

.btn.btn-default-round:hover, #comments .comment-reply-link.btn-default-round:hover, #commentform #submit.btn-default-round:hover, .cms-load-posts a.btn-default-round:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-round:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-round:hover, .woocommerce input.button.btn-default-round:hover, .woocommerce #respond input#submit.btn-default-round:hover, .woocommerce a.button.btn-default-round:hover, .woocommerce button.button.btn-default-round:hover, .woocommerce input.button.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-round:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-round:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-round:hover, .woocommerce table.shop_table td.actions input.button.btn-default-round:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-round:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-round:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-round:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-round:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-round:hover, .woocommerce .return-to-shop a.button.btn-default-round:hover, .woocommerce .checkout_coupon input.button.btn-default-round:hover, .woocommerce-checkout #payment #place_order.btn-default-round:hover, .btn.btn-default-round:focus, #comments .comment-reply-link.btn-default-round:focus, #commentform #submit.btn-default-round:focus, .cms-load-posts a.btn-default-round:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-round:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-round:focus, .woocommerce input.button.btn-default-round:focus, .woocommerce #respond input#submit.btn-default-round:focus, .woocommerce a.button.btn-default-round:focus, .woocommerce button.button.btn-default-round:focus, .woocommerce input.button.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-round:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-round:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-round:focus, .woocommerce table.shop_table td.actions input.button.btn-default-round:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-round:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-round:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-round:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-round:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-round:focus, .woocommerce .return-to-shop a.button.btn-default-round:focus, .woocommerce .checkout_coupon input.button.btn-default-round:focus, .woocommerce-checkout #payment #place_order.btn-default-round:focus {
    background-color: #008fa1;
    color: #fff;
    outline: none;
}

.btn.btn-default, #comments .comment-reply-link.btn-default, #commentform #submit.btn-default, .cms-load-posts a.btn-default, #footer-top .widget_newsletterwidget input[type="submit"].btn-default, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default, .woocommerce input.button.btn-default, .woocommerce #respond input#submit.btn-default, .woocommerce a.button.btn-default, .woocommerce button.button.btn-default, .woocommerce input.button.btn-default, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default, .woocommerce table.shop_table td.actions input.button.btn-default, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default, .woocommerce .return-to-shop a.button.btn-default, .woocommerce .checkout_coupon input.button.btn-default, .woocommerce-checkout #payment #place_order.btn-default {
    border-color: #292929;
    background-color: #222;
    color: #fff;
}

.btn.btn-default:hover, #comments .comment-reply-link.btn-default:hover, #commentform #submit.btn-default:hover, .cms-load-posts a.btn-default:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-default:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default:hover, .woocommerce input.button.btn-default:hover, .woocommerce #respond input#submit.btn-default:hover, .woocommerce a.button.btn-default:hover, .woocommerce button.button.btn-default:hover, .woocommerce input.button.btn-default:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default:hover, .woocommerce table.shop_table td.actions input.button.btn-default:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default:hover, .woocommerce .return-to-shop a.button.btn-default:hover, .woocommerce .checkout_coupon input.button.btn-default:hover, .woocommerce-checkout #payment #place_order.btn-default:hover, .btn.btn-default:focus, #comments .comment-reply-link.btn-default:focus, #commentform #submit.btn-default:focus, .cms-load-posts a.btn-default:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-default:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default:focus, .woocommerce input.button.btn-default:focus, .woocommerce #respond input#submit.btn-default:focus, .woocommerce a.button.btn-default:focus, .woocommerce button.button.btn-default:focus, .woocommerce input.button.btn-default:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default:focus, .woocommerce table.shop_table td.actions input.button.btn-default:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default:focus, .woocommerce .return-to-shop a.button.btn-default:focus, .woocommerce .checkout_coupon input.button.btn-default:focus, .woocommerce-checkout #payment #place_order.btn-default:focus {
    background-color: #008fa1;
    color: #fff;
    outline: none;
}

.btn.btn-default-alt, #comments .comment-reply-link.btn-default-alt, #commentform #submit.btn-default-alt, .cms-load-posts a.btn-default-alt, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-alt, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-alt, .woocommerce input.button.btn-default-alt, .woocommerce #respond input#submit.btn-default-alt, .woocommerce a.button.btn-default-alt, .woocommerce button.button.btn-default-alt, .woocommerce input.button.btn-default-alt, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-alt, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-alt, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-alt, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-alt, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-alt, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-alt, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt, .woocommerce table.shop_table td.actions input.button.btn-default-alt, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-alt, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt, .woocommerce .return-to-shop a.button.btn-default-alt, .woocommerce .checkout_coupon input.button.btn-default-alt, .woocommerce-checkout #payment #place_order.btn-default-alt {
    border: 2px solid #00bcd4;
    background: transparent;
    padding: 1px 18px;
    color: #00bcd4;
    font-size: 10px;
    letter-spacing: 0.075em;
    line-height: 24px;
    display: inline-block;
    border-radius: 3px;
}

.btn.btn-default-alt:hover, #comments .comment-reply-link.btn-default-alt:hover, #commentform #submit.btn-default-alt:hover, .cms-load-posts a.btn-default-alt:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-alt:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-alt:hover, .woocommerce input.button.btn-default-alt:hover, .woocommerce #respond input#submit.btn-default-alt:hover, .woocommerce a.button.btn-default-alt:hover, .woocommerce button.button.btn-default-alt:hover, .woocommerce input.button.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt:hover, .woocommerce table.shop_table td.actions input.button.btn-default-alt:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-alt:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt:hover, .woocommerce .return-to-shop a.button.btn-default-alt:hover, .woocommerce .checkout_coupon input.button.btn-default-alt:hover, .woocommerce-checkout #payment #place_order.btn-default-alt:hover, .btn.btn-default-alt:focus, #comments .comment-reply-link.btn-default-alt:focus, #commentform #submit.btn-default-alt:focus, .cms-load-posts a.btn-default-alt:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-alt:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-alt:focus, .woocommerce input.button.btn-default-alt:focus, .woocommerce #respond input#submit.btn-default-alt:focus, .woocommerce a.button.btn-default-alt:focus, .woocommerce button.button.btn-default-alt:focus, .woocommerce input.button.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt:focus, .woocommerce table.shop_table td.actions input.button.btn-default-alt:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-alt:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt:focus, .woocommerce .return-to-shop a.button.btn-default-alt:focus, .woocommerce .checkout_coupon input.button.btn-default-alt:focus, .woocommerce-checkout #payment #place_order.btn-default-alt:focus {
    background: #00bcd4;
    color: #fff;
}

.btn.btn-default-alt1, #comments .comment-reply-link.btn-default-alt1, #commentform #submit.btn-default-alt1, .cms-load-posts a.btn-default-alt1, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-alt1, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-alt1, .woocommerce input.button.btn-default-alt1, .woocommerce #respond input#submit.btn-default-alt1, .woocommerce a.button.btn-default-alt1, .woocommerce button.button.btn-default-alt1, .woocommerce input.button.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt1, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt1, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt1, .woocommerce table.shop_table td.actions input.button.btn-default-alt1, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-alt1, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt1, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt1, .woocommerce .return-to-shop a.button.btn-default-alt1, .woocommerce .checkout_coupon input.button.btn-default-alt1, .woocommerce-checkout #payment #place_order.btn-default-alt1 {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 0px;
}

.btn.btn-default-alt1:hover, #comments .comment-reply-link.btn-default-alt1:hover, #commentform #submit.btn-default-alt1:hover, .cms-load-posts a.btn-default-alt1:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-alt1:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-alt1:hover, .woocommerce input.button.btn-default-alt1:hover, .woocommerce #respond input#submit.btn-default-alt1:hover, .woocommerce a.button.btn-default-alt1:hover, .woocommerce button.button.btn-default-alt1:hover, .woocommerce input.button.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt1:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt1:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt1:hover, .woocommerce table.shop_table td.actions input.button.btn-default-alt1:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-alt1:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:hover, .woocommerce .return-to-shop a.button.btn-default-alt1:hover, .woocommerce .checkout_coupon input.button.btn-default-alt1:hover, .woocommerce-checkout #payment #place_order.btn-default-alt1:hover, .btn.btn-default-alt1:focus, #comments .comment-reply-link.btn-default-alt1:focus, #commentform #submit.btn-default-alt1:focus, .cms-load-posts a.btn-default-alt1:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-default-alt1:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-default-alt1:focus, .woocommerce input.button.btn-default-alt1:focus, .woocommerce #respond input#submit.btn-default-alt1:focus, .woocommerce a.button.btn-default-alt1:focus, .woocommerce button.button.btn-default-alt1:focus, .woocommerce input.button.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt1:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-default-alt1:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-default-alt1:focus, .woocommerce table.shop_table td.actions input.button.btn-default-alt1:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-default-alt1:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-default-alt1:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-default-alt1:focus, .woocommerce .return-to-shop a.button.btn-default-alt1:focus, .woocommerce .checkout_coupon input.button.btn-default-alt1:focus, .woocommerce-checkout #payment #place_order.btn-default-alt1:focus {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4;
}

.btn.btn-trans, #comments .comment-reply-link.btn-trans, #commentform #submit.btn-trans, .cms-load-posts a.btn-trans, #footer-top .widget_newsletterwidget input[type="submit"].btn-trans, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-trans, .woocommerce input.button.btn-trans, .woocommerce #respond input#submit.btn-trans, .woocommerce a.button.btn-trans, .woocommerce button.button.btn-trans, .woocommerce input.button.btn-trans, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-trans, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-trans, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-trans, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-trans, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-trans, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-trans, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-trans, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-trans, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-trans, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-trans, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-trans, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-trans, .woocommerce-Reviews #review_form #respond .form-submit input.btn-trans, .woocommerce table.shop_table td.actions input.button.btn-trans, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-trans, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-trans, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-trans, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-trans, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-trans, .woocommerce .return-to-shop a.button.btn-trans, .woocommerce .checkout_coupon input.button.btn-trans, .woocommerce-checkout #payment #place_order.btn-trans {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #2b2e31;
    border-radius: 2px;
    color: #2b2e31;
    cursor: pointer;
    display: inline-block;
    font-size: 1.22rem;
    font-weight: normal !important;
    letter-spacing: 0.25px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}

.btn.btn-danger, #comments .comment-reply-link.btn-danger, #commentform #submit.btn-danger, .cms-load-posts a.btn-danger, #footer-top .widget_newsletterwidget input[type="submit"].btn-danger, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-danger, .woocommerce input.button.btn-danger, .woocommerce #respond input#submit.btn-danger, .woocommerce a.button.btn-danger, .woocommerce button.button.btn-danger, .woocommerce input.button.btn-danger, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-danger, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-danger, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-danger, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-danger, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-danger, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-danger, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-danger, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-danger, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-danger, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-danger, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-danger, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-danger, .woocommerce-Reviews #review_form #respond .form-submit input.btn-danger, .woocommerce table.shop_table td.actions input.button.btn-danger, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-danger, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-danger, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-danger, .woocommerce .return-to-shop a.button.btn-danger, .woocommerce .checkout_coupon input.button.btn-danger, .woocommerce-checkout #payment #place_order.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn.btn-danger:hover, #comments .comment-reply-link.btn-danger:hover, #commentform #submit.btn-danger:hover, .cms-load-posts a.btn-danger:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-danger:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-danger:hover, .woocommerce input.button.btn-danger:hover, .woocommerce #respond input#submit.btn-danger:hover, .woocommerce a.button.btn-danger:hover, .woocommerce button.button.btn-danger:hover, .woocommerce input.button.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-danger:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-danger:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-danger:hover, .woocommerce table.shop_table td.actions input.button.btn-danger:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-danger:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-danger:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-danger:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-danger:hover, .woocommerce .return-to-shop a.button.btn-danger:hover, .woocommerce .checkout_coupon input.button.btn-danger:hover, .woocommerce-checkout #payment #place_order.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn.btn-warning, #comments .comment-reply-link.btn-warning, #commentform #submit.btn-warning, .cms-load-posts a.btn-warning, #footer-top .widget_newsletterwidget input[type="submit"].btn-warning, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-warning, .woocommerce input.button.btn-warning, .woocommerce #respond input#submit.btn-warning, .woocommerce a.button.btn-warning, .woocommerce button.button.btn-warning, .woocommerce input.button.btn-warning, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-warning, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-warning, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-warning, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-warning, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-warning, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-warning, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-warning, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-warning, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-warning, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-warning, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-warning, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-warning, .woocommerce-Reviews #review_form #respond .form-submit input.btn-warning, .woocommerce table.shop_table td.actions input.button.btn-warning, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-warning, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-warning, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-warning, .woocommerce .return-to-shop a.button.btn-warning, .woocommerce .checkout_coupon input.button.btn-warning, .woocommerce-checkout #payment #place_order.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn.btn-warning:hover, #comments .comment-reply-link.btn-warning:hover, #commentform #submit.btn-warning:hover, .cms-load-posts a.btn-warning:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-warning:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-warning:hover, .woocommerce input.button.btn-warning:hover, .woocommerce #respond input#submit.btn-warning:hover, .woocommerce a.button.btn-warning:hover, .woocommerce button.button.btn-warning:hover, .woocommerce input.button.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-warning:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-warning:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-warning:hover, .woocommerce table.shop_table td.actions input.button.btn-warning:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-warning:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-warning:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-warning:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-warning:hover, .woocommerce .return-to-shop a.button.btn-warning:hover, .woocommerce .checkout_coupon input.button.btn-warning:hover, .woocommerce-checkout #payment #place_order.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn.btn-success, #comments .comment-reply-link.btn-success, #commentform #submit.btn-success, .cms-load-posts a.btn-success, #footer-top .widget_newsletterwidget input[type="submit"].btn-success, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-success, .woocommerce input.button.btn-success, .woocommerce #respond input#submit.btn-success, .woocommerce a.button.btn-success, .woocommerce button.button.btn-success, .woocommerce input.button.btn-success, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-success, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-success, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-success, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-success, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-success, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-success, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-success, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-success, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-success, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-success, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-success, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-success, .woocommerce-Reviews #review_form #respond .form-submit input.btn-success, .woocommerce table.shop_table td.actions input.button.btn-success, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-success, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-success, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-success, .woocommerce .return-to-shop a.button.btn-success, .woocommerce .checkout_coupon input.button.btn-success, .woocommerce-checkout #payment #place_order.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn.btn-success:hover, #comments .comment-reply-link.btn-success:hover, #commentform #submit.btn-success:hover, .cms-load-posts a.btn-success:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-success:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-success:hover, .woocommerce input.button.btn-success:hover, .woocommerce #respond input#submit.btn-success:hover, .woocommerce a.button.btn-success:hover, .woocommerce button.button.btn-success:hover, .woocommerce input.button.btn-success:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-success:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-success:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-success:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-success:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-success:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-success:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-success:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-success:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-success:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-success:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-success:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-success:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-success:hover, .woocommerce table.shop_table td.actions input.button.btn-success:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-success:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-success:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-success:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-success:hover, .woocommerce .return-to-shop a.button.btn-success:hover, .woocommerce .checkout_coupon input.button.btn-success:hover, .woocommerce-checkout #payment #place_order.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn.btn-square, #comments .comment-reply-link.btn-square, #commentform #submit.btn-square, .cms-load-posts a.btn-square, #footer-top .widget_newsletterwidget input[type="submit"].btn-square, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-square, .woocommerce input.button.btn-square, .woocommerce #respond input#submit.btn-square, .woocommerce a.button.btn-square, .woocommerce button.button.btn-square, .woocommerce input.button.btn-square, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-square, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-square, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-square, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-square, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-square, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-square, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-square, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-square, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-square, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-square, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-square, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-square, .woocommerce-Reviews #review_form #respond .form-submit input.btn-square, .woocommerce table.shop_table td.actions input.button.btn-square, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-square, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-square, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-square, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-square, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-square, .woocommerce .return-to-shop a.button.btn-square, .woocommerce .checkout_coupon input.button.btn-square, .woocommerce-checkout #payment #place_order.btn-square {
    border-radius: 1px;
}

.btn.btn-outline, #comments .comment-reply-link.btn-outline, #commentform #submit.btn-outline, .cms-load-posts a.btn-outline, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline, .woocommerce input.button.btn-outline, .woocommerce #respond input#submit.btn-outline, .woocommerce a.button.btn-outline, .woocommerce button.button.btn-outline, .woocommerce input.button.btn-outline, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline, .woocommerce table.shop_table td.actions input.button.btn-outline, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline, .woocommerce .return-to-shop a.button.btn-outline, .woocommerce .checkout_coupon input.button.btn-outline, .woocommerce-checkout #payment #place_order.btn-outline {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.btn.btn-outline:hover, #comments .comment-reply-link.btn-outline:hover, #commentform #submit.btn-outline:hover, .cms-load-posts a.btn-outline:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline:hover, .woocommerce input.button.btn-outline:hover, .woocommerce #respond input#submit.btn-outline:hover, .woocommerce a.button.btn-outline:hover, .woocommerce button.button.btn-outline:hover, .woocommerce input.button.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline:hover, .woocommerce table.shop_table td.actions input.button.btn-outline:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline:hover, .woocommerce .return-to-shop a.button.btn-outline:hover, .woocommerce .checkout_coupon input.button.btn-outline:hover, .woocommerce-checkout #payment #place_order.btn-outline:hover, .btn.btn-outline:focus, #comments .comment-reply-link.btn-outline:focus, #commentform #submit.btn-outline:focus, .cms-load-posts a.btn-outline:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline:focus, .woocommerce input.button.btn-outline:focus, .woocommerce #respond input#submit.btn-outline:focus, .woocommerce a.button.btn-outline:focus, .woocommerce button.button.btn-outline:focus, .woocommerce input.button.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline:focus, .woocommerce table.shop_table td.actions input.button.btn-outline:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline:focus, .woocommerce .return-to-shop a.button.btn-outline:focus, .woocommerce .checkout_coupon input.button.btn-outline:focus, .woocommerce-checkout #payment #place_order.btn-outline:focus {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4;
}

.btn.btn-outline-rounded, #comments .comment-reply-link.btn-outline-rounded, #commentform #submit.btn-outline-rounded, .cms-load-posts a.btn-outline-rounded, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline-rounded, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline-rounded, .woocommerce input.button.btn-outline-rounded, .woocommerce #respond input#submit.btn-outline-rounded, .woocommerce a.button.btn-outline-rounded, .woocommerce button.button.btn-outline-rounded, .woocommerce input.button.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded, .woocommerce table.shop_table td.actions input.button.btn-outline-rounded, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline-rounded, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded, .woocommerce .return-to-shop a.button.btn-outline-rounded, .woocommerce .checkout_coupon input.button.btn-outline-rounded, .woocommerce-checkout #payment #place_order.btn-outline-rounded {
    border: 2px solid #00bcd4;
    background: transparent;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #00bcd4;
    text-shadow: none;
    border-radius: 22px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.btn.btn-outline-rounded:hover, #comments .comment-reply-link.btn-outline-rounded:hover, #commentform #submit.btn-outline-rounded:hover, .cms-load-posts a.btn-outline-rounded:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline-rounded:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline-rounded:hover, .woocommerce input.button.btn-outline-rounded:hover, .woocommerce #respond input#submit.btn-outline-rounded:hover, .woocommerce a.button.btn-outline-rounded:hover, .woocommerce button.button.btn-outline-rounded:hover, .woocommerce input.button.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:hover, .woocommerce table.shop_table td.actions input.button.btn-outline-rounded:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline-rounded:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover, .woocommerce .return-to-shop a.button.btn-outline-rounded:hover, .woocommerce .checkout_coupon input.button.btn-outline-rounded:hover, .woocommerce-checkout #payment #place_order.btn-outline-rounded:hover, .btn.btn-outline-rounded:focus, #comments .comment-reply-link.btn-outline-rounded:focus, #commentform #submit.btn-outline-rounded:focus, .cms-load-posts a.btn-outline-rounded:focus, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline-rounded:focus, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline-rounded:focus, .woocommerce input.button.btn-outline-rounded:focus, .woocommerce #respond input#submit.btn-outline-rounded:focus, .woocommerce a.button.btn-outline-rounded:focus, .woocommerce button.button.btn-outline-rounded:focus, .woocommerce input.button.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:focus, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:focus, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:focus, .woocommerce table.shop_table td.actions input.button.btn-outline-rounded:focus, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline-rounded:focus, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus, .woocommerce .return-to-shop a.button.btn-outline-rounded:focus, .woocommerce .checkout_coupon input.button.btn-outline-rounded:focus, .woocommerce-checkout #payment #place_order.btn-outline-rounded:focus {
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4;
}

.btn.btn-outline-rounded:hover:before, #comments .comment-reply-link.btn-outline-rounded:hover:before, #commentform #submit.btn-outline-rounded:hover:before, .cms-load-posts a.btn-outline-rounded:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline-rounded:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline-rounded:hover:before, .woocommerce input.button.btn-outline-rounded:hover:before, .woocommerce #respond input#submit.btn-outline-rounded:hover:before, .woocommerce a.button.btn-outline-rounded:hover:before, .woocommerce button.button.btn-outline-rounded:hover:before, .woocommerce input.button.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:hover:before, .woocommerce table.shop_table td.actions input.button.btn-outline-rounded:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline-rounded:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover:before, .woocommerce .return-to-shop a.button.btn-outline-rounded:hover:before, .woocommerce .checkout_coupon input.button.btn-outline-rounded:hover:before, .woocommerce-checkout #payment #place_order.btn-outline-rounded:hover:before, .btn.btn-outline-rounded:focus:before, #comments .comment-reply-link.btn-outline-rounded:focus:before, #commentform #submit.btn-outline-rounded:focus:before, .cms-load-posts a.btn-outline-rounded:focus:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline-rounded:focus:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline-rounded:focus:before, .woocommerce input.button.btn-outline-rounded:focus:before, .woocommerce #respond input#submit.btn-outline-rounded:focus:before, .woocommerce a.button.btn-outline-rounded:focus:before, .woocommerce button.button.btn-outline-rounded:focus:before, .woocommerce input.button.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:focus:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:focus:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:focus:before, .woocommerce table.shop_table td.actions input.button.btn-outline-rounded:focus:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline-rounded:focus:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus:before, .woocommerce .return-to-shop a.button.btn-outline-rounded:focus:before, .woocommerce .checkout_coupon input.button.btn-outline-rounded:focus:before, .woocommerce-checkout #payment #place_order.btn-outline-rounded:focus:before, .btn.btn-outline-rounded:hover:after, #comments .comment-reply-link.btn-outline-rounded:hover:after, #commentform #submit.btn-outline-rounded:hover:after, .cms-load-posts a.btn-outline-rounded:hover:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline-rounded:hover:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline-rounded:hover:after, .woocommerce input.button.btn-outline-rounded:hover:after, .woocommerce #respond input#submit.btn-outline-rounded:hover:after, .woocommerce a.button.btn-outline-rounded:hover:after, .woocommerce button.button.btn-outline-rounded:hover:after, .woocommerce input.button.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:hover:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:hover:after, .woocommerce table.shop_table td.actions input.button.btn-outline-rounded:hover:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline-rounded:hover:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:hover:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:hover:after, .woocommerce .return-to-shop a.button.btn-outline-rounded:hover:after, .woocommerce .checkout_coupon input.button.btn-outline-rounded:hover:after, .woocommerce-checkout #payment #place_order.btn-outline-rounded:hover:after, .btn.btn-outline-rounded:focus:after, #comments .comment-reply-link.btn-outline-rounded:focus:after, #commentform #submit.btn-outline-rounded:focus:after, .cms-load-posts a.btn-outline-rounded:focus:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-outline-rounded:focus:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-outline-rounded:focus:after, .woocommerce input.button.btn-outline-rounded:focus:after, .woocommerce #respond input#submit.btn-outline-rounded:focus:after, .woocommerce a.button.btn-outline-rounded:focus:after, .woocommerce button.button.btn-outline-rounded:focus:after, .woocommerce input.button.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:focus:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-outline-rounded:focus:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-outline-rounded:focus:after, .woocommerce table.shop_table td.actions input.button.btn-outline-rounded:focus:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-outline-rounded:focus:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-outline-rounded:focus:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-outline-rounded:focus:after, .woocommerce .return-to-shop a.button.btn-outline-rounded:focus:after, .woocommerce .checkout_coupon input.button.btn-outline-rounded:focus:after, .woocommerce-checkout #payment #place_order.btn-outline-rounded:focus:after {
    border-radius: 22px !important;
}

.btn.btn-3d, #comments .comment-reply-link.btn-3d, #commentform #submit.btn-3d, .cms-load-posts a.btn-3d, #footer-top .widget_newsletterwidget input[type="submit"].btn-3d, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-3d, .woocommerce input.button.btn-3d, .woocommerce #respond input#submit.btn-3d, .woocommerce a.button.btn-3d, .woocommerce button.button.btn-3d, .woocommerce input.button.btn-3d, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-3d, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-3d, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-3d, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-3d, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-3d, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-3d, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-3d, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-3d, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-3d, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-3d, .woocommerce-Reviews #review_form #respond .form-submit input.btn-3d, .woocommerce table.shop_table td.actions input.button.btn-3d, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-3d, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d, .woocommerce .return-to-shop a.button.btn-3d, .woocommerce .checkout_coupon input.button.btn-3d, .woocommerce-checkout #payment #place_order.btn-3d {
    -webkit-box-shadow: 0 5px #008fa1;
    -moz-box-shadow: 0 5px #008fa1;
    -ms-box-shadow: 0 5px #008fa1;
    box-shadow: 0 5px #008fa1;
    color: #008fa1;
    border-color: #008fa1;
}

.btn.btn-3d:hover, #comments .comment-reply-link.btn-3d:hover, #commentform #submit.btn-3d:hover, .cms-load-posts a.btn-3d:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-3d:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-3d:hover, .woocommerce input.button.btn-3d:hover, .woocommerce #respond input#submit.btn-3d:hover, .woocommerce a.button.btn-3d:hover, .woocommerce button.button.btn-3d:hover, .woocommerce input.button.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-3d:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-3d:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-3d:hover, .woocommerce table.shop_table td.actions input.button.btn-3d:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-3d:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d:hover, .woocommerce .return-to-shop a.button.btn-3d:hover, .woocommerce .checkout_coupon input.button.btn-3d:hover, .woocommerce-checkout #payment #place_order.btn-3d:hover {
    -webkit-box-shadow: 0 3px #008fa1;
    -moz-box-shadow: 0 3px #008fa1;
    -ms-box-shadow: 0 3px #008fa1;
    box-shadow: 0 3px #008fa1;
    background: #fff;
    color: #008fa1;
    border-color: #008fa1;
}

.btn.btn-3d2, #comments .comment-reply-link.btn-3d2, #commentform #submit.btn-3d2, .cms-load-posts a.btn-3d2, #footer-top .widget_newsletterwidget input[type="submit"].btn-3d2, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-3d2, .woocommerce input.button.btn-3d2, .woocommerce #respond input#submit.btn-3d2, .woocommerce a.button.btn-3d2, .woocommerce button.button.btn-3d2, .woocommerce input.button.btn-3d2, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d2, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d2, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-3d2, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-3d2, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-3d2, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-3d2, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-3d2, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-3d2, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-3d2, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-3d2, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-3d2, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-3d2, .woocommerce-Reviews #review_form #respond .form-submit input.btn-3d2, .woocommerce table.shop_table td.actions input.button.btn-3d2, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-3d2, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d2, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d2, .woocommerce .return-to-shop a.button.btn-3d2, .woocommerce .checkout_coupon input.button.btn-3d2, .woocommerce-checkout #payment #place_order.btn-3d2 {
    -webkit-box-shadow: 0 5px #008fa1;
    -moz-box-shadow: 0 5px #008fa1;
    -ms-box-shadow: 0 5px #008fa1;
    box-shadow: 0 5px #008fa1;
    border: 2px solid #00bcd4;
}

.btn.btn-3d2:hover, #comments .comment-reply-link.btn-3d2:hover, #commentform #submit.btn-3d2:hover, .cms-load-posts a.btn-3d2:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-3d2:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-3d2:hover, .woocommerce input.button.btn-3d2:hover, .woocommerce #respond input#submit.btn-3d2:hover, .woocommerce a.button.btn-3d2:hover, .woocommerce button.button.btn-3d2:hover, .woocommerce input.button.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-3d2:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-3d2:hover, .woocommerce table.shop_table td.actions input.button.btn-3d2:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-3d2:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-3d2:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-3d2:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-3d2:hover, .woocommerce .return-to-shop a.button.btn-3d2:hover, .woocommerce .checkout_coupon input.button.btn-3d2:hover, .woocommerce-checkout #payment #place_order.btn-3d2:hover {
    -webkit-box-shadow: 0 3px #008fa1;
    -moz-box-shadow: 0 3px #008fa1;
    -ms-box-shadow: 0 3px #008fa1;
    box-shadow: 0 3px #008fa1;
    background: #00bcd4;
}

.btn.btn-rounded, #comments .comment-reply-link.btn-rounded, #commentform #submit.btn-rounded, .cms-load-posts a.btn-rounded, #footer-top .widget_newsletterwidget input[type="submit"].btn-rounded, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-rounded, .woocommerce input.button.btn-rounded, .woocommerce #respond input#submit.btn-rounded, .woocommerce a.button.btn-rounded, .woocommerce button.button.btn-rounded, .woocommerce input.button.btn-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-rounded, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-rounded, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-rounded, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-rounded, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-rounded, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-rounded, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-rounded, .woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded, .woocommerce table.shop_table td.actions input.button.btn-rounded, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-rounded, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded, .woocommerce .return-to-shop a.button.btn-rounded, .woocommerce .checkout_coupon input.button.btn-rounded, .woocommerce-checkout #payment #place_order.btn-rounded {
    border-radius: 23px;
    background: #00bcd4;
}

.btn.btn-rounded:hover, #comments .comment-reply-link.btn-rounded:hover, #commentform #submit.btn-rounded:hover, .cms-load-posts a.btn-rounded:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-rounded:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-rounded:hover, .woocommerce input.button.btn-rounded:hover, .woocommerce #respond input#submit.btn-rounded:hover, .woocommerce a.button.btn-rounded:hover, .woocommerce button.button.btn-rounded:hover, .woocommerce input.button.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-rounded:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-rounded:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded:hover, .woocommerce table.shop_table td.actions input.button.btn-rounded:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-rounded:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover, .woocommerce .return-to-shop a.button.btn-rounded:hover, .woocommerce .checkout_coupon input.button.btn-rounded:hover, .woocommerce-checkout #payment #place_order.btn-rounded:hover {
    background: #fff;
    color: #00bcd4;
    border-color: #fff;
    text-shadow: none;
}

.btn.btn-rounded:hover:before, #comments .comment-reply-link.btn-rounded:hover:before, #commentform #submit.btn-rounded:hover:before, .cms-load-posts a.btn-rounded:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-rounded:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-rounded:hover:before, .woocommerce input.button.btn-rounded:hover:before, .woocommerce #respond input#submit.btn-rounded:hover:before, .woocommerce a.button.btn-rounded:hover:before, .woocommerce button.button.btn-rounded:hover:before, .woocommerce input.button.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-rounded:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-rounded:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded:hover:before, .woocommerce table.shop_table td.actions input.button.btn-rounded:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-rounded:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover:before, .woocommerce .return-to-shop a.button.btn-rounded:hover:before, .woocommerce .checkout_coupon input.button.btn-rounded:hover:before, .woocommerce-checkout #payment #place_order.btn-rounded:hover:before, .btn.btn-rounded:hover:after, #comments .comment-reply-link.btn-rounded:hover:after, #commentform #submit.btn-rounded:hover:after, .cms-load-posts a.btn-rounded:hover:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-rounded:hover:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-rounded:hover:after, .woocommerce input.button.btn-rounded:hover:after, .woocommerce #respond input#submit.btn-rounded:hover:after, .woocommerce a.button.btn-rounded:hover:after, .woocommerce button.button.btn-rounded:hover:after, .woocommerce input.button.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-rounded:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-rounded:hover:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded:hover:after, .woocommerce table.shop_table td.actions input.button.btn-rounded:hover:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-rounded:hover:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded:hover:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded:hover:after, .woocommerce .return-to-shop a.button.btn-rounded:hover:after, .woocommerce .checkout_coupon input.button.btn-rounded:hover:after, .woocommerce-checkout #payment #place_order.btn-rounded:hover:after {
    border-radius: 23px !important;
}

.btn.btn-rounded.btn-3d2:hover, #comments .comment-reply-link.btn-rounded.btn-3d2:hover, #commentform #submit.btn-rounded.btn-3d2:hover, .cms-load-posts a.btn-rounded.btn-3d2:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-rounded.btn-3d2:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-rounded.btn-3d2:hover, .woocommerce input.button.btn-rounded.btn-3d2:hover, .woocommerce #respond input#submit.btn-rounded.btn-3d2:hover, .woocommerce a.button.btn-rounded.btn-3d2:hover, .woocommerce button.button.btn-rounded.btn-3d2:hover, .woocommerce input.button.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-rounded.btn-3d2:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-rounded.btn-3d2:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-rounded.btn-3d2:hover, .woocommerce table.shop_table td.actions input.button.btn-rounded.btn-3d2:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-rounded.btn-3d2:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded.btn-3d2:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-rounded.btn-3d2:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-rounded.btn-3d2:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-rounded.btn-3d2:hover, .woocommerce .return-to-shop a.button.btn-rounded.btn-3d2:hover, .woocommerce .checkout_coupon input.button.btn-rounded.btn-3d2:hover, .woocommerce-checkout #payment #place_order.btn-rounded.btn-3d2:hover {
    -webkit-box-shadow: 0 3px #008fa1;
    -moz-box-shadow: 0 3px #008fa1;
    -ms-box-shadow: 0 3px #008fa1;
    box-shadow: 0 3px #008fa1;
    background: #00bcd4;
    color: #fff;
    border-color: #00bcd4;
}

.btn.btn_color span, #comments .comment-reply-link.btn_color span, #commentform #submit.btn_color span, .cms-load-posts a.btn_color span, #footer-top .widget_newsletterwidget input[type="submit"].btn_color span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn_color span, .woocommerce input.button.btn_color span, .woocommerce #respond input#submit.btn_color span, .woocommerce a.button.btn_color span, .woocommerce button.button.btn_color span, .woocommerce input.button.btn_color span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_color span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_color span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn_color span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn_color span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn_color span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn_color span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn_color span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn_color span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn_color span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn_color span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn_color span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn_color span, .woocommerce-Reviews #review_form #respond .form-submit input.btn_color span, .woocommerce table.shop_table td.actions input.button.btn_color span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn_color span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn_color span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_color span, .woocommerce .return-to-shop a.button.btn_color span, .woocommerce .checkout_coupon input.button.btn_color span, .woocommerce-checkout #payment #place_order.btn_color span {
    position: relative;
    z-index: 2;
}

.btn.btn_color:hover:before, #comments .comment-reply-link.btn_color:hover:before, #commentform #submit.btn_color:hover:before, .cms-load-posts a.btn_color:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn_color:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn_color:hover:before, .woocommerce input.button.btn_color:hover:before, .woocommerce #respond input#submit.btn_color:hover:before, .woocommerce a.button.btn_color:hover:before, .woocommerce button.button.btn_color:hover:before, .woocommerce input.button.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn_color:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn_color:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn_color:hover:before, .woocommerce table.shop_table td.actions input.button.btn_color:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn_color:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn_color:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn_color:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn_color:hover:before, .woocommerce .return-to-shop a.button.btn_color:hover:before, .woocommerce .checkout_coupon input.button.btn_color:hover:before, .woocommerce-checkout #payment #place_order.btn_color:hover:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.btn.btn-fill-from-top span, #comments .comment-reply-link.btn-fill-from-top span, #commentform #submit.btn-fill-from-top span, .cms-load-posts a.btn-fill-from-top span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-top span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-top span, .woocommerce input.button.btn-fill-from-top span, .woocommerce #respond input#submit.btn-fill-from-top span, .woocommerce a.button.btn-fill-from-top span, .woocommerce button.button.btn-fill-from-top span, .woocommerce input.button.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-top span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-top span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top span, .woocommerce .return-to-shop a.button.btn-fill-from-top span, .woocommerce .checkout_coupon input.button.btn-fill-from-top span, .woocommerce-checkout #payment #place_order.btn-fill-from-top span {
    position: relative;
    z-index: 1;
}

.btn.btn-fill-from-top:after, #comments .comment-reply-link.btn-fill-from-top:after, #commentform #submit.btn-fill-from-top:after, .cms-load-posts a.btn-fill-from-top:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-top:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-top:after, .woocommerce input.button.btn-fill-from-top:after, .woocommerce #respond input#submit.btn-fill-from-top:after, .woocommerce a.button.btn-fill-from-top:after, .woocommerce button.button.btn-fill-from-top:after, .woocommerce input.button.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top:after, .woocommerce table.shop_table td.actions input.button.btn-fill-from-top:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-top:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:after, .woocommerce .return-to-shop a.button.btn-fill-from-top:after, .woocommerce .checkout_coupon input.button.btn-fill-from-top:after, .woocommerce-checkout #payment #place_order.btn-fill-from-top:after {
    width: calc(100% + 4px);
    height: 14px;
    bottom: -2px;
    left: -2px;
    background: #0c6db0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    opacity: 0;
}

.btn.btn-fill-from-top:before, #comments .comment-reply-link.btn-fill-from-top:before, #commentform #submit.btn-fill-from-top:before, .cms-load-posts a.btn-fill-from-top:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-top:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-top:before, .woocommerce input.button.btn-fill-from-top:before, .woocommerce #respond input#submit.btn-fill-from-top:before, .woocommerce a.button.btn-fill-from-top:before, .woocommerce button.button.btn-fill-from-top:before, .woocommerce input.button.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top:before, .woocommerce table.shop_table td.actions input.button.btn-fill-from-top:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-top:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:before, .woocommerce .return-to-shop a.button.btn-fill-from-top:before, .woocommerce .checkout_coupon input.button.btn-fill-from-top:before, .woocommerce-checkout #payment #place_order.btn-fill-from-top:before {
    display: none;
}

.btn.btn-fill-from-top:hover, #comments .comment-reply-link.btn-fill-from-top:hover, #commentform #submit.btn-fill-from-top:hover, .cms-load-posts a.btn-fill-from-top:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-top:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-top:hover, .woocommerce input.button.btn-fill-from-top:hover, .woocommerce #respond input#submit.btn-fill-from-top:hover, .woocommerce a.button.btn-fill-from-top:hover, .woocommerce button.button.btn-fill-from-top:hover, .woocommerce input.button.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top:hover, .woocommerce table.shop_table td.actions input.button.btn-fill-from-top:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-top:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover, .woocommerce .return-to-shop a.button.btn-fill-from-top:hover, .woocommerce .checkout_coupon input.button.btn-fill-from-top:hover, .woocommerce-checkout #payment #place_order.btn-fill-from-top:hover {
    border-color: #0c6db0 !important;
}

.btn.btn-fill-from-top:hover span, #comments .comment-reply-link.btn-fill-from-top:hover span, #commentform #submit.btn-fill-from-top:hover span, .cms-load-posts a.btn-fill-from-top:hover span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-top:hover span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-top:hover span, .woocommerce input.button.btn-fill-from-top:hover span, .woocommerce #respond input#submit.btn-fill-from-top:hover span, .woocommerce a.button.btn-fill-from-top:hover span, .woocommerce button.button.btn-fill-from-top:hover span, .woocommerce input.button.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:hover span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top:hover span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-top:hover span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-top:hover span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover span, .woocommerce .return-to-shop a.button.btn-fill-from-top:hover span, .woocommerce .checkout_coupon input.button.btn-fill-from-top:hover span, .woocommerce-checkout #payment #place_order.btn-fill-from-top:hover span {
    color: #fff !important;
}

.btn.btn-fill-from-top:hover:after, #comments .comment-reply-link.btn-fill-from-top:hover:after, #commentform #submit.btn-fill-from-top:hover:after, .cms-load-posts a.btn-fill-from-top:hover:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-top:hover:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-top:hover:after, .woocommerce input.button.btn-fill-from-top:hover:after, .woocommerce #respond input#submit.btn-fill-from-top:hover:after, .woocommerce a.button.btn-fill-from-top:hover:after, .woocommerce button.button.btn-fill-from-top:hover:after, .woocommerce input.button.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-top:hover:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-top:hover:after, .woocommerce table.shop_table td.actions input.button.btn-fill-from-top:hover:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-top:hover:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-top:hover:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-top:hover:after, .woocommerce .return-to-shop a.button.btn-fill-from-top:hover:after, .woocommerce .checkout_coupon input.button.btn-fill-from-top:hover:after, .woocommerce-checkout #payment #place_order.btn-fill-from-top:hover:after {
    height: calc(100% + 4px);
    border-radius: inherit;
    opacity: 1;
}

.btn.btn-expand-horizontal span, #comments .comment-reply-link.btn-expand-horizontal span, #commentform #submit.btn-expand-horizontal span, .cms-load-posts a.btn-expand-horizontal span, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-horizontal span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-horizontal span, .woocommerce input.button.btn-expand-horizontal span, .woocommerce #respond input#submit.btn-expand-horizontal span, .woocommerce a.button.btn-expand-horizontal span, .woocommerce button.button.btn-expand-horizontal span, .woocommerce input.button.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal span, .woocommerce table.shop_table td.actions input.button.btn-expand-horizontal span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-horizontal span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal span, .woocommerce .return-to-shop a.button.btn-expand-horizontal span, .woocommerce .checkout_coupon input.button.btn-expand-horizontal span, .woocommerce-checkout #payment #place_order.btn-expand-horizontal span {
    position: relative;
    z-index: 1;
}

.btn.btn-expand-horizontal:before, #comments .comment-reply-link.btn-expand-horizontal:before, #commentform #submit.btn-expand-horizontal:before, .cms-load-posts a.btn-expand-horizontal:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-horizontal:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-horizontal:before, .woocommerce input.button.btn-expand-horizontal:before, .woocommerce #respond input#submit.btn-expand-horizontal:before, .woocommerce a.button.btn-expand-horizontal:before, .woocommerce button.button.btn-expand-horizontal:before, .woocommerce input.button.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:before, .woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-horizontal:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:before, .woocommerce .return-to-shop a.button.btn-expand-horizontal:before, .woocommerce .checkout_coupon input.button.btn-expand-horizontal:before, .woocommerce-checkout #payment #place_order.btn-expand-horizontal:before {
    height: calc(100% + 4px);
    width: 15px;
    top: -2px;
    left: -2px;
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-expand-horizontal:after, #comments .comment-reply-link.btn-expand-horizontal:after, #commentform #submit.btn-expand-horizontal:after, .cms-load-posts a.btn-expand-horizontal:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-horizontal:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-horizontal:after, .woocommerce input.button.btn-expand-horizontal:after, .woocommerce #respond input#submit.btn-expand-horizontal:after, .woocommerce a.button.btn-expand-horizontal:after, .woocommerce button.button.btn-expand-horizontal:after, .woocommerce input.button.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:after, .woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-horizontal:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:after, .woocommerce .return-to-shop a.button.btn-expand-horizontal:after, .woocommerce .checkout_coupon input.button.btn-expand-horizontal:after, .woocommerce-checkout #payment #place_order.btn-expand-horizontal:after {
    height: calc(100% + 4px);
    width: 15px;
    top: -2px;
    right: -2px;
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-expand-horizontal:hover, #comments .comment-reply-link.btn-expand-horizontal:hover, #commentform #submit.btn-expand-horizontal:hover, .cms-load-posts a.btn-expand-horizontal:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-horizontal:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-horizontal:hover, .woocommerce input.button.btn-expand-horizontal:hover, .woocommerce #respond input#submit.btn-expand-horizontal:hover, .woocommerce a.button.btn-expand-horizontal:hover, .woocommerce button.button.btn-expand-horizontal:hover, .woocommerce input.button.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:hover, .woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-horizontal:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover, .woocommerce .return-to-shop a.button.btn-expand-horizontal:hover, .woocommerce .checkout_coupon input.button.btn-expand-horizontal:hover, .woocommerce-checkout #payment #place_order.btn-expand-horizontal:hover {
    border-color: #0c6db0 !important;
}

.btn.btn-expand-horizontal:hover span, #comments .comment-reply-link.btn-expand-horizontal:hover span, #commentform #submit.btn-expand-horizontal:hover span, .cms-load-posts a.btn-expand-horizontal:hover span, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-horizontal:hover span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-horizontal:hover span, .woocommerce input.button.btn-expand-horizontal:hover span, .woocommerce #respond input#submit.btn-expand-horizontal:hover span, .woocommerce a.button.btn-expand-horizontal:hover span, .woocommerce button.button.btn-expand-horizontal:hover span, .woocommerce input.button.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:hover span, .woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:hover span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-horizontal:hover span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover span, .woocommerce .return-to-shop a.button.btn-expand-horizontal:hover span, .woocommerce .checkout_coupon input.button.btn-expand-horizontal:hover span, .woocommerce-checkout #payment #place_order.btn-expand-horizontal:hover span {
    color: #fff !important;
}

.btn.btn-expand-horizontal:hover:before, #comments .comment-reply-link.btn-expand-horizontal:hover:before, #commentform #submit.btn-expand-horizontal:hover:before, .cms-load-posts a.btn-expand-horizontal:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-horizontal:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-horizontal:hover:before, .woocommerce input.button.btn-expand-horizontal:hover:before, .woocommerce #respond input#submit.btn-expand-horizontal:hover:before, .woocommerce a.button.btn-expand-horizontal:hover:before, .woocommerce button.button.btn-expand-horizontal:hover:before, .woocommerce input.button.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:hover:before, .woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-horizontal:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:before, .woocommerce .return-to-shop a.button.btn-expand-horizontal:hover:before, .woocommerce .checkout_coupon input.button.btn-expand-horizontal:hover:before, .woocommerce-checkout #payment #place_order.btn-expand-horizontal:hover:before {
    width: 53%;
    opacity: 1;
    background: #0c6db0;
}

.btn.btn-expand-horizontal:hover:after, #comments .comment-reply-link.btn-expand-horizontal:hover:after, #commentform #submit.btn-expand-horizontal:hover:after, .cms-load-posts a.btn-expand-horizontal:hover:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-horizontal:hover:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-horizontal:hover:after, .woocommerce input.button.btn-expand-horizontal:hover:after, .woocommerce #respond input#submit.btn-expand-horizontal:hover:after, .woocommerce a.button.btn-expand-horizontal:hover:after, .woocommerce button.button.btn-expand-horizontal:hover:after, .woocommerce input.button.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-horizontal:hover:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-horizontal:hover:after, .woocommerce table.shop_table td.actions input.button.btn-expand-horizontal:hover:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-horizontal:hover:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-horizontal:hover:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-horizontal:hover:after, .woocommerce .return-to-shop a.button.btn-expand-horizontal:hover:after, .woocommerce .checkout_coupon input.button.btn-expand-horizontal:hover:after, .woocommerce-checkout #payment #place_order.btn-expand-horizontal:hover:after {
    width: 53%;
    opacity: 1;
}

.btn.btn-fill-from-right span, #comments .comment-reply-link.btn-fill-from-right span, #commentform #submit.btn-fill-from-right span, .cms-load-posts a.btn-fill-from-right span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-right span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-right span, .woocommerce input.button.btn-fill-from-right span, .woocommerce #respond input#submit.btn-fill-from-right span, .woocommerce a.button.btn-fill-from-right span, .woocommerce button.button.btn-fill-from-right span, .woocommerce input.button.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-right span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-right span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right span, .woocommerce .return-to-shop a.button.btn-fill-from-right span, .woocommerce .checkout_coupon input.button.btn-fill-from-right span, .woocommerce-checkout #payment #place_order.btn-fill-from-right span {
    position: relative;
    z-index: 1;
}

.btn.btn-fill-from-right:before, #comments .comment-reply-link.btn-fill-from-right:before, #commentform #submit.btn-fill-from-right:before, .cms-load-posts a.btn-fill-from-right:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-right:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-right:before, .woocommerce input.button.btn-fill-from-right:before, .woocommerce #respond input#submit.btn-fill-from-right:before, .woocommerce a.button.btn-fill-from-right:before, .woocommerce button.button.btn-fill-from-right:before, .woocommerce input.button.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right:before, .woocommerce table.shop_table td.actions input.button.btn-fill-from-right:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-right:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:before, .woocommerce .return-to-shop a.button.btn-fill-from-right:before, .woocommerce .checkout_coupon input.button.btn-fill-from-right:before, .woocommerce-checkout #payment #place_order.btn-fill-from-right:before {
    height: calc(100% + 4px);
    width: 50px;
    top: -2px;
    left: -2px;
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-fill-from-right:after, #comments .comment-reply-link.btn-fill-from-right:after, #commentform #submit.btn-fill-from-right:after, .cms-load-posts a.btn-fill-from-right:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-right:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-right:after, .woocommerce input.button.btn-fill-from-right:after, .woocommerce #respond input#submit.btn-fill-from-right:after, .woocommerce a.button.btn-fill-from-right:after, .woocommerce button.button.btn-fill-from-right:after, .woocommerce input.button.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right:after, .woocommerce table.shop_table td.actions input.button.btn-fill-from-right:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-right:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:after, .woocommerce .return-to-shop a.button.btn-fill-from-right:after, .woocommerce .checkout_coupon input.button.btn-fill-from-right:after, .woocommerce-checkout #payment #place_order.btn-fill-from-right:after {
    display: none;
}

.btn.btn-fill-from-right:hover, #comments .comment-reply-link.btn-fill-from-right:hover, #commentform #submit.btn-fill-from-right:hover, .cms-load-posts a.btn-fill-from-right:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-right:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-right:hover, .woocommerce input.button.btn-fill-from-right:hover, .woocommerce #respond input#submit.btn-fill-from-right:hover, .woocommerce a.button.btn-fill-from-right:hover, .woocommerce button.button.btn-fill-from-right:hover, .woocommerce input.button.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right:hover, .woocommerce table.shop_table td.actions input.button.btn-fill-from-right:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-right:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover, .woocommerce .return-to-shop a.button.btn-fill-from-right:hover, .woocommerce .checkout_coupon input.button.btn-fill-from-right:hover, .woocommerce-checkout #payment #place_order.btn-fill-from-right:hover {
    border-color: #0c6db0 !important;
}

.btn.btn-fill-from-right:hover span, #comments .comment-reply-link.btn-fill-from-right:hover span, #commentform #submit.btn-fill-from-right:hover span, .cms-load-posts a.btn-fill-from-right:hover span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-right:hover span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-right:hover span, .woocommerce input.button.btn-fill-from-right:hover span, .woocommerce #respond input#submit.btn-fill-from-right:hover span, .woocommerce a.button.btn-fill-from-right:hover span, .woocommerce button.button.btn-fill-from-right:hover span, .woocommerce input.button.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:hover span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right:hover span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-right:hover span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-right:hover span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover span, .woocommerce .return-to-shop a.button.btn-fill-from-right:hover span, .woocommerce .checkout_coupon input.button.btn-fill-from-right:hover span, .woocommerce-checkout #payment #place_order.btn-fill-from-right:hover span {
    color: #fff !important;
}

.btn.btn-fill-from-right:hover:before, #comments .comment-reply-link.btn-fill-from-right:hover:before, #commentform #submit.btn-fill-from-right:hover:before, .cms-load-posts a.btn-fill-from-right:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-right:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-right:hover:before, .woocommerce input.button.btn-fill-from-right:hover:before, .woocommerce #respond input#submit.btn-fill-from-right:hover:before, .woocommerce a.button.btn-fill-from-right:hover:before, .woocommerce button.button.btn-fill-from-right:hover:before, .woocommerce input.button.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-right:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-right:hover:before, .woocommerce table.shop_table td.actions input.button.btn-fill-from-right:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-right:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-right:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-right:hover:before, .woocommerce .return-to-shop a.button.btn-fill-from-right:hover:before, .woocommerce .checkout_coupon input.button.btn-fill-from-right:hover:before, .woocommerce-checkout #payment #place_order.btn-fill-from-right:hover:before {
    width: calc(100% + 4px);
    opacity: 1;
    background: #0c6db0;
}

.btn.btn-expand-vertical span, #comments .comment-reply-link.btn-expand-vertical span, #commentform #submit.btn-expand-vertical span, .cms-load-posts a.btn-expand-vertical span, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-vertical span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-vertical span, .woocommerce input.button.btn-expand-vertical span, .woocommerce #respond input#submit.btn-expand-vertical span, .woocommerce a.button.btn-expand-vertical span, .woocommerce button.button.btn-expand-vertical span, .woocommerce input.button.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical span, .woocommerce table.shop_table td.actions input.button.btn-expand-vertical span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-vertical span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical span, .woocommerce .return-to-shop a.button.btn-expand-vertical span, .woocommerce .checkout_coupon input.button.btn-expand-vertical span, .woocommerce-checkout #payment #place_order.btn-expand-vertical span {
    position: relative;
    z-index: 1;
}

.btn.btn-expand-vertical:before, #comments .comment-reply-link.btn-expand-vertical:before, #commentform #submit.btn-expand-vertical:before, .cms-load-posts a.btn-expand-vertical:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-vertical:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-vertical:before, .woocommerce input.button.btn-expand-vertical:before, .woocommerce #respond input#submit.btn-expand-vertical:before, .woocommerce a.button.btn-expand-vertical:before, .woocommerce button.button.btn-expand-vertical:before, .woocommerce input.button.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:before, .woocommerce table.shop_table td.actions input.button.btn-expand-vertical:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-vertical:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:before, .woocommerce .return-to-shop a.button.btn-expand-vertical:before, .woocommerce .checkout_coupon input.button.btn-expand-vertical:before, .woocommerce-checkout #payment #place_order.btn-expand-vertical:before {
    width: calc(100% + 4px);
    height: 5px;
    top: -2px;
    left: -2px;
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-expand-vertical:after, #comments .comment-reply-link.btn-expand-vertical:after, #commentform #submit.btn-expand-vertical:after, .cms-load-posts a.btn-expand-vertical:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-vertical:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-vertical:after, .woocommerce input.button.btn-expand-vertical:after, .woocommerce #respond input#submit.btn-expand-vertical:after, .woocommerce a.button.btn-expand-vertical:after, .woocommerce button.button.btn-expand-vertical:after, .woocommerce input.button.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:after, .woocommerce table.shop_table td.actions input.button.btn-expand-vertical:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-vertical:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:after, .woocommerce .return-to-shop a.button.btn-expand-vertical:after, .woocommerce .checkout_coupon input.button.btn-expand-vertical:after, .woocommerce-checkout #payment #place_order.btn-expand-vertical:after {
    width: calc(100% + 4px);
    height: 5px;
    bottom: -2px;
    left: -2px;
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-expand-vertical:hover, #comments .comment-reply-link.btn-expand-vertical:hover, #commentform #submit.btn-expand-vertical:hover, .cms-load-posts a.btn-expand-vertical:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-vertical:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-vertical:hover, .woocommerce input.button.btn-expand-vertical:hover, .woocommerce #respond input#submit.btn-expand-vertical:hover, .woocommerce a.button.btn-expand-vertical:hover, .woocommerce button.button.btn-expand-vertical:hover, .woocommerce input.button.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:hover, .woocommerce table.shop_table td.actions input.button.btn-expand-vertical:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-vertical:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover, .woocommerce .return-to-shop a.button.btn-expand-vertical:hover, .woocommerce .checkout_coupon input.button.btn-expand-vertical:hover, .woocommerce-checkout #payment #place_order.btn-expand-vertical:hover {
    border-color: #0c6db0 !important;
}

.btn.btn-expand-vertical:hover span, #comments .comment-reply-link.btn-expand-vertical:hover span, #commentform #submit.btn-expand-vertical:hover span, .cms-load-posts a.btn-expand-vertical:hover span, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-vertical:hover span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-vertical:hover span, .woocommerce input.button.btn-expand-vertical:hover span, .woocommerce #respond input#submit.btn-expand-vertical:hover span, .woocommerce a.button.btn-expand-vertical:hover span, .woocommerce button.button.btn-expand-vertical:hover span, .woocommerce input.button.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:hover span, .woocommerce table.shop_table td.actions input.button.btn-expand-vertical:hover span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-vertical:hover span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover span, .woocommerce .return-to-shop a.button.btn-expand-vertical:hover span, .woocommerce .checkout_coupon input.button.btn-expand-vertical:hover span, .woocommerce-checkout #payment #place_order.btn-expand-vertical:hover span {
    color: #fff !important;
}

.btn.btn-expand-vertical:hover:before, #comments .comment-reply-link.btn-expand-vertical:hover:before, #commentform #submit.btn-expand-vertical:hover:before, .cms-load-posts a.btn-expand-vertical:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-vertical:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-vertical:hover:before, .woocommerce input.button.btn-expand-vertical:hover:before, .woocommerce #respond input#submit.btn-expand-vertical:hover:before, .woocommerce a.button.btn-expand-vertical:hover:before, .woocommerce button.button.btn-expand-vertical:hover:before, .woocommerce input.button.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:hover:before, .woocommerce table.shop_table td.actions input.button.btn-expand-vertical:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-vertical:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:before, .woocommerce .return-to-shop a.button.btn-expand-vertical:hover:before, .woocommerce .checkout_coupon input.button.btn-expand-vertical:hover:before, .woocommerce-checkout #payment #place_order.btn-expand-vertical:hover:before {
    height: 60%;
    opacity: 1;
    background: #0c6db0;
}

.btn.btn-expand-vertical:hover:after, #comments .comment-reply-link.btn-expand-vertical:hover:after, #commentform #submit.btn-expand-vertical:hover:after, .cms-load-posts a.btn-expand-vertical:hover:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-vertical:hover:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-vertical:hover:after, .woocommerce input.button.btn-expand-vertical:hover:after, .woocommerce #respond input#submit.btn-expand-vertical:hover:after, .woocommerce a.button.btn-expand-vertical:hover:after, .woocommerce button.button.btn-expand-vertical:hover:after, .woocommerce input.button.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-vertical:hover:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-vertical:hover:after, .woocommerce table.shop_table td.actions input.button.btn-expand-vertical:hover:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-vertical:hover:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-vertical:hover:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-vertical:hover:after, .woocommerce .return-to-shop a.button.btn-expand-vertical:hover:after, .woocommerce .checkout_coupon input.button.btn-expand-vertical:hover:after, .woocommerce-checkout #payment #place_order.btn-expand-vertical:hover:after {
    height: 60%;
    opacity: 1;
}

.btn.btn-fill-from-left span, #comments .comment-reply-link.btn-fill-from-left span, #commentform #submit.btn-fill-from-left span, .cms-load-posts a.btn-fill-from-left span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-left span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-left span, .woocommerce input.button.btn-fill-from-left span, .woocommerce #respond input#submit.btn-fill-from-left span, .woocommerce a.button.btn-fill-from-left span, .woocommerce button.button.btn-fill-from-left span, .woocommerce input.button.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-left span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-left span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left span, .woocommerce .return-to-shop a.button.btn-fill-from-left span, .woocommerce .checkout_coupon input.button.btn-fill-from-left span, .woocommerce-checkout #payment #place_order.btn-fill-from-left span {
    position: relative;
    z-index: 1;
}

.btn.btn-fill-from-left:before, #comments .comment-reply-link.btn-fill-from-left:before, #commentform #submit.btn-fill-from-left:before, .cms-load-posts a.btn-fill-from-left:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-left:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-left:before, .woocommerce input.button.btn-fill-from-left:before, .woocommerce #respond input#submit.btn-fill-from-left:before, .woocommerce a.button.btn-fill-from-left:before, .woocommerce button.button.btn-fill-from-left:before, .woocommerce input.button.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left:before, .woocommerce table.shop_table td.actions input.button.btn-fill-from-left:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-left:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:before, .woocommerce .return-to-shop a.button.btn-fill-from-left:before, .woocommerce .checkout_coupon input.button.btn-fill-from-left:before, .woocommerce-checkout #payment #place_order.btn-fill-from-left:before {
    height: calc(100% + 4px);
    width: 52px;
    top: -2px;
    right: -2px;
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-fill-from-left:after, #comments .comment-reply-link.btn-fill-from-left:after, #commentform #submit.btn-fill-from-left:after, .cms-load-posts a.btn-fill-from-left:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-left:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-left:after, .woocommerce input.button.btn-fill-from-left:after, .woocommerce #respond input#submit.btn-fill-from-left:after, .woocommerce a.button.btn-fill-from-left:after, .woocommerce button.button.btn-fill-from-left:after, .woocommerce input.button.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left:after, .woocommerce table.shop_table td.actions input.button.btn-fill-from-left:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-left:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:after, .woocommerce .return-to-shop a.button.btn-fill-from-left:after, .woocommerce .checkout_coupon input.button.btn-fill-from-left:after, .woocommerce-checkout #payment #place_order.btn-fill-from-left:after {
    display: none;
}

.btn.btn-fill-from-left:hover, #comments .comment-reply-link.btn-fill-from-left:hover, #commentform #submit.btn-fill-from-left:hover, .cms-load-posts a.btn-fill-from-left:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-left:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-left:hover, .woocommerce input.button.btn-fill-from-left:hover, .woocommerce #respond input#submit.btn-fill-from-left:hover, .woocommerce a.button.btn-fill-from-left:hover, .woocommerce button.button.btn-fill-from-left:hover, .woocommerce input.button.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left:hover, .woocommerce table.shop_table td.actions input.button.btn-fill-from-left:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-left:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover, .woocommerce .return-to-shop a.button.btn-fill-from-left:hover, .woocommerce .checkout_coupon input.button.btn-fill-from-left:hover, .woocommerce-checkout #payment #place_order.btn-fill-from-left:hover {
    border-color: #0c6db0 !important;
}

.btn.btn-fill-from-left:hover span, #comments .comment-reply-link.btn-fill-from-left:hover span, #commentform #submit.btn-fill-from-left:hover span, .cms-load-posts a.btn-fill-from-left:hover span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-left:hover span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-left:hover span, .woocommerce input.button.btn-fill-from-left:hover span, .woocommerce #respond input#submit.btn-fill-from-left:hover span, .woocommerce a.button.btn-fill-from-left:hover span, .woocommerce button.button.btn-fill-from-left:hover span, .woocommerce input.button.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:hover span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left:hover span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-left:hover span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-left:hover span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover span, .woocommerce .return-to-shop a.button.btn-fill-from-left:hover span, .woocommerce .checkout_coupon input.button.btn-fill-from-left:hover span, .woocommerce-checkout #payment #place_order.btn-fill-from-left:hover span {
    color: #fff !important;
}

.btn.btn-fill-from-left:hover:before, #comments .comment-reply-link.btn-fill-from-left:hover:before, #commentform #submit.btn-fill-from-left:hover:before, .cms-load-posts a.btn-fill-from-left:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-left:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-left:hover:before, .woocommerce input.button.btn-fill-from-left:hover:before, .woocommerce #respond input#submit.btn-fill-from-left:hover:before, .woocommerce a.button.btn-fill-from-left:hover:before, .woocommerce button.button.btn-fill-from-left:hover:before, .woocommerce input.button.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-left:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-left:hover:before, .woocommerce table.shop_table td.actions input.button.btn-fill-from-left:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-left:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-left:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-left:hover:before, .woocommerce .return-to-shop a.button.btn-fill-from-left:hover:before, .woocommerce .checkout_coupon input.button.btn-fill-from-left:hover:before, .woocommerce-checkout #payment #place_order.btn-fill-from-left:hover:before {
    width: calc(100% + 4px);
    opacity: 1;
    background: #0c6db0;
}

.btn.btn-expand-diagonal, #comments .comment-reply-link.btn-expand-diagonal, #commentform #submit.btn-expand-diagonal, .cms-load-posts a.btn-expand-diagonal, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal, .woocommerce input.button.btn-expand-diagonal, .woocommerce #respond input#submit.btn-expand-diagonal, .woocommerce a.button.btn-expand-diagonal, .woocommerce button.button.btn-expand-diagonal, .woocommerce input.button.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal, .woocommerce .return-to-shop a.button.btn-expand-diagonal, .woocommerce .checkout_coupon input.button.btn-expand-diagonal, .woocommerce-checkout #payment #place_order.btn-expand-diagonal {
    overflow: hidden;
}

.btn.btn-expand-diagonal span, #comments .comment-reply-link.btn-expand-diagonal span, #commentform #submit.btn-expand-diagonal span, .cms-load-posts a.btn-expand-diagonal span, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal span, .woocommerce input.button.btn-expand-diagonal span, .woocommerce #respond input#submit.btn-expand-diagonal span, .woocommerce a.button.btn-expand-diagonal span, .woocommerce button.button.btn-expand-diagonal span, .woocommerce input.button.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal span, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal span, .woocommerce .return-to-shop a.button.btn-expand-diagonal span, .woocommerce .checkout_coupon input.button.btn-expand-diagonal span, .woocommerce-checkout #payment #place_order.btn-expand-diagonal span {
    position: relative;
    z-index: 1;
}

.btn.btn-expand-diagonal:before, #comments .comment-reply-link.btn-expand-diagonal:before, #commentform #submit.btn-expand-diagonal:before, .cms-load-posts a.btn-expand-diagonal:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal:before, .woocommerce input.button.btn-expand-diagonal:before, .woocommerce #respond input#submit.btn-expand-diagonal:before, .woocommerce a.button.btn-expand-diagonal:before, .woocommerce button.button.btn-expand-diagonal:before, .woocommerce input.button.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:before, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:before, .woocommerce .return-to-shop a.button.btn-expand-diagonal:before, .woocommerce .checkout_coupon input.button.btn-expand-diagonal:before, .woocommerce-checkout #payment #place_order.btn-expand-diagonal:before {
    height: 200px;
    width: 200px;
    top: -50px;
    left: -186px;
    -webkit-transform: rotate(-20deg);
    -khtml-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-expand-diagonal:after, #comments .comment-reply-link.btn-expand-diagonal:after, #commentform #submit.btn-expand-diagonal:after, .cms-load-posts a.btn-expand-diagonal:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal:after, .woocommerce input.button.btn-expand-diagonal:after, .woocommerce #respond input#submit.btn-expand-diagonal:after, .woocommerce a.button.btn-expand-diagonal:after, .woocommerce button.button.btn-expand-diagonal:after, .woocommerce input.button.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:after, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:after, .woocommerce .return-to-shop a.button.btn-expand-diagonal:after, .woocommerce .checkout_coupon input.button.btn-expand-diagonal:after, .woocommerce-checkout #payment #place_order.btn-expand-diagonal:after {
    height: 200px;
    width: 200px;
    bottom: -50px;
    right: -186px;
    -webkit-transform: rotate(-20deg);
    -khtml-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-expand-diagonal:hover, #comments .comment-reply-link.btn-expand-diagonal:hover, #commentform #submit.btn-expand-diagonal:hover, .cms-load-posts a.btn-expand-diagonal:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal:hover, .woocommerce input.button.btn-expand-diagonal:hover, .woocommerce #respond input#submit.btn-expand-diagonal:hover, .woocommerce a.button.btn-expand-diagonal:hover, .woocommerce button.button.btn-expand-diagonal:hover, .woocommerce input.button.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:hover, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover, .woocommerce .return-to-shop a.button.btn-expand-diagonal:hover, .woocommerce .checkout_coupon input.button.btn-expand-diagonal:hover, .woocommerce-checkout #payment #place_order.btn-expand-diagonal:hover {
    border-color: #0c6db0 !important;
}

.btn.btn-expand-diagonal:hover span, #comments .comment-reply-link.btn-expand-diagonal:hover span, #commentform #submit.btn-expand-diagonal:hover span, .cms-load-posts a.btn-expand-diagonal:hover span, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal:hover span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal:hover span, .woocommerce input.button.btn-expand-diagonal:hover span, .woocommerce #respond input#submit.btn-expand-diagonal:hover span, .woocommerce a.button.btn-expand-diagonal:hover span, .woocommerce button.button.btn-expand-diagonal:hover span, .woocommerce input.button.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:hover span, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:hover span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal:hover span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover span, .woocommerce .return-to-shop a.button.btn-expand-diagonal:hover span, .woocommerce .checkout_coupon input.button.btn-expand-diagonal:hover span, .woocommerce-checkout #payment #place_order.btn-expand-diagonal:hover span {
    color: #fff !important;
}

.btn.btn-expand-diagonal:hover:before, #comments .comment-reply-link.btn-expand-diagonal:hover:before, #commentform #submit.btn-expand-diagonal:hover:before, .cms-load-posts a.btn-expand-diagonal:hover:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal:hover:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal:hover:before, .woocommerce input.button.btn-expand-diagonal:hover:before, .woocommerce #respond input#submit.btn-expand-diagonal:hover:before, .woocommerce a.button.btn-expand-diagonal:hover:before, .woocommerce button.button.btn-expand-diagonal:hover:before, .woocommerce input.button.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:hover:before, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:hover:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal:hover:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:before, .woocommerce .return-to-shop a.button.btn-expand-diagonal:hover:before, .woocommerce .checkout_coupon input.button.btn-expand-diagonal:hover:before, .woocommerce-checkout #payment #place_order.btn-expand-diagonal:hover:before {
    width: 300px;
    opacity: 1;
    background: #0c6db0;
    top: -50px;
    left: -186px;
    height: 200px;
}

.btn.btn-expand-diagonal:hover:after, #comments .comment-reply-link.btn-expand-diagonal:hover:after, #commentform #submit.btn-expand-diagonal:hover:after, .cms-load-posts a.btn-expand-diagonal:hover:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-expand-diagonal:hover:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-expand-diagonal:hover:after, .woocommerce input.button.btn-expand-diagonal:hover:after, .woocommerce #respond input#submit.btn-expand-diagonal:hover:after, .woocommerce a.button.btn-expand-diagonal:hover:after, .woocommerce button.button.btn-expand-diagonal:hover:after, .woocommerce input.button.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-expand-diagonal:hover:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-expand-diagonal:hover:after, .woocommerce table.shop_table td.actions input.button.btn-expand-diagonal:hover:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-expand-diagonal:hover:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-expand-diagonal:hover:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-expand-diagonal:hover:after, .woocommerce .return-to-shop a.button.btn-expand-diagonal:hover:after, .woocommerce .checkout_coupon input.button.btn-expand-diagonal:hover:after, .woocommerce-checkout #payment #place_order.btn-expand-diagonal:hover:after {
    width: 300px;
    opacity: 1;
}

.btn.btn-fill-from-bottom span, #comments .comment-reply-link.btn-fill-from-bottom span, #commentform #submit.btn-fill-from-bottom span, .cms-load-posts a.btn-fill-from-bottom span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-bottom span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-bottom span, .woocommerce input.button.btn-fill-from-bottom span, .woocommerce #respond input#submit.btn-fill-from-bottom span, .woocommerce a.button.btn-fill-from-bottom span, .woocommerce button.button.btn-fill-from-bottom span, .woocommerce input.button.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-bottom span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom span, .woocommerce .return-to-shop a.button.btn-fill-from-bottom span, .woocommerce .checkout_coupon input.button.btn-fill-from-bottom span, .woocommerce-checkout #payment #place_order.btn-fill-from-bottom span {
    position: relative;
    z-index: 1;
}

.btn.btn-fill-from-bottom:after, #comments .comment-reply-link.btn-fill-from-bottom:after, #commentform #submit.btn-fill-from-bottom:after, .cms-load-posts a.btn-fill-from-bottom:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-bottom:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-bottom:after, .woocommerce input.button.btn-fill-from-bottom:after, .woocommerce #respond input#submit.btn-fill-from-bottom:after, .woocommerce a.button.btn-fill-from-bottom:after, .woocommerce button.button.btn-fill-from-bottom:after, .woocommerce input.button.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom:after, .woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-bottom:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:after, .woocommerce .return-to-shop a.button.btn-fill-from-bottom:after, .woocommerce .checkout_coupon input.button.btn-fill-from-bottom:after, .woocommerce-checkout #payment #place_order.btn-fill-from-bottom:after {
    width: calc(100% + 4px);
    height: 13px;
    top: -2px;
    left: -2px;
    background: #0c6db0;
    opacity: 0;
}

.btn.btn-fill-from-bottom:before, #comments .comment-reply-link.btn-fill-from-bottom:before, #commentform #submit.btn-fill-from-bottom:before, .cms-load-posts a.btn-fill-from-bottom:before, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-bottom:before, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-bottom:before, .woocommerce input.button.btn-fill-from-bottom:before, .woocommerce #respond input#submit.btn-fill-from-bottom:before, .woocommerce a.button.btn-fill-from-bottom:before, .woocommerce button.button.btn-fill-from-bottom:before, .woocommerce input.button.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:before, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:before, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom:before, .woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom:before, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-bottom:before, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:before, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:before, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:before, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:before, .woocommerce .return-to-shop a.button.btn-fill-from-bottom:before, .woocommerce .checkout_coupon input.button.btn-fill-from-bottom:before, .woocommerce-checkout #payment #place_order.btn-fill-from-bottom:before {
    display: none;
}

.btn.btn-fill-from-bottom:hover, #comments .comment-reply-link.btn-fill-from-bottom:hover, #commentform #submit.btn-fill-from-bottom:hover, .cms-load-posts a.btn-fill-from-bottom:hover, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-bottom:hover, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-bottom:hover, .woocommerce input.button.btn-fill-from-bottom:hover, .woocommerce #respond input#submit.btn-fill-from-bottom:hover, .woocommerce a.button.btn-fill-from-bottom:hover, .woocommerce button.button.btn-fill-from-bottom:hover, .woocommerce input.button.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:hover, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom:hover, .woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-bottom:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover, .woocommerce .return-to-shop a.button.btn-fill-from-bottom:hover, .woocommerce .checkout_coupon input.button.btn-fill-from-bottom:hover, .woocommerce-checkout #payment #place_order.btn-fill-from-bottom:hover {
    border-color: #0c6db0 !important;
}

.btn.btn-fill-from-bottom:hover span, #comments .comment-reply-link.btn-fill-from-bottom:hover span, #commentform #submit.btn-fill-from-bottom:hover span, .cms-load-posts a.btn-fill-from-bottom:hover span, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-bottom:hover span, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-bottom:hover span, .woocommerce input.button.btn-fill-from-bottom:hover span, .woocommerce #respond input#submit.btn-fill-from-bottom:hover span, .woocommerce a.button.btn-fill-from-bottom:hover span, .woocommerce button.button.btn-fill-from-bottom:hover span, .woocommerce input.button.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:hover span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:hover span, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom:hover span, .woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom:hover span, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-bottom:hover span, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover span, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover span, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover span, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover span, .woocommerce .return-to-shop a.button.btn-fill-from-bottom:hover span, .woocommerce .checkout_coupon input.button.btn-fill-from-bottom:hover span, .woocommerce-checkout #payment #place_order.btn-fill-from-bottom:hover span {
    color: #fff !important;
}

.btn.btn-fill-from-bottom:hover:after, #comments .comment-reply-link.btn-fill-from-bottom:hover:after, #commentform #submit.btn-fill-from-bottom:hover:after, .cms-load-posts a.btn-fill-from-bottom:hover:after, #footer-top .widget_newsletterwidget input[type="submit"].btn-fill-from-bottom:hover:after, .widget_newsletterwidget .tnp-widget input[type="submit"].btn-fill-from-bottom:hover:after, .woocommerce input.button.btn-fill-from-bottom:hover:after, .woocommerce #respond input#submit.btn-fill-from-bottom:hover:after, .woocommerce a.button.btn-fill-from-bottom:hover:after, .woocommerce button.button.btn-fill-from-bottom:hover:after, .woocommerce input.button.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:hover:after, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a.btn-fill-from-bottom:hover:after, .woocommerce-Reviews #review_form #respond .form-submit input.btn-fill-from-bottom:hover:after, .woocommerce table.shop_table td.actions input.button.btn-fill-from-bottom:hover:after, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a.btn-fill-from-bottom:hover:after, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover:after, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button.btn-fill-from-bottom:hover:after, .woocommerce .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover:after, .woocommerce-page .cart-collaterals .cart_totals .checkout-button.btn-fill-from-bottom:hover:after, .woocommerce .return-to-shop a.button.btn-fill-from-bottom:hover:after, .woocommerce .checkout_coupon input.button.btn-fill-from-bottom:hover:after, .woocommerce-checkout #payment #place_order.btn-fill-from-bottom:hover:after {
    height: calc(100% + 4px);
    opacity: 1;
}

.cms-button-wrapper a:nth-child(2) {
    margin-left: 18px;
}

a.purchase {
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    /* BACKGROUND GRADIENT */
    padding: 10px 27px;
    margin-right: 12px;
}

a.see-more {
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    /* BACKGROUND GRADIENT */
    padding: 8px 27px;
}

.rev_slider_wrapper .btn, .rev_slider_wrapper #comments .comment-reply-link, #comments .rev_slider_wrapper .comment-reply-link, .rev_slider_wrapper #commentform #submit, #commentform .rev_slider_wrapper #submit, .rev_slider_wrapper .cms-load-posts a, .cms-load-posts .rev_slider_wrapper a, .rev_slider_wrapper #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .rev_slider_wrapper input[type="submit"], .rev_slider_wrapper .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .rev_slider_wrapper input[type="submit"], .rev_slider_wrapper .woocommerce input.button, .woocommerce .rev_slider_wrapper input.button, .rev_slider_wrapper .woocommerce #respond input#submit, .woocommerce #respond .rev_slider_wrapper input#submit, .rev_slider_wrapper .woocommerce a.button, .woocommerce .rev_slider_wrapper a.button, .rev_slider_wrapper .woocommerce button.button, .woocommerce .rev_slider_wrapper button.button, .rev_slider_wrapper .woocommerce input.button, .woocommerce .rev_slider_wrapper input.button, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .rev_slider_wrapper .single_add_to_cart_button, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .rev_slider_wrapper .single_add_to_cart_button, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .rev_slider_wrapper .add_to_wishlist, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .rev_slider_wrapper .add_to_wishlist, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .rev_slider_wrapper .woo_bt_compare_this, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .rev_slider_wrapper .woo_bt_compare_this, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .rev_slider_wrapper .woo_bt_view_compare, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .rev_slider_wrapper .woo_bt_view_compare, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .rev_slider_wrapper a, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .rev_slider_wrapper a, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .rev_slider_wrapper a, .rev_slider_wrapper .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .rev_slider_wrapper a, .rev_slider_wrapper .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .rev_slider_wrapper input, .rev_slider_wrapper .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .rev_slider_wrapper input.button, .rev_slider_wrapper .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .rev_slider_wrapper a, .rev_slider_wrapper .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .rev_slider_wrapper button, .rev_slider_wrapper .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .rev_slider_wrapper button, .rev_slider_wrapper .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .rev_slider_wrapper .checkout-button, .rev_slider_wrapper .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .rev_slider_wrapper .checkout-button, .rev_slider_wrapper .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .rev_slider_wrapper a.button, .rev_slider_wrapper .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .rev_slider_wrapper input.button, .rev_slider_wrapper .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .rev_slider_wrapper #place_order {
    -webkit-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
}

.largeredbtn {
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px solid #fff;
    background: transparent;
}

.btn-icon {
    width: 70px;
    height: 70px;
    border-radius: 2px;
    display: block;
    background: rgba(27, 26, 26, 0.9);
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: center !important;
}

.btn-icon span {
    font-size: 40px;
    line-height: 70px;
    background: -webkit-linear-gradient(#00bcd4, #efd631);
    background: -moz-linear-gradient(#00bcd4, #efd631);
    background: -ms-linear-gradient(#00bcd4, #efd631);
    background: -o-linear-gradient(#00bcd4, #efd631);
    background: linear-gradient(#00bcd4, #efd631);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-icon:hover {
    background: #00bcd4;
}

.btn-icon:hover span {
    background: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.btn-icon.style2 {
    background: rgba(255, 255, 255, 0.05);
}

.btn-icon.style2 span {
    background: none;
    color: #00bcd4;
    -webkit-text-fill-color: #00bcd4;
}

.btn-icon.style2:hover {
    background: #00bcd4;
    color: #fff;
}

.btn-icon2 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center !important;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    /* ==========================================================================
    End Style Button
========================================================================== */
}

.btn-icon2 i {
    font-size: 48px;
    line-height: 68px !important;
    float: left;
    width: 100% !important;
}

.btn-icon2:hover {
    background: #00bcd4;
}

.btn-icon2:hover i {
    color: #fff;
}

.entry-meta .edit-link {
    display: none;
}

.is-sidebar-right > .col-lg-8 {
    float: left;
}

.is-sidebar-right > .col-lg-4 {
    float: right;
}

.is-sidebar-left {
    /*Blog*/
}

.is-sidebar-left > .col-lg-8 {
    float: right;
}

.is-sidebar-left > .col-lg-4 {
    float: left;
}

.blog-standand {
    padding-bottom: 53px;
    padding-top: 25px;
}

.blog-standand .paging-navigation {
    border-top: none;
}

.blog-standand article {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.blog-standand article:hover .post-thumbnail img {
    background: #00bcd4;
}

.blog-standand article .articel-wrap {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #f0efef;
    display: block;
}

.blog-standand article:last-child {
    margin-bottom: 0;
}

.blog-standand article .post-thumbnail {
    position: relative;
    margin-bottom: 30px;
}

.blog-standand article .post-thumbnail img {
    background-color: #f5f6f8;
    padding: 3px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog-standand article .content-right .entry-header {
    width: 100%;
    position: relative;
}

.blog-standand article .content-right a.post-edit-link {
    position: absolute;
    top: -25px;
    right: -25px;
    color: #00bcd4;
    font-size: 20px;
}

.blog-standand article .content-right .entry-title {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 0;
}

.blog-standand article .content-right .entry-title a {
    color: inherit;
}

.blog-standand article .content-right .entry-title a:hover {
    color: #00bcd4;
}

.blog-standand article .content-right .entry-content {
    position: relative;
    margin: 15px 0 0;
    float: left;
    width: 100%;
}

.blog-standand article .content-right .archive_detail {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.blog-standand article .content-right .archive_detail li {
    display: inline-block;
    font-size: 13px;
    color: #aaa;
    line-height: 26px;
    padding-left: 5px;
    margin-right: 10px;
}

.blog-standand article .content-right .archive_detail li i {
    padding-right: 3px;
}

.blog-standand article .content-right .archive_detail li a {
    color: #aaa;
}

.blog-standand article .content-right .archive_detail li a:hover {
    color: #00bcd4;
}

.blog-standand article .content-right .archive_detail li.detail-author {
    text-transform: capitalize;
}

.blog-standand article .content-right .archive_detail li:hover {
    color: #00bcd4;
}

.blog-standand article .content-right .single_social-share {
    float: left;
    margin-bottom: 4px;
    margin-top: 15px;
    width: 100%;
}

.blog-standand article .content-right .single_social-share ul li .btn, .blog-standand article .content-right .single_social-share ul li #comments .comment-reply-link, #comments .blog-standand article .content-right .single_social-share ul li .comment-reply-link, .blog-standand article .content-right .single_social-share ul li #commentform #submit, #commentform .blog-standand article .content-right .single_social-share ul li #submit, .blog-standand article .content-right .single_social-share ul li .cms-load-posts a, .cms-load-posts .blog-standand article .content-right .single_social-share ul li a, .blog-standand article .content-right .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .blog-standand article .content-right .single_social-share ul li input[type="submit"], .blog-standand article .content-right .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .blog-standand article .content-right .single_social-share ul li input[type="submit"], .blog-standand article .content-right .single_social-share ul li .woocommerce input.button, .woocommerce .blog-standand article .content-right .single_social-share ul li input.button, .blog-standand article .content-right .single_social-share ul li .woocommerce #respond input#submit, .woocommerce #respond .blog-standand article .content-right .single_social-share ul li input#submit, .blog-standand article .content-right .single_social-share ul li .woocommerce a.button, .woocommerce .blog-standand article .content-right .single_social-share ul li a.button, .blog-standand article .content-right .single_social-share ul li .woocommerce button.button, .woocommerce .blog-standand article .content-right .single_social-share ul li button.button, .blog-standand article .content-right .single_social-share ul li .woocommerce input.button, .woocommerce .blog-standand article .content-right .single_social-share ul li input.button, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .add_to_wishlist, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .add_to_wishlist, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a, .blog-standand article .content-right .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .blog-standand article .content-right .single_social-share ul li input, .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .blog-standand article .content-right .single_social-share ul li input.button, .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .blog-standand article .content-right .single_social-share ul li a, .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button, .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button, .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button, .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button, .blog-standand article .content-right .single_social-share ul li .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .blog-standand article .content-right .single_social-share ul li a.button, .blog-standand article .content-right .single_social-share ul li .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .blog-standand article .content-right .single_social-share ul li input.button, .blog-standand article .content-right .single_social-share ul li .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .blog-standand article .content-right .single_social-share ul li #place_order {
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0 !important;
    padding: 10px 15px;
}

.blog-standand article .content-right .single_social-share ul li .btn i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .blog-standand article .content-right .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .blog-standand article .content-right .single_social-share ul li #submit i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .cms-load-posts a i:not(.fa-google-plus), .cms-load-posts .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .blog-standand article .content-right .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .blog-standand article .content-right .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .blog-standand article .content-right .single_social-share ul li input#submit i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li a.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li button.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .blog-standand article .content-right .single_social-share ul li input i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .blog-standand article .content-right .single_social-share ul li a.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .blog-standand article .content-right .single_social-share ul li #place_order i:not(.fa-google-plus) {
    padding-right: 5px;
    width: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 6px;
    text-align: center;
    display: inline-block;
}

.blog-standand article .content-right .single_social-share ul li .btn:hover, .blog-standand article .content-right .single_social-share ul li #comments .comment-reply-link:hover, #comments .blog-standand article .content-right .single_social-share ul li .comment-reply-link:hover, .blog-standand article .content-right .single_social-share ul li #commentform #submit:hover, #commentform .blog-standand article .content-right .single_social-share ul li #submit:hover, .blog-standand article .content-right .single_social-share ul li .cms-load-posts a:hover, .cms-load-posts .blog-standand article .content-right .single_social-share ul li a:hover, .blog-standand article .content-right .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"]:hover, #footer-top .widget_newsletterwidget .blog-standand article .content-right .single_social-share ul li input[type="submit"]:hover, .blog-standand article .content-right .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget .blog-standand article .content-right .single_social-share ul li input[type="submit"]:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce input.button:hover, .woocommerce .blog-standand article .content-right .single_social-share ul li input.button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce #respond input#submit:hover, .woocommerce #respond .blog-standand article .content-right .single_social-share ul li input#submit:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce a.button:hover, .woocommerce .blog-standand article .content-right .single_social-share ul li a.button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce button.button:hover, .woocommerce .blog-standand article .content-right .single_social-share ul li button.button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce input.button:hover, .woocommerce .blog-standand article .content-right .single_social-share ul li input.button:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .add_to_wishlist:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .add_to_wishlist:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a:hover, .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce-Reviews #review_form #respond .form-submit .blog-standand article .content-right .single_social-share ul li input:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .blog-standand article .content-right .single_social-share ul li input.button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .blog-standand article .content-right .single_social-share ul li a:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop .blog-standand article .content-right .single_social-share ul li a.button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce .checkout_coupon input.button:hover, .woocommerce .checkout_coupon .blog-standand article .content-right .single_social-share ul li input.button:hover, .blog-standand article .content-right .single_social-share ul li .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment .blog-standand article .content-right .single_social-share ul li #place_order:hover {
    opacity: 0.9;
}

.blog-standand article .content-right .single_social-share ul li .fb-button.btn-primary:focus, .blog-standand article .content-right .single_social-share ul li .fb-button.btn-primary:hover, .blog-standand article .content-right .single_social-share ul li .fb-button.btn-primary {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.blog-standand article .content-right .single_social-share ul li .tw-button.btn-primary:hover, .blog-standand article .content-right .single_social-share ul li .tw-button.btn-primary:focus, .blog-standand article .content-right .single_social-share ul li .tw-button.btn-primary {
    background-color: #00b6f1 !important;
    border-color: #00b6f1 !important;
}

.blog-standand article .content-right .single_social-share ul li .gp-button.btn-primary:hover, .blog-standand article .content-right .single_social-share ul li .gp-button.btn-primary:focus, .blog-standand article .content-right .single_social-share ul li .gp-button.btn-primary {
    border-color: #da5333 !important;
    background-color: #da5333 !important;
}

.blog-standand article .content-right .more {
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: underline !important;
    margin-top: 10px;
    display: block;
    float: left;
}

.blog-standand article .content-right .more:hover {
    color: #0c6db0;
}

.blog-standand .no-results {
    border: none;
}

body.single-post #page #content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.single-post-blog .is-sidebar-right .col-sm-9 {
    float: left;
}

.single-post-blog .is-sidebar-right .col-sm-3 {
    float: right;
}

.single-post-blog .is-sidebar-left .col-sm-9 {
    float: right;
}

.single-post-blog .is-sidebar-left .col-sm-3 {
    float: left;
}

.single-post-blog .site-main {
    float: left;
    width: 100%;
}

.single-post-blog article {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #f0efef;
    display: block;
    margin-bottom: 30px;
}

.single-post-blog article .post-thumbnail {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.single-post-blog article .post-thumbnail img {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #f3f6f9;
    padding: 3px;
    position: relative;
    width: 100%;
}

.single-post-blog article .post-thumbnail img:hover {
    background: #00bcd4;
}

.single-post-blog article .content-right {
    width: 100%;
    float: left;
    background: #fff;
}

.single-post-blog article .content-right .content-main {
    width: 100%;
    float: left;
}

.single-post-blog article .content-right .single_social-share {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

.single-post-blog article .content-right .single_social-share ul li .btn, .single-post-blog article .content-right .single_social-share ul li #comments .comment-reply-link, #comments .single-post-blog article .content-right .single_social-share ul li .comment-reply-link, .single-post-blog article .content-right .single_social-share ul li #commentform #submit, #commentform .single-post-blog article .content-right .single_social-share ul li #submit, .single-post-blog article .content-right .single_social-share ul li .cms-load-posts a, .cms-load-posts .single-post-blog article .content-right .single_social-share ul li a, .single-post-blog article .content-right .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .single-post-blog article .content-right .single_social-share ul li input[type="submit"], .single-post-blog article .content-right .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .single-post-blog article .content-right .single_social-share ul li input[type="submit"], .single-post-blog article .content-right .single_social-share ul li .woocommerce input.button, .woocommerce .single-post-blog article .content-right .single_social-share ul li input.button, .single-post-blog article .content-right .single_social-share ul li .woocommerce #respond input#submit, .woocommerce #respond .single-post-blog article .content-right .single_social-share ul li input#submit, .single-post-blog article .content-right .single_social-share ul li .woocommerce a.button, .woocommerce .single-post-blog article .content-right .single_social-share ul li a.button, .single-post-blog article .content-right .single_social-share ul li .woocommerce button.button, .woocommerce .single-post-blog article .content-right .single_social-share ul li button.button, .single-post-blog article .content-right .single_social-share ul li .woocommerce input.button, .woocommerce .single-post-blog article .content-right .single_social-share ul li input.button, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .single_add_to_cart_button, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .single_add_to_cart_button, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .add_to_wishlist, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .add_to_wishlist, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .woo_bt_compare_this, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .woo_bt_compare_this, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .woo_bt_view_compare, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .woo_bt_view_compare, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .single-post-blog article .content-right .single_social-share ul li a, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .single-post-blog article .content-right .single_social-share ul li a, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .single-post-blog article .content-right .single_social-share ul li a, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .single-post-blog article .content-right .single_social-share ul li a, .single-post-blog article .content-right .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .single-post-blog article .content-right .single_social-share ul li input, .single-post-blog article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .single-post-blog article .content-right .single_social-share ul li input.button, .single-post-blog article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .single-post-blog article .content-right .single_social-share ul li a, .single-post-blog article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-post-blog article .content-right .single_social-share ul li button, .single-post-blog article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-post-blog article .content-right .single_social-share ul li button, .single-post-blog article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .single-post-blog article .content-right .single_social-share ul li .checkout-button, .single-post-blog article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .single-post-blog article .content-right .single_social-share ul li .checkout-button, .single-post-blog article .content-right .single_social-share ul li .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .single-post-blog article .content-right .single_social-share ul li a.button, .single-post-blog article .content-right .single_social-share ul li .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .single-post-blog article .content-right .single_social-share ul li input.button, .single-post-blog article .content-right .single_social-share ul li .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .single-post-blog article .content-right .single_social-share ul li #place_order {
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0 !important;
    padding: 10px 15px;
}

.single-post-blog article .content-right .single_social-share ul li .btn i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .single-post-blog article .content-right .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .single-post-blog article .content-right .single_social-share ul li #submit i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .cms-load-posts a i:not(.fa-google-plus), .cms-load-posts .single-post-blog article .content-right .single_social-share ul li a i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .single-post-blog article .content-right .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .single-post-blog article .content-right .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .single-post-blog article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .single-post-blog article .content-right .single_social-share ul li input#submit i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .single-post-blog article .content-right .single_social-share ul li a.button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .single-post-blog article .content-right .single_social-share ul li button.button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .single-post-blog article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .single-post-blog article .content-right .single_social-share ul li a i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .single-post-blog article .content-right .single_social-share ul li a i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .single-post-blog article .content-right .single_social-share ul li a i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .single-post-blog article .content-right .single_social-share ul li a i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .single-post-blog article .content-right .single_social-share ul li input i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .single-post-blog article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .single-post-blog article .content-right .single_social-share ul li a i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-post-blog article .content-right .single_social-share ul li button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-post-blog article .content-right .single_social-share ul li button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .single-post-blog article .content-right .single_social-share ul li .checkout-button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .single-post-blog article .content-right .single_social-share ul li .checkout-button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .single-post-blog article .content-right .single_social-share ul li a.button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .single-post-blog article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .single-post-blog article .content-right .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .single-post-blog article .content-right .single_social-share ul li #place_order i:not(.fa-google-plus) {
    padding-right: 5px;
    width: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 6px;
    text-align: center;
    display: inline-block;
}

.single-post-blog article .content-right .single_social-share ul li .btn:hover, .single-post-blog article .content-right .single_social-share ul li #comments .comment-reply-link:hover, #comments .single-post-blog article .content-right .single_social-share ul li .comment-reply-link:hover, .single-post-blog article .content-right .single_social-share ul li #commentform #submit:hover, #commentform .single-post-blog article .content-right .single_social-share ul li #submit:hover, .single-post-blog article .content-right .single_social-share ul li .cms-load-posts a:hover, .cms-load-posts .single-post-blog article .content-right .single_social-share ul li a:hover, .single-post-blog article .content-right .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"]:hover, #footer-top .widget_newsletterwidget .single-post-blog article .content-right .single_social-share ul li input[type="submit"]:hover, .single-post-blog article .content-right .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget .single-post-blog article .content-right .single_social-share ul li input[type="submit"]:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce input.button:hover, .woocommerce .single-post-blog article .content-right .single_social-share ul li input.button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce #respond input#submit:hover, .woocommerce #respond .single-post-blog article .content-right .single_social-share ul li input#submit:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce a.button:hover, .woocommerce .single-post-blog article .content-right .single_social-share ul li a.button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce button.button:hover, .woocommerce .single-post-blog article .content-right .single_social-share ul li button.button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce input.button:hover, .woocommerce .single-post-blog article .content-right .single_social-share ul li input.button:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .single_add_to_cart_button:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .single_add_to_cart_button:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .add_to_wishlist:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .add_to_wishlist:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .woo_bt_compare_this:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .woo_bt_compare_this:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .single-post-blog article .content-right .single_social-share ul li .woo_bt_view_compare:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .single-post-blog article .content-right .single_social-share ul li .woo_bt_view_compare:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .single-post-blog article .content-right .single_social-share ul li a:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .single-post-blog article .content-right .single_social-share ul li a:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .single-post-blog article .content-right .single_social-share ul li a:hover, .single-post-blog article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .single-post-blog article .content-right .single_social-share ul li a:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce-Reviews #review_form #respond .form-submit .single-post-blog article .content-right .single_social-share ul li input:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .single-post-blog article .content-right .single_social-share ul li input.button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .single-post-blog article .content-right .single_social-share ul li a:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-post-blog article .content-right .single_social-share ul li button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-post-blog article .content-right .single_social-share ul li button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .single-post-blog article .content-right .single_social-share ul li .checkout-button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .single-post-blog article .content-right .single_social-share ul li .checkout-button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop .single-post-blog article .content-right .single_social-share ul li a.button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce .checkout_coupon input.button:hover, .woocommerce .checkout_coupon .single-post-blog article .content-right .single_social-share ul li input.button:hover, .single-post-blog article .content-right .single_social-share ul li .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment .single-post-blog article .content-right .single_social-share ul li #place_order:hover {
    opacity: 0.9;
}

.single-post-blog article .content-right .single_social-share ul li .fb-button.btn-primary:focus, .single-post-blog article .content-right .single_social-share ul li .fb-button.btn-primary:hover, .single-post-blog article .content-right .single_social-share ul li .fb-button.btn-primary {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.single-post-blog article .content-right .single_social-share ul li .tw-button.btn-primary:hover, .single-post-blog article .content-right .single_social-share ul li .tw-button.btn-primary:focus, .single-post-blog article .content-right .single_social-share ul li .tw-button.btn-primary {
    background-color: #00b6f1 !important;
    border-color: #00b6f1 !important;
}

.single-post-blog article .content-right .single_social-share ul li .gp-button.btn-primary:hover, .single-post-blog article .content-right .single_social-share ul li .gp-button.btn-primary:focus, .single-post-blog article .content-right .single_social-share ul li .gp-button.btn-primary {
    border-color: #da5333 !important;
    background-color: #da5333 !important;
}

.single-post-blog article .content-right .entry-header {
    width: 100%;
    position: relative;
}

.single-post-blog article .content-right .entry-title {
    font-weight: 400;
    font-size: 24px;
}

.single-post-blog article .content-right .entry-content {
    float: left;
    width: 100%;
}

.single-post-blog article .content-right .single_detail {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.single-post-blog article .content-right .single_detail li {
    display: inline-block;
    font-size: 13px;
    color: #aaa;
    line-height: 26px;
    padding-left: 5px;
    margin-right: 10px;
}

.single-post-blog article .content-right .single_detail li i {
    padding-right: 3px;
}

.single-post-blog article .content-right .single_detail li a {
    color: #aaa;
}

.single-post-blog article .content-right .single_detail li a:hover {
    color: #00bcd4;
}

.single-post-blog article .content-right .single_detail li.detail-author {
    text-transform: capitalize;
}

.single-post-blog article .content-right .single_detail li:hover {
    color: #00bcd4;
}

.single-post-blog article .content-right .single_detail li.detail-date:hover {
    color: #aaa;
}

.single-post-blog article .content-right .entry-content {
    margin-top: 15px;
}

.single-post-blog article .content-right .font-italic {
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    padding: 0;
}

.single-post-blog article .content-right .blog-tags {
    display: block;
    margin-top: 10px;
    color: #aaa;
    float: left;
    width: 100%;
    display: none;
}

.single-post-blog article .content-right .blog-tags ul {
    margin-bottom: 10px;
}

.single-post-blog article .content-right .blog-tags a {
    color: inherit;
}

.single-post-blog article .content-right .blog-tags a:hover {
    color: #00bcd4;
}

.single-post-blog article .content-right .blog-tags .fa {
    padding-right: 5px;
    color: #00bcd4;
}

.single-post-blog .cms-single-related-post {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 60px 30px;
    position: relative;
}

.single-post-blog .cms-single-related-post .related-title {
    background: transparent url(../images/dots.gif) repeat-x scroll 0 12px;
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    font-size: 21px;
    font-weight: 300;
}

.single-post-blog .cms-single-related-post .related-title span {
    background: #fff none repeat scroll 0 0;
    padding-right: 20px;
}

.single-post-blog .cms-single-related-post .customlist {
    padding: 0;
    list-style: none;
}

.single-post-blog .cms-single-related-post .customlist li {
    background: #f3f6f9 none repeat scroll 0 0;
    border-bottom: 0 none !important;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 5px !important;
    padding: 15px !important;
    line-height: 1;
}

.single-post-blog .cms-single-related-post .customlist li:before {
    color: #00bcd4;
    font-family: 'FontAwesome';
    content: "\f02b";
    padding: 0 10px 0 0;
    font-size: 16px;
}

.single-post-blog #comments {
    margin-top: 10PX;
}

.carousel-control {
    background: none !important;
    opacity: 0;
}

.carousel-control span {
    position: absolute;
    font-size: 91px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.carousel-indicators li {
    background: #00bcd4;
    width: 15px;
    margin: 0px;
    height: 15px;
}

.carousel-indicators li.active {
    background: #fff;
    width: 15px;
    margin: 0px;
    height: 15px;
}

.carousel-indicators {
    margin: 0px;
    float: right;
    left: inherit;
    right: 20px;
    width: auto;
}

.cms-related-post {
    padding-bottom: 36px;
}

.cms-related-post .title {
    text-transform: uppercase;
}

.paging-navigation {
    padding: 20px 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.paging-navigation .pagination {
    margin: 0;
    float: left;
}

.paging-navigation .pagination > a, .paging-navigation .pagination > span {
    background-color: #00bcd4;
    border: 1px solid #00bcd4;
    color: #fff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

.paging-navigation .pagination > a.current, .paging-navigation .pagination > span.current, .paging-navigation .pagination > a:hover, .paging-navigation .pagination > span:hover {
    background: transparent;
    color: #00bcd4;
}

.paging-navigation .pagination > a:first-child, .paging-navigation .pagination > span:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.paging-navigation .pagination > a:last-child, .paging-navigation .pagination > span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.single-portfolio #page #content {
    padding-top: 80px;
    padding-bottom: 110px;
}

.single-portfolio .item-gallery {
    margin-bottom: 30px;
}

.single-portfolio .item-gallery:last-child {
    margin-bottom: 0;
}

.single-portfolio .portfolio_details h4 {
    font-size: 35px;
    color: #222;
    font-weight: 900;
    line-height: 45px;
    font-style: italic;
    position: relative;
    padding-bottom: 24px;
    margin-top: -8px;
}

.single-portfolio .portfolio_details h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 40px;
    height: 2px;
    background: #00bcd4;
}

.single-portfolio .portfolio_details .details_section {
    padding-top: 10px;
    font-size: 15px;
    line-height: 23px;
    color: #9b9b9b;
}

.single-portfolio .portfolio_details .details_section .content-left p {
    margin-bottom: 23px;
}

.single-portfolio .portfolio_details .details_section .portfolio-info {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 32px 30px 30px;
    margin-top: 10px;
}

.single-portfolio .portfolio_details .details_section .portfolio-info li {
    font-size: 14px;
    line-height: 29px;
    color: #222;
    font-weight: 700;
}

.single-portfolio .portfolio_details .details_section .portfolio-info li span {
    color: #9e9e9e;
    font-weight: 400;
}

.single-portfolio .portfolio_details .details_section .single_social-share {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 32px 30px 30px;
    margin-top: 30px;
}

.single-portfolio .portfolio_details .details_section .single_social-share > span {
    font-size: 13px;
    line-height: 30px;
    color: #222;
    letter-spacing: 0.02em;
    font-weight: 800;
    text-transform: uppercase;
    float: left;
}

.single-portfolio .portfolio_details .details_section .single_social-share ul {
    float: right;
    padding-left: 15px;
}

.single-portfolio .portfolio_details .details_section .single_social-share ul li {
    display: inline-block;
    padding: 0px 9.5px;
}

.single-portfolio .portfolio_details .details_section .single_social-share ul li a {
    color: #5d5d5d;
}

.single-portfolio .portfolio_details .details_section .single_social-share ul li a:hover {
    color: #00bcd4;
}

.single-portfolio .portfolio_details .details_section .single_social-share ul li i {
    font-size: 14px;
    line-height: 30px;
}

.single-portfolio .portfolio_details .details_section .single_social-share ul li:last-child {
    padding-right: 0;
}

.single-portfolio .post-navigation {
    float: left;
    width: 100%;
    margin-top: 70px;
    position: relative;
    background: #f9f9f9;
    padding: 30px;
}

.single-portfolio .post-navigation a.all-portfolio {
    color: #616161;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.single-portfolio .post-navigation a.all-portfolio:hover {
    color: #00bcd4;
}

.single-portfolio .post-navigation a.all-portfolio i {
    font-size: 25px;
}

.single-portfolio .post-navigation .nav-links > div {
    width: 50%;
    float: left;
}

.single-portfolio .post-navigation .nav-links > div .portfolio-nav {
    width: 49px;
    height: 49px;
    float: left;
    background: #222;
    border-radius: 2px;
    text-align: center;
}

.single-portfolio .post-navigation .nav-links > div .portfolio-nav i {
    line-height: 49px;
    font-size: 25px;
    color: #fff;
}

.single-portfolio .post-navigation .nav-links > div .portfolio-nav:hover {
    background: #00bcd4;
}

.single-portfolio .post-navigation .nav-links > div .content-right {
    float: left;
    width: calc(100% - 49px);
    padding-left: 15px;
    padding-right: 30px;
}

.single-portfolio .post-navigation .nav-links > div .content-right > a {
    color: #b8b8b8;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    display: block;
    float: left;
    line-height: 1;
    margin-top: 6px;
}

.single-portfolio .post-navigation .nav-links > div .content-right > a:hover {
    color: #00bcd4;
}

.single-portfolio .post-navigation .nav-links > div .content-right h3 {
    float: left;
    padding-top: 6px;
    margin-bottom: 0;
}

.single-portfolio .post-navigation .nav-links > div .content-right h3 a {
    color: #282828;
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 700;
}

.single-portfolio .post-navigation .nav-links > div .content-right h3 a:hover {
    color: #00bcd4;
}

.single-portfolio .post-navigation .nav-links > div.next {
    border-right: none;
}

.single-portfolio .post-navigation .nav-links > div.next .content-right {
    padding-left: 30px;
    padding-right: 15px;
    text-align: right;
}

.single-portfolio .post-navigation .nav-links > div.next .content-right > a {
    float: right;
}

.single-portfolio .post-navigation .nav-links > div.next .content-right h3 {
    float: right;
}

.single-portfolio .single_portfolio2 .portfolio-left, .single-portfolio .single_portfolio2 .portfolio-right {
    width: 100%;
}

.single-portfolio .single_portfolio2 .portfolio-right {
    margin-top: 71px;
}

.single-portfolio .single_portfolio2 .portfolio-right .content-left {
    width: 69%;
    float: left;
    padding-right: 30px;
}

.single-portfolio .single_portfolio2 .portfolio-right .content-left p {
    margin-bottom: 23px;
}

.single-portfolio .single_portfolio2 .portfolio-right .content-right {
    width: 31%;
    float: left;
}

.single-portfolio .single_portfolio2 .portfolio-right .content-right .portfolio-info {
    margin-top: 0;
}

.single-portfolio .single_portfolio2 .post-navigation {
    margin-top: 54px;
}

.single-portfolio .single_portfolio3 {
    padding-bottom: 31px;
}

.single-portfolio .single_portfolio3 .owl-nav .owl-prev, .single-portfolio .single_portfolio3 .owl-nav .owl-next, .single-portfolio .single_portfolio3 .owl-nav .owl-prev, .single-portfolio .single_portfolio3 .owl-nav .owl-prev {
    background: #fff;
}

.single-portfolio .single_portfolio3 .owl-nav .owl-prev i, .single-portfolio .single_portfolio3 .owl-nav .owl-next i, .single-portfolio .single_portfolio3 .owl-nav .owl-prev i, .single-portfolio .single_portfolio3 .owl-nav .owl-prev i {
    color: #999;
}

.single-portfolio .single_portfolio3 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio3 .owl-nav .owl-next:hover, .single-portfolio .single_portfolio3 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio3 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio3 .owl-nav .owl-prev.active, .single-portfolio .single_portfolio3 .owl-nav .owl-next.active, .single-portfolio .single_portfolio3 .owl-nav .owl-prev.active, .single-portfolio .single_portfolio3 .owl-nav .owl-prev.active {
    background: #00bcd4;
}

.single-portfolio .single_portfolio3 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio3 .owl-nav .owl-next:hover i, .single-portfolio .single_portfolio3 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio3 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio3 .owl-nav .owl-prev.active i, .single-portfolio .single_portfolio3 .owl-nav .owl-next.active i, .single-portfolio .single_portfolio3 .owl-nav .owl-prev.active i, .single-portfolio .single_portfolio3 .owl-nav .owl-prev.active i {
    color: #fff;
}

.single-portfolio .single_portfolio3 .portfolio_details .details_section .portfolio-info, .single-portfolio .single_portfolio3 .portfolio_details .details_section .single_social-share {
    padding: 0;
    margin-top: 1px;
    background: transparent;
}

.single-portfolio .single_portfolio3 .portfolio_details .details_section .single_social-share {
    margin-top: 23px;
}

.single-portfolio .single_portfolio3 .portfolio_details .details_section .single_social-share > span {
    display: none;
}

.single-portfolio .single_portfolio3 .portfolio_details .details_section .single_social-share ul {
    float: left;
    padding-left: 0;
}

.single-portfolio .single_portfolio3 .portfolio_details .details_section .single_social-share ul li:first-child {
    padding-left: 0;
}

.single-portfolio .single_portfolio4 {
    padding-bottom: 16px;
}

.single-portfolio .single_portfolio4 .owl-nav .owl-prev, .single-portfolio .single_portfolio4 .owl-nav .owl-next, .single-portfolio .single_portfolio4 .owl-nav .owl-prev, .single-portfolio .single_portfolio4 .owl-nav .owl-prev {
    background: #fff;
}

.single-portfolio .single_portfolio4 .owl-nav .owl-prev i, .single-portfolio .single_portfolio4 .owl-nav .owl-next i, .single-portfolio .single_portfolio4 .owl-nav .owl-prev i, .single-portfolio .single_portfolio4 .owl-nav .owl-prev i {
    color: #999;
}

.single-portfolio .single_portfolio4 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio4 .owl-nav .owl-next:hover, .single-portfolio .single_portfolio4 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio4 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio4 .owl-nav .owl-prev.active, .single-portfolio .single_portfolio4 .owl-nav .owl-next.active, .single-portfolio .single_portfolio4 .owl-nav .owl-prev.active, .single-portfolio .single_portfolio4 .owl-nav .owl-prev.active {
    background: #00bcd4;
}

.single-portfolio .single_portfolio4 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio4 .owl-nav .owl-next:hover i, .single-portfolio .single_portfolio4 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio4 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio4 .owl-nav .owl-prev.active i, .single-portfolio .single_portfolio4 .owl-nav .owl-next.active i, .single-portfolio .single_portfolio4 .owl-nav .owl-prev.active i, .single-portfolio .single_portfolio4 .owl-nav .owl-prev.active i {
    color: #fff;
}

.single-portfolio .single_portfolio4 .portfolio-left, .single-portfolio .single_portfolio4 .portfolio-right {
    width: 100%;
}

.single-portfolio .single_portfolio4 .portfolio-right {
    margin-top: 71px;
}

.single-portfolio .single_portfolio4 .portfolio-right .content-left {
    width: 79%;
    float: left;
    padding-right: 30px;
}

.single-portfolio .single_portfolio4 .portfolio-right .content-left p {
    margin-bottom: 23px;
}

.single-portfolio .single_portfolio4 .portfolio-right .content-right {
    width: 21%;
    float: left;
}

.single-portfolio .single_portfolio4 .portfolio-right .content-right .portfolio-info {
    margin-top: 0;
}

.single-portfolio .single_portfolio4 .post-navigation {
    margin-top: 54px;
}

.single-portfolio .single_portfolio4 .portfolio_details .details_section .portfolio-info, .single-portfolio .single_portfolio4 .portfolio_details .details_section .single_social-share {
    padding: 0;
    margin-top: 0px;
    background: transparent;
}

.single-portfolio .single_portfolio4 .portfolio_details .details_section .single_social-share {
    margin-top: 23px;
}

.single-portfolio .single_portfolio4 .portfolio_details .details_section .single_social-share > span {
    display: none;
}

.single-portfolio .single_portfolio4 .portfolio_details .details_section .single_social-share ul {
    float: left;
    padding-left: 0;
}

.single-portfolio .single_portfolio4 .portfolio_details .details_section .single_social-share ul li:first-child {
    padding-left: 0;
}

.single-portfolio .single_portfolio5 {
    padding-bottom: 16px;
}

.single-portfolio .single_portfolio5 .owl-nav .owl-prev, .single-portfolio .single_portfolio5 .owl-nav .owl-next, .single-portfolio .single_portfolio5 .owl-nav .owl-prev, .single-portfolio .single_portfolio5 .owl-nav .owl-prev {
    background: #fff;
}

.single-portfolio .single_portfolio5 .owl-nav .owl-prev i, .single-portfolio .single_portfolio5 .owl-nav .owl-next i, .single-portfolio .single_portfolio5 .owl-nav .owl-prev i, .single-portfolio .single_portfolio5 .owl-nav .owl-prev i {
    color: #999;
}

.single-portfolio .single_portfolio5 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio5 .owl-nav .owl-next:hover, .single-portfolio .single_portfolio5 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio5 .owl-nav .owl-prev:hover, .single-portfolio .single_portfolio5 .owl-nav .owl-prev.active, .single-portfolio .single_portfolio5 .owl-nav .owl-next.active, .single-portfolio .single_portfolio5 .owl-nav .owl-prev.active, .single-portfolio .single_portfolio5 .owl-nav .owl-prev.active {
    background: #00bcd4;
}

.single-portfolio .single_portfolio5 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio5 .owl-nav .owl-next:hover i, .single-portfolio .single_portfolio5 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio5 .owl-nav .owl-prev:hover i, .single-portfolio .single_portfolio5 .owl-nav .owl-prev.active i, .single-portfolio .single_portfolio5 .owl-nav .owl-next.active i, .single-portfolio .single_portfolio5 .owl-nav .owl-prev.active i, .single-portfolio .single_portfolio5 .owl-nav .owl-prev.active i {
    color: #fff;
}

.single-portfolio .single_portfolio5 .item-gallery {
    margin-bottom: 30px;
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.single-portfolio .single_portfolio5 .portfolio-left {
    padding: 0;
}

.single-portfolio .single_portfolio5 .portfolio-left, .single-portfolio .single_portfolio5 .portfolio-right {
    width: 100%;
}

.single-portfolio .single_portfolio5 .portfolio-right {
    margin-top: 44px;
}

.single-portfolio .single_portfolio5 .portfolio-right .content-left {
    width: 79%;
    float: left;
    padding-right: 30px;
}

.single-portfolio .single_portfolio5 .portfolio-right .content-left p {
    margin-bottom: 23px;
}

.single-portfolio .single_portfolio5 .portfolio-right .content-right {
    width: 21%;
    float: left;
}

.single-portfolio .single_portfolio5 .portfolio-right .content-right .portfolio-info {
    margin-top: 0;
}

.single-portfolio .single_portfolio5 .post-navigation {
    margin-top: 54px;
}

.single-portfolio .single_portfolio5 .portfolio_details .details_section .portfolio-info, .single-portfolio .single_portfolio5 .portfolio_details .details_section .single_social-share {
    padding: 0;
    margin-top: 0px;
    background: transparent;
}

.single-portfolio .single_portfolio5 .portfolio_details .details_section .single_social-share {
    margin-top: 23px;
}

.single-portfolio .single_portfolio5 .portfolio_details .details_section .single_social-share > span {
    display: none;
}

.single-portfolio .single_portfolio5 .portfolio_details .details_section .single_social-share ul {
    float: left;
    padding-left: 0;
}

.single-portfolio .single_portfolio5 .portfolio_details .details_section .single_social-share ul li:first-child {
    padding-left: 0;
}

.single-portfolio .single_portfolio6 {
    padding-bottom: 10px;
}

.single-portfolio .single_portfolio6 .portfolio-left {
    padding: 0;
}

.single-portfolio .single_portfolio6 .portfolio-left .item-gallery {
    padding: 0 15px;
}

.single-portfolio .single_portfolio6 .item-gallery-1 {
    width: 100%;
}

.single-portfolio .single_portfolio6 .item-gallery-1 .img {
    width: 100%;
    height: 540px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio6 .item-gallery-2 {
    width: 50%;
}

.single-portfolio .single_portfolio6 .item-gallery-2 .img {
    width: 100%;
    height: 770px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio6 .item-gallery-3 {
    width: 50%;
    margin-bottom: 30px;
}

.single-portfolio .single_portfolio6 .item-gallery-3 .img {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio6 .item-gallery-4 {
    width: 50%;
}

.single-portfolio .single_portfolio6 .item-gallery-4 .img {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio6 .item-gallery-default {
    float: left;
    width: 50%;
}

.single-portfolio .single_portfolio6 .item-gallery-default .img {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio7 {
    padding-bottom: 10px;
}

.single-portfolio .single_portfolio7 .portfolio-left {
    padding: 0;
}

.single-portfolio .single_portfolio7 .portfolio-left .item-gallery {
    padding: 0 15px;
}

.single-portfolio .single_portfolio7 .portfolio-left, .single-portfolio .single_portfolio7 .portfolio-right {
    width: 100%;
}

.single-portfolio .single_portfolio7 .portfolio-right {
    margin-top: 42px;
    padding-bottom: 14px;
}

.single-portfolio .single_portfolio7 .portfolio-right .content-left {
    width: 69%;
    float: left;
    padding-right: 30px;
}

.single-portfolio .single_portfolio7 .portfolio-right .content-left p {
    margin-bottom: 23px;
}

.single-portfolio .single_portfolio7 .portfolio-right .content-right {
    width: 31%;
    float: left;
}

.single-portfolio .single_portfolio7 .portfolio-right .content-right .portfolio-info {
    margin-top: 0;
}

.single-portfolio .single_portfolio7 .item-gallery-1 {
    width: 25%;
}

.single-portfolio .single_portfolio7 .item-gallery-1 .img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio7 .item-gallery-2 {
    width: 25%;
}

.single-portfolio .single_portfolio7 .item-gallery-2 .img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio7 .item-gallery-3 {
    width: 50%;
    margin-bottom: 30px;
}

.single-portfolio .single_portfolio7 .item-gallery-3 .img {
    width: 100%;
    height: 570px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio7 .item-gallery-4 {
    width: 50%;
}

.single-portfolio .single_portfolio7 .item-gallery-4 .img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center center;
}

.single-portfolio .single_portfolio7 .item-gallery:nth-child(n+5) {
    float: left;
    width: 25%;
}

.single-portfolio .single_portfolio7 .item-gallery:nth-child(n+5) .img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center center;
}

#sidebar .sidebar-inner {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    float: left;
    padding: 50px;
}

.coupon-wrapper .post-media {
    margin-bottom: 30px;
}

.single-post-blog.single-stylel2 article {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.single-post-blog.single-stylel2 article .content-right .entry-title {
    font-size: 18px;
}

.single-post-blog.single-stylel2 .cms-single-related-post, .single-post-blog.single-stylel2 #comments .comment-content-wrap, .single-post-blog.single-stylel2 #comments .comment-form-wrap, .single-post-blog.single-stylel2 #sidebar aside {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.single-post-blog.single-stylel2 #sidebar aside .submit-coupon {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #273c51 10px, #273c51 20px), linear-gradient(to bottom, #253749, #253749);
}

.blog-standand.archive-style2 {
    padding-top: 0;
    padding-bottom: 28px;
}

.blog-standand.archive-style2 article {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.blog-standand.archive-style2 article .content-right .more {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.blog-standand.archive-style2 #sidebar aside .submit-coupon {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #273c51 10px, #273c51 20px), linear-gradient(to bottom, #253749, #253749);
}

.blog-standand.archive-style2 .widget_newsletterwidget .tnp-widget input[type="submit"] {
    padding: 6px 12px;
    border-radius: 4px;
}

.blog-standand.archive-style2 #sidebar aside {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.blog-standand.archive-style2 .paging-navigation .pagination > a, .blog-standand.archive-style2 .paging-navigation .pagination > span {
    background-color: #fff;
    border: 1px solid #f0efef;
    color: #aaa;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    float: left;
    line-height: 1.42857;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
    padding: 10px 15px;
    position: relative;
}

.blog-standand.archive-style2 .paging-navigation .pagination > a:hover, .blog-standand.archive-style2 .paging-navigation .pagination > span:hover {
    background: #00bcd4;
    color: #fff;
}

#comments {
    float: left;
    width: 100%;
}

#comments .comment-content-wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 60px 30px 80px;
    position: relative;
}

#comments .comment-content-wrap h3.comments-title {
    background: transparent url(../images/dots.gif) repeat-x scroll 0 12px;
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    font-size: 21px;
    font-weight: 300;
}

#comments .comment-content-wrap h3.comments-title span {
    background: #fff none repeat scroll 0 0;
    padding-right: 20px;
}

#comments .comment-content-wrap > .comment-list {
    padding-bottom: 10px;
}

#comments .comment-form-wrap {
    float: left;
    width: 100%;
}

#comments .comment-form-wrap.has_form_comment {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 60px 30px;
    position: relative;
}

#comments .comment-form-wrap .comment-reply-title {
    background: transparent url(../images/dots.gif) repeat-x scroll 0 12px;
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    font-size: 21px;
    font-weight: 300;
}

#comments .comment-form-wrap .comment-reply-title span {
    background: #fff none repeat scroll 0 0;
    padding-right: 20px;
}

#comments .comment-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

#comments .comment-list > li {
    margin-bottom: 15px;
}

#comments .comment-list > li:last-child {
    margin-bottom: 0;
}

#comments .comment-list > li:last-child .comment-main {
    border-bottom: 0;
}

#comments .comment-list > li:last-child ul.children {
    border-top: #eee solid 2px;
}

#comments .comment-list li {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#comments .comment-list li .comment-body {
    margin: 10px 0;
}

#comments .comment-list li .comment-respond {
    padding: 25px 25px 0;
    border: rgba(40, 40, 40, 0.16) solid 1px;
    border-radius: 15px;
    width: 84%;
    position: relative;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

#comments .comment-list li .comment-respond .comment-reply-title {
    color: #222;
    font-size: 14px;
    line-height: 30px;
    display: block;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-bottom: 0;
    border-bottom: #eee solid 2px;
    margin-bottom: 44px;
    float: left;
    width: 100%;
}

#comments .comment-list li .comment-respond .comment-reply-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

#comments .comment-list li .comment-respond .comment-reply-title span:after {
    background: #00bcd4;
    width: 100%;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#comments .comment {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

#comments .comment-author-image {
    float: left;
    height: 80px;
    margin: 0 20px 0 0;
    width: 80px;
}

#comments .comment-author-image img {
    border-radius: 50%;
}

#comments .comment-main {
    width: calc(100% - 100px);
    position: relative;
}

#comments .comment-main .comment-author {
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
}

#comments .comment-main .comment-date {
    color: #777;
    margin-left: 5px;
    display: inline-block;
}

#comments .comment-main .comment-content p {
    margin-bottom: 0;
}

#comments .comment-reply-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    padding: 3px 10px;
    line-height: 1.5;
}

#comments .comment-reply-link:hover {
    background: #00a5bb;
}

#comments ul.children {
    width: 100%;
    list-style: none;
    padding: 0px;
    float: right;
}

#comments ul.children li:last-child {
    margin-bottom: 0;
}

#commentform {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
    float: left;
    width: calc(100% + 30px);
    /* BACKGROUND HORIZONTAL */
}

#commentform p {
    margin-bottom: 20px;
}

#commentform #form-allowed-tags {
    display: none;
}

#commentform .form-submit, #commentform .logged-in-as {
    padding: 0 15px;
}

#commentform input[type='text'], #commentform input[type="password"], #commentform input[type="datetime"], #commentform input[type="datetime-local"], #commentform input[type="date"], #commentform input[type="month"], #commentform input[type="time"], #commentform input[type="week"], #commentform input[type="number"], #commentform input[type="email"], #commentform input[type="url"], #commentform input[type="search"], #commentform input[type="tel"], #commentform input[type="color"], #commentform textarea, #commentform select {
    width: 100%;
    background-color: #f5f6f8;
    border: 1px solid #eff2f5;
    margin-bottom: 15px;
    height: 50px;
    border-radius: 3px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}

#commentform input::-webkit-input-placeholder {
    color: #999 !important;
}

#commentform input:-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

#commentform input::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

#commentform input:-ms-input-placeholder {
    color: #999 !important;
}

#commentform #submit {
    padding: 10px 30px;
    width: auto;
}

#commentform .col-xs-12 {
    padding: 0 15px;
}

#commentform textarea {
    width: 100%;
    background-color: #f5f6f8;
    border: 1px solid #eff2f5;
    margin-bottom: 7px;
    height: 120px;
    border-radius: 3px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}

#commentform input::-moz-placeholder, #commentform textarea::-moz-placeholder {
    color: #9b9b9b;
}

#commentform input::-webkit-input-placeholder, #commentform textarea::-webkit-placeholder {
    color: #9b9b9b;
}

#commentform input::-o-placeholder, #commentform textarea::-o-placeholder {
    color: #9b9b9b;
}

#commentform input::-ms-placeholder, #commentform textarea::-ms-placeholder {
    color: #9b9b9b;
}

#cancel-comment-reply-link {
    margin-left: 2px;
    padding: 10px 26px;
    position: relative;
    text-transform: none;
    font-size: 13px;
    top: -2px;
    color: #00bcd4;
}

body .vc_col-has-fill > .vc_column-inner, body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0px;
}

.cms-fancyboxes-wraper + .vc_empty_space, .vc_wp_search + .vc_empty_space {
    float: left;
    width: 100%;
    /* ==========================================================================
   [Start] 1. CMS Heading
========================================================================== */
}

.cms-heading-wrapper .title {
    font-size: 18px;
    margin-bottom: 30px;
    background: transparent url(../images/dots.gif) repeat-x scroll 0 12px;
}

.cms-heading-wrapper .title span {
    background: #fff none repeat scroll 0 0;
    padding-right: 20px;
}

.cms-heading-wrapper .subtitle {
    font-weight: 700;
    color: #616161;
    font-size: 15px;
    text-align: center;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
}

.cms-heading-wrapper .description {
    font-size: 15px;
    line-height: 23px;
    color: #a5a5a5;
    margin-top: -11px;
}

.heading-layout2 {
    text-align: center;
    /* ==========================================================================
   [End] 1. CMS Heading
========================================================================== */
    /* ==========================================================================
   [Start] 2. CMS Carousel
========================================================================== */
}

.heading-layout2 .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 17px;
    margin-bottom: 15px;
}

.heading-layout2 .title:after {
    background: #00bcd4;
    width: 80px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.heading-layout2 .description {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #767676;
}

.template-cms_carousel-blog {
    position: relative;
    padding-bottom: 30px;
}

.template-cms_carousel-blog .cms-grid-media {
    position: relative;
}

.template-cms_carousel-blog.owl-carousel .owl-item {
    padding: 0 3px;
}

.template-cms_carousel-blog .cms-carousel-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
}

.template-cms_carousel-blog .cms-carousel-item .content-left {
    width: 49px;
    height: 49px;
    border-radius: 2px;
    background: #282828;
    text-align: center;
    position: absolute;
    left: 30px;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.template-cms_carousel-blog .cms-carousel-item .content-left i {
    font-size: 18px;
    color: #fff;
    line-height: 49px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right {
    padding: 25px 30px 21px;
    width: 100%;
    float: left;
    background: #fff;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .content-main {
    width: 100%;
    padding-left: 0px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .archive_detail {
    float: left;
    width: 100%;
    margin-top: -8px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .archive_detail li {
    display: inline-block;
    font-size: 13px;
    color: #616161;
    letter-spacing: 0.01em;
    line-height: 26px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .archive_detail li.detail-terms a {
    color: #00bcd4;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .archive_detail li.detail-terms a:hover {
    color: #0c6db0;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .entry-title {
    font-size: 18px;
    margin-top: 4px;
    float: left;
    width: 100%;
    margin-bottom: 17px;
    line-height: 28px;
    color: #282828;
    font-weight: 700;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .entry-title a {
    color: #282828;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .entry-title a:hover {
    color: #00bcd4;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .entry-content {
    font-size: 14px;
    line-height: 23px;
    color: #9b9b9b;
    margin-top: 5px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .grid_bottom {
    float: left;
    width: 100%;
    margin-top: 23px;
    border-top: #eee solid 2px;
    padding-top: 22px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .grid_bottom .detail-date {
    float: left;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .grid_bottom .detail-date a {
    display: inline-block;
    font-size: 13px;
    color: #616161;
    letter-spacing: 0.01em;
    line-height: 26px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .grid_bottom .detail-date a:hover {
    color: #00bcd4;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .grid_bottom .more {
    margin-top: 0;
    float: right;
    overflow: hidden;
    text-align: right;
    color: #333;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 13px;
    line-height: 20px;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .grid_bottom .more i {
    font-size: 11px;
    margin-right: 2px;
    line-height: 20px;
    -webkit-transform: translate3d(44px, 0px, 0);
    -khtml-transform: translate3d(44px, 0px, 0);
    -moz-transform: translate3d(44px, 0px, 0);
    -ms-transform: translate3d(44px, 0px, 0);
    -o-transform: translate3d(44px, 0px, 0);
    transform: translate3d(44px, 0px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.template-cms_carousel-blog .cms-carousel-item .content-right .grid_bottom .more span {
    -webkit-transform: translate3d(50px, 0px, 0);
    -khtml-transform: translate3d(50px, 0px, 0);
    -moz-transform: translate3d(50px, 0px, 0);
    -ms-transform: translate3d(50px, 0px, 0);
    -o-transform: translate3d(50px, 0px, 0);
    transform: translate3d(50px, 0px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.template-cms_carousel-blog .cms-carousel-item:hover .content-left {
    opacity: 1;
}

.template-cms_carousel-blog .cms-carousel-item:hover .content-right .grid_bottom .more {
    color: #00bcd4;
}

.template-cms_carousel-blog .cms-carousel-item:hover .content-right .grid_bottom .more span, .template-cms_carousel-blog .cms-carousel-item:hover .content-right .grid_bottom .more i {
    -webkit-transform: translate3d(0px, 0px, 0);
    -khtml-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.template-cms_carousel-blog.style2 .cms-carousel-item .content-left {
    background: #0b0b0b;
}

.template-cms_carousel-blog.style2 .cms-carousel-item .content-right {
    background: #222;
}

.template-cms_carousel-blog.style2 .cms-carousel-item .content-right .entry-title a {
    color: #fff;
}

.template-cms_carousel-blog.style2 .cms-carousel-item .content-right .grid_bottom {
    border-color: rgba(238, 238, 238, 0.05);
}

.template-cms_carousel-blog.style2 .cms-carousel-item .content-right .grid_bottom .more {
    color: #5b5b5b;
}

.template-cms_carousel-blog.template-cms_carousel--layout-blog2.owl-carousel .owl-stage-outer {
    padding-top: 29px;
}

.template-cms_carousel-blog.template-cms_carousel--layout-blog2 .cms-carousel-item .content-left {
    bottom: auto;
    top: -29px;
}

.template-cms_carousel-blog.template-cms_carousel--layout-blog2 .cms-carousel-item .content-right {
    padding-top: 35px;
}

.template-cms_carousel--layout-blog3 {
    position: relative;
}

.template-cms_carousel--layout-blog3.cms-carousel .owl-dots {
    top: auto;
    bottom: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    right: auto;
}

.template-cms_carousel--layout-blog3.cms-carousel .owl-dots .owl-dot {
    background: none;
    border: rgba(255, 255, 255, 0.68) solid 1px;
}

.template-cms_carousel--layout-blog3 .cms-carousel-item {
    max-width: 812px;
    position: relative;
    margin: 0 auto;
}

.template-cms_carousel--layout-blog3 .cms-grid-media {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
}

.template-cms_carousel--layout-blog3 .cms-grid-media .bg-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}

.template-cms_carousel--layout-blog3 .content-overlay {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #00bcd4;
    margin-bottom: 1px;
}

.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-title a {
    color: #00bcd4;
}

.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-title a:hover {
    color: #0c6db0;
}

.template-cms_carousel--layout-blog3 .content-overlay .cms-carousel-content {
    font-size: 15px;
    letter-spacing: 0.035em;
    line-height: 26px;
    color: #fff;
}

.link-team-page {
    text-align: center;
    padding-top: 38px;
}

.link-team-page a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 800;
}

.link-team-page a:hover {
    color: #0c6db0;
}

.link-team-page a:hover span:before, .link-team-page a:hover span:after {
    background: #0c6db0;
}

.link-team-page a span {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 7px;
}

.link-team-page a span:before {
    width: 2px;
    height: 8px;
    left: 3px;
    top: 0;
    background: #00bcd4;
    position: absolute;
    content: '';
}

.link-team-page a span:after {
    width: 8px;
    height: 2px;
    top: 3px;
    left: 0px;
    background: #00bcd4;
    position: absolute;
    content: '';
}

.cms-carousel .owl-dots, .owl-dots {
    margin-top: 0;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    bottom: 0;
    /*client*/
}

.cms-carousel .owl-dots .owl-dot, .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-radius: 50%;
    float: left;
    border: rgba(100, 100, 100, 0.5) solid 2px;
    background: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-carousel .owl-dots .owl-dot:hover, .owl-dots .owl-dot:hover, .cms-carousel .owl-dots .owl-dot.active, .owl-dots .owl-dot.active {
    background: #646464;
    border-color: #646464;
}

.cms-carousel-client .owl-stage-outer {
    padding: 3px;
}

.cms-carousel-client .cms-carousel-item {
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    text-align: center;
    min-height: 114px;
}

.cms-carousel-client .cms-carousel-item img {
    width: auto;
    display: inline-block;
    line-height: 114px;
}

.cms-carousel-client .cms-carousel-item + .cms-carousel-item {
    margin-top: 30px;
}

.cms-carousel-client2 .cms-carousel-item {
    min-height: 114px;
    text-align: center;
}

.cms-carousel-client2 .cms-carousel-item img {
    width: auto;
    display: inline-block;
    line-height: 114px;
}

.cms-carousel-layout1 .cms-carousel-item .cms-grid-media {
    height: 575px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 57px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay .content-top {
    width: 350px;
    max-width: 100%;
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay .content-top .cms-carousel-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.055em;
    color: #fff;
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay .content-top .cms-carousel-content {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.055em;
    color: rgba(255, 255, 255, 0.87);
    margin-top: 3px;
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap {
    margin-top: 16px;
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap .btn1 {
    font-size: 11px;
    padding: 9.5px 16.7px;
    float: left;
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap .btn2 {
    background: transparent;
    font-size: 11px;
    padding: 8.5px 16.7px;
    border-color: #00bcd4;
    color: #00bcd4;
    float: left;
    margin-left: 19px;
    margin-top: 1px;
}

.cms-carousel-layout1 .cms-carousel-item .content-overlay .button-wrap .btn2:hover {
    background: #00bcd4;
    color: #fff;
}

.cms-carousel-layout1 .dotsCont {
    text-align: center;
    margin-top: -37px;
    position: relative;
    z-index: 2;
}

.cms-carousel-layout1 .dotsCont .item-dot {
    width: 75px;
    height: 75px;
    border: #fff solid 5px;
    border-radius: 50%;
    background-size: cover;
    display: inline-block;
    background-position: center center;
    margin: 0 5px;
}

.owl-nav {
    position: static;
    /* ==========================================================================
   [End] 2. CMS Carousel
========================================================================== */
    /* ==========================================================================
   [Start] 3. CMS Fancybox Single
========================================================================== */
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 0;
    width: 60px;
    height: 60px;
    background: rgba(27, 26, 26, 0.5);
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    text-align: center;
    -webkit-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
}

.owl-nav .owl-prev i, .owl-nav .owl-next i {
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    -webkit-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
}

.owl-nav .owl-prev i:before, .owl-nav .owl-next i:before {
    content: "\f105";
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background: #fff;
}

.owl-nav .owl-prev:hover i, .owl-nav .owl-next:hover i {
    color: #999;
}

.owl-nav .owl-prev {
    right: auto;
    left: 30px;
}

.owl-nav .owl-prev i:before {
    content: "\f104";
}

.cms-fancyboxes-wraper.cms-fancybox-default {
    margin: 0;
    -webkit-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    /* ==========================================================================
   [End] 3. CMS Fancybox Single
========================================================================== */
    /* ==========================================================================
   [Start] 4. CMS Counter Single
========================================================================== */
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancyboxes-body {
    position: relative;
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancyboxes-image img {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 3px;
    background-color: #f5f6f8;
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancyboxes-image img:hover {
    background: #00bcd4;
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-item {
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-icon, .cms-fancyboxes-wraper.cms-fancybox-default .cms-icon-image {
    margin: 4px 17px 0 0;
    max-width: 50px;
    float: left;
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-icon i, .cms-fancyboxes-wraper.cms-fancybox-default .cms-icon-image i {
    font-size: 40px;
    position: relative;
    z-index: 2;
    color: #00bcd4;
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right {
    float: left;
    width: calc(100% - 67px);
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right .cms-fancybox-title {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #fff;
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right .cms-fancybox-content {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancyboxes-footer a {
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    background: #00bcd4;
}

.cms-fancyboxes-wraper.cms-fancybox-default .cms-fancyboxes-footer a:hover {
    background: #008fa1;
}

.cms-counter-wraper {
    /* ==========================================================================
   [End] 4. CMS Counter Single
========================================================================== */
    /* ==========================================================================
   [Start] 5. CMS Grid
========================================================================== */
}

.cms-counter-wraper .counter-wrap1 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.cms-counter-wraper .counter-wrap1 .cms-counter-icon-image, .cms-counter-wraper .counter-wrap1 .cms-counter-icon {
    max-height: 80px;
    height: 80px;
}

.cms-counter-wraper .counter-wrap1 .cms-counter-icon-image img, .cms-counter-wraper .counter-wrap1 .cms-counter-icon img {
    max-height: 80px;
}

.cms-counter-wraper .counter-wrap1 .cms-counter-icon-image i, .cms-counter-wraper .counter-wrap1 .cms-counter-icon i {
    font-size: 50px;
    color: #fff;
}

.cms-counter-wraper .counter-wrap1 .cms-counter {
    font-size: 80px;
    line-height: 1;
    color: #222;
    font-weight: 700;
}

.cms-counter-wraper .counter-wrap1 .cms-counter-title {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.018em;
    color: #616161;
    font-weight: 700;
    text-transform: capitalize;
}

.cms-counter-wraper.cms-counter-layout-2 .counter-wrap1 {
    padding: 13px 0 12px 0;
    background: rgba(34, 34, 34, 0.2);
}

.cms-counter-wraper.cms-counter-layout-2 .counter-wrap1 .cms-counter {
    color: #fff;
}

.cms-counter-wraper.cms-counter-layout-2 .counter-wrap1 .cms-counter-title {
    color: #fff;
}

.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 {
    padding: 13px 0 12px 0;
    background: rgba(255, 255, 255, 0.15);
}

.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter {
    color: #fff;
}

.cms-counter-wraper.cms-counter-layout-3 .counter-wrap1 .cms-counter-title {
    color: #fff;
}

.cms-grid-filter {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}

.cms-grid-filter ul {
    margin-bottom: 33px;
    margin-left: 0;
}

.cms-grid-filter ul li {
    font-size: 13px;
    padding: 0px 13px;
    line-height: 20px;
}

.cms-grid-filter ul li a {
    display: block;
    color: #333;
    cursor: pointer;
    letter-spacing: 0.02em;
    font-weight: 800;
}

.cms-grid-filter ul li a.active, .cms-grid-filter ul li a:hover {
    color: #00bcd4 !important;
}

.cms-grid-filter.style2 {
    text-align: left;
}

.cms-grid-filter.style2 ul li:first-child {
    padding-left: 0;
}

.cms-grid-filter.style2 ul li a {
    color: #fff;
}

.cms-grid-filter.style2 ul li a.active, .cms-grid-filter.style2 ul li a:hover {
    color: #00bcd4;
}

.cms-load-posts {
    text-align: center;
    padding-top: 53px;
}

.cms-load-posts a {
    margin-top: 20px;
    background: transparent;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
    color: #00bcd4;
    border-color: #00bcd4;
    border-radius: 4px !important;
}

.cms-load-posts a:hover {
    color: #fff;
    background: #00bcd4;
}

.template-cms_grid--layout-default {
    position: relative;
}

.template-cms_grid--layout-default .cms-grid-media {
    position: relative;
}

.template-cms_grid--layout-default.owl-carousel .owl-item {
    padding: 0 3px;
}

.template-cms_grid--layout-default .cms-grid-item-inner {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-left {
    width: 49px;
    height: 49px;
    border-radius: 2px;
    background: #282828;
    text-align: center;
    position: absolute;
    left: 30px;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-left i {
    font-size: 18px;
    color: #fff;
    line-height: 49px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right {
    padding: 25px 30px 21px;
    width: 100%;
    float: left;
    background: #fff;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .content-main {
    width: 100%;
    padding-left: 0px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .archive_detail {
    float: left;
    width: 100%;
    margin-top: -8px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .archive_detail li {
    display: inline-block;
    font-size: 13px;
    color: #616161;
    letter-spacing: 0.01em;
    line-height: 26px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .archive_detail li.detail-terms a {
    color: #00bcd4;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .archive_detail li.detail-terms a:hover {
    color: #0c6db0;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .entry-title {
    font-size: 18px;
    margin-top: 4px;
    float: left;
    width: 100%;
    margin-bottom: 17px;
    line-height: 28px;
    color: #282828;
    font-weight: 700;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .entry-title a {
    color: #282828;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .entry-title a:hover {
    color: #00bcd4;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .entry-content {
    font-size: 14px;
    line-height: 23px;
    color: #9b9b9b;
    margin-top: 5px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .grid_bottom {
    float: left;
    width: 100%;
    margin-top: 23px;
    border-top: #eee solid 2px;
    padding-top: 22px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .grid_bottom .detail-date {
    float: left;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .grid_bottom .detail-date a {
    display: inline-block;
    font-size: 13px;
    color: #616161;
    letter-spacing: 0.01em;
    line-height: 26px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .grid_bottom .detail-date a:hover {
    color: #00bcd4;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .grid_bottom .more {
    margin-top: 0;
    float: right;
    overflow: hidden;
    text-align: right;
    color: #333;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 13px;
    line-height: 20px;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .grid_bottom .more i {
    font-size: 11px;
    margin-right: 2px;
    line-height: 20px;
    -webkit-transform: translate3d(44px, 0px, 0);
    -khtml-transform: translate3d(44px, 0px, 0);
    -moz-transform: translate3d(44px, 0px, 0);
    -ms-transform: translate3d(44px, 0px, 0);
    -o-transform: translate3d(44px, 0px, 0);
    transform: translate3d(44px, 0px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.template-cms_grid--layout-default .cms-grid-item-inner .content-right .grid_bottom .more span {
    -webkit-transform: translate3d(50px, 0px, 0);
    -khtml-transform: translate3d(50px, 0px, 0);
    -moz-transform: translate3d(50px, 0px, 0);
    -ms-transform: translate3d(50px, 0px, 0);
    -o-transform: translate3d(50px, 0px, 0);
    transform: translate3d(50px, 0px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.template-cms_grid--layout-default .cms-grid-item-inner:hover .content-left {
    opacity: 1;
}

.template-cms_grid--layout-default .cms-grid-item-inner:hover .content-right .grid_bottom .more {
    color: #00bcd4;
}

.template-cms_grid--layout-default .cms-grid-item-inner:hover .content-right .grid_bottom .more span, .template-cms_grid--layout-default .cms-grid-item-inner:hover .content-right .grid_bottom .more i {
    -webkit-transform: translate3d(0px, 0px, 0);
    -khtml-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.template-cms_grid--layout-default .cms-load-posts {
    padding-top: 0px;
}

.template-cms_grid--layout-feature-coupons {
    /* ==========================================================================
   [End] 4. CMS Grid
========================================================================== */
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper .post-media {
    margin-bottom: 0;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper h3 {
    font-weight: 500;
    font-size: 18px;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper .coupon-top {
    margin-bottom: 14px;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper .coupon-code {
    border-radius: 4px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    height: auto !important;
    line-height: 40px;
    text-align: right;
    color: #121212;
    padding-right: 15px;
    background-color: #f3f6f9;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper .modal-footer .coupon-code {
    text-align: center;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper .show-code {
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 20px;
    position: absolute;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    border-radius: 4px;
    width: 80%;
    left: 0;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper small {
    font-size: 12px;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper .favorite-coupon {
    position: relative;
}

.template-cms_grid--layout-feature-coupons .coupon-wrapper .favorite-coupon .fa {
    top: -4px !important;
    font-size: 14px;
    color: #aaa;
    border: none;
}

.cs_extra_map {
    /**
separator
**/
}

.vc_separator h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    text-transform: uppercase;
}

.vc_separator h4 em {
    color: #00bcd4;
    font-style: normal;
    font-size: 36px;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    top: 9px !important;
    left: -39px;
    width: 108% !important;
}

.vc_separator.vc_separator_no_text .vc_sep_holder .vc_sep_line {
    left: 0px;
    width: 100% !important;
    top: 0px !important;
}

.vc_separator.vc_separator_align_right h4 {
    padding: 0 13px 0 0px !important;
    /*Call to action*/
}

.cms-cta-wrapper {
    position: relative;
    width: 100%;
    float: left;
    /*news-twitter*/
}

.cms-cta-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    opacity: 0.5;
    content: '';
}

.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner {
    width: calc(100% - 16px);
    margin: 8px;
    border: rgba(0, 188, 212, 0.5) solid 1px;
    float: left;
    position: relative;
    z-index: 1;
}

.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content {
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-right: 134px;
}

.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-text {
    width: 100%;
    text-align: center;
}

.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-text .text {
    letter-spacing: 0.1em;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-button {
    display: inline-block;
    margin-top: 10px;
}

.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-button a {
    letter-spacing: 1em;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: rgba(17, 17, 17, 0.5);
    display: inline-block;
    padding: 7.5px 32px 7.5px 65px;
    position: relative;
    line-height: 1;
}

.cms-cta-wrapper.cms-style-default .cms-cta-wrapper-inner .cms-cta-content .cms-cta-button a i {
    color: #fff;
    background: #00bcd4;
    float: left;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 27px;
    text-align: center;
    width: 31px;
    font-size: 12px;
    padding-left: 11px;
}

.cms-cta-wrapper.cms-cta-layout2 {
    padding-top: 16px;
    padding-bottom: 57px;
}

.cms-cta-wrapper.cms-cta-layout2:before {
    display: none;
}

.cms-cta-wrapper.cms-cta-layout2 .cms-cta-text {
    float: left;
    letter-spacing: 0.1em;
    color: #222;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 11px;
}

.cms-cta-wrapper.cms-cta-layout2 .cms-cta-text .subtext {
    float: left;
    color: #fff;
    margin-right: 6px;
    font-size: 24px;
}

.cms-cta-wrapper.cms-cta-layout2 .cms-cta-text .text {
    float: left;
    font-size: 18px;
}

.cms-cta-wrapper.cms-cta-layout2 .cms-cta-button {
    float: right;
}

.cms-cta-wrapper.cms-cta-layout2 .cms-cta-button a {
    display: inline-block;
    padding: 11.5px 44px;
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    border-radius: 2px;
    line-height: 1;
}

.cms-cta-wrapper.cms-cta-layout2 .cms-cta-button a:hover {
    background: #000;
    color: #fff;
}

.news-twitter {
    text-align: left;
    /*custom heading*/
}

.news-twitter .item-content > p {
    color: #bbb;
    letter-spacing: 0;
    margin-top: 0px;
    position: relative;
    max-width: 100%;
    display: inline-block;
}

.news-twitter .item-content > p a {
    color: #fff;
}

.news-twitter .item-content > p a:hover {
    color: #00bcd4;
}

.news-twitter .item-content > a {
    display: block;
    color: #00bcd4;
}

.vc_custom_heading {
    /*element accoredion*/
}

.vc_custom_heading em {
    color: #00bcd4;
    font-style: normal;
}

body {
    /*progress bar*/
}

body .vc_tta-container {
    margin-bottom: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: #eee solid 1px;
    border-radius: 2px;
    background: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel {
    margin-bottom: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    float: left;
    width: 100%;
    border-radius: 0px !important;
    border: none;
    background: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
    background-color: #fff;
    color: #282828;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    outline: medium none !important;
    padding: 30px 75px 30px 22px;
    text-decoration: none;
    position: relative;
    border-bottom: #eee solid 1px;
    border-top: none;
    float: left;
    width: 100%;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i {
    width: 30px;
    height: 30px;
    border: #282828 solid 1px;
    border-radius: 1px;
    right: 22px;
    left: auto;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i:after {
    display: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #282828;
    position: absolute;
    top: 13px;
    left: 9px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-width: 0;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a span {
    color: inherit;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover h4 a i {
    border-color: #00bcd4;
    background: #00bcd4;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover h4 a i:before {
    background: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover h4 a i:after {
    opacity: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    background: #fff !important;
    padding: 0 22px 24px;
    border: none;
    font-size: 15px;
    border-bottom: #eee solid 1px;
    line-height: 25px;
    float: left;
    margin-top: -8px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel:last-child .vc_tta-panel-heading h4 a {
    border-bottom: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active:last-child h4 a {
    border-radius: 0px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active:last-child .vc_tta-panel-body {
    border: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
    border-bottom-color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a i {
    border-color: #00bcd4;
    background: #00bcd4;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a i:before {
    background: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a i:after {
    opacity: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-controls-icon {
    width: auto;
    height: auto;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading h4 a {
    padding-left: 72px;
    padding-right: 22px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading h4 a i {
    left: 22px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    padding-left: 72px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat {
    background: none !important;
    border: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
    border-bottom-color: transparent;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4 a {
    background: none;
    padding-left: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading h4 a i {
    right: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion.vc_tta-style-flat .vc_tta-panel:last-child .vc_tta-panel-heading h4 a {
    border-bottom: #eee solid 1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
    margin: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li {
    float: left;
    padding: 0;
    position: relative;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a {
    font-size: 13px;
    color: rgba(33, 33, 33, 0.5);
    line-height: 20px;
    letter-spacing: 0.035em;
    padding: 11.5px 29.5px 12.5px;
    background: none;
    border: none;
    text-align: center;
    border-radius: 0;
    border-left: transparent solid 1px;
    border-right: transparent solid 1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a i {
    font-size: 14px;
    color: #aeb1be;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    margin-right: 9px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a span {
    margin-left: 0px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a:after {
    content: '';
    background: #00a5bb;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:last-child a {
    border-right: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active a, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover a {
    background: #fff;
    color: #0c6db0;
    border-color: #e0e0e0;
    font-size: 15px;
    padding: 11.5px 24px 12.5px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active a:after, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover a:after {
    opacity: 1;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li.vc_active a i, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li:hover a i {
    color: #0c6db0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels {
    background: #00bcd4 !important;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 13px;
    color: #0c6db0;
    line-height: 20px;
    letter-spacing: 0.035em;
    padding: 4.5px 54px;
    background: none;
    border: none;
    text-align: center;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
    font-size: 14px;
    color: #0c6db0;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    position: relative;
    top: -1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0.02em;
    position: static;
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
    display: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
    padding-left: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
    padding-right: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 33px 0px 0px 25px;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.055em;
    color: #707070;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    border: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active {
    border: none;
    border-radius: 2px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
    border-color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
    border-bottom: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container {
    margin: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list {
    padding-top: 4px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li {
    float: left;
    padding: 0;
    position: relative;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a {
    font-size: 15px;
    color: rgba(33, 33, 33, 0.5);
    background: #f7f7f7;
    line-height: 20px;
    letter-spacing: 0.015em;
    padding: 10px 20px 11px;
    border: none;
    min-width: 110px;
    text-align: center;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a i {
    font-size: 14px;
    color: #aeb1be;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    margin-right: 9px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a span {
    margin-left: 0px;
    -webkit-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a:after {
    content: '';
    background: transparent;
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0px;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:last-child a {
    border-right: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #0c6db0;
    color: #00bcd4;
    letter-spacing: 0.035em;
    padding: 10px 20px 11px;
    border-radius: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a span, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a span {
    position: relative;
    top: -3px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a:after, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a:after {
    opacity: 1;
    background: #0c6db0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a i, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li:hover a i {
    color: #0c6db0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li.vc_active a {
    font-weight: 600;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels {
    background: #00bcd4 !important;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 13px;
    color: #0c6db0;
    line-height: 20px;
    letter-spacing: 0.035em;
    padding: 4.5px 54px;
    background: none;
    border: none;
    text-align: center;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
    font-size: 14px;
    color: #0c6db0;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    position: relative;
    top: -1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0.02em;
    position: static;
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
    display: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
    padding-left: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
    padding-right: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 33px 22px 22px 23px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.035em;
    color: #707070;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    border: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active {
    border: none;
    border-radius: 2px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
    border-color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-modern .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
    border-bottom: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li {
    float: left;
    padding: 0;
    position: relative;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a {
    font-size: 13px;
    color: #aeb1be;
    line-height: 20px;
    letter-spacing: 0.035em;
    padding: 11.5px 20px 12.5px;
    background: none;
    border: none;
    text-align: center;
    border-radius: 0;
    border-left: transparent solid 1px;
    border-right: transparent solid 1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a i {
    font-size: 14px;
    color: #aeb1be;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    margin-right: 9px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a span {
    margin-left: 0px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a:after {
    content: '';
    background: #00a5bb;
    width: calc(100% + 2px);
    height: 2px;
    top: 0;
    left: -1px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:last-child a {
    border-right: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a {
    background: #fff;
    color: #0c6db0;
    border-color: #e0e0e0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a:after, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a:after {
    opacity: 1;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li.vc_active a i, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li:hover a i {
    color: #0c6db0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels {
    background: #00bcd4 !important;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 13px;
    color: #0c6db0;
    line-height: 20px;
    letter-spacing: 0.035em;
    padding: 4.5px 54px;
    background: none;
    border: none;
    text-align: center;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
    font-size: 14px;
    color: #0c6db0;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    position: relative;
    top: -1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0.02em;
    position: static;
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
    display: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
    padding-left: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
    padding-right: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 20px 34px 20px 17px;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.035em;
    color: #999;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    border: #dee1e3 solid 1px;
    border-top: none;
    border-radius: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active {
    border: none;
    border-radius: 2px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
    border-color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-flat .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
    border-bottom: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container {
    margin: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list {
    border-radius: 0;
    text-align: center;
    background: #0c6db0;
    border-bottom: #e0e0e0 solid 1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li {
    float: none;
    padding: 0;
    position: relative;
    display: inline-block;
    margin: 0 59px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a {
    font-size: 18px;
    color: #eaefff;
    line-height: 20px;
    letter-spacing: 0.075em;
    padding: 26px 13px;
    background: none;
    border: none;
    text-align: center;
    border-radius: 0;
    border: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a i {
    font-size: 14px;
    color: #aeb1be;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    margin-right: 9px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a span {
    margin-left: 0px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a:after {
    content: '';
    background: #00a5bb;
    width: 100%;
    height: 4px;
    bottom: 0;
    top: auto;
    left: 0px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:last-child a {
    border-right: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active a, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover a {
    color: #00bcd4;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active a:after, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover a:after {
    opacity: 1;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_active a i, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li:hover a i {
    color: #0c6db0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels {
    border: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px;
    text-align: center;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 13px;
    color: #0c6db0;
    line-height: 20px;
    letter-spacing: 0.035em;
    padding: 4.5px 54px;
    background: none;
    border: none;
    text-align: center;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
    font-size: 14px;
    color: #0c6db0;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    position: relative;
    top: -1px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    position: static;
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
    display: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
    padding-left: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
    padding-right: 30px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 0;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.055em;
    color: #707070;
    border: none;
    margin: 0 auto;
    overflow: visible;
    max-width: 1110px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #00bcd4;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active {
    border: none;
    border-radius: 2px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #00bcd4;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
    border-bottom: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list {
    background: none;
    border-bottom: none;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li {
    padding: 0 34px;
    margin: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li a {
    color: #0c6db0;
    font-size: 13px;
    padding: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li a:after {
    height: 1px;
    bottom: 0;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li.vc_active a, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-tabs-list li:hover a {
    color: #00bcd4;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-panels {
    border: none;
    padding-top: 76px;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    max-width: 100%;
}

body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline.style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-container {
    margin: 0;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list {
    padding-left: 8px;
    margin-top: 3px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li {
    padding: 0;
    position: relative;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a {
    font-size: 15px;
    color: rgba(12, 109, 176, 0.5);
    background: #f7f7f7;
    line-height: 20px;
    letter-spacing: 0.015em;
    padding: 10px 15px 11px;
    border: none;
    min-width: 93px;
    text-align: left;
    display: inline-block;
    float: right;
    margin-bottom: 1px;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.13);
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a i {
    font-size: 14px;
    color: #aeb1be;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    margin-right: 9px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a span {
    margin-left: 0px;
    position: relative;
    -webkit-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a:after {
    content: '';
    background: transparent;
    width: 8px !important;
    height: 100% !important;
    top: 0px !important;
    left: -8px !important;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:last-child a {
    border-right: none;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a {
    font-weight: 600;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a, body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a {
    background: #0c6db0;
    color: #00bcd4;
    letter-spacing: 0.035em;
    padding: 10px 15px 11px 10px;
    border-radius: 0;
    border-radius: 0;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a:after, body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a:after {
    opacity: 1;
    background: #0c6db0;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a span, body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a span {
    left: -8px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li.vc_active a i, body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li:hover a i {
    color: #0c6db0;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels {
    background: #00bcd4 !important;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
    border-radius: 0px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 13px;
    color: #0c6db0;
    line-height: 20px;
    letter-spacing: 0.035em;
    padding: 4.5px 54px;
    background: none;
    border: none;
    text-align: center;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
    font-size: 14px;
    color: #0c6db0;
    padding-right: 4px;
    padding: 0;
    line-height: 1;
    position: relative;
    top: -1px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0.02em;
    position: static;
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text:before {
    display: none;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left span {
    padding-left: 30px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right span {
    padding-right: 30px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 27px 20px 26px 23px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.055em;
    color: #707070;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15), -2px 0px 5px rgba(0, 0, 0, 0.15);
    border: none;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active {
    border: none;
    border-radius: 2px;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
    border-color: #fff;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
    color: #fff;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
    color: #fff;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
}

body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading a {
    border-bottom: none;
}

.cms-progress-wraper {
    float: left;
    width: 100%;
    /*cms-list*/
    /*vc-icon*/
}

.cms-progress-wraper .cms-progress-item-wrap .cms-progress-title {
    margin-bottom: 2px;
    font-size: 13px;
    color: #282828;
    letter-spacing: 0.02em;
    font-weight: 800;
    text-transform: uppercase;
}

.cms-progress-wraper .cms-progress-item-wrap .cms-progress-title .progress-couter {
    float: right;
    font-weight: normal;
    font-size: 11px;
    color: #9b9b9b;
}

.cms-progress-wraper .cms-progress-item-wrap .progress-content {
    float: left;
    width: 100%;
}

.cms-progress-wraper .cms-progress-item-wrap .cms-progress {
    border-radius: 0;
    overflow: initial;
    margin-bottom: 34px;
    height: 6px;
    background: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.cms-progress-wraper .cms-progress-item-wrap .cms-progress .progress-bar {
    height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    overflow: inherit;
    background: #00bcd4;
}

.cms-progress-wraper.cms-progress-layout2 .cms-progress .progress-bar {
    background-color: #00bcd4;
    background-image: -webkit-gradient(linear, left top, right top, from(#00bcd4), to(#0c6db0));
    background-image: -webkit-linear-gradient(left, #00bcd4, #0c6db0);
    background-image: -moz-linear-gradient(left, #00bcd4, #0c6db0);
    background-image: -ms-linear-gradient(left, #00bcd4, #0c6db0);
    background-image: -o-linear-gradient(left, #00bcd4, #0c6db0);
    background-image: linear-gradient(left, #00bcd4, #0c6db0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00bcd4', endColorStr='#0c6db0', gradientType='1');
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner.vc_icon_element-style-diamond {
    width: 100px !important;
    height: 100px !important;
    position: relative;
    margin: 3% 3% 0 0;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner.vc_icon_element-style-diamond:before {
    width: 100%;
    height: 100%;
    content: "";
    left: 0px;
    top: 0px;
    display: block;
    position: absolute;
    background: #00bcd4;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.plan-detail {
    margin-bottom: 0px;
    list-style: none;
    border-width: 1px 1px 1px;
    border-style: solid none solid solid;
    border-color: #d4d4d4 #d4d4d4 #d4d4d4;
    border-right: none;
}

.plan-detail li {
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.plan-detail li:last-child {
    border-bottom: none;
}

.plan-detail li .toll-tip {
    color: #477ab9;
    text-decoration: none;
    float: right;
}

.site-navigation {
    /*pie chart*/
}

.site-navigation div ul {
    float: right;
}

.site-navigation div ul li {
    display: inline-block;
    float: left;
    width: auto;
    padding: 0 24px;
}

.site-navigation div ul li:last-child {
    padding-right: 0;
}

.site-navigation div ul li > a {
    color: #0c6db0;
    font-size: 14px;
    letter-spacing: 0.035em;
}

.site-navigation div ul li > a:hover {
    color: #00bcd4;
}

.site-navigation div ul li.current-menu-item a {
    color: #00bcd4;
}

.vc_pie_chart .vc_pie_wrapper {
    border-radius: 50%;
    width: 200px !important;
    height: 200px !important;
}

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
    border: #bdbdbd solid 20px;
    border-width: 20px !important;
    border-radius: 50%;
    opacity: 1;
    width: 200px !important;
    height: 200px !important;
}

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
    height: auto !important;
    position: static;
    color: #0c6db0;
    display: block;
    font-size: 55px;
    letter-spacing: 0.035em;
    line-height: 210px;
    text-align: center;
    top: -3px;
    width: 90%;
    z-index: 10;
}

.vc_pie_chart .vc_pie_wrapper .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.vc_pie_chart .vc_pie_wrapper canvas {
    width: 200px !important;
    height: 200px !important;
}

.vc_pie_chart .wpb_pie_chart_heading {
    width: 100%;
    height: auto !important;
    margin: 20px 0;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.vc_message_box {
    margin: 0 0 20px !important;
    padding: 12px 1em 12px 4em !important;
}

.lp-searchform {
    display: inline-block;
    /* BACKGROUND HORIZONTAL */
}

.lp-searchform .input-search-inner {
    margin: 0 10px;
}

.lp-searchform .search-lp, .lp-searchform input[type='text'], .lp-searchform select {
    max-width: calc(100% - 98px);
    width: 430px;
    height: 50px;
    border-radius: 30px;
    background: #fff;
    font-size: 13px;
    letter-spacing: 0.035em;
    color: rgba(12, 109, 176, 0.33);
    border: none;
    padding-left: 25px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.lp-searchform input[type='text']:focus, .lp-searchform input[type='text']:hover {
    border-color: #0c6db0 !important;
}

.lp-searchform .search-lp {
    border: 1px solid #fff;
}

.lp-searchform .search-lp:focus, .lp-searchform .search-lp:hover {
    border: 1px solid #0c6db0;
}

.lp-searchform input.text-validate {
    border: red solid 1px;
}

.lp-searchform input.text-validate::-webkit-input-placeholder {
    color: red !important;
}

.lp-searchform input.text-validate:-moz-placeholder {
    color: red !important;
}

.lp-searchform input.text-validate::-moz-placeholder {
    color: red !important;
}

.lp-searchform input.text-validate:-ms-input-placeholder {
    color: red !important;
}

.lp-searchform input::-webkit-input-placeholder {
    color: rgba(12, 109, 176, 0.33) !important;
}

.lp-searchform input:-moz-placeholder {
    color: rgba(12, 109, 176, 0.33) !important;
    opacity: 1;
}

.lp-searchform input::-moz-placeholder {
    color: rgba(12, 109, 176, 0.33) !important;
    opacity: 1;
}

.lp-searchform input:-ms-input-placeholder {
    color: rgba(12, 109, 176, 0.33) !important;
}

.lp-searchform label {
    position: relative;
    margin-left: 23px;
    cursor: pointer;
}

.lp-searchform label:after {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1c3';
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #0c6db0;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.lp-searchform label:hover:after {
    color: #fff;
}

.lp-searchform .search-lp-submit, .lp-searchform input[type="submit"] {
    width: 75px;
    height: 50px;
    border-radius: 30px;
    background: #fff;
    font-size: 13px;
    letter-spacing: 0.035em;
    color: rgba(12, 109, 176, 0.33);
    border: none;
    text-indent: 100px;
    overflow: hidden;
}

.lp-searchform .search-lp-submit:hover, .lp-searchform input[type="submit"]:hover {
    background: #0c6db0;
    color: #fff !important;
}

.cms-lists {
    float: left;
    width: 100%;
    /*grid course*/
}

.cms-lists .list-style2 {
    list-style: disc;
}

.cms-lists .list-style2 li span {
    background: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: #212121;
}

.cms-lists .list-style2 li span:before, .cms-lists .list-style2 li span:after {
    display: none;
}

.cms-lists .list-style3 li span {
    border-bottom: 1px solid #f0efef !important;
    padding: 0px !important;
    padding-bottom: 5px !important;
    background: none;
    border-radius: 3px;
    font-size: 13px;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    display: block;
}

.cms-lists .list-style3 li:last-child span {
    border: none !important;
}

.grid-lp-category {
    max-width: 1042px;
    display: inline-block !important;
}

.grid-lp-category .lp-category-item .lp-category-item-inner {
    margin: 27.5px 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 {
    position: relative;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 img {
    border-radius: 3px;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .overlay {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 188, 212, 0.5);
    mix-blend-mode: multiply;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 30px;
    z-index: 2;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .title {
    float: left;
    width: 100%;
    padding-top: 12px;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .title h3 {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    float: left;
    font-weight: 600;
    margin-bottom: 12px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .title .number-courses {
    float: right;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    letter-spacing: 0.055em;
    margin-top: 1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 6px -2px rgba 0, 0, 0, 0.75;
    -moz-box-shadow: 0px 0px 6px -2px rgba 0, 0, 0, 0.75;
    -ms-box-shadow: 0px 0px 6px -2px rgba 0, 0, 0, 0.75;
    box-shadow: 0px 0px 6px -2px rgba 0, 0, 0, 0.75;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom {
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.055em;
    float: left;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more {
    padding-top: 13px;
    padding-bottom: 13px;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more a {
    color: inherit;
    display: block;
    position: relative;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more a i {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 12px;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay .content-bottom .more a:hover {
    opacity: 0.7;
}

.grid-lp-category .lp-category-item .lp-category-item-inner1:hover .content-overlay {
    bottom: 0 !important;
}

.grid-lp-category .owl-dots {
    counter-reset: section;
    padding-top: 48.5px;
    position: static;
    width: 100%;
    float: left;
}

.grid-lp-category .owl-dots .owl-dot {
    counter-reset: subsection;
    display: inline-block;
    width: 26px;
    height: 26px;
    float: none;
    border-radius: 2px;
    border: #bdbdbd solid 1px;
    line-height: 23px;
    margin: 0 2px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
    background-image: -webkit-linear-gradient(bottom, #fff, #eaeaea);
    background-image: -moz-linear-gradient(bottom, #fff, #eaeaea);
    background-image: -ms-linear-gradient(bottom, #fff, #eaeaea);
    background-image: -o-linear-gradient(bottom, #fff, #eaeaea);
    background-image: linear-gradient(bottom, #fff, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='#eaeaea');
    /*place holder*/
    -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.grid-lp-category .owl-dots .owl-dot:before {
    counter-increment: section;
    content: counter(section);
    color: #717171;
    font-size: 12px;
    line-height: 23px;
}

.grid-lp-category .owl-dots .owl-dot:hover, .grid-lp-category .owl-dots .owl-dot.active {
    background-color: #c5c5c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#dedede));
    background-image: -webkit-linear-gradient(bottom, #c5c5c5, #dedede);
    background-image: -moz-linear-gradient(bottom, #c5c5c5, #dedede);
    background-image: -ms-linear-gradient(bottom, #c5c5c5, #dedede);
    background-image: -o-linear-gradient(bottom, #c5c5c5, #dedede);
    background-image: linear-gradient(bottom, #c5c5c5, #dedede);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c5c5c5', endColorStr='#dedede');
    /*place holder*/
}

.cms_event_lists > .title {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #7e7e7e;
    text-align: left;
    margin: 0 0 14px;
}

.cms_event_lists .item-event {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms_event_lists .item-event:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.cms_event_lists .item-event:last-child {
    margin-bottom: 0;
}

.cms_event_lists .item-event .date {
    float: left;
    width: 98px;
    height: 110px;
    background: #0c6db0;
    border-radius: 2px;
    text-align: center;
}

.cms_event_lists .item-event .date .month {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #fff;
    display: block;
    margin-top: 15px;
}

.cms_event_lists .item-event .date .day {
    font-size: 42px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #00bcd4;
    display: block;
    margin-top: 14px;
}

.cms_event_lists .item-event .event-right {
    text-align: left;
    width: calc(100% - 128px);
    float: right;
}

.cms_event_lists .item-event .event-right .title {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.035em;
    margin-top: 3px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.cms_event_lists .item-event .event-right .title a {
    color: #0c6db0;
}

.cms_event_lists .item-event .event-right .title a:hover {
    color: #00bcd4;
}

.cms_event_lists .item-event .event-right .desc {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: rgba(12, 109, 176, 0.38);
}

.cms_event_lists .item-event .event-right .desc p {
    margin-bottom: 0px;
}

.cms_event_lists .item-event .event-right .cms-more a {
    font-size: 13px;
    line-height: 26px;
    color: #00bcd4;
    letter-spacing: 0.035em;
    text-transform: capitalize;
    display: block;
}

.cms_event_lists .item-event .event-right .cms-more a:hover {
    color: #0c6db0;
}

.cms_event_lists .item-event .event-right .cms-more a i {
    margin-left: 10px;
}

.contact-left {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.035em;
    color: #fff;
    float: left;
    margin-top: 9px;
}

.contact-right {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.035em;
    color: #fff;
    float: left;
    padding-left: 30px;
    margin-top: -5px;
    /* 1.[Social] */
}

.contact-right > span {
    display: block;
    margin: 2px 0;
}

.contact-right > span span {
    display: inline-block;
    margin-right: 38px;
    min-width: 34px;
}

.contact-right > span + span {
    margin-top: 5px;
}

.cms-social-page {
    text-align: center;
    margin-top: 4px;
}

.cms-social-page a {
    color: #616161;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin: 0 8px;
}

.cms-social-page a:hover, .cms-social-page a:focus {
    color: #0c6db0;
}

.cms-social-page.social-layout2 {
    display: inline-block;
}

.cms-social-page.social-layout2 a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: #fff;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15), -1px 0 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15), -1px 0 2px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    font-size: 18px;
    color: #0c6db0;
    margin: 0 32px;
    float: left;
}

.cms-social-page.social-layout2 a i {
    line-height: 1;
}

.cms-social-page.social-layout2 a:first-child {
    margin-left: 0;
}

.cms-social-page.social-layout2 a:hover {
    background: #00bcd4;
    color: #fff;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    float: none !important;
    display: block;
}

.cms-images-grid {
    position: relative;
    max-width: 618px;
    margin-top: 59px;
    margin-bottom: 53px;
}

.cms-images-grid .primary-item {
    width: 100%;
    height: 408px;
    background-size: cover;
    border-radius: 3px;
}

.cms-images-grid .item-top-right {
    width: 330px;
    height: 210px;
    background-size: cover;
    position: absolute;
    top: -59px;
    right: -48px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: 2;
}

.cms-images-grid .item-bottom-left {
    width: 330px;
    height: 210px;
    background-size: cover;
    position: absolute;
    bottom: -53px;
    left: -40px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.vc_tta-container {
    /* ==========================================================================
   [Start] 3. Shortcode Blockquote
========================================================================== */
}

.vc_tta-container + .vc_custom_heading {
    float: left;
    width: 100%;
}

blockquote {
    margin: 20px 0 20px !important;
    padding: 30px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-style1 blockquote {
    border: none;
    position: relative;
    padding: 24px 30px 21px 37px;
}

.blockquote-style1 blockquote:before, .blockquote-style1 blockquote:after {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
    color: #222;
    position: absolute;
    top: -3;
    left: 0;
}

.blockquote-style1 blockquote:after {
    content: "\f10e";
    top: auto;
    bottom: -3px;
    left: inherit;
    right: 0;
}

.blockquote-style2 blockquote {
    border: none;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* BACKGROUND GRADIENT */
    color: #00bcd4;
    padding: 24px 34px 20px;
}

.blockquote-style3 {
    /* ==========================================================================
   [End] 3. Shortcode Blockquote
========================================================================== */
    /*cms-process*/
}

.blockquote-style3 blockquote {
    border: none;
    background-color: #2f2f2f;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* BACKGROUND GRADIENT */
    padding: 24px 34px 20px;
}

.blockquote-style3 blockquote cite {
    color: #fff;
}

.cms-process {
    /*vc-bootstrap-tabs*/
}

.cms-process .cms-process-list {
    text-align: center;
    display: inline-block;
}

.cms-process .cms-process-list li {
    display: inline-block;
    max-width: 25%;
    text-align: center;
    float: left;
    position: relative;
    padding: 0 30px;
}

.cms-process .cms-process-list li:after {
    background: url("../images/divide-process.png") no-repeat top left;
    width: 27px;
    height: 3px;
    top: 63px;
    right: -13px;
    position: absolute;
}

.cms-process .cms-process-list li:last-child:after {
    opacity: 0;
}

.cms-process .cms-process-list li:hover .cms-process-icon .bg-overlay:after {
    opacity: 0.8;
}

.cms-process .cms-process-list li:hover .cms-process-icon .bg-overlay:before {
    opacity: 0.6;
}

.cms-process .cms-process-list li .cms-process-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.cms-process .cms-process-list li .cms-process-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(34, 34, 34, 0.6);
}

.cms-process .cms-process-list li .cms-process-icon:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.7) solid 2px;
    z-index: 3;
}

.cms-process .cms-process-list li .cms-process-icon .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
}

.cms-process .cms-process-list li .cms-process-icon .bg-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-blend-mode: multiply;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}

.cms-process .cms-process-list li .cms-process-icon .bg-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #00bcd4;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-process .cms-process-list li .cms-process-icon > span {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #fff;
    top: 0;
    left: 0;
    line-height: 116px;
    display: block;
    font-size: 50px;
    font-weight: 700;
}

.cms-process .cms-process-list li .cms-process-icon img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.cms-process .cms-process-list li .cms-process-title {
    font-weight: 800;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 13px;
    margin-top: 27px;
    margin-bottom: 11px;
    line-height: 1.1;
}

.cms-process .cms-process-list li .cms-process-desc {
    color: #9b9b9b;
    line-height: 23px;
    font-size: 14px;
}

.cms-process.cms-process-layout2 .cms-process-list li:after {
    top: 80px;
}

.cms-process.cms-process-layout2 .cms-process-list li .cms-process-icon {
    width: 100%;
    height: 44px;
    border-radius: 0;
    position: relative;
    display: inline-block;
}

.cms-process.cms-process-layout2 .cms-process-list li .cms-process-icon:after, .cms-process.cms-process-layout2 .cms-process-list li .cms-process-icon:before {
    display: none;
}

.cms-process.cms-process-layout2 .cms-process-list li .cms-process-icon img {
    width: auto;
    height: auto;
    max-height: 44px;
    border-radius: 0;
}

.cms-process.cms-process-layout2 .cms-process-list li .cms-process-title {
    margin-top: 20px;
}

.cms-process.cms-process-layout3 .cms-process-list li:hover .cms-process-icon .bg-overlay:before {
    opacity: 1;
}

.cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background: #222;
}

.cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon:after {
    display: none;
}

.cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
}

.cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon .bg-overlay:after {
    display: none;
}

.cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon .bg-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #00bcd4;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon > span {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #fff;
    top: 0;
    left: 0;
    line-height: 116px;
    display: block;
    font-size: 50px;
    font-weight: 700;
}

.cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.vc-bootstrap-tabs .nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 33px;
}

.vc-bootstrap-tabs .nav-tabs li {
    display: inline-block;
    float: none;
    padding: 0 12px;
}

.vc-bootstrap-tabs .nav-tabs li a {
    font-weight: 800;
    color: #333;
    letter-spacing: 0.02em;
    border: none;
    font-size: 13px;
    background: none;
    padding: 0;
}

.vc-bootstrap-tabs .nav-tabs li:hover a, .vc-bootstrap-tabs .nav-tabs li.active a, .vc-bootstrap-tabs .nav-tabs li:focus a {
    border: none;
    color: #00bcd4 !important;
}

.vc-bootstrap-tabs .nav-tabs li:hover a:hover, .vc-bootstrap-tabs .nav-tabs li.active a:hover, .vc-bootstrap-tabs .nav-tabs li:focus a:hover, .vc-bootstrap-tabs .nav-tabs li:hover a.active, .vc-bootstrap-tabs .nav-tabs li.active a.active, .vc-bootstrap-tabs .nav-tabs li:focus a.active, .vc-bootstrap-tabs .nav-tabs li:hover a:focus, .vc-bootstrap-tabs .nav-tabs li.active a:focus, .vc-bootstrap-tabs .nav-tabs li:focus a:focus {
    background: none;
}

.vc-bootstrap-tabs .tab-pane {
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
}

.vc-bootstrap-tabs .tab-pane img {
    -webkit-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 2px 3px rgba(40, 40, 40, 0.16);
}

.vc-bootstrap-tabs.style1 .nav-tabs li a {
    color: #5b5b5b;
}

div i.icon {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: text-top;
    margin-left: 0px;
}

.cms-button-video {
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 34px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 68px;
    line-height: 68px;
    padding-left: 11px;
    padding-right: 21px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-button-video i {
    line-height: 68px;
    font-size: 48px;
    float: left;
    margin-right: 14px;
}

.cms-button-video:hover {
    background: rgba(0, 188, 212, 0.8);
    color: #fff;
}

.cms-button-video:focus {
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
}

.cms-button-video.style2 {
    background: none;
    font-size: 16px;
    line-height: 48px;
    height: auto;
    font-weight: 700;
}

.cms-button-video.style2 i {
    line-height: 48px;
}

.cms-button-video.style2:hover {
    color: #00bcd4;
}

.cms-countdown-wraper {
    color: #222;
}

.cms-countdown-wraper .col-item {
    float: left;
    width: 20%;
    text-align: center;
}

.cms-countdown-wraper .col-item .countdown-amount {
    font-size: 80px;
    color: inherit;
    font-weight: 700;
}

.cms-countdown-wraper .col-item .countdown-period {
    font-size: 14px;
    color: #616161;
    font-weight: 700;
    letter-spacing: 0.018em;
    margin-top: 7px;
}

.cms-countdown-wraper.has_bg .col-item {
    padding: 0 15px;
}

.cms-countdown-wraper.has_bg .col-item .countdown-item-container {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 13px;
    border-radius: 2px;
}

.cms-countdown-wraper.has_bg .col-item .countdown-item-container .countdown-amount {
    line-height: 1;
}

.cms-countdown-wraper.has_bg .col-item .countdown-item-container .countdown-period {
    margin-top: 1px;
}

.full_screen {
    height: 100vh;
}

.fp-section.fp-table .map-render {
    height: 100vh !important;
}

#fp-nav ul {
    background: #fff;
    border-radius: 15px;
    border: rgba(100, 100, 100, 0.1) solid 2px;
    width: 30px;
}

#fp-nav ul li {
    margin: 10px 8px;
}

#fp-nav ul li a span {
    border: 2px solid rgba(100, 100, 100, 0.5);
    width: 10px;
    height: 10px;
}

#fp-nav ul li a.active span, #fp-nav ul li a:hover span {
    background: #646464;
    width: 10px;
    height: 10px;
}

#fp-nav ul li a span, #fp-nav ul li a.active span, #fp-nav ul li:hover a span, #fp-nav ul li:hover a.active span {
    margin: 0;
    width: 10px;
    height: 10px;
}

.wrap-icon a {
    display: block;
    float: left;
}

.wrap-icon a + a {
    margin-left: 30px;
}

.cms-carousel-images .owl-carousel .owl-stage-outer {
    padding-bottom: 36px;
}

html {
    overflow: initial !important;
    background: transparent !important;
}

.blog-tags {
    margin-top: 20px;
}

.blog-tags i {
    color: #00bcd4;
    padding-right: 5px;
}

.coupon-wrap {
    padding: 15em 0 5em;
}

.coupon-wrap.coupon-wrap2 {
    padding: 90px 0;
    background-color: #fff;
}

.coupon-wrap.coupon-wrap2 .coupon-fancybox {
    padding-top: 55px;
}

.coupon-wrap.coupon-wrap2 .title-popular {
    color: #212121;
    padding-top: 30px;
}

.coupon-wrap.coupon-wrap2 .store-list .post-media small {
    color: #767676;
}

.coupon-wrap h1 {
    line-height: 1 !important;
    margin: 0 0 30px;
    padding: 0 0 10px;
    letter-spacing: -0.2px;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 52px;
    text-transform: capitalize;
    display: block;
}

.coupon-wrap .coupon-search2 h1 {
    display: block;
    font-size: 38px;
    font-weight: 300;
    line-height: 1 !important;
    margin: 0;
    padding: 0 0 10px;
    letter-spacing: -0.2px;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}

.coupon-wrap .coupon-search2 .well {
    background: #00bcd4 !important;
    margin-top: 30px;
}

.coupon-wrap .coupon-search2 .well .btn, .coupon-wrap .coupon-search2 .well #comments .comment-reply-link, #comments .coupon-wrap .coupon-search2 .well .comment-reply-link, .coupon-wrap .coupon-search2 .well #commentform #submit, #commentform .coupon-wrap .coupon-search2 .well #submit, .coupon-wrap .coupon-search2 .well .cms-load-posts a, .cms-load-posts .coupon-wrap .coupon-search2 .well a, .coupon-wrap .coupon-search2 .well #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .coupon-wrap .coupon-search2 .well input[type="submit"], .coupon-wrap .coupon-search2 .well .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .coupon-wrap .coupon-search2 .well input[type="submit"], .coupon-wrap .coupon-search2 .well .woocommerce input.button, .woocommerce .coupon-wrap .coupon-search2 .well input.button, .coupon-wrap .coupon-search2 .well .woocommerce #respond input#submit, .woocommerce #respond .coupon-wrap .coupon-search2 .well input#submit, .coupon-wrap .coupon-search2 .well .woocommerce a.button, .woocommerce .coupon-wrap .coupon-search2 .well a.button, .coupon-wrap .coupon-search2 .well .woocommerce button.button, .woocommerce .coupon-wrap .coupon-search2 .well button.button, .coupon-wrap .coupon-search2 .well .woocommerce input.button, .woocommerce .coupon-wrap .coupon-search2 .well input.button, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-wrap .coupon-search2 .well .single_add_to_cart_button, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .coupon-wrap .coupon-search2 .well .single_add_to_cart_button, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-wrap .coupon-search2 .well .add_to_wishlist, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .coupon-wrap .coupon-search2 .well .add_to_wishlist, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-wrap .coupon-search2 .well .woo_bt_compare_this, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .coupon-wrap .coupon-search2 .well .woo_bt_compare_this, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-wrap .coupon-search2 .well .woo_bt_view_compare, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .coupon-wrap .coupon-search2 .well .woo_bt_view_compare, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-wrap .coupon-search2 .well a, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-wrap .coupon-search2 .well a, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-wrap .coupon-search2 .well a, .coupon-wrap .coupon-search2 .well .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-wrap .coupon-search2 .well a, .coupon-wrap .coupon-search2 .well .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .coupon-wrap .coupon-search2 .well input, .coupon-wrap .coupon-search2 .well .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .coupon-wrap .coupon-search2 .well input.button, .coupon-wrap .coupon-search2 .well .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-wrap .coupon-search2 .well a, .coupon-wrap .coupon-search2 .well .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-wrap .coupon-search2 .well button, .coupon-wrap .coupon-search2 .well .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-wrap .coupon-search2 .well button, .coupon-wrap .coupon-search2 .well .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .coupon-wrap .coupon-search2 .well .checkout-button, .coupon-wrap .coupon-search2 .well .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .coupon-wrap .coupon-search2 .well .checkout-button, .coupon-wrap .coupon-search2 .well .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .coupon-wrap .coupon-search2 .well a.button, .coupon-wrap .coupon-search2 .well .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .coupon-wrap .coupon-search2 .well input.button, .coupon-wrap .coupon-search2 .well .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .coupon-wrap .coupon-search2 .well #place_order {
    background-color: #253749 !important;
    border-color: #253749 !important;
}

.coupon-wrap .coupon-search2 .well label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin: 0;
}

.coupon-wrap .coupon-search2 .well label a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.coupon-wrap .coupon-search2 .well .checkbox label:before {
    border-radius: 3px;
}

.well {
    background-color: #fff !important;
    margin-bottom: 0;
    min-height: auto;
    padding: 30px 30px 20px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    display: block;
}

.well .input-group-addon {
    border-right: 1px solid #f0efef;
    border-top: 0 solid #f0efef;
    border-left: 0 solid #f0efef;
    border-bottom: 0 solid #f0efef;
    background-color: #f5f6f8;
    border-radius: 0 !important;
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 15px;
    text-align: center;
}

.well .form-control {
    background-color: #f5f6f8;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 50px;
    text-transform: none;
}

.well .btn, .well #comments .comment-reply-link, #comments .well .comment-reply-link, .well #commentform #submit, #commentform .well #submit, .well .cms-load-posts a, .cms-load-posts .well a, .well #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .well input[type="submit"], .well .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .well input[type="submit"], .well .woocommerce input.button, .woocommerce .well input.button, .well .woocommerce #respond input#submit, .woocommerce #respond .well input#submit, .well .woocommerce a.button, .woocommerce .well a.button, .well .woocommerce button.button, .woocommerce .well button.button, .well .woocommerce input.button, .woocommerce .well input.button, .well .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .well .single_add_to_cart_button, .well .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .well .single_add_to_cart_button, .well .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .well .add_to_wishlist, .well .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .well .add_to_wishlist, .well .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .well .woo_bt_compare_this, .well .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .well .woo_bt_compare_this, .well .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .well .woo_bt_view_compare, .well .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .well .woo_bt_view_compare, .well .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .well a, .well .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .well a, .well .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .well a, .well .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .well a, .well .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .well input, .well .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .well input.button, .well .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .well a, .well .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .well button, .well .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .well button, .well .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .well .checkout-button, .well .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .well .checkout-button, .well .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .well a.button, .well .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .well input.button, .well .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .well #place_order {
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    position: absolute;
    right: -2px;
    text-transform: uppercase;
    top: 0;
    width: 122px;
    z-index: 11;
    background: #00bcd4;
    border-color: #00bcd4 !important;
    border-radius: 0 !important;
}

.well label {
    margin: 0 3px;
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    padding: 0;
    position: relative;
}

.well label a {
    margin: 0 3px;
    color: #aaa;
}

.well .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    font-size: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: -24px;
    border-radius: 0;
}

.well .checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -24px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 9px;
    padding-left: 4px;
    padding-top: 2px;
}

.well input[type="checkbox"]:checked + label::before {
    border-color: #292929;
    background-color: #222;
    color: #fff;
}

.well input[type="checkbox"].styled:checked + label:after, .well input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.well .checkbox {
    margin-top: 0;
}

.well .checkbox input[type="checkbox"], .well .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.well .twitter-typeahead {
    display: block !important;
}

.well .dropdown-menu {
    background-color: #fff;
    border-top: 1px solid #f0efef;
    border-left: 1px solid #f0efef;
    border-bottom: 0 solid #f0efef;
    border-right: 1px solid #f0efef;
    box-shadow: none !important;
    padding: 10px;
    width: 100%;
}

.well .dropdown-menu li {
    border-bottom: 1px solid #f0efef !important;
}

.well .dropdown-menu li a {
    color: #767676 !important;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 20px;
    position: relative;
    text-transform: none;
}

.well .dropdown-menu li:last-child {
    border-bottom: none;
}

.well .dropdown-menu li:hover a {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #fff;
}

.well .dropdown-menu li:hover a h5 {
    color: #fff;
}

.typeahead-inner {
    padding: 9px 0 !important;
}

.typeahead-inner .item-img {
    border: 1px solid #f0efef;
    padding: 0;
    margin-top: -7px;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-heading {
    color: #767676;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.title-popular {
    color: #fff;
    padding-top: 60px;
}

.coupon-fancybox {
    padding-top: 90px;
}

.list-wrapper {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.list-wrapper .coupon-wrapper {
    padding: 30px;
}

.list-wrapper .post-media small a {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    color: #767676;
}

.list-wrapper .coupon-meta {
    margin-top: 0;
}

.list-wrapper .coupon-meta p {
    padding: 0 !important;
    margin: 6px 0 !important;
}

.list-wrapper .showcode {
    max-width: 220px;
}

.coupon-meta {
    display: block;
    margin: 20px auto;
}

.coupon-meta .rating {
    display: block;
    margin-bottom: 10px;
}

.coupon-meta small {
    color: #767676;
    padding-left: 5px;
    display: inline-block;
}

.coupon-meta h3 {
    font-weight: 400;
    font-size: 24px;
}

.rating i {
    margin-right: -2px;
}

.fa-star-o, .fa-star-half, .fa-star {
    color: #ffc107;
}

.showcode {
    position: relative;
    z-index: 1;
}

.coupon-wrapper {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #f0efef;
    display: block;
}

.coupon-wrapper .coupon-code {
    border-radius: 0;
    box-shadow: none;
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    height: auto !important;
    line-height: 45px;
    text-align: right;
    color: #121212;
    padding-right: 15px;
    background-color: #f5f6f8;
}

.coupon-wrapper .show-code {
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px 0 20px;
    position: absolute;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    border-radius: 0;
    width: 80%;
    left: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #00b3ca 10px, #00b3ca 20px), linear-gradient(to bottom, #00bcd4, #00bcd4);
}

.coupon-wrapper .show-code.print-code {
    width: 100%;
}

.coupon-wrapper .show-code:hover {
    width: 100%;
}

.coupon-bottom {
    display: block;
    margin-top: 10px;
}

.coupon-bottom small, .coupon-bottom a {
    color: #aaa;
}

.coupon-bottom a:hover {
    color: #00bcd4;
}

.favorite-coupon .fa {
    border-radius: 100px;
    color: #00bcd4;
    border: 1px solid #f0efef;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -15px !important;
    width: 30px;
}

.favorite-coupon .fa:hover + .nectar-love-count {
    opacity: 1;
}

.favorite-coupon .nectar-love-count {
    position: absolute;
    top: -23px;
    z-index: 3;
    font-size: 13px;
    right: 0;
    color: #00bcd4;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.page-coupon {
    padding-top: 90px;
}

.coupon-category {
    padding: 30px;
    margin-top: 68px;
    background-color: #fff;
    border: 1px solid #f0efef;
    display: block;
    overflow: hidden;
    margin-bottom: 90px;
}

.coupon-category.coupon-category2 {
    padding: 30px;
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #f0efef;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    display: block;
    overflow: hidden;
}

.coupon-category.coupon-category2 h4 {
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: normal;
}

.coupon-category h4 {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 30px;
}

.customlist {
    padding: 0;
    list-style: none;
}

.customlist li span {
    background: #f3f6f9 none repeat scroll 0 0;
    border-bottom: 0 none !important;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1 !important;
    margin-bottom: 5px !important;
    padding: 10px !important;
    display: block;
}

.customlist li span:before {
    color: #00bcd4;
    font-family: 'FontAwesome';
    content: "\f00c";
    padding: 0 10px 0 0;
    font-size: 16px;
}

.customlist.list-style3 li span {
    border-bottom: 1px solid #f0efef !important;
    padding: 0px !important;
    padding-bottom: 5px !important;
    background: none;
    border-radius: 3px;
    font-size: 13px;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    display: block;
}

.customlist.list-style3 li:last-child span {
    border: none !important;
}

.post-wrapper {
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 60px 30px;
    position: relative;
}

.page-filter ul {
    margin: 0 0 30px !important;
    padding: 0 15px 10px;
    display: inline-block;
    border-bottom: 2px solid #ededed;
    background-color: #fff;
}

.page-filter ul li {
    padding: 0 !important;
    margin: 0 5px !important;
    font-weight: 700;
    background-color: #fff;
}

.list-title {
    background-color: #fff;
    border-bottom: 2px solid #ededed;
    margin-bottom: 10px;
    padding: 10px 0;
    color: #212121;
    font-weight: 700;
}

.check-list {
    list-style: outside none none;
    padding: 0;
}

.check-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0;
    position: relative;
}

.check-list li i {
    width: 25px;
    border-radius: 25px;
    height: 25px;
    background-color: #00bcd4;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.check-list li:last-child {
    border-bottom: none;
}

.check-list li .number-coupon {
    float: right;
}

.item-alpha {
    margin-top: 24px;
}

.item-alpha:first-child {
    margin-top: 0;
}

.page-coupon-category {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #f0efef;
}

.page-coupon-category.page-coupon-category2 {
    padding-bottom: 0;
    border: none;
}

.store-list .check-list li {
    background: #f5f6f8;
    border: 3px solid #fff;
    float: left;
    padding: 10px;
    position: relative;
    width: 50%;
}

.store-list .check-list img {
    background: #f3f6f9 none repeat scroll 0 0;
    margin: -4px 10px 0 0 !important;
    max-width: 50px;
    padding: 3px;
}

.store-list .check-list li a small {
    color: inherit;
}

.cms-single-related-coupon {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 60px 30px;
    position: relative;
}

.cms-single-related-coupon .related-title {
    background: transparent url(../images/dots.gif) repeat-x scroll 0 12px;
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    font-size: 21px;
    font-weight: 300;
}

.cms-single-related-coupon .related-title span {
    background: #fff none repeat scroll 0 0;
    padding-right: 20px;
}

.cms-single-related-coupon .customlist {
    padding: 0;
    list-style: none;
}

.cms-single-related-coupon .customlist li {
    background: #f3f6f9 none repeat scroll 0 0;
    border-bottom: 0 none !important;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 5px !important;
    padding: 15px !important;
    line-height: 1;
}

.cms-single-related-coupon .customlist li:before {
    color: #00bcd4;
    font-family: 'FontAwesome';
    content: "\f02b";
    padding: 0 10px 0 0;
    font-size: 16px;
}

.post-media .coupon-vote {
    margin-top: 10px;
}

.coupon-vote a {
    width: 40px;
    height: 40px;
    color: #aaa;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #f0efef;
}

.coupon-vote a:hover, .coupon-vote a.active {
    border-color: #00bcd4;
    color: #00bcd4;
}

.fc-rating {
    line-height: 27px;
    margin-bottom: 10px;
}

.coupon-bottom .single_social-share {
    float: left;
    width: 100%;
}

.coupon-bottom .single_social-share ul li .btn, .coupon-bottom .single_social-share ul li #comments .comment-reply-link, #comments .coupon-bottom .single_social-share ul li .comment-reply-link, .coupon-bottom .single_social-share ul li #commentform #submit, #commentform .coupon-bottom .single_social-share ul li #submit, .coupon-bottom .single_social-share ul li .cms-load-posts a, .cms-load-posts .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"], .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"], .coupon-bottom .single_social-share ul li .woocommerce input.button, .woocommerce .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit, .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit, .coupon-bottom .single_social-share ul li .woocommerce a.button, .woocommerce .coupon-bottom .single_social-share ul li a.button, .coupon-bottom .single_social-share ul li .woocommerce button.button, .woocommerce .coupon-bottom .single_social-share ul li button.button, .coupon-bottom .single_social-share ul li .woocommerce input.button, .woocommerce .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input, .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button, .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button, .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button, .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button, .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button, .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order {
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0 !important;
    padding: 10px 15px;
}

.coupon-bottom .single_social-share ul li .btn i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .coupon-bottom .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .coupon-bottom .single_social-share ul li #submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .cms-load-posts a i:not(.fa-google-plus), .cms-load-posts .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li button.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order i:not(.fa-google-plus) {
    padding-right: 5px;
    width: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 6px;
    text-align: center;
    display: inline-block;
}

.coupon-bottom .single_social-share ul li .btn:hover, .coupon-bottom .single_social-share ul li #comments .comment-reply-link:hover, #comments .coupon-bottom .single_social-share ul li .comment-reply-link:hover, .coupon-bottom .single_social-share ul li #commentform #submit:hover, #commentform .coupon-bottom .single_social-share ul li #submit:hover, .coupon-bottom .single_social-share ul li .cms-load-posts a:hover, .cms-load-posts .coupon-bottom .single_social-share ul li a:hover, .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"]:hover, #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"]:hover, .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"]:hover, .coupon-bottom .single_social-share ul li .woocommerce input.button:hover, .woocommerce .coupon-bottom .single_social-share ul li input.button:hover, .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit:hover, .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit:hover, .coupon-bottom .single_social-share ul li .woocommerce a.button:hover, .woocommerce .coupon-bottom .single_social-share ul li a.button:hover, .coupon-bottom .single_social-share ul li .woocommerce button.button:hover, .woocommerce .coupon-bottom .single_social-share ul li button.button:hover, .coupon-bottom .single_social-share ul li .woocommerce input.button:hover, .woocommerce .coupon-bottom .single_social-share ul li input.button:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a:hover, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a:hover, .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input:hover, .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button:hover, .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a:hover, .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button:hover, .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button:hover, .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button:hover, .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button:hover, .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button:hover, .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button:hover, .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button:hover, .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order:hover {
    opacity: 0.9;
}

.coupon-bottom .single_social-share ul li .fb-button.btn-primary:focus, .coupon-bottom .single_social-share ul li .fb-button.btn-primary:hover, .coupon-bottom .single_social-share ul li .fb-button.btn-primary {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.coupon-bottom .single_social-share ul li .tw-button.btn-primary:hover, .coupon-bottom .single_social-share ul li .tw-button.btn-primary:focus, .coupon-bottom .single_social-share ul li .tw-button.btn-primary {
    background-color: #00b6f1 !important;
    border-color: #00b6f1 !important;
}

.coupon-bottom .single_social-share ul li .gp-button.btn-primary:hover, .coupon-bottom .single_social-share ul li .gp-button.btn-primary:focus, .coupon-bottom .single_social-share ul li .gp-button.btn-primary {
    border-color: #da5333 !important;
    background-color: #da5333 !important;
}

.store-list .post-media small {
    color: inherit;
}

.coupon-store-popular .store-list .post-media small {
    color: #fff;
}

.page-coupon-simple {
    padding-bottom: 118px;
}

.nopadtop {
    padding-bottom: 30px;
    padding-top: 0;
}

.coupon-tab .nav-tabs {
    border-bottom: 0 none;
    left: 0;
    position: absolute;
    right: 0;
    top: -53px;
}

.coupon-tab .nav-tabs li {
    border-top: 3px solid transparent;
}

.coupon-tab .nav-tabs li a {
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #212121;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 400;
    outline: medium none !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
}

.coupon-tab .nav-tabs li.active, .coupon-tab .nav-tabs li:focus {
    border-top-color: #00bcd4;
}

.coupon-tab .nav-tabs li.active a, .coupon-tab .nav-tabs li:focus a {
    color: #00bcd4;
    background: #fff;
}

.coupon-tab .nav-tabs li:hover a {
    color: #00bcd4;
    background: #fff;
}

.coupon-tab .tab-content {
    border: 0 solid #111;
    margin-top: 30px;
}

hr.invis {
    border: 0;
    margin: 90px 0;
}

.coupon-top {
    margin-bottom: 10px;
}

.page-store-single {
    padding-top: 25px;
}

.page-store-single .coupon-meta {
    margin-top: 0;
}

.page-store-single .invis3 {
    border-top-color: transparent;
}

.page-store-single .coupon-meta h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 15px;
}

.page-store-single.single-style2 .post-wrapper, .page-store-single.single-style2 .coupon-wrapper, .page-store-single.single-style2 #sidebar aside {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.page-store-single.single-style2 .post-wrapper .submit-coupon, .page-store-single.single-style2 .coupon-wrapper .submit-coupon, .page-store-single.single-style2 #sidebar aside .submit-coupon {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #273c51 10px, #273c51 20px), linear-gradient(to bottom, #253749, #253749);
}

.page-store-single.single-style2 .coupon-tab .nav-tabs li a {
    font-size: 14px !important;
    font-weight: 600;
}

.page-store-single.single-style2 .coupon-meta h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 10px;
}

.page-store-single.single-style2 .coupon-wrapper .coupon-code {
    border-radius: 4px;
    line-height: 40px;
    background-color: #f3f6f9;
}

.page-store-single.single-style2 .coupon-wrapper .show-code {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.page-store-single.single-style2 .favorite-coupon .fa {
    border: none;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -8px !important;
    width: 30px;
    margin: 4px 0 0 0;
    font-size: 14px;
    color: #aaa;
}

.dl-menuwrapper {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dl-menuwrapper {
    width: 100%;
    max-width: 150px;
    margin-top: 38px;
    position: relative;
    cursor: pointer;
    /*modal*/
}

.dl-menuwrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
}

.dl-menuwrapper button {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: medium none;
    border-radius: 35px !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.dl-menuwrapper p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin: 0;
    display: inline-block;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}

.dl-menuwrapper .dl-menu {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 140%;
    visibility: hidden;
    display: block;
    left: 0;
    z-index: 10;
    background: #00bcd4;
    margin-top: 10px;
}

.dl-menuwrapper .dl-menu li {
    position: relative;
}

.dl-menuwrapper .dl-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8) !important;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    outline: medium none;
    padding: 7px 20px;
    position: relative;
}

.dl-menuwrapper .dl-menu li a:hover {
    background: #008fa1;
    color: #fff !important;
}

.dl-menuwrapper .dl-menu li i {
    padding-right: 5px;
}

.dl-menuwrapper:hover button {
    background: #00bcd4 !important;
}

.dl-menuwrapper:hover .dl-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
}

.modal {
    background: rgba(34, 34, 34, 0.8) !important;
}

.code-modal .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
    padding: 0;
}

.code-modal .modal-header {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #f0efef;
}

.code-modal .modal-header .close {
    display: block;
    margin-top: 10px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.code-modal .modal-header h4 {
    font-size: 21px;
    font-weight: 300;
    padding: 5px 20px 5px 0;
}

.code-modal .modal-body {
    padding: 30px;
}

.code-modal .modal-body img {
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f0efef;
}

.code-modal .modal-body .modal-button {
    margin-top: 20px;
}

.code-modal .modal-body .btn, .code-modal .modal-body #comments .comment-reply-link, #comments .code-modal .modal-body .comment-reply-link, .code-modal .modal-body #commentform #submit, #commentform .code-modal .modal-body #submit, .code-modal .modal-body .cms-load-posts a, .cms-load-posts .code-modal .modal-body a, .code-modal .modal-body #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .code-modal .modal-body input[type="submit"], .code-modal .modal-body .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .code-modal .modal-body input[type="submit"], .code-modal .modal-body .woocommerce input.button, .woocommerce .code-modal .modal-body input.button, .code-modal .modal-body .woocommerce #respond input#submit, .woocommerce #respond .code-modal .modal-body input#submit, .code-modal .modal-body .woocommerce a.button, .woocommerce .code-modal .modal-body a.button, .code-modal .modal-body .woocommerce button.button, .woocommerce .code-modal .modal-body button.button, .code-modal .modal-body .woocommerce input.button, .woocommerce .code-modal .modal-body input.button, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .single_add_to_cart_button, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .single_add_to_cart_button, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .add_to_wishlist, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .add_to_wishlist, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .woo_bt_compare_this, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .woo_bt_compare_this, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .woo_bt_view_compare, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .woo_bt_view_compare, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .code-modal .modal-body a, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .code-modal .modal-body a, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .code-modal .modal-body a, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .code-modal .modal-body a, .code-modal .modal-body .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .code-modal .modal-body input, .code-modal .modal-body .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .code-modal .modal-body input.button, .code-modal .modal-body .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .code-modal .modal-body a, .code-modal .modal-body .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .code-modal .modal-body button, .code-modal .modal-body .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .code-modal .modal-body button, .code-modal .modal-body .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .code-modal .modal-body .checkout-button, .code-modal .modal-body .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .code-modal .modal-body .checkout-button, .code-modal .modal-body .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .code-modal .modal-body a.button, .code-modal .modal-body .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .code-modal .modal-body input.button, .code-modal .modal-body .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .code-modal .modal-body #place_order {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.code-modal .modal-body .btn i, .code-modal .modal-body #comments .comment-reply-link i, #comments .code-modal .modal-body .comment-reply-link i, .code-modal .modal-body #commentform #submit i, #commentform .code-modal .modal-body #submit i, .code-modal .modal-body .cms-load-posts a i, .cms-load-posts .code-modal .modal-body a i, .code-modal .modal-body #footer-top .widget_newsletterwidget input[type="submit"] i, #footer-top .widget_newsletterwidget .code-modal .modal-body input[type="submit"] i, .code-modal .modal-body .widget_newsletterwidget .tnp-widget input[type="submit"] i, .widget_newsletterwidget .tnp-widget .code-modal .modal-body input[type="submit"] i, .code-modal .modal-body .woocommerce input.button i, .woocommerce .code-modal .modal-body input.button i, .code-modal .modal-body .woocommerce #respond input#submit i, .woocommerce #respond .code-modal .modal-body input#submit i, .code-modal .modal-body .woocommerce a.button i, .woocommerce .code-modal .modal-body a.button i, .code-modal .modal-body .woocommerce button.button i, .woocommerce .code-modal .modal-body button.button i, .code-modal .modal-body .woocommerce input.button i, .woocommerce .code-modal .modal-body input.button i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .single_add_to_cart_button i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .single_add_to_cart_button i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .add_to_wishlist i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .add_to_wishlist i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .woo_bt_compare_this i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .woo_bt_compare_this i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i, .single-product .cs-product-wrap .entry-summary .variations_form .code-modal .modal-body .woo_bt_view_compare i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i, .single-product .cs-product-wrap .entry-summary .cart .code-modal .modal-body .woo_bt_view_compare i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .code-modal .modal-body a i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .code-modal .modal-body a i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .code-modal .modal-body a i, .code-modal .modal-body .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .code-modal .modal-body a i, .code-modal .modal-body .woocommerce-Reviews #review_form #respond .form-submit input i, .woocommerce-Reviews #review_form #respond .form-submit .code-modal .modal-body input i, .code-modal .modal-body .woocommerce table.shop_table td.actions input.button i, .woocommerce table.shop_table td.actions .code-modal .modal-body input.button i, .code-modal .modal-body .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .code-modal .modal-body a i, .code-modal .modal-body .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .code-modal .modal-body button i, .code-modal .modal-body .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .code-modal .modal-body button i, .code-modal .modal-body .woocommerce .cart-collaterals .cart_totals .checkout-button i, .woocommerce .cart-collaterals .cart_totals .code-modal .modal-body .checkout-button i, .code-modal .modal-body .woocommerce-page .cart-collaterals .cart_totals .checkout-button i, .woocommerce-page .cart-collaterals .cart_totals .code-modal .modal-body .checkout-button i, .code-modal .modal-body .woocommerce .return-to-shop a.button i, .woocommerce .return-to-shop .code-modal .modal-body a.button i, .code-modal .modal-body .woocommerce .checkout_coupon input.button i, .woocommerce .checkout_coupon .code-modal .modal-body input.button i, .code-modal .modal-body .woocommerce-checkout #payment #place_order i, .woocommerce-checkout #payment .code-modal .modal-body #place_order i {
    padding: 0 0 0 10px;
}

.code-modal .modal-body .coupon-meta {
    margin: 0 !important;
}

.code-modal .modal-footer {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #f0efef;
}

.code-modal .modal-footer small {
    color: #aaa;
    display: block;
    margin-top: 5px;
}

.code-modal .modal-footer .row > .pull-left {
    padding-left: 15px;
}

.code-modal .modal-share {
    margin-top: 15px;
    padding-left: 5px;
}

.code-modal .social-small li {
    padding: 0;
    margin-right: 2px !important;
}

.code-modal .social-small li .fa {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    display: block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.code-modal .btn-primary {
    font-weight: 300 !important;
    max-width: 100% !important;
    padding: 3px !important;
    font-size: 18px !important;
    border: 2px dashed #00bcd4 !important;
    color: #00bcd4 !important;
    border-color: #00bcd4 !important;
    background-color: transparent !important;
    text-align: center;
    margin-top: 0 !important;
}

.code-modal .btn-primary:before {
    background: #fff none repeat scroll 0 0;
    content: "\f0c4";
    font-family: FontAwesome;
    font-size: 21px;
    left: 6px;
    padding-right: 0;
    position: absolute;
    top: -13px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.social-small li .fa-facebook, .fb-button.btn-primary:focus, .fb-button.btn-primary:hover, .fb-button.btn-primary {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.social-small li .fa-twitter, .tw-button.btn-primary:hover, .tw-button.btn-primary:focus, .tw-button.btn-primary {
    background-color: #00b6f1 !important;
    border-color: #00b6f1 !important;
}

.social-small li .fa-google-plus, .gp-button.btn-primary:hover, .gp-button.btn-primary:focus, .gp-button.btn-primary {
    border-color: #da5333 !important;
    background-color: #da5333 !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 680px;
        margin: 30px auto;
    }
}

.bgcolor {
    background-color: #f3f6f9;
    padding: 30px 0;
}

.print-modal.code-modal .btn-primary::before {
    background-color: #f3f6f9;
    left: -10px;
    top: -25px;
}

.bgcolor .btn, .bgcolor #comments .comment-reply-link, #comments .bgcolor .comment-reply-link, .bgcolor #commentform #submit, #commentform .bgcolor #submit, .bgcolor .cms-load-posts a, .cms-load-posts .bgcolor a, .bgcolor #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .bgcolor input[type="submit"], .bgcolor .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .bgcolor input[type="submit"], .bgcolor .woocommerce input.button, .woocommerce .bgcolor input.button, .bgcolor .woocommerce #respond input#submit, .woocommerce #respond .bgcolor input#submit, .bgcolor .woocommerce a.button, .woocommerce .bgcolor a.button, .bgcolor .woocommerce button.button, .woocommerce .bgcolor button.button, .bgcolor .woocommerce input.button, .woocommerce .bgcolor input.button, .bgcolor .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .bgcolor .single_add_to_cart_button, .bgcolor .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .bgcolor .single_add_to_cart_button, .bgcolor .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .bgcolor .add_to_wishlist, .bgcolor .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .bgcolor .add_to_wishlist, .bgcolor .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .bgcolor .woo_bt_compare_this, .bgcolor .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .bgcolor .woo_bt_compare_this, .bgcolor .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .bgcolor .woo_bt_view_compare, .bgcolor .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .bgcolor .woo_bt_view_compare, .bgcolor .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .bgcolor a, .bgcolor .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .bgcolor a, .bgcolor .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .bgcolor a, .bgcolor .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .bgcolor a, .bgcolor .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .bgcolor input, .bgcolor .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .bgcolor input.button, .bgcolor .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .bgcolor a, .bgcolor .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .bgcolor button, .bgcolor .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .bgcolor button, .bgcolor .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .bgcolor .checkout-button, .bgcolor .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .bgcolor .checkout-button, .bgcolor .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .bgcolor a.button, .bgcolor .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .bgcolor input.button, .bgcolor .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .bgcolor #place_order {
    margin-top: 20px;
    font-weight: 600;
    padding: 7px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.print-modal .social-small {
    margin-top: 7px;
}

.footer-content {
    padding: 30px;
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #f0efef;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    display: block;
    overflow: hidden;
}

.footer-content h4 {
    padding: 0 0 20px;
    margin: 0;
    color: #212121;
}

.single-style2 .post-wrapper, .single-style2 .coupon-wrapper, .single-style2 #sidebar aside, .single-style2 .comment-content-wrap, .single-style2 .comment-form-wrap, .single-style2 .cms-single-related-coupon {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.single-style2 #sidebar aside .submit-coupon {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #273c51 10px, #273c51 20px), linear-gradient(to bottom, #253749, #253749);
}

.single-style2 .widget_newsletterwidget .tnp-widget input[type="submit"] {
    padding: 6px 12px;
    border-radius: 4px;
}

.single-style2 .coupon-meta h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 10px;
}

.single-style2 .coupon-wrapper .coupon-code {
    border-radius: 4px;
    line-height: 40px;
    background-color: #f3f6f9;
}

.single-style2 .coupon-wrapper .show-code {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.single-style2 .favorite-coupon .fa {
    border: none;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -8px !important;
    width: 30px;
    margin: 4px 0 0 0;
    font-size: 14px;
    color: #aaa;
}

.single-style2 .paging-navigation .pagination > a, .single-style2 .paging-navigation .pagination > span {
    background-color: #fff;
    border: 1px solid #f0efef;
    color: #aaa;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    float: left;
    line-height: 1.42857;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
    padding: 10px 15px;
    position: relative;
}

.single-style2 .paging-navigation .pagination > a:hover, .single-style2 .paging-navigation .pagination > span:hover {
    background: #00bcd4;
    color: #fff;
}

.coupon-category2 {
    margin-top: 50px !important;
}

.page-coupon-grid .paging-navigation .pagination {
    float: none;
}

.page-gird .footer-content {
    margin-top: 68px !important;
    margin-bottom: 90px !important;
}

.best-stores .post-media {
    margin-bottom: 15px;
}

#footer-top {
    background: #292929;
    padding: 90px 0 68px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 14px;
    line-height: 23px;
}

#footer-top .footer-top1 img {
    margin-top: 9px;
    margin-bottom: 21px;
}

#footer-top .footer-top1 ul li {
    line-height: 22px;
}

#footer-top .footer-top1 ul li span {
    font-weight: 700;
    color: #fff;
}

#footer-top p {
    margin-bottom: 9px;
}

#footer-top aside {
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

#footer-top aside:first-child {
    margin-top: 0;
}

#footer-top .wg-title {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 30px !important;
    padding: 0 !important;
}

#footer-top ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

#footer-top ul li:last-child {
    border-bottom: none;
}

#footer-top .cms-recent-post-wrapper {
    margin-top: 6px;
    float: left;
}

#footer-top .cms-recent-post-wrapper img {
    width: 49px;
    height: 49px;
    border-radius: 2px;
}

#footer-top .cms-recent-post-wrapper .cms-recent-media {
    float: left;
    width: 49px;
}

#footer-top .cms-recent-post-wrapper li {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

#footer-top .cms-recent-post-wrapper li:last-child .cms-recent-details {
    border-bottom: none;
}

#footer-top .cms-recent-post-wrapper .cms-recent-details {
    float: left;
    width: calc(100% - 49px);
    padding-left: 15px;
    border-bottom: rgba(206, 206, 206, 0.05) solid 1px;
    padding-bottom: 14px;
}

#footer-top .cms-recent-post-wrapper .cms-recent-details .title {
    font-size: 14px;
    line-height: 24px;
    margin-top: -7px;
    margin-bottom: 7px;
    font-weight: normal;
}

#footer-top .cms-recent-post-wrapper .cms-recent-details .title a {
    color: #cecece;
}

#footer-top .cms-recent-post-wrapper .cms-recent-details .title a:hover {
    color: #00bcd4;
}

#footer-top .cms-recent-post-wrapper .cms-recent-details .date {
    text-transform: uppercase;
    color: #616161;
    letter-spacing: 0.01em;
}

#footer-top .widget_newsletterwidget {
    /* BACKGROUND HORIZONTAL */
}

#footer-top .widget_newsletterwidget form {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#footer-top .widget_newsletterwidget label {
    display: none;
}

#footer-top .widget_newsletterwidget div.tnp-field {
    float: left;
    width: 100%;
    margin: 0;
}

#footer-top .widget_newsletterwidget input[type="text"], #footer-top .widget_newsletterwidget input[type="email"] {
    width: 100%;
    border: none;
    background-color: #222;
    margin-bottom: 15px;
    height: 50px;
    border-radius: 3px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: inherit;
}

#footer-top .widget_newsletterwidget input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

#footer-top .widget_newsletterwidget input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
}

#footer-top .widget_newsletterwidget input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
}

#footer-top .widget_newsletterwidget input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

#footer-top .widget_newsletterwidget input[type="submit"] {
    padding: 10px 30px;
    width: auto;
    text-transform: uppercase;
}

#footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 {
    padding: 0;
}

#footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
    background-color: #222;
    border-bottom: none;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    text-transform: none;
    padding: 15px 15px 15px;
}

#footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent !important;
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    height: auto;
    border: none;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

#footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i:before {
    content: "\f107";
    background: none;
    height: auto;
    width: auto;
    position: static;
}

#footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    background: none !important;
    border-bottom: none;
    padding: 15px 15px 0 11px;
}

#footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 4px;
}

#footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion {
    background: none;
    border: none;
    margin-top: -6px;
}

#footer-bottom {
    background: #222;
    color: rgba(255, 255, 255, 0.8);
    padding: 40px 0;
    /* ==========================================================================
   [Start] 3. Hidden Sidebar
========================================================================== */
}

#footer-bottom .copyrighter span {
    color: #00bcd4;
}

#footer-bottom .menu-menu-footer-container {
    float: left;
    margin-bottom: 10px;
}

#footer-bottom .menu-menu-footer-container ul {
    float: left;
}

#footer-bottom .menu-menu-footer-container li {
    display: inline-block;
    float: left;
    padding: 0 7px;
}

#footer-bottom .menu-menu-footer-container li:first-child {
    padding-left: 0;
}

#footer-bottom .copyrighter2 {
    float: right;
    width: 100%;
}

#footer-bottom .copyrighter2 span {
    color: #00bcd4;
}

#footer-bottom .cms-footer-social {
    float: right;
}

#footer-bottom .cms-footer-social li {
    margin-right: 6px;
    display: inline-block;
    float: left;
}

#footer-bottom .cms-footer-social li:last-child {
    margin-right: 0;
}

#footer-bottom .cms-footer-social li i {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    display: block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}

#footer-bottom .cms-footer-social li i.fa-facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

#footer-bottom .cms-footer-social li i.fa-twitter {
    background-color: #00b6f1 !important;
    border-color: #00b6f1 !important;
}

#footer-bottom .cms-footer-social li i.fa-google-plus {
    border-color: #da5333 !important;
    background-color: #da5333 !important;
}

#footer-bottom .cms-footer-social li i.fa-linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
}

#footer-bottom .cms-footer-social li i.fa-pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
}

#footer-bottom .cms-footer-social li i.fa-rss {
    background-color: #f36f24;
    border-color: #f36f24;
}

#footer-bottom .cms-footer-social li i:hover {
    opacity: 0.9;
}

#cms-theme {
    /* ==========================================================================
   [End] 2. Search Popup
========================================================================== */
}

#cms-theme #page-wrapper {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -ms-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    position: relative;
    z-index: 999;
}

#cms-theme #page-wrapper.cs-wide {
    background-color: #fff;
}

#cms-theme.hidden-sidebar-active #page-wrapper {
    -webkit-transform: translateX(-370px);
    -khtml-transform: translateX(-370px);
    -moz-transform: translateX(-370px);
    -ms-transform: translateX(-370px);
    -o-transform: translateX(-370px);
    transform: translateX(-370px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #footer-top .footer-top1 {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    footer #footer-bottom {
        text-align: center;
    }

    #footer-bottom .cms-footer-social {
        width: 100%;
        margin-top: 30px;
    }

    #footer-bottom .cms-footer-social li {
        float: none;
    }
}

input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
    position: relative;
    z-index: 1;
    height: 35px;
    font-size: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
    letter-spacing: 0.035em;
    line-height: 1;
    color: #757575;
    padding: 6px 12px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
    outline: 0;
    border-color: #00bcd4 !important;
}

input[name="changepassword"] {
    margin-top: 15px;
}

label {
    font-weight: normal;
}

label input[type=checkbox], label input[type=radio] {
    position: relative;
    top: 2px;
}

textarea {
    width: 100%;
    height: 125px;
    margin: 0 0 20px;
    border-radius: 0;
}

input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #00bcd4;
    /** Contact Form 7 */
}

.wpcf7-form {
    padding: 0;
    border-bottom: none;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form label {
    font-weight: 700;
}

.wpcf7-form p {
    margin: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: static;
    color: #d94e90;
    margin-bottom: 5px;
}

.wpcf7-form textarea + .wpcf7-not-valid-tip {
    top: -10px;
}

.wpcf7-form .wpcf7-validation-errors {
    border: medium none;
    display: block;
    text-align: left;
    margin: 20px 0 0;
    padding: 0;
}

.wpcf7-form .form-div {
    float: left;
    width: 50%;
    padding: 0 25px;
}

.wpcf7-form .form-fulldiv {
    float: left;
    width: 100%;
    padding: 0 25px;
}

.wpcf7-form input[type='text'], .wpcf7-form input[type="password"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="time"], .wpcf7-form input[type="week"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    border: 1px solid #eff2f5;
    background-color: #f5f6f8;
    margin-bottom: 15px;
    height: 50px;
    border-radius: 3px;
    box-shadow: none;
}

.wpcf7-form textarea {
    height: 120px;
}

.wpcf7-form select {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wpcf7-form select option {
    color: #000;
}

.wpcf7-form .wpcf7-submit {
    padding: 10px 30px;
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #00bcd4;
    font-size: 16px;
    color: #00bcd4;
}

.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
    background: #00bcd4;
    color: #fff;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
    color: #9b9b9b;
}

.wpcf7-form input::-o-placeholder, .wpcf7-form textarea::-o-placeholder {
    color: #9b9b9b;
}

.wpcf7-form input::-ms-placeholder, .wpcf7-form textarea::-ms-placeholder {
    color: #9b9b9b;
}

.wpcf7-form.style1 .wpcf7-submit {
    margin-top: -2px;
}

.element-form-post {
    position: relative;
}

.element-form-post i {
    left: 20px;
    position: absolute;
    top: 16px;
}

.wpcf7-form .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 13px;
    font-style: italic;
    float: left;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-not-valid-tip.wpcf7-validation-errors {
    color: red;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-not-valid-tip.wpcf7-mail-sent-ng {
    border: none;
    padding: 0;
    color: red;
}

.wpcf7-not-valid-tip {
    color: red !important;
}

.request-form .request-form-header {
    background-color: #00bcd4;
    color: #fff;
    padding: 26px 30px 30px;
    position: relative;
}

.request-form .request-form-header .get-form-quote {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.request-form .request-form-header .scroll-to-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.request-form .request-form-header .lnr {
    float: left;
    font-size: 40px;
    position: relative;
    top: 8px;
    width: 65px;
}

.request-form .request-form-header h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.request-form .request-form-header p {
    margin: 0;
}

.request-form .request-form-header .request-form-inner {
    position: relative;
    padding-left: 65px;
}

.request-form .request-form-header .request-form-inner:before {
    background-color: #ff8600;
    content: "";
    height: 22px;
    left: 51px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 2px;
}

.request-form .request-form-content {
    background-color: #f9f9f9;
    padding: 30px 50px 50px;
    -webkit-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -moz-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -ms-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    border: 1px solid #f7f7f7;
}

.request-form .request-form-content div {
    margin-bottom: 19px;
}

.request-form .request-form-content div:last-child {
    margin-bottom: 0;
    padding-top: 11px;
}

.request-form .request-form-content p {
    margin: 0;
}

.request-form .request-form-content .wpcf7-textarea {
    margin-top: 11px;
}

.request-form .ajax-loader {
    display: none;
}

.request-form .request-form-content-vc {
    background-color: #00bcd4;
    border-top: 2px solid #fff;
    padding: 50px;
}

.request-form .request-form-content-vc .btn:hover, .request-form .request-form-content-vc #comments .comment-reply-link:hover, #comments .request-form .request-form-content-vc .comment-reply-link:hover, .request-form .request-form-content-vc #commentform #submit:hover, #commentform .request-form .request-form-content-vc #submit:hover, .request-form .request-form-content-vc .cms-load-posts a:hover, .cms-load-posts .request-form .request-form-content-vc a:hover, .request-form .request-form-content-vc #footer-top .widget_newsletterwidget input[type="submit"]:hover, #footer-top .widget_newsletterwidget .request-form .request-form-content-vc input[type="submit"]:hover, .request-form .request-form-content-vc .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget .request-form .request-form-content-vc input[type="submit"]:hover, .request-form .request-form-content-vc .woocommerce input.button:hover, .woocommerce .request-form .request-form-content-vc input.button:hover, .request-form .request-form-content-vc .woocommerce #respond input#submit:hover, .woocommerce #respond .request-form .request-form-content-vc input#submit:hover, .request-form .request-form-content-vc .woocommerce a.button:hover, .woocommerce .request-form .request-form-content-vc a.button:hover, .request-form .request-form-content-vc .woocommerce button.button:hover, .woocommerce .request-form .request-form-content-vc button.button:hover, .request-form .request-form-content-vc .woocommerce input.button:hover, .woocommerce .request-form .request-form-content-vc input.button:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .request-form .request-form-content-vc .single_add_to_cart_button:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .request-form .request-form-content-vc .single_add_to_cart_button:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .request-form .request-form-content-vc .add_to_wishlist:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .request-form .request-form-content-vc .add_to_wishlist:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .request-form .request-form-content-vc .woo_bt_compare_this:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .request-form .request-form-content-vc .woo_bt_compare_this:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .request-form .request-form-content-vc .woo_bt_view_compare:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .request-form .request-form-content-vc .woo_bt_view_compare:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .request-form .request-form-content-vc a:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .request-form .request-form-content-vc a:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .request-form .request-form-content-vc a:hover, .request-form .request-form-content-vc .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .request-form .request-form-content-vc a:hover, .request-form .request-form-content-vc .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce-Reviews #review_form #respond .form-submit .request-form .request-form-content-vc input:hover, .request-form .request-form-content-vc .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .request-form .request-form-content-vc input.button:hover, .request-form .request-form-content-vc .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .request-form .request-form-content-vc a:hover, .request-form .request-form-content-vc .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .request-form .request-form-content-vc button:hover, .request-form .request-form-content-vc .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .request-form .request-form-content-vc button:hover, .request-form .request-form-content-vc .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .request-form .request-form-content-vc .checkout-button:hover, .request-form .request-form-content-vc .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .request-form .request-form-content-vc .checkout-button:hover, .request-form .request-form-content-vc .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop .request-form .request-form-content-vc a.button:hover, .request-form .request-form-content-vc .woocommerce .checkout_coupon input.button:hover, .woocommerce .checkout_coupon .request-form .request-form-content-vc input.button:hover, .request-form .request-form-content-vc .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment .request-form .request-form-content-vc #place_order:hover {
    border-color: #0c6db0;
    background-color: transparent;
    color: #0c6db0;
}

.fr-bg-white .request-form .request-form-content {
    background-color: #fff;
    /* ==========================================================================
   [End] All Style Form
========================================================================== */
}

.date-time .date:after, .date-time .hh:after {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -17px;
}

.date-time .date:after {
    content: "-";
}

.date-time .hh:after {
    content: ":";
}

.modal-backdrop {
    z-index: 0;
}

.modal-open {
    padding: 0 !important;
    overflow: auto;
}

.modal-content {
    padding: 70px 55px;
    border-radius: 6px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 !important;
    opacity: 1;
}

.modal-body {
    padding: 41px 15px 0;
    position: static;
}

.modal-title {
    color: #000;
    text-align: center;
    line-height: 1.1;
}

.profile-content {
    text-align: center;
    padding-bottom: 40px;
}

.modal-header .close {
    z-index: 10000;
    position: absolute;
    min-width: auto;
    right: 30px;
    top: 9px;
    font-size: 53px;
}

.modal-header .close:hover {
    background: none;
    opacity: 1;
}

.modal-header {
    padding: 0 15px;
    border: none;
    /*login-form*/
}

.modal-header .line-wrap {
    text-align: center;
}

.modal-header .line-wrap .line2 {
    background: #477ab9;
    height: 1px;
    width: 91px;
    display: inline-block;
    top: -16px;
    position: relative;
}

.modal-header .line-wrap .line2:before {
    display: none;
}

.form-login {
    /* BACKGROUND HORIZONTAL */
}

.form-login .login-remember {
    margin-top: 14px;
    text-align: center !important;
}

.form-login .login-remember input[type=checkbox] {
    float: none;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.form-login .login-remember .remember {
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0.035em;
    color: rgba(66, 66, 66, 0.58);
    float: none;
    width: auto;
    margin-left: 3px;
}

.form-login .login-remember .forget {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: #212121;
    float: right;
    position: relative;
    display: inline-block;
}

.form-login .login-remember .forget:before {
    content: '';
    height: 1px;
    background: #212121;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
}

.form-login input[type="text"], .form-login input[type="password"] {
    background: transparent;
    border: #e6e6e6 solid 1px;
    width: 100%;
    border-radius: 2px;
    height: 43px;
    font-weight: 300;
    letter-spacing: 0.035em;
    padding: 2px 17px;
    line-height: 1;
    color: #424242;
    font-size: 15px;
}

.form-login input[type="text"]:focus, .form-login input[type="password"]:focus {
    outline: 0;
}

.form-login input::-webkit-input-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
}

.form-login input:-moz-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    opacity: 1;
}

.form-login input::-moz-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
    opacity: 1;
}

.form-login input:-ms-input-placeholder {
    color: rgba(33, 33, 33, 0.66) !important;
}

.form-login span.wpcf7-not-valid-tip {
    margin-top: 3px;
}

.form-login .input.password + span.wpcf7-not-valid-tip {
    margin-top: 3px;
    padding-bottom: 20px;
}

.form-login .login-group {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
}

.form-login .login-group .btn, .form-login .login-group #comments .comment-reply-link, #comments .form-login .login-group .comment-reply-link, .form-login .login-group #commentform #submit, #commentform .form-login .login-group #submit, .form-login .login-group .cms-load-posts a, .cms-load-posts .form-login .login-group a, .form-login .login-group #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .form-login .login-group input[type="submit"], .form-login .login-group .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .form-login .login-group input[type="submit"], .form-login .login-group .woocommerce input.button, .woocommerce .form-login .login-group input.button, .form-login .login-group .woocommerce #respond input#submit, .woocommerce #respond .form-login .login-group input#submit, .form-login .login-group .woocommerce a.button, .woocommerce .form-login .login-group a.button, .form-login .login-group .woocommerce button.button, .woocommerce .form-login .login-group button.button, .form-login .login-group .woocommerce input.button, .woocommerce .form-login .login-group input.button, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .single_add_to_cart_button, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .single_add_to_cart_button, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .add_to_wishlist, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .add_to_wishlist, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .woo_bt_compare_this, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .woo_bt_compare_this, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .woo_bt_view_compare, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .woo_bt_view_compare, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .form-login .login-group a, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .form-login .login-group a, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .form-login .login-group a, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .form-login .login-group a, .form-login .login-group .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .form-login .login-group input, .form-login .login-group .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .form-login .login-group input.button, .form-login .login-group .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .form-login .login-group a, .form-login .login-group .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button, .form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button, .form-login .login-group .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .form-login .login-group .checkout-button, .form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .form-login .login-group .checkout-button, .form-login .login-group .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .form-login .login-group a.button, .form-login .login-group .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .form-login .login-group input.button, .form-login .login-group .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .form-login .login-group #place_order {
    width: 100%;
    float: none;
    text-transform: uppercase;
    height: 52px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 1;
    border-radius: 4px;
    margin-top: 9px;
}

.form-login .login-group .btn:hover, .form-login .login-group #comments .comment-reply-link:hover, #comments .form-login .login-group .comment-reply-link:hover, .form-login .login-group #commentform #submit:hover, #commentform .form-login .login-group #submit:hover, .form-login .login-group .cms-load-posts a:hover, .cms-load-posts .form-login .login-group a:hover, .form-login .login-group #footer-top .widget_newsletterwidget input[type="submit"]:hover, #footer-top .widget_newsletterwidget .form-login .login-group input[type="submit"]:hover, .form-login .login-group .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget .form-login .login-group input[type="submit"]:hover, .form-login .login-group .woocommerce input.button:hover, .woocommerce .form-login .login-group input.button:hover, .form-login .login-group .woocommerce #respond input#submit:hover, .woocommerce #respond .form-login .login-group input#submit:hover, .form-login .login-group .woocommerce a.button:hover, .woocommerce .form-login .login-group a.button:hover, .form-login .login-group .woocommerce button.button:hover, .woocommerce .form-login .login-group button.button:hover, .form-login .login-group .woocommerce input.button:hover, .woocommerce .form-login .login-group input.button:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .single_add_to_cart_button:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .single_add_to_cart_button:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .add_to_wishlist:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .add_to_wishlist:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .woo_bt_compare_this:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .woo_bt_compare_this:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .form-login .login-group .woo_bt_view_compare:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .form-login .login-group .woo_bt_view_compare:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .form-login .login-group a:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .form-login .login-group a:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .form-login .login-group a:hover, .form-login .login-group .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .form-login .login-group a:hover, .form-login .login-group .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce-Reviews #review_form #respond .form-submit .form-login .login-group input:hover, .form-login .login-group .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .form-login .login-group input.button:hover, .form-login .login-group .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .form-login .login-group a:hover, .form-login .login-group .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button:hover, .form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-login .login-group button:hover, .form-login .login-group .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .form-login .login-group .checkout-button:hover, .form-login .login-group .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .form-login .login-group .checkout-button:hover, .form-login .login-group .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop .form-login .login-group a.button:hover, .form-login .login-group .woocommerce .checkout_coupon input.button:hover, .woocommerce .checkout_coupon .form-login .login-group input.button:hover, .form-login .login-group .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment .form-login .login-group #place_order:hover {
    background-color: #0c6db0;
    border-color: #0c6db0;
    color: #fff;
}

.form-login .password-group {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 26px;
}

.form-login .text-login-social {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #424242;
    margin-top: 28px;
}

.form-login .no-account {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #424242;
    margin-top: 39px;
}

.form-login .no-account a {
    color: #0c6db0;
}

.form-login .no-account a:hover {
    color: #00bcd4;
}

.form-login .forgot-pass {
    background: #fcfcfc;
    border-top: #eee solid 1px;
    font-size: 14px;
    float: left;
    width: calc(100% + 240px);
    margin-left: -120px;
    text-align: center;
    letter-spacing: 0.035em;
    color: #424242;
    margin-top: 23px;
    line-height: 74px;
}

.form-login .forgot-pass a {
    color: inherit;
}

.form-login .forgot-pass a:hover {
    color: #0c6db0;
}

.user-press-profile {
    /*register*/
}

.user-press-profile .user-avatar {
    margin-bottom: 30px;
}

.user-press-profile .user-name {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 35px;
}

.user-press-profile .user-press-logout {
    display: inline-block;
}

.user-press-profile .user-press-logout a {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 700;
    color: #00bcd4;
    line-height: 35px;
    margin-left: 20px;
}

.modal-content-left, .modal-content-right {
    float: left;
    width: 50%;
    position: relative;
}

.modal-content-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
}

.modal-content-left .bg-overlay {
    content: '';
    background: #0c6db0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.modal-content-left .modal-content-left-inner {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 70px 37px 0;
    height: 100%;
}

.modal-content-left .modal-content-left-inner img {
    display: inline-block;
}

.modal-content-left .subtitle {
    font-size: 24px;
    letter-spacing: 0.055em;
    color: #fff;
    position: relative;
    line-height: 32px;
    margin-top: 15px;
}

.modal-content-left .content {
    font-size: 18px;
    letter-spacing: 0.075em;
    color: #fff;
    position: relative;
    line-height: 32px;
    margin-top: 74px;
}

.modal-content-left .content .content-inner {
    display: inline-block;
    clear: both;
    float: left;
    margin-left: 109px;
}

.modal-content-left .content .content-inner i {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: #fff solid 1px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    margin-right: 15px;
    float: left;
}

.modal-content-left .content .content-inner + .content-inner {
    margin-top: 20px;
}

.modal-content-left .footer {
    font-size: 24px;
    letter-spacing: 0.035em;
    color: #fff;
    line-height: 36px;
    padding: 0 30px;
    position: absolute;
    bottom: 73px;
}

.form-register.open, .form-login.open {
    display: block !important;
}

.form-register .modal-header .close, .form-login .modal-header .close {
    font-size: 13px;
    letter-spacing: 0.035em;
    color: #424242;
    text-transform: none;
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
    top: 21px;
    font-weight: normal;
    right: 20px;
}

.form-register .modal-header .close i, .form-login .modal-header .close i {
    border-right: none !important;
}

.form-register .modal-header .close:hover, .form-login .modal-header .close:hover {
    color: #00bcd4;
}

.form-register .modal-content, .form-login .modal-content {
    background: #fff;
    border-radius: 2px;
    border-top: #00bcd4 solid 5px;
    padding: 30px;
    z-index: 100;
}

.form-register .modal-body, .form-login .modal-body {
    float: left;
    width: 100%;
}

.form-register label, .form-login label {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.035em;
    color: rgba(66, 66, 66, 0.58);
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0 0 12px;
}

.form-register input[type="text"], .form-login input[type="text"], .form-register input[type="password"], .form-login input[type="password"] {
    background: transparent;
    border: #e6e6e6 solid 1px;
    width: 100%;
    border-radius: 2px;
    height: 43px;
    font-weight: 300;
    letter-spacing: 0.035em;
    padding: 2px 17px;
    line-height: 1;
    color: #424242;
    font-size: 15px;
}

.form-register input[type="text"]:focus, .form-login input[type="text"]:focus, .form-register input[type="password"]:focus, .form-login input[type="password"]:focus {
    outline: 0;
}

.form-register span.wpcf7-not-valid-tip, .form-login span.wpcf7-not-valid-tip {
    margin-top: 3px;
}

.form-register .input.password + span.wpcf7-not-valid-tip, .form-login .input.password + span.wpcf7-not-valid-tip {
    margin-top: 3px;
    padding-bottom: 20px;
}

.form-register .field-group, .form-login .field-group {
    float: left;
    width: 100%;
    margin-bottom: 26px;
}

.form-register .field-group .btn-up-register, .form-login .field-group .btn-up-register {
    width: 100%;
    float: none;
    text-transform: uppercase;
    height: 52px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 1;
    border-radius: 4px;
    margin-top: 10px;
}

.form-register .field-group .btn-up-register:hover, .form-login .field-group .btn-up-register:hover {
    background-color: #0c6db0;
    border-color: #0c6db0;
    color: #fff;
}

.form-register .text-login-social, .form-login .text-login-social {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #424242;
    margin-top: 27px;
}

.form-register .no-account, .form-login .no-account {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #424242;
    margin-top: 48px;
}

.form-register .no-account a, .form-login .no-account a {
    color: #0c6db0;
}

.form-register .no-account a:hover, .form-login .no-account a:hover {
    color: #00bcd4;
}

.form-register .up-social-wrapper, .form-login .up-social-wrapper {
    margin-top: 5px;
    float: left;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.form-register .up-social-wrapper > p, .form-login .up-social-wrapper > p {
    color: #424242;
    letter-spacing: 0.035em;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.form-register .up-social-wrapper button, .form-login .up-social-wrapper button {
    border: none;
    height: 35px;
    line-height: 35px;
    float: left;
    padding: 0 13px 0 8px;
    font-size: 11px;
    min-width: 165px;
    border-radius: 2px;
    text-transform: none;
    letter-spacing: 0;
}

.form-register .up-social-wrapper button i, .form-login .up-social-wrapper button i {
    font-size: 18px;
    float: left;
    margin-top: 0;
    line-height: 35px;
    margin-right: 12px;
}

.form-register .up-social-wrapper .up-facebook-button, .form-login .up-social-wrapper .up-facebook-button {
    background: #3b5998;
}

.form-register .up-social-wrapper .up-twitter-button, .form-login .up-social-wrapper .up-twitter-button {
    background: #55acee;
    margin-left: 16px;
}

.form-register .forgot-pass, .form-login .forgot-pass {
    background: #fcfcfc;
    border-top: #eee solid 1px;
    font-size: 14px;
    float: left;
    width: calc(100% + 240px);
    margin-left: -120px;
    text-align: center;
    letter-spacing: 0.035em;
    color: #424242;
    margin-top: 23px;
    line-height: 74px;
}

.form-register .forgot-pass a, .form-login .forgot-pass a {
    color: inherit;
}

.form-register .forgot-pass a:hover, .form-login .forgot-pass a:hover {
    color: #0c6db0;
}

article .user-press-register {
    max-width: 500px;
}

article .user-press-register label {
    font-size: 14px;
    letter-spacing: 0.035em;
    font-weight: normal;
    color: rgba(12, 109, 176, 0.33);
    padding: 16px 0;
    float: left;
    margin: 0;
}

article .user-press-register .btn-up-register {
    margin-top: 20px;
}

.input-group {
    z-index: 1;
}

.hide-menu-title {
    display: none !important;
}

.header-container {
    position: relative;
}

#cshero-header-logo-wrap {
    background-color: #273c51;
}

#cshero-header-top {
    background: #253749;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

#cshero-header-top i {
    font-size: 14px;
    margin-right: 4px;
}

#cshero-header-top span {
    float: left;
    margin-right: 13px;
}

#cshero-header-top .header-right-top {
    float: right;
}

#cshero-header-top .header-right-top ul {
    float: right;
}

#cshero-header-top .header-right-top ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: auto;
    border: none;
    color: inherit;
}

#cshero-header-top .header-right-top ul li a {
    color: inherit;
}

#cshero-header-top .header-right-top ul li a:hover {
    color: #00bcd4;
}

.body-boxed .header-trans #cshero-header {
    max-width: 1170px;
}

.header-trans #cshero-header {
    position: absolute;
    top: 0;
    z-index: 1001;
    width: 100%;
    background: transparent;
}

.header-trans #cshero-header.header-fixed #cshero-header-right {
    margin-top: 22px;
}

.header-trans #cshero-header.header-fixed #cshero-header-right .dropdown {
    margin-top: 0;
}

.header-trans #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:after, .header-trans #cshero-header-navigation .main-navigation .menu-main-menu > li:after, .header-trans #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle:after, .header-trans #cshero-header-navigation .main-navigation #menu-menu-onepage > li.current-onepage:after {
    background: #fff;
}

.header-trans #cshero-header-navigation .main-navigation #menu-menu-onepage > li.current-onepage:after {
    opacity: 1;
}

.header-trans .header-right .nav-button-icon i:hover {
    color: #fff;
}

.header2 #cshero-header-logo {
    padding-top: 35px;
    padding-bottom: 38px;
}

.header2 #cshero-header-logo .trans-logo {
    display: none;
    height: 0;
}

.header2 #cshero-header-right .hasmenu i.user-img {
    color: #00bcd4;
}

.header2 .header2 #cshero-header-right .dropdown.userpanel a.dropdown-toggle:hover i.user-img, .header2 .header2 #cshero-header-right .dropdown.userpanel a.dropdown-toggle.active:hover i.user-img {
    color: #fff;
}

.header2 #cshero-header {
    border-bottom: 1px solid #f0efef;
    z-index: 2;
}

.header2 #cshero-header #cshero-header-navigation {
    padding-left: 15px;
}

.header2 #cshero-header-right .dropdown {
    padding-bottom: 0;
    margin-top: 15px;
}

.header2 #cshero-header-right .dropdown.userpanel a.dropdown-toggle, .header2 #cshero-header-right .dropdown.userpanel a.dropdown-toggle.active {
    background-color: #fff !important;
    border: 1px solid #f0efef;
    border-radius: 100px;
    color: #212121 !important;
    margin-right: 0;
    padding: 0 15px 0 0 !important;
    position: relative;
    z-index: 2;
}

.header2 #cshero-header-right .dropdown.userpanel a.dropdown-toggle:hover, .header2 #cshero-header-right .dropdown.userpanel a.dropdown-toggle.active:hover {
    background-color: #00bcd4 !important;
    border-color: #00bcd4 !important;
    color: #fff !important;
}

.header2 #cshero-header .container {
    border-bottom: none;
}

.header2 #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .header2 #cshero-header-navigation .main-navigation .menu-main-menu > li {
    line-height: 65px;
}

.header2 #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, .header2 #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
    font-size: 13px;
    font-style: normal;
    border-radius: 4px;
    font-weight: 500;
    padding: 7px 15px;
    text-transform: uppercase;
}

.header-trans #cshero-header #cshero-header-logo .main-logo:not(.logo-page) {
    display: none;
    height: 0;
}

.header-trans #cshero-header #cshero-header-logo .trans-logo img {
    max-height:;
}

.header-trans #cshero-header-menu-icon .h3-icon-menu {
    float: right;
    line-height: 99px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.header-trans #cshero-header-menu-icon .hidden-wrapper {
    float: right;
    line-height: 99px;
    padding-left: 15px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.header-trans #cshero-header-menu-icon .hidden-wrapper:after {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 20px;
    left: 0;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    content: '';
    background: #fff;
}

#cshero-header {
    background: #fff;
    position: relative;
    z-index: 1000;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    color: #fff;
}

#cshero-header .container {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#cshero-header .cshero-header-navigation-inner {
    float: left;
    width: 100%;
}

#cshero-header .cshero-header-navigation-inner .footer-content {
    margin-top: 0;
    box-shadow: none;
    border: none;
}

#cshero-header .cshero-header-navigation-inner .footer-content .customlist.list-style3 li {
    padding: 0 15px;
    margin-bottom: 0;
}

#cshero-header .cshero-header-navigation-inner .footer-content .customlist.list-style3 li span {
    margin-bottom: 3px !important;
    padding-bottom: 3px !important;
}

#cshero-header .cshero-header-navigation-inner .footer-content .customlist.list-style3 li span:before {
    content: "\f105";
}

#cshero-header .cshero-header-navigation-inner .footer-content .customlist.list-style3 li a {
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0;
}

#cshero-header .menu-main-menu > li > a {
    display: block;
    position: relative;
    color: #051952;
}

#cshero-header .menu-main-menu > li > a .menu-title:before {
    display: none;
}

#cshero-header .menu-main-menu > li.current-menu-item > a, #cshero-header .menu-main-menu > li.current-menu-ancestor > a, #cshero-header .menu-main-menu > li:hover > a {
    color: #00bcd4;
}

#cshero-header .menu-main-menu > li.current-menu-item > a:before, #cshero-header .menu-main-menu > li.current-menu-ancestor > a:before, #cshero-header .menu-main-menu > li:hover > a:before {
    background-color: #00bcd4;
    width: 100%;
}

#cshero-header .menu-main-menu > li.menu-item-has-children:hover a:before {
    opacity: 0;
}

#cshero-header #cshero-header-logo .main-logo, #cshero-header #cshero-header-logo .trans-logo {
    display: inline-block;
    line-height: 111px;
}

#cshero-header.header-fixed {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    border: none;
    background: #fff;
}

#cshero-header.header-fixed #cshero-header-right .dropdown.userpanel a.dropdown-toggle {
    color: #00bcd4 !important;
}

#cshero-header.header-fixed #cshero-header-logo {
    line-height: 80px;
}

#cshero-header.header-fixed #cshero-header-logo .main-logo {
    line-height: 80px;
}

#cshero-header.header-fixed #cshero-header-logo .main-logo img {
    max-height: 44px;
}

#cshero-header.header-fixed #cshero-header-logo.has_logo-sticky .main_logo-wrap {
    opacity: 0;
    max-height: 0;
}

#cshero-header.header-fixed #cshero-header-right .hasmenu i.user-img {
    color: #00bcd4;
}

#cshero-header.header-fixed #cshero-header-menu-icon .h3-icon-menu {
    line-height: 80px;
}

#cshero-header.header-fixed #cshero-header-menu-icon .hidden-wrapper {
    line-height: 80px;
}

#cshero-header.header-fixed #cshero-header-menu-icon .hidden-wrapper:after {
    background: #333;
}

#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li {
    line-height: 80px;
}

#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:after, #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li:after {
    background: #00bcd4;
}

#cshero-header.header-fixed #cshero-header-navigation .widget_shopping_cart {
    top: 80px !important;
}

#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:after, #cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li:after {
    opacity: 0;
}

#cshero-header.header-fixed .header-right .nav-button-icon i {
    line-height: 80px;
}

#cshero-header.header-fixed .header-right .nav-button-icon i:hover {
    color: #fff;
}

#cshero-header.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li a.is-one-page.current {
    color: #fff;
}

#cshero-header.header-fixed .header-right .nav-button-icon .couter_items-wrap {
    line-height: 80px;
}

#cshero-header.header-fixed .nav-button-icon:before {
    background-color: #eaeaea;
}

#cshero-header-logo .site-title {
    color: inherit;
    font-size: 30px;
    margin-top: 15px;
}

#cshero-header-logo .site-title a {
    color: inherit;
}

#cshero-header-logo .site-description {
    color: inherit;
}

#cshero-header-logo img {
    max-height: 44px;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}

#cshero-header-wrapper {
    padding: 0;
    min-height: 1px;
    margin-bottom: 0;
    border: none;
}

#cshero-header-right {
    float: right !important;
}

#cshero-header-right .dropdown {
    float: right;
    margin: 0;
    margin-right: 2px;
    margin-top: 40px;
    padding-bottom: 22px;
}

#cshero-header-right .dropdown.userpanel a.dropdown-toggle {
    background-color: transparent !important;
    border: 1px solid #00bcd4;
    border-radius: 100px;
    color: #fff !important;
    margin-right: 0;
    padding: 0 15px 0 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    display: block;
}

#cshero-header-right .fa-angle-down {
    margin-left: 4px;
}

#cshero-header-right .hasmenu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
}

#cshero-header-right .hasmenu i.user-img {
    color: #fff;
    border-right: none;
    padding-left: 9px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}

#cshero-header-right .hasmenu .dropdown-menu {
    min-width: 200px;
    right: 0;
    left: auto;
    padding: 0;
    border-radius: 0;
    -webkit-transition: visibility 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out;
    -ms-transition: visibility 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out;
    background-color: #fff;
    border: 1px solid #f0efef;
    position: absolute;
    display: block;
    z-index: 1000;
    opacity: 0;
    top: 140%;
    visibility: hidden;
    box-shadow: none !important;
}

#cshero-header-right .hasmenu .dropdown-menu li {
    position: relative;
    color: #767676;
}

#cshero-header-right .hasmenu .dropdown-menu li.button-signin, #cshero-header-right .hasmenu .dropdown-menu li.button-signup {
    color: #aaa;
    cursor: pointer;
    padding: 5px;
}

#cshero-header-right .hasmenu .dropdown-menu li a {
    border-bottom: 1px solid #f0efef;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 20px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1.42857;
    background: none;
}

#cshero-header-right .hasmenu .dropdown-menu li:last-child a {
    border: none;
}

#cshero-header-right .hasmenu .dropdown-menu li:hover a {
    color: #00bcd4;
}

#cshero-header-right .hasmenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
}

.userpanel img {
    max-width: 30px !important;
    border-radius: 50%;
}

.img-circle {
    border-radius: 50%;
}

.userpanel i {
    padding-right: 5px;
    color: #aaa;
    display: inline-block;
    width: 20px;
    text-align: center;
    border-right: 1px solid #ededed;
    margin-right: 5px;
}

@media (min-width: 992px) {
    #cshero-header.header-default #cshero-header-logo {
        width: 19%;
    }

    #cshero-header.header-default #cshero-header-navigation {
        width: 81%;
    }

    #cshero-header #cshero-header-navigation {
        padding-left: 4px;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #cshero-header #cshero-header-navigation .menu-white .menu-main-menu > ul > li > a, #cshero-header #cshero-header-navigation .menu-white .menu-main-menu > li > a {
        color: #fff;
    }

    #cshero-header #cshero-header-navigation .icon-white i {
        color: #fff;
    }

    #cshero-header #cshero-header-navigation .icon-white i:hover {
        color: #00bcd4;
    }

    .cs-boxed #main {
        background-color: #fff;
    }

    .cs-boxed #cshero-header.header-fixed {
        max-width: 1200px;
    }
}

.page-header-2 {
    padding-top: 45px;
}

.admin-bar #cshero-header.header-fixed {
    top: 32px;
}

#cshero-header.sticky-desktop.header-fixed {
    background-color: #fff;
    border-bottom: #eee solid 1px !important;
}

@media (max-width: 991px) {
    .header2 #cshero-header #cshero-menu-mobile i {
        margin-top: -61px;
        right: 0;
    }

    #cshero-header-right {
        margin-top: 10px;
        float: left !important;
    }

    #cshero-header-right .hasmenu .dropdown-menu {
        position: static;
        display: none;
    }

    #cshero-header-right .hasmenu:hover .dropdown-menu {
        display: block;
    }

    .cshero-popup-menu .main_logo-wrap {
        float: none;
    }

    header.header9 #cshero-header-logo {
        float: left;
        padding-left: 15px;
        position: static;
        -webkit-transform: none;
        -khtml-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
    }

    header.header9 #cshero-header-navigation-left, header.header9 #cshero-header-navigation-right {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    header.header9 #cshero-header-navigation-right #site-navigation {
        float: left;
    }

    .cshero-popup-menu #cshero-header-navigation .main-navigation .menu-main-menu li {
        display: inline-block;
        padding: 3px 0;
        float: none;
        width: 100%;
    }

    .cshero-popup-menu #cshero-header-navigation {
        position: static;
        -webkit-transform: none;
        -khtml-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
    }

    .cshero-popup-menu .cms-top-social {
        bottom: 30px;
    }

    .admin-bar .header-trans #cshero-header {
        top: 0px;
    }

    .header-trans #cshero-header {
        position: static;
    }

    .admin-bar #cshero-header.header-fixed {
        top: 0px;
    }

    .page-header-2 {
        padding-top: 0;
    }

    .main_logo-wrap {
        float: left;
    }

    #cshero-header-inner.header-trans {
        position: static;
        background: #111;
    }

    #cshero-header-inner.header-trans #cshero-header {
        border-bottom: none;
    }

    #cshero-header-inner.header-trans #cshero-header > .container {
        background-color: #111;
    }

    #cshero-header-inner.header-trans #cshero-header #cshero-menu-mobile i {
        margin-top: 0;
    }

    #cshero-header-inner.header-trans #cshero-header .menu-main-menu > li.current-menu-item > a:before, #cshero-header-inner.header-trans #cshero-header .menu-main-menu > li.current-menu-ancestor > a:before, #cshero-header-inner.header-trans #cshero-header .menu-main-menu > li:hover > a:before {
        display: none;
    }

    #cshero-header-inner #cshero-header .menu-main-menu > li.current-menu-item > a:before, #cshero-header-inner #cshero-header .menu-main-menu > li.current-menu-ancestor > a:before, #cshero-header-inner #cshero-header .menu-main-menu > li:hover > a:before {
        display: none;
    }

    #cshero-menu-mobile .nav-button-icon {
        position: absolute;
        right: 99px;
    }

    #cshero-menu-mobile .nav-button-icon .fa-search:before {
        content: "\e618";
        font-family: 'Pe-icon-7-stroke';
    }

    .header-right {
        margin-top: 0;
    }

    .header-right .header-menu-right {
        width: 100%;
    }

    .header-right .header-menu-right .widget_nav_menu ul {
        background: none;
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .header-right .header-menu-right .widget_nav_menu ul li {
        width: 100%;
    }

    .header-right .login-wrap {
        width: 100%;
    }

    .header-right .login-wrap button {
        background: none;
        width: 100%;
        text-align: left;
    }

    .header-right .nav-button-icon {
        display: none;
    }

    #cshero-header .cshero-header-navigation-inner {
        float: right;
        width: 100%;
    }

    header.header8 #cshero-header .cshero-header-navigation-inner {
        max-height: 2000px;
    }

    header.header8 #cshero-header #cshero-header-navigation.open {
        top: 123px;
    }

    header.header8 #cshero-header-logo {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    header.header8 #cshero-header-navigation .main-navigation {
        float: left;
    }

    .header13#page {
        padding: 0;
    }

    .header13#page #cshero-header-inner {
        -webkit-transform: translateX(-320px);
        -khtml-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        -webkit-transition: all 400ms ease 0s;
        -moz-transition: all 400ms ease 0s;
        -ms-transition: all 400ms ease 0s;
        transition: all 400ms ease 0s;
        visibility: hidden;
        padding-top: 80px;
    }

    .header13#page #cshero-header-inner.open {
        -webkit-transform: translateX(0px);
        -khtml-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cshero-popup-menu #cshero-header-navigation .main-navigation .menu-main-menu {
        padding: 5% 0;
    }

    #cshero-bottom-header .contact-top .email {
        border-left: none;
        margin-left: 0px;
        padding-left: 0;
        margin-top: 10px;
    }

    #cshero-bottom-header .contact-top .email, #cshero-bottom-header .contact-top .phone {
        width: 100%;
    }

    #cshero-header-search {
        margin-right: 60px;
    }
}

@media (max-width: 767px) {
    /* ==========================================================================
   [End] 1. Header Main
========================================================================== */
    #cshero-header-top .login-wrap {
        float: right;
        width: 100%;
        text-align: center;
    }

    #cshero-header-top .login-wrap button {
        float: none !important;
    }

    #cshero-header-top .cms-top-social {
        width: 100%;
        margin-right: 0;
        margin-top: 16px;
        text-align: center;
    }

    #cshero-header-top .cms-top-social li {
        float: none !important;
    }

    #cshero-bottom-header .contact-top .email {
        border-left: none;
        margin-left: 0px;
        padding-left: 0;
        margin-top: 10px;
    }

    #cshero-bottom-header .contact-top .email, #cshero-bottom-header .contact-top .phone {
        width: 100%;
    }

    #cshero-header-inner #cshero-header-top .success-login {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    #cshero-header-top span {
        width: 100%;
    }
}

.ft-playfair-display, .cms-process .cms-process-list li .cms-process-icon > span, .cms-process.cms-process-layout3 .cms-process-list li .cms-process-icon > span, .woocommerce nav.woocommerce-pagination ul > li a, .woocommerce nav.woocommerce-pagination ul > li span, #product-nav .nav-links > div a {
    font-family: 'Playfair Display', serif;
}

.ft-source-san-pro, .blog-standand article .content-right .entry-title, .single-portfolio .post-navigation .nav-links > div .content-right h3 a, #comments .comment-list li .comment-respond .comment-reply-title, .cms-heading-wrapper .subtitle, .cms-heading-wrapper .description, .template-cms_carousel-blog .cms-carousel-item .content-right .entry-title, .cms-counter-wraper .counter-wrap1 .cms-counter-title, .template-cms_grid--layout-default .cms-grid-item-inner .content-right .entry-title, body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4, .cms-process .cms-process-list li .cms-process-title, .vc-bootstrap-tabs .nav-tabs li a, #footer-top .cms-recent-post-wrapper .cms-recent-details .title, h1, h2, h3, h4, h5, h6, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > li > a, #sidebar .cms-recent-post-wrapper .cms-recent-details .title, .wpb_wrapper .cms-recent-post-wrapper .cms-recent-details .title, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_rss ul li, #content ul.products li .product-inner h3, #content ul.products li .product-inner .price, .single-product .cs-product-wrap .entry-summary .entry-summary-inner .product_title, .single-product .cs-product-wrap .entry-summary .other-info-product h3, .woocommerce-Reviews #review_form_wrapper .comment-reply-title, #related-product .title, .woocommerce .cart-collaterals .cart_totals .shop_table tr.cart-total-title th, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr.cart-total-title th, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form h2, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form h2, .woocommerce-checkout h3, .woocommerce-checkout #ship-to-different-address > label, .woocommerce-order-received h2, .woocommerce-order-received .title h3 {
    font-family: 'Source Sans Pro', sans-serif;
}

.ft-droid, .heading-layout2 .description, .cms-counter-wraper .counter-wrap1 .cms-counter, .cms-countdown-wraper .col-item .countdown-amount, .error404 .cms-content404 > div .error-404 h1 + div {
    font-family: 'Droid Serif', serif;
}

.ft-opensan, .woocommerce #sidebar .widget_price_filter .price_label, .single-product .cs-product-wrap .entry-summary .variations_form .quantity input, .single-product .cs-product-wrap .entry-summary .cart .quantity input, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .woocommerce table.shop_table td.product-quantity .quantity input {
    font-family: 'Open Sans', sans-serif;
}

body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    color: #999;
    font-size: 15px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
}

.w100 {
    width: 100% !important;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter {
    margin: 5px auto;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 10px 20px 20px 0;
}

.alignright {
    float: right;
}

.alignright img {
    margin-left: 10px;
}

img.alignright {
    margin: 10px 0 20px 20px;
}

.wp-caption {
    opacity: 1;
}

.wp-caption.alignnone {
    width: 100% !important;
}

.media-left img {
    max-width: inherit;
}

.wp-caption-text {
    opacity: 1;
}

.gallery-caption {
    opacity: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-upper {
    text-transform: uppercase;
}

.entry-page-image {
    margin-bottom: 14px;
}

#main #page-default {
    position: relative;
    z-index: 1;
}

.block {
    display: block;
}

.b-ra img {
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    /* BACKGROUND GRADIENT */
}

.sl-italic {
    font-style: italic;
    letter-spacing: 0 !important;
}

a, a:hover, a:focus {
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.page + .comments-area {
    margin-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: 140% !important;
    color: #212121;
    margin: 0;
}

.h1, h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 700;
}

.h2, h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
}

.h3, h3 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
}

.h4, h4 {
    font-size: 16px;
}

.h5, h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol ul ul {
    margin-left: 25px;
}

.entry-content > ul {
    list-style: disc;
    margin-left: 30px;
}

.entry-content > ul ul {
    margin-left: 20px;
}

.page-template-default .entry-content.entry-content-page > p:first-child {
    margin-top: 50px;
}

.page-template-default .entry-content.entry-content-page > p:last-child {
    margin-bottom: 60px;
}

p {
    margin: 0 0 10px;
}

img {
    height: auto;
    max-width: 100%;
}

.hide-image img {
    display: none;
}

.w50 {
    float: left;
    width: 50%;
}

.size_big {
    font-size: 64px;
}

.size_small {
    font-size: 26px;
}

body .wpb_content_element, body .wpb_button {
    margin-bottom: 0;
}

.entry-content > .vc_row-fluid {
    position: relative;
}

.entry-content > .wpb_row .wpb_row {
    margin-left: -15px;
    margin-right: -15px;
}

.entry-content > .wpb_row .padding-30 .wpb_row {
    margin-left: 0;
    margin-right: 0;
}

.vc_row-fluid .container .container, .vc_row-fluid .vc_row-fluid .container {
    width: 100%;
}

.media-body {
    width: inherit;
}

.margin-top40 {
    margin-top: 40px;
}

.thin {
    font-weight: 300;
}

.well {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}

.dark {
    color: #000;
}

.dark2 {
    color:;
}

.color-primary {
    color: #00bcd4;
}

.media .color-primary {
    color: #00bcd4 !important;
}

.cmsline {
    width: 19px;
    height: 3px;
    background-color:;
    display: block;
}

.line-gray {
    height: 1px;
    display: block;
    width: 100%;
    background-color: #353535;
}

.icon-box-style {
    display: block;
    height: 60px;
    line-height: 72px;
    text-align: center;
    width: 60px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    background-color: #00bcd4;
    position: relative;
}

.icon-box-style:before {
    content: "";
    height: 2px;
    width: 19px;
    background-color: #00bcd4;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.icon-box-style i {
    font-size: 28px;
    color: #fff;
}

.br-2px {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
}

.br-3px {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
}

.br-4px {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* BACKGROUND GRADIENT */
}

.br-5px {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* BACKGROUND GRADIENT */
}

.z-index-1 {
    z-index: 1;
}

.no-padding {
    padding: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.vc_row.bg-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: inherit;
    content: "";
    z-index: 1;
}

.vc_row.bg-right-top {
    background-position: right top !important;
}

.vc_row.bg-line-bottom {
    background-position: right bottom !important;
}

.vc_row.bg-line-top {
    background-position: left top !important;
}

.vc_row > .wpb_column {
    z-index: 2;
    position: relative;
}

.vc_row.vc_inner.bg-right-top {
    background-position: right top !important;
    background-size: 64.5% 100%;
}

.overlay-color-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vc_row-o-equal-height .wpb_wrapper {
    height: 100%;
}

.vc_row-o-equal-height .vc_column-inner {
    height: 100%;
}

.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default {
    height: 100%;
}

.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default .cms-grid {
    height: 100%;
}

.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default .cms-grid-item {
    padding-bottom: 0;
    height: 100%;
}

.vc_row-o-equal-height .vc_column-inner .template-cms_grid--layout-default .cms-grid-inner {
    height: 100%;
    padding-bottom: 15px;
}

.custom-row-image-right .custom-row-image {
    background-position: right top;
}

.wpb_column.position-left, .wpb_column.position-right {
    position: absolute;
    top: 0;
    left: 0;
}

.wpb_column.position-right {
    left: inherit;
    right: 0;
    /*
================> Unit Test
*/
}

.wp-caption {
    opacity: 1;
}

.wp-caption-text {
    opacity: 1;
}

.sticky {
    opacity: 1;
}

.gallery-caption {
    opacity: 1;
}

.alignright {
    opacity: 1;
}

.alignleft {
    opacity: 1;
}

.aligncenter {
    opacity: 1;
}

.sticky {
    display: inline-block;
}

article:not(.sticky) .entry-title i.fa-thumb-tack {
    display: none;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
}

table th {
    color: #000;
}

caption, td {
    font-weight: normal;
    text-align: left;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 13px 8px;
}

th {
    font-weight: 700;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
    /*--- Definition Lists ---*/
}

dl {
    margin: 0 0 0 25px;
}

dl.gallery-item {
    margin: 0;
}

dl dt {
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

dl dd {
    line-height: normal;
    margin-bottom: 20px;
}

dl dd.gallery-caption {
    margin-top: 20px;
}

dl dd a {
    color: #00bcd4;
}

dl dd a:hover {
    color: #00bcd4;
}

.page-links {
    padding: 20px 0;
}

.page-links span:not(.page-links-title) {
    color: #00bcd4;
}

.page-links a span {
    color: #777 !important;
}

.page-links a:hover span {
    color: #00bcd4 !important;
}

.wp-caption img + p {
    margin-top: 10px;
}

code, kbd {
    background-color: transparent;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: #00bcd4;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.comment-wrap {
    padding: 0 15px;
}

.entry-content-inner ul {
    padding: 0 0 0 35px;
    list-style-type: square;
}

.entry-content-inner ul.list-style-check {
    list-style: none;
    padding: 0;
}

dl + h2 + ul {
    list-style: none !important;
    padding: 0 0 0 20px;
    margin: 0 !important;
}

dl + h2 + ul li {
    position: relative;
    padding-left: 15px;
}

dl + h2 + ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 7px;
    left: 0;
    position: absolute;
    color: #00bcd4;
}

dl + h2 + ul li ul {
    padding-left: 20px;
    list-style: none !important;
    margin: 0 !important;
}

.post-password-form [type="password"] {
    margin-bottom: 10px;
    height: 42px;
    position: relative;
}

.post-password-form input[type="submit"] {
    padding: 10px 12px;
}

#comments .comment-content li {
    float: none;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0 15px 0;
}

.w100 {
    width: 100% !important;
    /* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */
    /* ==========================================================================
   [Start] 2. Page Title
========================================================================== */
}

#page-title {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15em 0 5em;
    text-align: center;
}

#page-title > .container {
    position: relative;
    z-index: 1;
}

#page-title #page-title-text {
    color: #fff;
    margin-bottom: 30px;
}

#page-title #page-title-text h1 {
    display: block;
    line-height: 1 !important;
    margin: 0;
    padding: 0 0 10px;
    letter-spacing: -0.2px;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 52px;
    text-transform: capitalize;
}

#page-title #page-title-text .page-title-content {
    max-width: 900px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 20px auto 0;
    line-height: 1.66667em;
}

#page-title.page-title-layout2 {
    background: #fff;
    padding: 0;
}

#page-title.page-title-layout2 #page-title-text {
    margin-bottom: 1px;
}

#page-title.page-title-layout2 .page-title-left {
    width: 50%;
}

#page-title.page-title-layout2 #page-title-text .page-title-inner {
    float: left;
    text-align: left;
    padding: 45px 0;
    background: #fff;
    width: 100%;
}

#page-title.page-title-layout2 #page-title-text .page-title-inner .page-title-content {
    color: #aaa;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-style: italic;
}

#page-title.page-title-layout2 #page-title-text h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 3px 0 0;
    color: #212121;
    line-height: 140% !important;
}

#page-title.page-title-layout2 #breadcrumbs {
    float: right;
}

#page-title.page-title-layout2 #breadcrumb-text {
    float: right;
}

#page-title.page-title-layout2 #breadcrumb-text ul.breadcrumbs {
    color: #b4b4b4;
    padding: 17px 0 0px 0;
}

#page-title.page-title-layout2 #breadcrumb-text ul.breadcrumbs li + li:before {
    color: #212121;
}

#page-title.page-title-layout2 #breadcrumb-text ul.breadcrumbs li a {
    color: #212121;
}

#page-title.page-title-layout2 #breadcrumb-text ul.breadcrumbs li a:hover {
    color: #00bcd4;
}

#page-title #breadcrumb-text {
    min-height: 0px;
}

#page-title #breadcrumb-text ul.breadcrumbs {
    font-size: 13px;
    line-height: normal;
    list-style: outside none none;
    padding: 31px 0 15px 0;
    float: left;
    width: 100%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: inherit;
}

#page-title #breadcrumb-text ul.breadcrumbs li {
    display: inline-block;
    margin: 0;
    padding-right: 5px;
}

#page-title #breadcrumb-text ul.breadcrumbs li + li:before {
    content: " / ";
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: inherit;
    padding: 0 7px;
}

#page-title #breadcrumb-text ul.breadcrumbs li a {
    color: inherit;
}

.home #breadcrumb-text {
    display: none;
    /* ==========================================================================
   [End] 2. Page Title
========================================================================== */
    /* ==========================================================================
   [Start] 3. Primary
========================================================================== */
}

#page-wrapper.cs-boxed {
    background-color: #fff;
}

#page {
    overflow: hidden;
    position: relative;
}

#main .sidebar-left-active #primary.sidebar-active {
    float: right;
}

.vc_row-o-full-height {
    opacity: 0;
    filter: alpha(opacity=0);
    /* Column Overlay */
}

.column-bg-overlay {
    color: #fff;
}

.column-bg-overlay .overlay-color-column {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.column-bg-overlay .wpb_wrapper {
    position: relative;
    z-index: 1;
}

.column-bg-overlay ul li {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

small {
    font-size: 13px;
    /* End Column Overlay */
}

#content footer.entry-meta {
    padding: 0;
    text-align: center;
}

.sider-page .wpb_row .container {
    padding: 0;
    width: 100%;
}

.sider-page.sd-left #primary {
    float: right;
}

.sider-page.sd-right #primary {
    float: left;
}

#page-blog-standard #primary.page-full-width, .single-post-wrap #primary.full-width {
    float: none;
    margin: auto;
    max-width: 870px;
    /* Background Image Fixed vs Background Overlay Color */
}

#content .wpb_row.row-background-fixed {
    position: inherit;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#content .wpb_row.row-background-fixed .overlay-color {
    height: 3000px;
    left: -50%;
    position: relative;
    margin-bottom: -3000px;
    width: 200%;
    -webkit-transform: translateY(-20%);
    -khtml-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

#content .wpb_row.row-bg-overlay {
    overflow: hidden;
    position: relative;
}

#content .wpb_row .overlay-color {
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    left: -50%;
}

#page #content {
    padding-top: 90px;
    padding-bottom: 90px;
    /* Page 404 */
}

.error404 {
    /* Page Loading */
}

.error404 #page #content {
    padding: 0 !important;
}

.error404 #content {
    padding-top: 146px !important;
    padding-bottom: 0px !important;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
}

.error404 .cms-content404 {
    padding: 90px 0;
}

.error404 .cms-content404 > div {
    display: inline-block;
    float: none;
}

.error404 .cms-content404 > div > a {
    width: 100%;
    text-align: center;
    float: left;
    display: inline-block;
    margin: 0 0 70px;
}

.error404 .cms-content404 > div .error-404 {
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 60px 30px;
    position: relative;
}

.error404 .cms-content404 > div .error-404 .error-404-inner {
    padding: 5em 0;
    text-align: center;
}

.error404 .cms-content404 > div .error-404 h1 {
    display: block;
    font-size: 44px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.error404 .cms-content404 > div .error-404 h1 + div {
    font-size: 18px;
    line-height: 32px;
    padding: 0 0;
    font-style: italic;
    display: inline-block;
    color: #767676;
    margin: 0;
}

.error404 .cms-content404 > div .error-404 .back-to-home .btn, .error404 .cms-content404 > div .error-404 .back-to-home #comments .comment-reply-link, #comments .error404 .cms-content404 > div .error-404 .back-to-home .comment-reply-link, .error404 .cms-content404 > div .error-404 .back-to-home #commentform #submit, #commentform .error404 .cms-content404 > div .error-404 .back-to-home #submit, .error404 .cms-content404 > div .error-404 .back-to-home .cms-load-posts a, .cms-load-posts .error404 .cms-content404 > div .error-404 .back-to-home a, .error404 .cms-content404 > div .error-404 .back-to-home #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .error404 .cms-content404 > div .error-404 .back-to-home input[type="submit"], .error404 .cms-content404 > div .error-404 .back-to-home .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .error404 .cms-content404 > div .error-404 .back-to-home input[type="submit"], .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce input.button, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home input.button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce #respond input#submit, .woocommerce #respond .error404 .cms-content404 > div .error-404 .back-to-home input#submit, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce a.button, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home a.button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce button.button, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home button.button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce input.button, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home input.button, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .single_add_to_cart_button, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .single_add_to_cart_button, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .add_to_wishlist, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .add_to_wishlist, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_compare_this, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_compare_this, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_view_compare, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_view_compare, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .error404 .cms-content404 > div .error-404 .back-to-home input, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .error404 .cms-content404 > div .error-404 .back-to-home input.button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .error404 .cms-content404 > div .error-404 .back-to-home a, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .error404 .cms-content404 > div .error-404 .back-to-home button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .error404 .cms-content404 > div .error-404 .back-to-home button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .error404 .cms-content404 > div .error-404 .back-to-home .checkout-button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .error404 .cms-content404 > div .error-404 .back-to-home .checkout-button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .error404 .cms-content404 > div .error-404 .back-to-home a.button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .error404 .cms-content404 > div .error-404 .back-to-home input.button, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .error404 .cms-content404 > div .error-404 .back-to-home #place_order {
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #00bcd4;
    padding: 12px 40px;
    font-size: 15px;
    color: #00bcd4;
}

.error404 .cms-content404 > div .error-404 .back-to-home .btn:hover, .error404 .cms-content404 > div .error-404 .back-to-home #comments .comment-reply-link:hover, #comments .error404 .cms-content404 > div .error-404 .back-to-home .comment-reply-link:hover, .error404 .cms-content404 > div .error-404 .back-to-home #commentform #submit:hover, #commentform .error404 .cms-content404 > div .error-404 .back-to-home #submit:hover, .error404 .cms-content404 > div .error-404 .back-to-home .cms-load-posts a:hover, .cms-load-posts .error404 .cms-content404 > div .error-404 .back-to-home a:hover, .error404 .cms-content404 > div .error-404 .back-to-home #footer-top .widget_newsletterwidget input[type="submit"]:hover, #footer-top .widget_newsletterwidget .error404 .cms-content404 > div .error-404 .back-to-home input[type="submit"]:hover, .error404 .cms-content404 > div .error-404 .back-to-home .widget_newsletterwidget .tnp-widget input[type="submit"]:hover, .widget_newsletterwidget .tnp-widget .error404 .cms-content404 > div .error-404 .back-to-home input[type="submit"]:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce input.button:hover, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home input.button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce #respond input#submit:hover, .woocommerce #respond .error404 .cms-content404 > div .error-404 .back-to-home input#submit:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce a.button:hover, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home a.button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce button.button:hover, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home button.button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce input.button:hover, .woocommerce .error404 .cms-content404 > div .error-404 .back-to-home input.button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .single_add_to_cart_button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .single_add_to_cart_button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .add_to_wishlist:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .add_to_wishlist:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_compare_this:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_compare_this:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_view_compare:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .error404 .cms-content404 > div .error-404 .back-to-home .woo_bt_view_compare:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a:hover, .error404 .cms-content404 > div .error-404 .back-to-home .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .error404 .cms-content404 > div .error-404 .back-to-home a:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-Reviews #review_form #respond .form-submit input:hover, .woocommerce-Reviews #review_form #respond .form-submit .error404 .cms-content404 > div .error-404 .back-to-home input:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce table.shop_table td.actions input.button:hover, .woocommerce table.shop_table td.actions .error404 .cms-content404 > div .error-404 .back-to-home input.button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a:hover, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .error404 .cms-content404 > div .error-404 .back-to-home a:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .error404 .cms-content404 > div .error-404 .back-to-home button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button:hover, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .error404 .cms-content404 > div .error-404 .back-to-home button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce .cart-collaterals .cart_totals .error404 .cms-content404 > div .error-404 .back-to-home .checkout-button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .error404 .cms-content404 > div .error-404 .back-to-home .checkout-button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop .error404 .cms-content404 > div .error-404 .back-to-home a.button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce .checkout_coupon input.button:hover, .woocommerce .checkout_coupon .error404 .cms-content404 > div .error-404 .back-to-home input.button:hover, .error404 .cms-content404 > div .error-404 .back-to-home .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment .error404 .cms-content404 > div .error-404 .back-to-home #place_order:hover {
    color: #fff;
    background: #00bcd4;
}

#cms-loadding {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    /* Page Contact - Gettouch */
}

.page-get-contact {
    /* Custom - Row background image */
}

.page-get-contact ul {
    margin-bottom: 20px;
}

.page-get-contact ul li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 7px;
    margin-top: 4px;
}

.page-get-contact ul li i {
    font-size: 16px;
    color:;
    padding-right: 14px;
    left: 0;
    position: absolute;
    top: 3px;
}

.page-get-contact ul li a {
    display: block;
}

.custom-row-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 46%;
}

.custom-row-image:before {
    background-color: rgba(34, 34, 34, 0.15);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay-none .custom-row-image:before {
    background: transparent;
}

.custom-row-image-right-cover {
    overflow: initial !important;
}

.custom-row-image-right-cover .custom-row-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100% + 54px);
    left: auto;
    right: 0;
    position: absolute;
    top: -27px;
    bottom: -27px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
}

.custom-row-image-left-cover {
    overflow: initial !important;
}

.custom-row-image-left-cover .custom-row-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100% + 54px);
    left: 0;
    right: auto;
    position: absolute;
    top: -27px;
    bottom: -27px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2), 0 0 35px rgba(0, 0, 0, 0.2);
}

.custom-mix-color .overlay-color:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8;
    background: #00bcd4;
    mix-blend-mode: multiply;
}

.custom-gradient-color .overlay-color:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8;
    background: #00bcd4;
    mix-blend-mode: multiply;
}

.custom-gradient-color .overlay-color:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.15;
    background-color: rgba(0, 188, 212, 0.8);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 188, 212, 0.8)), to(rgba(12, 109, 176, 0.8)));
    background-image: -webkit-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: -moz-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: -ms-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: -o-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 188, 212, 0.8)', endColorStr='rgba(12, 109, 176, 0.8)', gradientType='1');
}

.custom-gradient-color2 .overlay-color:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.85;
    background-color: rgba(0, 188, 212, 0.8);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 188, 212, 0.8)), to(rgba(12, 109, 176, 0.8)));
    background-image: -webkit-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: -moz-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: -ms-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: -o-linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    background-image: linear-gradient(left, rgba(0, 188, 212, 0.8), rgba(12, 109, 176, 0.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 188, 212, 0.8)', endColorStr='rgba(12, 109, 176, 0.8)', gradientType='1');
}

.row-image-holder {
    border: 2px solid #f9f9f9;
    bottom: 90px;
    left: 15px;
    position: absolute;
    right: 165px;
    text-align: center;
    top: 90px;
}

.row-image-holder img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.over_follow_initial {
    overflow: initial !important;
}

.over_follow_initial .wpb_row {
    z-index: 2;
    position: relative;
}

body .bg-left-bottom {
    background-position: bottom left !important;
}

body .bg-left-top {
    background-position: top left !important;
}

body .bg-right-top {
    background-position: top right !important;
}

body .bg-right-bottom {
    background-position: bottom right !important;
}

body .bg-right-center {
    background-position: center right !important;
}

body .bg-center-top {
    background-position: center top !important;
}

.custom-row-image-right .custom-row-image {
    left: auto;
    right: 0;
}

.custom-row-image-right .custom-row-image:before {
    background-color: transparent;
}

body .half-left-background {
    background-position: top left !important;
    background-size: 50% 100% !important;
}

body .half-left-background .overlay-color {
    max-width: 50%;
    left: 0 !important;
}

body .half-right-background {
    background-position: top right !important;
    background-size: 50% 100% !important;
}

body .half-right-background .overlay-color {
    max-width: 50%;
    right: 0 !important;
    left: auto !important;
}

.half-left-background .custom-row-image {
    background-position: top left;
    left: 55px;
    background-size: auto;
}

.half-left-background .custom-row-image:before {
    display: none;
}

.bg-border-custom .custom-row-image:after {
    border: 2px solid rgba(255, 255, 255, 0.5);
    bottom: 100px;
    content: "";
    left: 100px;
    position: absolute;
    right: 100px;
    top: 100px;
    /*custom slider*/
}

.letter_spacing30em {
    letter-spacing: 0.03em !important;
}

.letter_spacing15em {
    letter-spacing: 0.015em !important;
}

.metis.tparrows {
    background: rgba(27, 26, 26, 0.5) !important;
}

.metis.tparrows:before {
    color: #fff !important;
}

.metis.tparrows:hover {
    background: #fff !important;
}

.metis.tparrows:hover:before {
    color: #999 !important;
    -webkit-transform: none !important;
    -khtml-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

body .rev_slider .zeus.tparrows {
    border-radius: 0 !important;
    background: transparent !important;
    min-width: 130px !important;
    border: transparent solid 5px;
    text-align: center !important;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

body .rev_slider .zeus.tparrows .tp-title-wrap {
    background: rgba(27, 26, 26, 0.5) !important;
    opacity: 1 !important;
    width: 50% !important;
    -webkit-transform: scale(1) !important;
    -khtml-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    border-radius: 0 !important;
}

body .rev_slider .zeus.tparrows .tp-title-wrap .tp-arr-imgholder {
    -webkit-transform: translatex(0) !important;
    -khtml-transform: translatex(0) !important;
    -moz-transform: translatex(0) !important;
    -ms-transform: translatex(0) !important;
    -o-transform: translatex(0) !important;
    transform: translatex(0) !important;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    border-radius: 0 !important;
    opacity: 0;
}

body .rev_slider .zeus.tparrows:before {
    width: 50% !important;
    display: inline-block !important;
    float: left;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 25px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 60px !important;
}

body .rev_slider .zeus.tparrows.tp-rightarrow .tp-title-wrap {
    left: auto !important;
    right: 0px !important;
}

body .rev_slider .zeus.tparrows.tp-rightarrow:before {
    content: "\f105" !important;
    float: right !important;
}

body .rev_slider .zeus.tparrows.tp-leftarrow:before {
    content: "\f104" !important;
}

body .rev_slider .zeus.tparrows:hover {
    border-color: rgba(27, 26, 26, 0.5) !important;
}

body .rev_slider .zeus.tparrows:hover .tp-title-wrap {
    background: #fff !important;
}

body .rev_slider .zeus.tparrows:hover .tp-title-wrap .tp-arr-imgholder {
    -webkit-transform: translatex(100%) !important;
    -khtml-transform: translatex(100%) !important;
    -moz-transform: translatex(100%) !important;
    -ms-transform: translatex(100%) !important;
    -o-transform: translatex(100%) !important;
    transform: translatex(100%) !important;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

body .rev_slider .zeus.tparrows:hover:before {
    color: #999 !important;
}

body .rev_slider .zeus.tparrows:hover.tp-rightarrow .tp-title-wrap .tp-arr-imgholder {
    -webkit-transform: translatex(-100%) !important;
    -khtml-transform: translatex(-100%) !important;
    -moz-transform: translatex(-100%) !important;
    -ms-transform: translatex(-100%) !important;
    -o-transform: translatex(-100%) !important;
    transform: translatex(-100%) !important;
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
}

.slotholder {
    position: relative;
}

.slotholder:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.7;
    background: #00bcd4;
    mix-blend-mode: multiply;
}

.slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.25;
    background: #00bcd4;
}

.slider-ovelay-style2 .slotholder {
    position: relative;
}

.slider-ovelay-style2 .slotholder:after {
    display: none;
}

.slider-ovelay-style2 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.25;
    background: #1b1a1a;
}

.slider-ovelay-style3 .slotholder {
    position: relative;
}

.slider-ovelay-style3 .slotholder:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.7;
    background: #00bcd4;
    mix-blend-mode: multiply;
}

.slider-ovelay-style3 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8;
    background-image: -webkit-linear-gradient(rgba(12, 109, 176, 0.7), rgba(0, 188, 212, 0.7));
    background-image: -webkit-linear-gradient(center top, rgba(12, 109, 176, 0.7), rgba(0, 188, 212, 0.7));
    background-image: -moz-linear-gradient(center top, rgba(12, 109, 176, 0.7), rgba(0, 188, 212, 0.7));
    background-image: -ms-linear-gradient(center top, rgba(12, 109, 176, 0.7), rgba(0, 188, 212, 0.7));
    background-image: -o-linear-gradient(center top, rgba(12, 109, 176, 0.7), rgba(0, 188, 212, 0.7));
    background-image: linear-gradient(center top, rgba(12, 109, 176, 0.7), rgba(0, 188, 212, 0.7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(12, 109, 176, 0.7)', endColorStr='rgba(0, 188, 212, 0.7)', gradientType='1');
    /* BACKGROUND RADIAL */
}

.slider-ovelay-style4 .slotholder {
    position: relative;
}

.slider-ovelay-style4 .slotholder:after {
    display: none;
}

.slider-ovelay-style4 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.75;
    background: #1b1a1a;
}

.slider-ovelay-style5 .slotholder {
    position: relative;
}

.slider-ovelay-style5 .slotholder:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.7;
    background: #00bcd4;
    mix-blend-mode: darken;
}

.slider-ovelay-style5 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.25;
    background: #00bcd4;
}

.slider-ovelay-style6 .slotholder {
    position: relative;
}

.slider-ovelay-style6 .slotholder:after {
    display: none;
}

.slider-ovelay-style6 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.85;
    background-image: -webkit-linear-gradient(#00bcd4, #0c6db0);
    background-image: -webkit-linear-gradient(center top, #00bcd4, #0c6db0);
    background-image: -moz-linear-gradient(center top, #00bcd4, #0c6db0);
    background-image: -ms-linear-gradient(center top, #00bcd4, #0c6db0);
    background-image: -o-linear-gradient(center top, #00bcd4, #0c6db0);
    background-image: linear-gradient(center top, #00bcd4, #0c6db0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00bcd4', endColorStr='#0c6db0', gradientType='1');
    /* BACKGROUND RADIAL */
}

.slider-ovelay-style7 .slotholder {
    position: relative;
}

.slider-ovelay-style7 .slotholder:after {
    display: none;
}

.slider-ovelay-style7 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.1;
    background: #1b1a1a;
}

.slider-ovelay-style8 .slotholder {
    position: relative;
}

.slider-ovelay-style8 .slotholder:after {
    display: none;
}

.slider-ovelay-style8 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.6;
    background: #1b1a1a;
}

.slider-ovelay-style9 {
    /* End Custom Slider */
    /* ==========================================================================
   [End] 3. Primary
========================================================================== */
}

.slider-ovelay-style9 .slotholder {
    position: relative;
}

.slider-ovelay-style9 .slotholder:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.7;
    background: #00bcd4;
    mix-blend-mode: multiply;
}

.slider-ovelay-style9 .slotholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8;
    background-color: rgba(0, 188, 212, 0.7);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 188, 212, 0.7)), to(rgba(12, 109, 176, 0.7)));
    background-image: -webkit-linear-gradient(left, rgba(0, 188, 212, 0.7), rgba(12, 109, 176, 0.7));
    background-image: -moz-linear-gradient(left, rgba(0, 188, 212, 0.7), rgba(12, 109, 176, 0.7));
    background-image: -ms-linear-gradient(left, rgba(0, 188, 212, 0.7), rgba(12, 109, 176, 0.7));
    background-image: -o-linear-gradient(left, rgba(0, 188, 212, 0.7), rgba(12, 109, 176, 0.7));
    background-image: linear-gradient(left, rgba(0, 188, 212, 0.7), rgba(12, 109, 176, 0.7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 188, 212, 0.7)', endColorStr='rgba(12, 109, 176, 0.7)', gradientType='1');
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    text-align: center;
    padding-right: 0;
    width: 37px;
    line-height: 37px;
    height: 37px;
    top: 0px;
    right: 0;
}

.ef3-back-to-top {
    background-color: #0c6db0;
    border: 1px solid #f5f5f5;
    opacity: 0.5;
    z-index: 9999;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.ef3-back-to-top i {
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 38px;
}

.ef3-back-to-top:hover {
    background: #00bcd4;
    opacity: 1;
}

.ef3-back-to-top.on {
    opacity: 1;
}

.ef3-back-to-top.off {
    opacity: 0;
}

.box-shadow-default1 {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.vc_column_container > .vc_column-inner {
    background-position: top center !important;
    /* Page Loading */
}

#cms-loadding {
    background: #fff url(../images/ring-alt.svg) no-repeat center center;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}

.fp-enabled .fp-section, .fp-enabled .mcw_fp_nomargin {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
}

.fp-enabled .mcw_fp_nomargin {
    padding: 0 !important;
}

.header-fixed #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle {
    display: none;
}

.header15 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width.current-menu-ancestor > .cs-menu-toggle, .header15 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle {
    display: none;
}

@media screen and (min-width: 992px) {
    /*
-----> Minimum width of 992 pixels.
*/
    #menu-mobile, .cs-menu-toggle {
        display: none;
    }

    #cshero-header-navigation {
        position: static;
    }

    #cshero-header-navigation .collapse {
        display: block;
    }

    #cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu {
        float: right;
        width: auto;
    }

    #cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu > li:last-child {
        margin-right: 0;
    }

    #cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, #cshero-header-inner.header-trans #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
        line-height:;
    }

    .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu {
        float: left;
        width: 100%;
        text-align: center;
    }

    .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a, .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a {
        color: #fff;
    }

    .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu .is-one-page.current {
        color: #fff;
    }

    #cshero-header-navigation .main-navigation div.nav-menu > ul {
        width: 100%;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu {
        float: left;
        width: 100%;
        text-align: center;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, #cshero-header-navigation .main-navigation .menu-main-menu > li {
        vertical-align: top;
        margin: 0;
        line-height: 111px;
        display: inline-block;
        position: relative;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-home i, #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-home i {
        width: 40px;
        height: 40px;
        font-size: 16px;
        background: #fff;
        border-radius: 4px;
        color: #00bcd4;
        line-height: 40px;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:first-child, #cshero-header-navigation .main-navigation .menu-main-menu > li:first-child {
        margin-left: 0;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
        display: inline-block;
        line-height: 20px;
        position: relative;
        letter-spacing: 0.035em;
        transition: none;
        border-radius: 3px;
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        padding: 8px 15px;
        text-transform: capitalize;
        -webkit-transition: all 300ms linear 0ms !important;
        -moz-transition: all 300ms linear 0ms !important;
        -ms-transition: all 300ms linear 0ms !important;
        transition: all 300ms linear 0ms !important;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i, #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
        -webkit-transition: all 420ms linear 0ms;
        -moz-transition: all 420ms linear 0ms;
        -ms-transition: all 420ms linear 0ms;
        transition: all 420ms linear 0ms;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a .menu-title, #cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title {
        position: relative;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.onepage.current, #cshero-header-navigation .main-navigation .menu-main-menu > li > a.onepage.current {
        color: #00bcd4;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children, #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children {
        position: relative;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu > li > ul.sub-menu {
        opacity: 0;
        -webkit-transition: opacity 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s;
        -ms-transition: opacity 0.4s ease 0s;
        transition: opacity 0.4s ease 0s;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > ul.sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > ul.sub-menu {
        opacity: 1;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > a:after, #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        color: inherit;
        float: right;
        margin-left: 4px;
        line-height: 20px;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a, #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a {
        color: #fff;
        background: #00bcd4;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a .menu-title:before, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a .menu-title:before, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a .menu-title:before, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a .menu-title:before, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a .menu-title:before, #cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a .menu-title:before {
        opacity: 1;
        filter: alpha(opacity=1);
        width: 10px;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > a {
        color: #00bcd4;
    }

    #cshero-header-navigation .main-navigation li > ul:not(.wg-menu-item) {
        position: absolute;
        top: 100%;
        z-index: 1;
        text-align: left;
        height: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        min-width: 231px;
        font-size: 14px;
        left: 0;
        float: left;
        padding: 0px !important;
        border-radius: 0px;
        margin: 0;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #f0efef;
        border-left: 1px solid #f0efef !important;
        border-bottom: none;
        /* Menu Stick Wall */
    }

    #cshero-header-navigation .main-navigation li > ul:not(.wg-menu-item):after {
        position: absolute;
        width: 100%;
        top: -3px;
        height: 15px;
        content: '';
    }

    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item) {
        top: 0px;
        left: 100%;
        /* End Menu Stick Wall */
    }

    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back {
        right: 100%;
        left: auto;
    }

    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul:not(.back) {
        right: 100%;
        left: auto;
    }

    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back {
        left: 100%;
        right: auto;
    }

    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul:not(.back) {
        left: 100%;
        right: auto;
    }

    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul.back {
        right: 100%;
        left: auto;
    }

    #cshero-header-navigation .main-navigation {
        float: left;
        width: 100%;
    }

    #cshero-header-navigation .main-navigation > div {
        float: left;
    }

    #cshero-header-navigation .main-navigation ul li:hover > ul, #cshero-header-navigation .main-navigation ul li:focus > ul, #cshero-header-navigation .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
    }

    #cshero-header-navigation .main-navigation li ul li:last-child {
        border: none;
    }

    #cshero-header-navigation .main-navigation li ul li.menu-item-has-children > a:after {
        opacity: 1;
    }

    #cshero-header-navigation .main-navigation li ul li a {
        border-bottom: 1px solid #f0efef;
        color: #767676;
        font-size: 13px;
        font-weight: 400;
        padding: 9px 20px;
        position: relative;
        text-decoration: none;
        text-transform: none;
        line-height: 1.42857;
        white-space: nowrap;
        display: block;
    }

    #cshero-header-navigation .main-navigation li ul li a:after {
        display: inline-block;
        font: normal normal normal 13px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        color: inherit;
        position: absolute;
        top: 50%;
        right: 10px;
        text-align: right;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        opacity: 0;
    }

    #cshero-header-navigation .main-navigation li ul li a:hover {
        color: #00bcd4;
    }

    #cshero-header-navigation .main-navigation li ul.sub-menu li:last-child > a {
        border: none;
    }

    #cshero-header-navigation .main-navigation ul.sub-menu li {
        position: relative;
    }

    .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width.current-menu-ancestor > .cs-menu-toggle, .header-fixed #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle {
        display: none;
    }

    header.header3 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle, header.header3 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle, header.header4 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle, header.header4 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle, header.header5 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle, header.header5 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle, header.header8 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle, header.header8 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle, header.header9 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle, header.header9 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle, header.header10 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle, header.header10 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle, header.header11 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle, header.header11 #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle {
        display: none;
    }

    header.header2 #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu, header.header3 #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu {
        max-width: calc(100% + 30px) !important;
        left: -15px;
        width: calc(100% + 30px) !important;
        /* End Menu Sub Level */
        /* Start Mega Menu */
    }

    #cshero-header-navigation .main-navigation {
        /* End Start Mega Menu */
    }

    #cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1), #cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1), #cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1), #cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1) {
        clear: left;
        border-right: 0px solid transparent;
    }

    #cshero-header-navigation .main-navigation .columns6 > li {
        width: 16.66% !important;
    }

    #cshero-header-navigation .main-navigation .columns5 > li {
        width: 20% !important;
    }

    #cshero-header-navigation .main-navigation .columns4 > li {
        width: 25% !important;
    }

    #cshero-header-navigation .main-navigation .columns3 > li {
        width: 33.33% !important;
    }

    #cshero-header-navigation .main-navigation .columns2 > li {
        width: 50% !important;
    }

    #cshero-header-navigation .main-navigation .columns1 > li {
        width: 100% !important;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li {
        float: left;
        padding: 0;
        border-bottom: none;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li ul li {
        margin-bottom: 14px;
        padding: 0;
        border-bottom: none;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li ul li:first-child {
        padding-top: 0 !important;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li ul li ul.sub-menu li {
        padding: 0 30px;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li ul li a {
        display: block;
        font-size: 13px;
        color: #939393;
        height: auto;
        line-height: 20px;
        margin: 0 27px;
        padding: 0 2px;
        font-weight: 400;
        float: none;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li ul li a:hover {
        color: #00bcd4;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li ul li a i {
        font-size: 11px;
        color: #00bcd4;
        margin-right: 6px;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li > a {
        width: 100%;
        border-bottom: none;
    }

    #cshero-header-navigation .main-navigation [class*="columns"] > li > a:after {
        content: "" !important;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper {
        float: left;
        width: 100%;
        position: initial;
        top: 0;
        left: 0;
        height: auto;
        box-shadow: none;
        padding: 0;
        margin-top: 23px;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper .cms-recent-details {
        margin-left: 0;
        float: left;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li {
        width: 100%;
        float: left;
        padding: 0;
        border: none;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li a {
        text-indent: 0;
        line-height: 26px;
        padding: 0;
        font-size: 12px;
        letter-spacing: 0.02em;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li a:hover {
        color: #00bcd4 !important;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-post-wrapper li a:after {
        display: none;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper {
        float: left;
        width: 100%;
        position: initial;
        top: 0;
        left: 0;
        height: auto;
        box-shadow: none;
        padding: 0;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li {
        width: 100%;
        float: left;
        padding: 0;
        border: none;
        position: relative;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li .cms-recent-details2 {
        margin-left: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.45);
        padding: 9px 23px 14px;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li .cms-recent-details2 h3 {
        margin: 0;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li .cms-recent-details2 a {
        text-indent: 0;
        line-height: 21px;
        padding: 0;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li a {
        text-indent: 0;
        line-height: 32px;
        padding: 0;
        color: #333;
        font-size: 12px;
        letter-spacing: 0.02em;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li a:hover {
        color: #00bcd4 !important;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service-wrapper li a:after {
        display: none;
    }

    #cshero-header-navigation .main-navigation li ul .wg-title {
        font-size: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    #cshero-header-navigation .main-navigation li ul .cms-recent-service .wg-title {
        font-size: 18px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        margin-bottom: 17px;
        margin-top: 5px;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width {
        position: static;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:after {
        opacity: 0;
        display: none;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle {
        position: relative;
        -webkit-transition: all 400ms ease 0s;
        -moz-transition: all 400ms ease 0s;
        -ms-transition: all 400ms ease 0s;
        transition: all 400ms ease 0s;
        display: block;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle i {
        display: none;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width > .cs-menu-toggle:after {
        position: absolute;
        bottom: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        width: 100%;
        height: 1px;
        background: #fff;
        content: '';
        opacity: 0;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width.current-menu-ancestor > .cs-menu-toggle, #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle {
        display: block;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width.current-menu-ancestor > .cs-menu-toggle:after, #cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width:hover > .cs-menu-toggle:after {
        opacity: 1;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.multicolumn.autodrop_submenu.sub-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu {
        left: 0;
        margin: auto;
        right: 0;
        width: 100% !important;
        padding: 25px 0;
        -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, .09);
        -moz-box-shadow: 2px 4px 8px rgba(0, 0, 0, .09);
        -ms-box-shadow: 2px 4px 8px rgba(0, 0, 0, .09);
        box-shadow: 2px 4px 8px rgba(0, 0, 0, .09);
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu .store-list .post-media small {
        color: #212121;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li {
        padding: 0 !important;
        border-left: 1px solid #e0e0e0;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li:first-child {
        border: none;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li:last-child {
        margin-bottom: 0;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > .sub-menu {
        background-color: transparent;
        position: static;
        float: left;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > .sub-menu:after {
        display: none;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu li a {
        margin: 0;
        padding: 0 2px;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a {
        line-height: 18px;
        font-size: 13px;
        color: #5a5a5a;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a.hide-menu-title {
        display: none;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span.menu-title:before {
        content: "";
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a:hover {
        background-color: transparent;
    }

    #cshero-header-navigation .main-navigation li.group > ul.sub-menu {
        display: block;
        float: left;
        left: 0;
        width: 100%;
        height: inherit;
    }

    #cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu {
        background-color: #fff !important;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s;
        -ms-transition: opacity 0.4s ease 0s;
        transition: opacity 0.4s ease 0s;
    }

    #cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu > li:hover > ul.sub-menu {
        opacity: 1;
    }

    #cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu {
        padding-bottom: 0;
    }

    #cshero-header-navigation .main-navigation ul.multicolumn > li:hover {
        position: relative;
        z-index: 10;
    }

    #cshero-header-navigation .main-navigation ul.multicolumn > li.hidden-menu-item > a {
        display: none;
    }

    #cshero-header-navigation .main-navigation ul.standar-dropdown li ul.sub-menu {
        opacity: 0;
        -webkit-transition: opacity 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s;
        -ms-transition: opacity 0.4s ease 0s;
        transition: opacity 0.4s ease 0s;
    }

    #cshero-header-navigation .main-navigation ul.standar-dropdown li:hover ul.sub-menu {
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    /*
-----> Max width of 992 pixels.
*/
}

@media screen and (max-width: 991px) {
    /*
-----> End Max width of 992 pixels.
*/
    #cshero-header-navigation {
        display: none;
    }

    #cshero-header-navigation.open {
        display: block;
    }

    header.header3 #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item, header.header3 #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item, header.header3 #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor, header.header3 #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor, header.header3 #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover, header.header3 #cshero-header-navigation .main-navigation .menu-main-menu > li:hover {
        background: none;
    }

    #cshero-header #cshero-header-navigation {
        text-align: left;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        top: 135px;
        left: 0;
        right: 0;
        position: absolute;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #cshero-header #cshero-header-navigation.open {
        top: 99px;
        width: inherit;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: none;
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }

    #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li {
        float: left !important;
        display: block;
        width: 100%;
        text-align: left;
    }

    #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li a {
        text-transform: none;
        font-size: 14px;
        padding: 10px !important;
        color: #333;
        -webkit-transition: all 300ms linear 0ms !important;
        -moz-transition: all 300ms linear 0ms !important;
        -ms-transition: all 300ms linear 0ms !important;
        transition: all 300ms linear 0ms !important;
    }

    #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li li a {
        font-size: 13px;
    }

    #cshero-header #cshero-menu-mobile {
        display: block;
    }

    #cshero-header #cshero-menu-mobile i {
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        /* BACKGROUND GRADIENT */
        background: #00bcd4;
        color: #fff;
        cursor: pointer;
        font-size: 26px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 45px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -khtml-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        right: 15px;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #cshero-header #cshero-menu-mobile i:hover {
        background: #0c6db0;
    }

    #cshero-header #cshero-menu-mobile .page-popup-wrapper {
        position: static !important;
    }

    #cshero-header #cshero-menu-mobile .page-popup-wrapper .contact-page i {
        right: 125px;
        left: inherit;
    }

    #cshero-header #cshero-menu-mobile .page-popup-wrapper .search-page i {
        right: 70px;
    }

    #cshero-header-navigation .main-navigation div.nav-menu > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    #cshero-header-navigation .main-navigation div.nav-menu > ul li {
        list-style: none;
    }

    #cshero-header-navigation .main-navigation div.nav-menu > ul li a {
        display: block;
    }

    .collapse .main-navigation div.nav-menu > ul {
        display: block;
        max-height: 2000px;
    }

    #cshero-header #cshero-header-navigation .main-navigation {
        padding: 0;
        /* Dropdown Sub Menu */
    }

    #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
        display: none;
    }

    #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li {
        line-height: 31px;
    }

    #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li a {
        background: transparent;
    }

    #cshero-header #cshero-header-navigation .main-navigation ul.sub-menu {
        width: 100% !important;
        margin: 0;
        padding-left: 10px;
    }

    #cshero-header #cshero-header-navigation .main-navigation li.current-menu-item > a, #cshero-header #cshero-header-navigation .main-navigation li.current-menu-parent > a, #cshero-header #cshero-header-navigation .main-navigation li.current-menu-ancestor > a {
        color: #00bcd4 !important;
    }

    .cs-menu-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 30px;
        font-size: 23px;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    .cs-menu-toggle i {
        display: none;
    }

    .cs-menu-toggle:before {
        content: "\f105";
        font-family: "FontAwesome";
        color: #051952;
        font-size: 13px;
    }

    .cs-menu-toggle:hover:before {
        color: #00bcd4;
    }

    .submenu-open .cs-menu-toggle:before {
        content: "\f107";
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li {
        position: relative;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li li {
        position: relative;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li li a {
        color: #051952;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li a {
        display: block;
        border-bottom: none;
        font-size: 13px;
        line-height: 20px;
        margin: 0;
        padding: 10px;
        text-transform: uppercase;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li a :hover {
        color: #00bcd4;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        -webkit-transition: max-height 600ms linear 0ms;
        -moz-transition: max-height 600ms linear 0ms;
        -ms-transition: max-height 600ms linear 0ms;
        transition: max-height 600ms linear 0ms;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open {
        max-height: 1000px;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle:before {
        content: "\f107";
    }

    .mobile-menu-no-dropdown #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu {
        max-height: 1000px;
    }

    .mobile-menu-no-dropdown #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu + .cs-menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /* ==========================================================================
  End Style Main Menu
========================================================================== */
    #cshero-header-navigation .main-navigation li ul .wg-title {
        margin: 15px 0 30px;
    }

    #cshero-header-navigation .main-navigation li ul aside {
        display: none;
    }
}

.bottom-product .add_to_cart_button.added {
    display: none;
}

.bottom-product .added_to_cart.wc-forward:before {
    content: "\f301";
    font-family: "Material-Design-Iconic-Font";
    padding-right: 9px;
}

#sb_instagram #sbi_images {
    margin: -3px -9px 0;
}

#sb_instagram #sbi_images .sbi_item {
    padding: 4.5px;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo {
    position: relative;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo:before {
    background: #00bcd4;
    top: 0px;
    left: 0px;
    border: #cbbea7 solid 5px;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo:after {
    content: "\f16d";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    color: #fff;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo:hover:before, #sb_instagram #sbi_images .sbi_item .sbi_photo:hover:after {
    opacity: 1;
}

#sidebar {
    float: left;
    width: 100%;
}

#sidebar #searchsubmit {
    margin-top: 15px;
}

#sidebar .wg-title + label {
    margin-top: 10px;
}

#sidebar .calendar_wrap {
    margin-top: 10px;
}

#sidebar .widget-title, #sidebar .wg-title {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 30px !important;
    padding: 0 !important;
    background: transparent url(../images/dots.gif) repeat-x scroll 0 12px;
}

#sidebar .widget-title span, #sidebar .wg-title span {
    background: #fff none repeat scroll 0 0;
    padding-right: 20px;
}

#sidebar aside {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0efef;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

#sidebar aside:last-child {
    margin-bottom: 0;
}

#sidebar ul.children, #sidebar ul.sub-menu {
    padding-left: 15px;
}

#sidebar .submit-coupon {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    margin-bottom: -30px;
    background-color: #00bcd4;
    padding: 30px;
}

#sidebar .submit-coupon.submit-coupon2 {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #273c51 10px, #273c51 20px), linear-gradient(to bottom, #253749, #253749);
}

#sidebar .submit-coupon.submit-coupon2 i {
    background: #00bcd4;
    color: #fff;
}

#sidebar .submit-coupon i {
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    margin: 5px 15px 0 0;
    border-radius: 50px;
    color: #00bcd4;
}

#sidebar .submit-coupon h4 {
    color: #fff;
    font-size: 21px;
    padding: 0;
    margin: 0 0 5px;
    line-height: 1;
    font-weight: 600;
}

#sidebar .submit-coupon p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

#sidebar .customlist {
    padding: 0;
    list-style: none;
}

#sidebar .customlist li {
    background: #f3f6f9 none repeat scroll 0 0;
    border-bottom: 0 none !important;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 5px !important;
    padding: 15px !important;
    line-height: 1;
}

#sidebar .customlist li:before {
    color: #00bcd4;
    font-family: 'FontAwesome';
    content: "\f02b";
    padding: 0 10px 0 0;
    font-size: 16px;
}

#sidebar .sidebar .widget .store-list .col-md-6 {
    margin-bottom: 15px;
}

.featured {
    position: absolute;
    top: 20px;
    border: 0;
    background-color: #00bcd4;
    padding: 10px 15px 8px;
    border-radius: 0;
    right: -20px;
}

.featured:before, .featured:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}

.featured i {
    color: #fff;
    font-size: 15px;
}

.featured:before {
    border-color: #008fa1 transparent transparent #008fa1;
    border-style: solid;
    border-width: 5px 10px;
    right: 0;
    top: 100%;
}

.screen-reader-text {
    display: none;
}

#sidebar #sb_instagram, .wpb_wrapper #sb_instagram {
    margin-top: 2px;
}

#sidebar .cms-recent-post-wrapper, .wpb_wrapper .cms-recent-post-wrapper {
    margin-top: 8px;
    float: left;
}

#sidebar .cms-recent-post-wrapper img, .wpb_wrapper .cms-recent-post-wrapper img {
    width: 49px;
    height: 49px;
    border-radius: 2px;
}

#sidebar .cms-recent-post-wrapper .cms-recent-media, .wpb_wrapper .cms-recent-post-wrapper .cms-recent-media {
    float: left;
    width: 49px;
}

#sidebar .cms-recent-post-wrapper li, .wpb_wrapper .cms-recent-post-wrapper li {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

#sidebar .cms-recent-post-wrapper li:last-child, .wpb_wrapper .cms-recent-post-wrapper li:last-child {
    padding-bottom: 0;
}

#sidebar .cms-recent-post-wrapper li:last-child .cms-recent-details, .wpb_wrapper .cms-recent-post-wrapper li:last-child .cms-recent-details {
    border-bottom: none;
}

#sidebar .cms-recent-post-wrapper .cms-recent-details, .wpb_wrapper .cms-recent-post-wrapper .cms-recent-details {
    float: left;
    width: calc(100% - 49px);
    padding-left: 15px;
    border-bottom: #f4f4f4 solid 1px;
    padding-bottom: 13px;
}

#sidebar .cms-recent-post-wrapper .cms-recent-details .title, .wpb_wrapper .cms-recent-post-wrapper .cms-recent-details .title {
    font-size: 14px;
    line-height: 24px;
    margin-top: -7px;
    margin-bottom: 8px;
    font-weight: 700;
}

#sidebar .cms-recent-post-wrapper .cms-recent-details .title a, .wpb_wrapper .cms-recent-post-wrapper .cms-recent-details .title a {
    color: #282828;
}

#sidebar .cms-recent-post-wrapper .cms-recent-details .title a:hover, .wpb_wrapper .cms-recent-post-wrapper .cms-recent-details .title a:hover {
    color: #00bcd4;
}

#sidebar .cms-recent-post-wrapper .cms-recent-details .date, .wpb_wrapper .cms-recent-post-wrapper .cms-recent-details .date {
    text-transform: uppercase;
    color: #616161;
    letter-spacing: 0.01em;
}

.widget_newsletterwidget {
    /* BACKGROUND HORIZONTAL */
    /* 3. Search */
}

.widget_newsletterwidget form {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.widget_newsletterwidget .tnp-widget label {
    display: none;
}

.widget_newsletterwidget div.tnp-field {
    float: left;
    width: 100%;
    margin: 0;
}

.widget_newsletterwidget .tnp-widget input[type="text"], .widget_newsletterwidget .tnp-widget input[type="email"] {
    width: 100%;
    background-color: #f5f6f8;
    border: 1px solid #eff2f5;
    margin-bottom: 15px;
    height: 50px;
    border-radius: 3px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}

.widget_newsletterwidget input::-webkit-input-placeholder {
    color: #999 !important;
}

.widget_newsletterwidget input:-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.widget_newsletterwidget input::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.widget_newsletterwidget input:-ms-input-placeholder {
    color: #999 !important;
}

.widget_newsletterwidget .tnp-widget input[type="submit"] {
    padding: 10px 30px;
    width: auto;
}

#searchform {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    /* BACKGROUND HORIZONTAL */
    /* 3. End Search */
}

#searchform input[type="text"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #9e9e9e;
    border: 2px solid #00bcd4;
    border-right: none;
    border-radius: 0px;
    height: 51px;
    line-height: 51px;
    letter-spacing: 0.035em;
    width: calc(100% - 45px);
    font-size: 13px;
    font-weight: 500;
    padding: 0 17px;
    float: left;
}

#searchform input[type="text"]:focus + #searchsubmit {
    border-color: #00bcd4;
}

#searchform input::-webkit-input-placeholder {
    color: #9e9e9e !important;
}

#searchform input:-moz-placeholder {
    color: #9e9e9e !important;
    opacity: 1;
}

#searchform input::-moz-placeholder {
    color: #9e9e9e !important;
    opacity: 1;
}

#searchform input:-ms-input-placeholder {
    color: #9e9e9e !important;
}

#searchform #searchsubmit {
    background-color: transparent;
    font-size: 0;
    max-width: 50px;
    float: right;
    z-index: 99;
    padding: 0px;
    border: 2px solid #00bcd4;
    border-left: none;
    border-radius: 0;
    width: 45px;
    height: 51px;
    margin-top: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

#searchform #searchsubmit:hover {
    border-color: #eaeaea !important;
}

#searchform .screen-reader-text {
    display: none;
}

#searchform:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 19px;
    top: 18px;
    font-size: 14px;
    color: #00bcd4;
    line-height: 1;
    z-index: 2;
    padding-left: 15px;
}

.widget_archive > ul, .widget_categories > ul, .widget_meta > ul, .widget_nav_menu > ul, .widget_pages > ul, .widget_product_categories > ul, .widget_layered_nav > ul, .widget_recent_entries > ul, .widget_recent_comments > ul, .widget_rss > ul {
    padding: 0;
    margin-top: -7px;
}

.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_product_categories ul, .widget_layered_nav ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_rss ul {
    list-style: none;
}

.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_rss ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 39px;
    font-size: 13px;
    color: #222;
    font-weight: 500;
    border-bottom: #222 solid 1px;
}

.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_product_categories ul li a, .widget_layered_nav ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_rss ul li a {
    color: inherit;
}

.widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_product_categories ul li a:hover, .widget_layered_nav ul li a:hover, .widget_recent_entries ul li a:hover, .widget_recent_comments ul li a:hover, .widget_rss ul li a:hover {
    color: #00bcd4;
}

.widget_archive ul li ul li:last-child, .widget_categories ul li ul li:last-child, .widget_meta ul li ul li:last-child, .widget_nav_menu ul li ul li:last-child, .widget_pages ul li ul li:last-child, .widget_product_categories ul li ul li:last-child, .widget_layered_nav ul li ul li:last-child, .widget_recent_entries ul li ul li:last-child, .widget_recent_comments ul li ul li:last-child, .widget_rss ul li ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_meta ul li:last-child, .widget_nav_menu ul li:last-child, .widget_pages ul li:last-child, .widget_product_categories ul li:last-child, .widget_layered_nav ul li:last-child, .widget_recent_entries ul li:last-child, .widget_recent_comments ul li:last-child, .widget_rss ul li:last-child {
    border-bottom: none;
}

.widget_archive ul.sub-menu, .widget_categories ul.sub-menu, .widget_meta ul.sub-menu, .widget_nav_menu ul.sub-menu, .widget_pages ul.sub-menu, .widget_product_categories ul.sub-menu, .widget_layered_nav ul.sub-menu, .widget_recent_entries ul.sub-menu, .widget_recent_comments ul.sub-menu, .widget_rss ul.sub-menu {
    border-top: border_1x;
    padding-left: 15px;
}

.product-categories {
    margin-top: -7px;
}

.widget_categories, .widget_product_categories {
    padding-bottom: 38px !important;
}

.widget_categories ul li, .widget_product_categories ul li {
    color: #00bcd4;
    position: relative;
}

.widget_categories ul li:after, .widget_product_categories ul li:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
    font-size: 11px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: #222;
}

.widget_categories ul li:hover:after, .widget_product_categories ul li:hover:after {
    color: #00bcd4;
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    color: #00bcd4;
}

.widget_categories ul li a, .widget_product_categories ul li a {
    color: #222;
}

.widget_product_categories {
    padding-bottom: 39px !important;
}

.widget_ww_news_tabs {
    border: 1px solid #e6e6e6;
}

.widget_ww_news_tabs ul.nav-tabs {
    background: #f5f5f5;
    padding: 8px 0 0;
    text-align: center;
    border: none;
}

.widget_ww_news_tabs ul.nav-tabs li {
    float: none;
    display: inline-block;
}

.widget_ww_news_tabs ul.nav-tabs li a {
    padding: 10px 12px;
    border-radius: 0px;
    border: none;
    outline: none;
    color: #777;
}

.widget_ww_news_tabs ul.nav-tabs li a:hover {
    background: none;
}

.widget_ww_news_tabs ul.nav-tabs li.active a, .widget_ww_news_tabs ul.nav-tabs li:hover a {
    border: none;
    background: #fff;
    color: #00bcd4;
}

.widget_ww_news_tabs .tab-content {
    padding: 0 20px;
    border: none;
    width: auto;
    min-height: inherit;
}

.widget_ww_news_tabs .tab-content li {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 18px;
    float: left;
    width: 100%;
}

.widget_ww_news_tabs .tab-content li .cs-meta {
    float: left;
}

.widget_ww_news_tabs .tab-content li .cs-details {
    float: right;
    width: calc(100% - 75px);
}

.widget_ww_news_tabs .tab-content li .image {
    border: 1px solid #f0f0f0;
    float: left;
    margin: 0 15px 0 0;
    max-width: 60px;
}

.widget_ww_news_tabs .tab-content li h4 {
    color: #333;
    font-weight: 500;
    display: block;
    float: none;
    background: none;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    line-height: 10px;
}

.widget_ww_news_tabs .tab-content li a {
    text-transform: none;
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #777;
}

.widget_ww_news_tabs .tab-content li a:hover {
    color: #00bcd4;
}

.widget_ww_news_tabs .tab-content li:last-child {
    border: none;
}

.widget_layered_nav a:before {
    color: #00bcd4;
}

.widget_layered_nav .count {
    display: none;
}

.widget_tag_cloud {
    margin-top: -20px !important;
    margin-bottom: -10px;
}

.cms-recent-event {
    margin-top: 10px;
    /*gallery photo*/
}

.cms-recent-event .wg-title {
    margin-bottom: 19px !important;
}

.cms-recent-event li {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

.cms-recent-event li:last-child {
    margin-bottom: 8px;
}

.cms-recent-event li .date {
    float: left;
    width: 70px;
    height: 72px;
    border: #e5e5e5 solid 1px;
    background: #0c6db0;
    border-radius: 2px;
    text-align: center;
}

.cms-recent-event li .date .month {
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.055em;
    color: #fff;
    display: block;
    margin-top: 3px;
    text-transform: uppercase;
}

.cms-recent-event li .date .day {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.055em;
    color: #00bcd4;
    display: block;
    margin-top: -4px;
}

.cms-recent-event li .event-right {
    text-align: left;
    width: calc(100% - 89px);
    float: right;
}

.cms-recent-event li .event-right .title {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.035em;
    color: #0c6db0;
    margin-top: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.cms-recent-event li .event-right .title a {
    color: inherit;
}

.cms-recent-event li .event-right .title a:hover {
    color: #00bcd4;
}

.cms-recent-event li .event-right .desc {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.035em;
    color: rgba(97, 97, 97, 0.6);
}

.cms-recent-event li .event-right .desc p {
    margin-bottom: 0px;
}

.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
    margin: 1px 0 0 0;
    border: none;
    box-shadow: none;
    float: left;
    height: auto !important;
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
}

.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul {
    margin-left: -3.5px;
    margin-right: -2.5px;
    margin-top: 3px;
    margin-bottom: 12px;
}

.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li {
    float: left !important;
    width: 33.333% !important;
    margin: 0 !important;
    padding: 3.5px 4.5px;
    opacity: 1 !important;
    display: inline-block;
}

.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li img {
    height: auto;
    position: relative;
}

.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider ul li:after {
    display: none;
}

.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider .flex-control-nav, .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider .flex-direction-nav {
    display: none;
}

.widget_nav_menu .widget-title {
    margin: 0 0 15px;
}

.widget_nav_menu li.current-menu-item > a {
    color: #00bcd4;
}

.widget_nav_menu ul.sub-menu {
    margin-left: -5px !important;
}

.widget_calendar.slidingbar-widget-col {
    margin-top: 60px;
}

.widget_calendar #wp-calendar {
    position: relative;
}

.widget_calendar #wp-calendar caption {
    background-color: #00bcd4;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
}

.widget_calendar #wp-calendar thead {
    background-color: #0c6db0;
    color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.widget_calendar #wp-calendar thead th {
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.widget_calendar #wp-calendar thead tr th:first-child {
    padding-left: 20px;
}

.widget_calendar #wp-calendar thead tr th:last-child {
    padding-right: 20px;
}

.widget_calendar #wp-calendar tbody {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.widget_calendar #wp-calendar tbody td {
    font-weight: 300;
    text-align: center;
    padding: 0;
    border-top: none;
}

.widget_calendar #wp-calendar tbody td a {
    font-weight: 700;
    color: #00bcd4;
}

.widget_calendar #wp-calendar tbody td a:hover {
    color: #0c6db0;
}

.widget_calendar #wp-calendar tbody tr td:first-child {
    padding-left: 20px;
}

.widget_calendar #wp-calendar tbody tr td:last-child {
    padding-right: 20px;
}

.widget_calendar #wp-calendar tbody tr:first-child td {
    padding-top: 12px;
}

.widget_calendar #wp-calendar tbody tr:last-child td {
    padding-bottom: 12px;
}

.widget_calendar #wp-calendar tfoot {
    border: medium none;
    float: left;
    width: 100%;
}

.widget_calendar #wp-calendar tfoot td {
    padding: 0;
    border: none;
    height: 60px;
    position: absolute;
    top: 0;
    left: 15px;
}

.widget_calendar #wp-calendar tfoot td#prev a {
    font-size: 0;
}

.widget_calendar #wp-calendar tfoot td#prev a:before {
    color: #fff;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 60px;
}

.widget_calendar #wp-calendar tfoot td#next {
    left: inherit;
    right: 15px;
}

.widget_calendar #wp-calendar tfoot td#next a {
    font-size: 0;
}

.widget_calendar #wp-calendar tfoot td#next a:before {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 60px;
}

.widget_recent_comments ul li a {
    color: rgba(0, 0, 0, 0.6);
}

.widget_recent_comments ul li a:hover {
    color: #00bcd4;
}

#sidebar .widget_nav_menu ul ul li:last-child {
    padding-bottom: 0;
}

.widget_rss .rsswidget {
    display: inline-block;
    color: #00bcd4;
}

.widget_rss .rss-date {
    font-style: italic;
    display: block;
}

.widget_rss .rssSummary {
    padding-top: 12px;
}

.widget_rss li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.widget select option {
    max-width: 300px;
}

.tagcloud {
    padding: 8px 0 0 0;
    float: left;
    width: 100%;
    /*new twitter*/
}

.tagcloud a {
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0px 9px;
    font-size: 13px !important;
    line-height: 28px !important;
    color: #9b9b9b !important;
    border: #eaeaea solid 1px;
    border-radius: 0px;
    text-decoration: none;
    background: #fff;
}

.tagcloud a:hover {
    background: #00bcd4 !important;
    color: #fff !important;
}

.template-layout2 {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    word-break: break-word;
}

.template-layout2 i {
    float: left;
    font-size: 21px;
    line-height: 21px;
    color: #00bcd4;
}

.template-layout2 .content-right {
    width: calc(100% - 30px);
    float: right;
    margin-top: -4px;
}

.template-layout2 .content-right .date {
    font-size: 12px;
    margin-top: 5px;
    float: left;
    width: 100%;
}

.post-media {
    word-break: break-word;
}

.post-media img {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #f3f6f9;
    padding: 3px;
    width: 100%;
}

.post-media img:hover {
    background: #00bcd4;
}

.store-list small {
    color: #fff;
}

.sku_wrapper {
    margin-bottom: 10px;
    float: LEFT;
    WIDTH: 100%;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: normal;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}

body .woocommerce-message {
    border: none;
    background: #f9f9f9;
    padding: 20px 20px 20px 88px !important;
    font-size: 15px;
    color: #00bcd4;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 46px;
}

body .woocommerce-message a {
    padding: 14.5px 28.5px !important;
}

body .woocommerce-message:before {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    width: 46px;
    color: #fff;
    top: 20px;
    height: 46px;
    background: #00bcd4;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;
}

body.woocommerce .container, .woocommerce-page .container {
    width: 1260px;
    max-width: 100%;
}

body.woocommerce #page-title, .woocommerce-page #page-title {
    padding: 214px 0 12px;
}

body.woocommerce.single-product #page-title, .woocommerce-page.single-product #page-title {
    padding: 214px 0 89px;
}

body.woocommerce #page-title #breadcrumb-text ul.breadcrumbs, .woocommerce-page #page-title #breadcrumb-text ul.breadcrumbs {
    padding: 53px 0 15px 0;
}

body.woocommerce .shop-3column .meta_product_archive, .woocommerce-page .shop-3column .meta_product_archive, body.woocommerce .shop-4column .meta_product_archive, .woocommerce-page .shop-4column .meta_product_archive {
    display: none;
}

body.woocommerce .shop-3column.shop-sidebar .meta_product_archive, .woocommerce-page .shop-3column.shop-sidebar .meta_product_archive, body.woocommerce .shop-4column.shop-sidebar .meta_product_archive, .woocommerce-page .shop-4column.shop-sidebar .meta_product_archive {
    display: block;
}

body.woocommerce .shop-3column.shop-sidebar.shop-sidebar-left .pr-content, .woocommerce-page .shop-3column.shop-sidebar.shop-sidebar-left .pr-content, body.woocommerce .shop-4column.shop-sidebar.shop-sidebar-left .pr-content, .woocommerce-page .shop-4column.shop-sidebar.shop-sidebar-left .pr-content {
    float: right;
}

body.woocommerce .shop-3column #content, .woocommerce-page .shop-3column #content, body.woocommerce .shop-4column #content, .woocommerce-page .shop-4column #content {
    padding-top: 45px !important;
    float: left;
    width: 100%;
    padding-bottom: 18px !important;
}

body.woocommerce #content .shop-4column ul.products li.product, .woocommerce-page #content .shop-4column ul.products li.product {
    width: 25%;
}

body.woocommerce #sidebar, .woocommerce-page #sidebar {
    padding-top: 45px;
}

#content .woocommerce.columns-4 {
    /*archive product*/
}

#content .woocommerce.columns-4 ul.products li.product {
    width: 25%;
}

.post-type-archive-product .woocommerce nav.woocommerce-pagination {
    margin-top: -29px;
}

#content ul.products li.product {
    margin: 0;
    padding: 0 15px;
    width: 33.33%;
    clear: none;
    margin-bottom: 29px;
}

#content ul.products li.product.product-list {
    width: 100%;
}

#content .meta_product_archive {
    float: left;
    width: 100%;
    border: #eee solid 1px;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 50px;
}

#content .meta_product_archive .sort {
    float: left;
}

#content .meta_product_archive .sort > label {
    font-size: 15px;
    color: #222;
    line-height: 30px;
    font-weight: 700;
    padding-right: 10px;
    margin: 0;
    float: left;
}

#content .meta_product_archive .sort .woocommerce-ordering {
    margin: 0;
    float: left;
}

#content .meta_product_archive .sort .woocommerce-ordering label {
    position: relative;
    margin: 0;
}

#content .meta_product_archive .sort .woocommerce-ordering label:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px;
    line-height: 30px;
    right: 10px;
    color: #9b9b9b;
    font-size: 14px;
}

#content .meta_product_archive .sort .woocommerce-ordering select {
    font-size: 13px;
    color: #9b9b9b;
    line-height: 30px;
    background: transparent;
    border: #eee solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 11px;
    height: 30px;
    outline: none;
}

#content .meta_product_archive .sort .woocommerce-ordering select::-ms-expand {
    display: none;
}

#content .meta_product_archive .cms-product-layout {
    padding-left: 30px;
    float: right;
}

#content .meta_product_archive .cms-product-layout > label {
    font-size: 15px;
    color: #222;
    line-height: 30px;
    font-weight: 700;
    padding-right: 10px;
    float: left;
    margin: 0;
}

#content .meta_product_archive .cms-product-layout a {
    display: inline-block;
    color: #9b9b9b;
    float: left;
    margin-right: 10px;
}

#content .meta_product_archive .cms-product-layout a > span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    border: #eee solid 1px;
}

#content .meta_product_archive .cms-product-layout a > span i {
    font-size: 14px;
    line-height: 30px;
}

#content .meta_product_archive .cms-product-layout a:hover, #content .meta_product_archive .cms-product-layout a.active {
    color: #00bcd4;
}

#content .meta_product_archive .cms-product-layout a:last-child {
    margin-right: 0;
}

#content .meta_product_archive .woocommerce-result-count {
    float: left;
    padding-left: 30px;
    margin: 0;
}

#content .meta_product_archive .woocommerce-result-count > label {
    font-size: 15px;
    color: #222;
    line-height: 30px;
    font-weight: 700;
    padding-right: 10px;
    float: left;
    margin: 0;
}

#content .meta_product_archive .woocommerce-result-count form {
    float: left;
}

#content .meta_product_archive .woocommerce-result-count form label {
    position: relative;
    margin: 0;
}

#content .meta_product_archive .woocommerce-result-count form label:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px;
    line-height: 30px;
    right: 10px;
    color: #9b9b9b;
    font-size: 14px;
}

#content .meta_product_archive .woocommerce-result-count form select {
    font-size: 13px;
    color: #9b9b9b;
    line-height: 30px;
    background: transparent;
    border: #eee solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
    min-width: 175px;
    outline: none;
}

#content .meta_product_archive .woocommerce-result-count form select::-ms-expand {
    display: none;
}

#content ul.products {
    margin: 0 -15px;
}

#content ul.products li:hover .product-content .bottom-product a {
    opacity: 1;
}

#content ul.products li .product-inner {
    border-radius: 3px;
    text-align: center;
}

#content ul.products li .product-inner > a {
    position: relative;
    display: block;
}

#content ul.products li .product-inner > a .onsale {
    position: absolute;
    bottom: -31px;
    right: 15px;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background: #00bcd4;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 62px;
    z-index: 3;
    margin: 0;
    padding: 0;
    font-weight: normal;
    top: auto;
}

#content ul.products li .product-inner img {
    margin-bottom: 0;
}

#content ul.products li .product-inner .star-rating {
    display: none;
}

#content ul.products li .product-inner .product-content {
    position: relative;
    float: left;
    width: 100%;
}

#content ul.products li .product-inner .cms-grid-product-category {
    font-size: 11.5px;
    letter-spacing: 0.035em;
    color: #4d4e52;
}

#content ul.products li .product-inner .cms-grid-product-category a {
    color: inherit;
    margin: 0 5px;
}

#content ul.products li .product-inner .cms-grid-product-category a:hover {
    color: #00bcd4;
}

#content ul.products li .product-inner h3 {
    font-size: 18px;
    color: #282828;
    margin-top: 25px;
    margin-bottom: 11px;
    line-height: 24px;
    padding: 0;
    font-weight: 700;
}

#content ul.products li .product-inner h3 a {
    color: inherit;
}

#content ul.products li .product-inner h3 a:hover {
    color: #00bcd4;
}

#content ul.products li .product-inner .price {
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 8px;
    float: left;
    width: 100%;
    font-weight: 700;
    min-height: 30px;
}

#content ul.products li .product-inner .price > span {
    margin: 0 3.5px;
}

#content ul.products li .product-inner .price del {
    color: #d82020;
    text-decoration: line-through;
    display: inline-block;
    margin: 0 3.5px;
}

#content ul.products li .product-inner .price ins {
    color: inherit;
    display: inline-block;
    font-weight: normal;
    margin: 0 3.5px;
    padding: 0;
}

#content ul.products li .product-inner .bottom-product {
    position: absolute;
    top: -51px;
    left: 0;
    text-align: center;
    width: 100%;
}

#content ul.products li .product-inner .bottom-product .woo_grid_compare_button_container {
    display: none;
}

#content ul.products li .product-inner .bottom-product a {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.02em;
    background: #222;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    height: 51px;
    line-height: 51px;
    margin: 0;
    padding: 0px 20px;
    min-width: 170px;
    border-radius: 0;
    opacity: 0;
}

#content ul.products li .product-inner .bottom-product a.loading:after {
    right: 5px;
    top: 0;
}

#content ul.products li .product-inner .bottom-product a.added_to_cart.wc-forward:before {
    display: none;
}

#content ul.products li .product-inner .bottom-product a:hover {
    background: #00bcd4;
    color: #fff;
}

#content ul.products li.product-list {
    margin-bottom: 37px;
    width: 100%;
}

#content ul.products li.product-list .product-inner .product-thumb {
    width: 300px;
    float: left;
}

#content ul.products li.product-list .product-inner .product-thumb a {
    width: 100%;
    height: 100%;
    float: left;
    position: static;
}

#content ul.products li.product-list .product-inner .product-thumb .onsale {
    position: absolute;
    bottom: -31px;
    right: 15px;
    height: 62px;
    width: 62px;
    border: #008fa1 solid 1px;
    border-radius: 50%;
    background: #00bcd4;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 62px;
    z-index: 3;
    margin: 0;
    padding: 0;
    font-weight: normal;
    top: auto;
}

#content ul.products li.product-list .product-inner .product-thumb img {
    height: 100%;
    margin-bottom: 0;
}

#content ul.products li.product-list .product-inner .product-thumb .onsale {
    top: -10px;
    right: -10px;
}

#content ul.products li.product-list .product-inner .product-content {
    float: left;
    width: calc(100% - 300px);
    padding-left: 30px;
    text-align: left;
    padding-right: 30px;
    padding-bottom: 22px;
}

#content ul.products li.product-list .product-inner .product-content .product-desc {
    padding-top: 13px;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
}

#content ul.products li.product-list .product-inner .product-content .price {
    padding-top: 6px;
}

#content ul.products li.product-list .product-inner .product-content .bottom-product {
    float: left;
    width: 100%;
    margin-top: 12px;
    position: static;
    text-align: left;
}

#content ul.products li.product-list .product-inner .product-content .bottom-product a {
    opacity: 1;
}

.woocommerce nav.woocommerce-pagination {
    padding: 20px 0;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 0px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: none;
    border-right: 0;
    margin: 0;
    float: none;
}

.woocommerce nav.woocommerce-pagination ul > li {
    margin: 0 5px;
    border-right: none;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul > li a, .woocommerce nav.woocommerce-pagination ul > li span {
    display: inline-block;
    padding: 0 8.5px;
    border: none;
    border-radius: 2px;
    background-color: #646464;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    min-width: 51px;
    height: 51px;
    line-height: 46px;
}

.woocommerce nav.woocommerce-pagination ul > li a.current, .woocommerce nav.woocommerce-pagination ul > li span.current, .woocommerce nav.woocommerce-pagination ul > li a:hover, .woocommerce nav.woocommerce-pagination ul > li span:hover {
    background: #00bcd4;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul > li a.next, .woocommerce nav.woocommerce-pagination ul > li span.next {
    margin-left: 20px;
}

.woocommerce nav.woocommerce-pagination ul > li a.prev, .woocommerce nav.woocommerce-pagination ul > li span.prev {
    margin-right: 20px;
}

.woocommerce nav.woocommerce-pagination ul > li a i, .woocommerce nav.woocommerce-pagination ul > li span i {
    font-size: 14px;
}

.clr {
    width: 100%;
    float: left;
    clear: both;
}

.woocommerce #sidebar {
    /*single product*/
}

.woocommerce #sidebar .widget_price_filter {
    background: #fff;
    padding-top: 1px;
}

.woocommerce #sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #f2f2f2;
    border: none;
    height: 4px;
    border-radius: 0px;
    margin-bottom: 12px;
}

.woocommerce #sidebar .widget_price_filter .ui-slider .ui-slider-range {
    border-radius: 0;
    background: #00bcd4;
}

.woocommerce #sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 0px;
    cursor: ew-resize;
    outline: 0;
    top: -2px;
    margin-left: -0.5em;
    background: #222;
}

.woocommerce #sidebar .widget_price_filter .price_slider_wrapper {
    padding-top: 7px;
    position: relative;
    margin-left: 0px;
    margin-top: 45px;
}

.woocommerce #sidebar .widget_price_filter .price_label {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    color: #9b9b9b;
}

.woocommerce #sidebar .widget_price_filter .price_label span {
    color: #00bcd4;
}

.woocommerce #sidebar .widget_price_filter .price_slider_amount {
    padding-top: 40px;
    position: relative;
}

.woocommerce #sidebar .widget_price_filter .price_slider_amount .button {
    min-width: 108px;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    height: 42px;
    text-transform: uppercase;
    background: #222;
    padding: 0;
    line-height: 42px;
    border: none;
}

.woocommerce #sidebar ul.products {
    padding-top: 8px;
}

.woocommerce #sidebar ul.products li.product {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce #sidebar ul.products li.product:last-child {
    margin-bottom: 3px;
}

.woocommerce #sidebar ul.products li.product:last-child .product-inner .product-content {
    border: none;
}

.woocommerce #sidebar ul.products li.product .product-inner {
    text-align: left;
}

.woocommerce #sidebar ul.products li.product .product-inner > a {
    width: 49px;
    float: left;
}

.woocommerce #sidebar ul.products li.product .product-inner > a img {
    width: 49px;
    height: 49px;
}

.woocommerce #sidebar ul.products li.product .product-inner .product-content {
    width: calc(100% - 64px);
    float: right;
    border-bottom: #f4f4f4 solid 1px;
}

.woocommerce #sidebar ul.products li.product .product-inner .product-content h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: -7px;
    color: #282828;
    margin-bottom: 8px;
}

.woocommerce #sidebar ul.products li.product .product-inner .product-content .price {
    font-size: 13px;
    color: #616161;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 6px;
}

.woocommerce #sidebar ul.products li.product .product-inner .product-content .bottom-product a {
    opacity: 0;
}

.single-product .single_product {
    padding-bottom: 17px;
}

.single-product #page #content {
    padding-top: 110px;
    padding-bottom: 42px;
}

.single-product #page #content #content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.single-product #page #content #main_content_product {
    width: 71.5%;
}

.single-product #page #content .main-sidebar {
    width: 28.5%;
}

.single-product #page #content #sidebar {
    padding-top: 0;
}

.single-product .cs-product-wrap {
    position: relative;
    margin-bottom: 48px;
}

.single-product .cs-product-wrap .onsale {
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    /* BACKGROUND GRADIENT */
    font-weight: 700;
    right: 35px;
    line-height: normal;
    margin: 0;
    min-height: 0;
    padding: 7px 10px;
    text-transform: uppercase;
    top: 0;
    background-color: #0c6db0;
    font-size: 12px;
    max-width: 50px;
    left: inherit;
}

.single-product .cs-product-wrap .cshero-product-images-wrap {
    position: relative;
}

.single-product .cs-product-wrap .cshero-product-images-wrap .images {
    width: 100% !important;
}

.single-product .cs-product-wrap .entry-summary .entry-summary-inner .product_title {
    font-size: 18px;
    color: #282828;
    line-height: 26.52px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: 2px;
}

.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price {
    padding-top: 4px;
    font-size: 16px;
    color: #9b9b9b;
    font-weight: 700;
}

.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price .woocommerce-Price-amount {
    margin-right: 10px;
}

.single-product .cs-product-wrap .entry-summary .entry-summary-inner .price .woocommerce-Price-amount + .woocommerce-Price-amount {
    margin-left: 10px;
}

.single-product .cs-product-wrap .entry-summary .entry-summary-inner div[itemprop="description"] {
    color: #959595;
    font-size: 13px;
    line-height: 22px;
    padding-top: 7px;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-product-rating {
    margin-bottom: 12px;
    float: right;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-product-rating .star-rating {
    margin: 0.5em 4px 0 0;
    color: #00bcd4;
    height: 15px;
    font-size: 14px;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-product-rating .star-rating:before {
    content: "\53\53\53\53\53";
    color: #959595;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-review-link {
    font-size: 13px;
    color: #959595;
    position: relative;
    top: -1px;
    margin-left: 23px;
}

.single-product .cs-product-wrap .entry-summary .other-info-product {
    float: left;
    width: 100%;
    border-top: #edecec solid 1px;
    margin-top: 34px;
    padding-top: 24px;
}

.single-product .cs-product-wrap .entry-summary .other-info-product h3 {
    color: #282828;
    font-size: 18px;
    line-height: 28px;
}

.single-product .cs-product-wrap .entry-summary .other-info-product > div {
    font-size: 13px;
    line-height: 26px;
    color: #959595;
}

.single-product .cs-product-wrap .entry-summary .other-info-product > div a {
    color: #959595;
}

.single-product .cs-product-wrap .entry-summary .other-info-product > div a:hover {
    color: #00bcd4;
}

.single-product .cs-product-wrap .entry-summary .other-info-product > div span {
    color: #00bcd4;
}

.single-product .cs-product-wrap .entry-summary .sg-product-share {
    float: left;
    width: 100%;
    border-top: #edecec solid 1px;
    padding-top: 24px;
}

.single-product .cs-product-wrap .entry-summary .sg-product-share label {
    color: #282828;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.025em;
    font-weight: 700;
    float: left;
    width: 100%;
}

.single-product .cs-product-wrap .entry-summary .sg-product-share > div {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.single-product .cs-product-wrap .entry-summary .sg-product-share > div a {
    width: 32px;
    height: 32px;
    background: #00bcd4;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.single-product .cs-product-wrap .entry-summary .variations_form, .single-product .cs-product-wrap .entry-summary .cart {
    float: left;
    width: 100%;
    border-top: #edecec solid 1px;
    margin-top: 21px;
    padding-top: 30px;
    margin-bottom: 0;
    /* Select effect */
    padding-bottom: 30px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity label, .single-product .cs-product-wrap .entry-summary .cart .quantity label {
    color: #282828;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.025em;
    font-weight: 700;
    float: left;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity .minus, .single-product .cs-product-wrap .entry-summary .cart .quantity .minus {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: #eee solid 1px;
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 9px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity .minus:before, .single-product .cs-product-wrap .entry-summary .cart .quantity .minus:before {
    width: 8px;
    height: 2px;
    content: '';
    background: #00bcd4;
    position: absolute;
    top: 11px;
    left: 8px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity .plus, .single-product .cs-product-wrap .entry-summary .cart .quantity .plus {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: #eee solid 1px;
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity .plus:before, .single-product .cs-product-wrap .entry-summary .cart .quantity .plus:before {
    width: 8px;
    height: 2px;
    content: '';
    background: #00bcd4;
    position: absolute;
    top: 11px;
    left: 8px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity .plus:after, .single-product .cs-product-wrap .entry-summary .cart .quantity .plus:after {
    width: 2px;
    height: 8px;
    content: '';
    background: #00bcd4;
    position: absolute;
    top: 8px;
    left: 11px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity input, .single-product .cs-product-wrap .entry-summary .cart .quantity input {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: #eee solid 1px;
    float: left;
    font-size: 14px;
    color: #222;
    line-height: 25px;
    padding: 0 2px;
    text-align: center;
    margin-right: 5px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity input[type=number]::-webkit-inner-spin-button, .single-product .cs-product-wrap .entry-summary .cart .quantity input[type=number]::-webkit-inner-spin-button, .single-product .cs-product-wrap .entry-summary .variations_form .quantity input[type=number]::-webkit-outer-spin-button, .single-product .cs-product-wrap .entry-summary .cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.single-product .cs-product-wrap .entry-summary .variations_form .quantity input[type=number], .single-product .cs-product-wrap .entry-summary .cart .quantity input[type=number] {
    -moz-appearance: textfield;
}

.single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-add-to-wishlist, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-add-to-wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_compare_button_container, .single-product .cs-product-wrap .entry-summary .cart .woo_compare_button_container {
    float: right;
    margin-top: 0;
}

.single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-add-to-wishlist + .clear, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-add-to-wishlist + .clear, .single-product .cs-product-wrap .entry-summary .variations_form .woo_compare_button_container + .clear, .single-product .cs-product-wrap .entry-summary .cart .woo_compare_button_container + .clear {
    display: none;
}

.single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this + div, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this + div {
    display: none;
}

.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a {
    margin-left: 20px;
    padding: 14px 15px;
    background: #222;
    font-weight: 700;
    border: none;
    min-width: 134px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i {
    font-size: 16px;
    margin-left: 12px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button:hover, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this:hover, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a:hover, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a:hover {
    background: #00bcd4 !important;
}

.single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse span, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse span, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse span {
    display: none;
}

.single-product .cs-product-wrap .entry-summary .variations_form .variations, .single-product .cs-product-wrap .entry-summary .cart .variations {
    float: left;
    width: auto;
    margin-top: 8px;
    margin-bottom: 0;
}

.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart, .single-product .cs-product-wrap .entry-summary .cart .woocommerce-variation-add-to-cart {
    float: left;
    margin-left: 21px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity, .single-product .cs-product-wrap .entry-summary .cart .woocommerce-variation-add-to-cart .quantity {
    margin-top: 8px;
}

.single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-price, .single-product .cs-product-wrap .entry-summary .cart .woocommerce-variation-price {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.single-product .cs-product-wrap .entry-summary .cart .quantity {
    margin-top: 8px;
}

.single-product .cs-product-wrap .entry-summary .product_meta {
    display: none;
}

.single-product .cs-product-wrap .entry-summary .single_variation_wrap {
    padding-top: 0px;
}

.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-variation-price {
    padding-bottom: 32px;
}

.single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-variation-price .price .amount {
    font-size: 25px;
    line-height: 30px;
    color: #00bcd4;
}

.single-product .cs-product-wrap .entry-summary .single_variation_wrap .btn, .single-product .cs-product-wrap .entry-summary .single_variation_wrap #comments .comment-reply-link, #comments .single-product .cs-product-wrap .entry-summary .single_variation_wrap .comment-reply-link, .single-product .cs-product-wrap .entry-summary .single_variation_wrap #commentform #submit, #commentform .single-product .cs-product-wrap .entry-summary .single_variation_wrap #submit, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .cms-load-posts a, .cms-load-posts .single-product .cs-product-wrap .entry-summary .single_variation_wrap a, .single-product .cs-product-wrap .entry-summary .single_variation_wrap #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .single-product .cs-product-wrap .entry-summary .single_variation_wrap input[type="submit"], .single-product .cs-product-wrap .entry-summary .single_variation_wrap .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .single-product .cs-product-wrap .entry-summary .single_variation_wrap input[type="submit"], .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce input.button, .woocommerce .single-product .cs-product-wrap .entry-summary .single_variation_wrap input.button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce #respond input#submit, .woocommerce #respond .single-product .cs-product-wrap .entry-summary .single_variation_wrap input#submit, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce a.button, .woocommerce .single-product .cs-product-wrap .entry-summary .single_variation_wrap a.button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce button.button, .woocommerce .single-product .cs-product-wrap .entry-summary .single_variation_wrap button.button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce input.button, .woocommerce .single-product .cs-product-wrap .entry-summary .single_variation_wrap input.button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .single_variation_wrap .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_variation_wrap .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .single_variation_wrap .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .single_variation_wrap .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .single_variation_wrap .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .single_variation_wrap .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .single_variation_wrap .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .single_variation_wrap .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .single_variation_wrap a, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .single_variation_wrap a, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .single_variation_wrap a, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .single_variation_wrap a, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .single-product .cs-product-wrap .entry-summary .single_variation_wrap input, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .single-product .cs-product-wrap .entry-summary .single_variation_wrap input.button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .single-product .cs-product-wrap .entry-summary .single_variation_wrap a, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-product .cs-product-wrap .entry-summary .single_variation_wrap button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .single-product .cs-product-wrap .entry-summary .single_variation_wrap button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .single-product .cs-product-wrap .entry-summary .single_variation_wrap .checkout-button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .single-product .cs-product-wrap .entry-summary .single_variation_wrap .checkout-button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .single-product .cs-product-wrap .entry-summary .single_variation_wrap a.button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .single-product .cs-product-wrap .entry-summary .single_variation_wrap input.button, .single-product .cs-product-wrap .entry-summary .single_variation_wrap .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .single-product .cs-product-wrap .entry-summary .single_variation_wrap #place_order {
    margin-right: 14px;
    margin-bottom: 10px;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs {
    margin-top: 69px;
    float: left;
    width: 100%;
    border: #eee solid 1px;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #eee;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li:before, .single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li {
    border: none;
    border-right: #eee solid 1px;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    float: left;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
    color: #282828;
    padding: 17.5px 20px;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li:last-child {
    border: none;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li:hover, .single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li.active {
    background: #fff;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li:hover a, .single-product .cs-product-wrap .entry-summary .woocommerce-tabs ul.tabs li.active a {
    color: #00bcd4;
}

.single-product .cs-product-wrap .entry-summary .woocommerce-Tabs-panel {
    padding: 14px 20px 8px !important;
    margin: 0 !important;
    border: none !important;
    font-size: 13px;
    line-height: 22px;
    color: #959595;
}

.woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Reviews .woocommerce-noreviews {
    display: none;
}

.woocommerce-Reviews #comments {
    border-top: none;
    padding: 0;
}

.woocommerce-Reviews #review_form_wrapper {
    float: left;
    width: 100%;
}

.woocommerce-Reviews #review_form_wrapper .comment-reply-title {
    color: #222;
    font-size: 14px;
    line-height: 30px;
    display: block;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.woocommerce-Reviews .reply-title {
    padding-top: 0;
}

.woocommerce-Reviews #commentform {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.woocommerce-Reviews #commentform label {
    color: #282828;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.025em;
    font-weight: 500;
    float: left;
    width: 100%;
}

.woocommerce-Reviews #review_form #respond p {
    margin: 0;
}

.woocommerce-Reviews #review_form #respond .form-submit input {
    width: auto;
    min-width: 170px;
    height: 45px;
    line-height: 1;
}

.woocommerce-Reviews #commentform .form-submit, .woocommerce-Reviews #commentform .logged-in-as {
    padding: 0;
}

.woocommerce-Reviews #review_form #respond textarea {
    line-height: 28px;
    color: #212121;
    font-size: 12px;
    height: 120px;
}

.woocommerce-Reviews #review_form #respond .comment-form-email + .form-submit {
    margin-top: 20px;
}

.woocommerce-Reviews#reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar {
    position: static;
    padding: 0px;
    width: 100px;
    background: #eceff1;
    border: 1px solid #cfd8dc;
}

.woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    border-radius: 0px;
    padding: 0;
    width: calc(100% - 100px);
    padding-left: 20px;
    float: left;
}

.woocommerce-Reviews#reviews #comments ol.commentlist li .star-rating {
    color: #00bcd4;
    height: 20px;
}

.woocommerce-Reviews#reviews #comments ol.commentlist li .star-rating:before {
    color: #00bcd4;
}

.woocommerce-Reviews#reviews #comments ol.commentlist li .meta .author {
    color: #0c6db0;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}

.woocommerce-Reviews#reviews #comments ol.commentlist li .meta time {
    color: #0c6db0;
    font-size: 11px;
}

.woocommerce-Reviews .comment-reply-title {
    padding-top: 0;
}

.woocommerce-Reviews #commentform input[type="text"], .woocommerce-Reviews #commentform input[type="email"], .woocommerce-Reviews #commentform textarea {
    border: #eee solid 1px;
    padding: 0 10px;
    margin-bottom: 5px;
}

.woocommerce-Reviews #commentform input[type="text"], .woocommerce-Reviews #commentform input[type="email"] {
    height: 35px;
    line-height: 35px;
}

#product-nav {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 55px;
}

#product-nav .nav-links {
    display: inline-block;
}

#product-nav .nav-links > div {
    display: inline-block;
    float: left;
    margin: 0 5px;
}

#product-nav .nav-links > div a {
    display: inline-block;
    padding: 0 8.5px;
    border: none;
    border-radius: 2px;
    background-color: #646464;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    min-width: 51px;
    height: 51px;
    line-height: 46px;
}

#product-nav .nav-links > div a.current, #product-nav .nav-links > div a:hover {
    background: #00bcd4;
    color: #fff;
}

#product-nav .nav-links > div a i {
    font-size: 14px;
}

#related-product .title {
    color: #222;
    font-size: 14px;
    line-height: 30px;
    display: block;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: #eee solid 2px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

#related-product .title:after {
    background: #00bcd4;
    width: 119px;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.related.products {
    float: left;
    width: 100%;
}

.related.products .product {
    width: 100% !important;
    padding: 0 !important;
}

.woocommerce ins {
    color: inherit;
}

.woocommerce del {
    opacity: 1;
    color: #d82020;
}

.woocommerce table.shop_table {
    border: none;
    border: #eee solid 1px;
    border-radius: 1px;
}

.woocommerce table.shop_table th {
    font-size: 14px;
    color: #282828;
    font-weight: 700;
    padding: 3px 10px;
    background: #f9f9f9;
    text-align: center;
    border-right: #eee solid 1px;
    line-height: 41px;
}

.woocommerce table.shop_table th:last-child {
    border-right: none;
}

.woocommerce table.shop_table td {
    padding: 20px 20px 29px;
    border-top: #eee solid 1px;
    border-right: #eee solid 1px;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    color: #9b9b9b;
    line-height: 20px;
    font-weight: 700;
}

.woocommerce table.shop_table td.product-name {
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    line-height: 26.52px;
    padding-top: 14px;
}

.woocommerce table.shop_table td.product-name a {
    color: inherit;
    float: left;
}

.woocommerce table.shop_table td.product-name a.remove {
    width: 19px;
    margin-top: 0px;
    height: 19px;
    display: inherit;
    background: #000;
    color: #fff !important;
    border-radius: 1px;
    line-height: 19px;
    float: right;
    text-align: center;
}

.woocommerce table.shop_table td.product-name a.remove i {
    font-size: 20px;
    line-height: 19px;
}

.woocommerce table.shop_table td.product-name a.remove:hover {
    background: #00bcd4;
}

.woocommerce table.shop_table td.product-name .product-thumbnail {
    float: left;
    width: 60px;
}

.woocommerce table.shop_table td.product-name .product-thumbnail img {
    border-radius: 2px;
    margin-top: 6px;
}

.woocommerce table.shop_table td.product-name .product-name {
    float: right;
    width: calc(100% - 80px);
}

.woocommerce table.shop_table td.product-quantity {
    text-align: center;
}

.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
}

.woocommerce table.shop_table td.product-quantity .quantity label {
    display: none;
}

.woocommerce table.shop_table td.product-quantity .quantity .minus {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: #eee solid 1px;
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 9px;
}

.woocommerce table.shop_table td.product-quantity .quantity .minus:before {
    width: 8px;
    height: 2px;
    content: '';
    background: #00bcd4;
    position: absolute;
    top: 11px;
    left: 8px;
}

.woocommerce table.shop_table td.product-quantity .quantity .plus {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: #eee solid 1px;
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}

.woocommerce table.shop_table td.product-quantity .quantity .plus:before {
    width: 8px;
    height: 2px;
    content: '';
    background: #00bcd4;
    position: absolute;
    top: 11px;
    left: 8px;
}

.woocommerce table.shop_table td.product-quantity .quantity .plus:after {
    width: 2px;
    height: 8px;
    content: '';
    background: #00bcd4;
    position: absolute;
    top: 8px;
    left: 11px;
}

.woocommerce table.shop_table td.product-quantity .quantity input {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: #eee solid 1px;
    float: left;
    font-size: 14px;
    color: #222;
    line-height: 25px;
    padding: 0 2px;
    text-align: center;
    margin-right: 5px;
}

.woocommerce table.shop_table td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce table.shop_table td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce table.shop_table td.product-quantity .quantity input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce table.shop_table td.product-price {
    font-size: 13px;
    color: #9b9b9b;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}

.woocommerce table.shop_table td:last-child {
    border-right: none;
}

.woocommerce table.shop_table td.actions {
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
}

.woocommerce table.shop_table td.actions #coupon_code {
    margin-top: 4px;
}

.woocommerce table.shop_table td.actions input.button {
    padding: 0px 17px;
    float: left;
    height: 42px;
    line-height: 40px;
    margin-left: 10px;
}

.woocommerce table.shop_table td.actions input.button.update-cart {
    background: #222;
    border-color: #222;
    float: right;
}

.woocommerce table.shop_table td.actions input.button.update-cart:hover {
    background: #0c6db0;
    border-color: #0c6db0;
}

.woocommerce table.shop_table td.actions .wc-proceed-to-checkout {
    padding: 0;
    float: right;
}

.woocommerce table.shop_table td.actions .wc-proceed-to-checkout a {
    padding: 0px 17px;
    float: left;
    height: 42px;
    line-height: 40px;
    margin-left: 10px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
    width: 100%;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 250px;
    float: left;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #959595;
    font-size: 12px;
    padding: 2px 15px;
    height: 42px;
    line-height: 1;
    font-weight: normal;
    margin: 0;
}

#add_payment_method table.cart .product-thumbnail a, .woocommerce-cart table.cart .product-thumbnail a, .woocommerce-checkout table.cart .product-thumbnail a {
    display: block;
}

#add_payment_method table.cart .product-thumbnail a img, .woocommerce-cart table.cart .product-thumbnail a img, .woocommerce-checkout table.cart .product-thumbnail a img {
    width: 60px;
}

.cart-wrap {
    margin-top: 25px;
}

.woocommerce-cart #page-title {
    padding-top: 26px;
    padding-bottom: 34px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    margin-top: 12px;
    float: left;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
    padding-left: calc(50% + 15px);
    margin-top: 14px;
    position: relative;
    min-height: 265px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table, .woocommerce-page .cart-collaterals .cart_totals .shop_table {
    padding: 20px 20px 8px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
    width: 50%;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr.cart-total-title th, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr.cart-total-title th {
    font-size: 18px;
    color: #282828;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 19px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr th, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr th {
    font-weight: normal;
    font-size: 13px;
    line-height: 36px;
    color: #00bcd4;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0;
    border: none;
    background: none;
    text-align: left;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr td, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr td {
    font-weight: normal;
    font-size: 13px;
    line-height: 36px;
    color: #959595;
    text-align: right;
    padding: 0;
    border: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr td strong, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr td strong {
    font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals .shop_table form.woocommerce-shipping-calculator > p, .woocommerce-page .cart-collaterals .cart_totals .shop_table form.woocommerce-shipping-calculator > p {
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form {
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    width: calc(50% - 15px);
    border: #eee solid 1px;
    padding: 20px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form h2, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form h2 {
    font-size: 18px;
    color: #282828;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 17px;
    margin-bottom: 0;
    text-align: left;
    line-height: 36px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form select {
    border: #efefef solid 1px;
    border-radius: 2px;
    font-size: 14px;
    color: #959595;
    height: 38px;
    line-height: 32px;
    padding: 2px 20px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form input[type='text'], .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form input[type='text'] {
    border: #efefef solid 1px;
    border-radius: 2px;
    font-size: 14px;
    color: #959595;
    height: 38px;
    padding: 2px 20px;
    line-height: 32px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-row, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .form-row {
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button {
    margin-top: 2px;
    padding: 12.5px 15px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-top: 4px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment {
    float: left;
    margin-top: 9px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment img, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .images-payment img {
    width: 178px;
    height: 28px;
    float: left;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button {
    float: right;
    padding: 13.5px 25px;
}

.woocommerce .return-to-shop {
    /*checkout*/
}

.woocommerce .checkout_coupon input {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #c6c8d1;
    font-size: 13px;
    letter-spacing: 0.035em;
    padding: 2px 22px;
}

.woocommerce .checkout_coupon input.button {
    padding: 10px 28.5px;
}

.woocommerce-checkout {
    /*order*/
}

.woocommerce-checkout h3, .woocommerce-checkout #ship-to-different-address > label {
    color: #282828;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.025em;
    font-weight: 700;
    float: left;
    width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address > label {
    display: inline-block;
    width: auto;
    margin: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox], .woocommerce-checkout .woocommerce-shipping-fields input[type=radio] {
    margin: 5px 10px;
}

.woocommerce-checkout .woocommerce-shipping-fields .checkbox, .woocommerce-checkout .woocommerce-shipping-fields .radio {
    display: inline-block;
}

.woocommerce-checkout h3#order_review_heading {
    margin-top: 30px;
}

.woocommerce-checkout .form-row label {
    color: #282828;
    font-weight: 500;
}

.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout .woocommerce-cart #payment, .woocommerce-checkout .woocommerce-checkout #payment {
    background: none;
}

.woocommerce-checkout #add_payment_method #payment ul.payment_methods, .woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}

.woocommerce-checkout #payment h3 {
    margin-top: 15px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 20px;
    letter-spacing: 0.035em;
    color: #0c6db0;
    font-style: italic;
    padding-bottom: 15px;
}

.woocommerce-order-received h2 {
    font-size: 20px;
    letter-spacing: 0.035em;
    color: #0c6db0;
    margin-top: 15px;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce .order_details li {
    line-height: 26px;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name {
    font-size: 14px;
    letter-spacing: 0.035em;
    color: #041852;
}

.woocommerce-order-received .title h3 {
    font-size: 20px;
    letter-spacing: 0.035em;
    color: #0c6db0;
}

.woocommerce table.shop_table.order_details td.product-name a {
    float: none;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    body.woocommerce #main_content_product .main_content_inner {
        padding-left: 15px;
    }

    #main_content_product ul.products li .product-inner .bottom-product a.product_type_variable {
        padding: 11px 5px;
    }

    #main_content_product .meta_product_archive .nav-pagination .woocommerce-pagination {
        margin-top: 15px;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart {
        margin-top: 20px;
    }

    .single-product .cs-product-wrap .entry-summary .entry-summary-inner {
        padding-left: 0;
    }

    .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button {
        margin-top: 24px;
    }

    body .woocommerce-message {
        line-height: 26px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    body.woocommerce #sidebar_product {
        width: 30%;
    }

    body.woocommerce #main_content_product {
        width: 70%;
    }

    #main_content_product ul.products li.product {
        width: 50%;
    }

    body.woocommerce #main_content_product .main_content_inner {
        padding-left: 15px;
    }

    body.woocommerce #main_content_product .main_content_inner .clr {
        display: none;
    }

    #main_content_product ul.products li .product-inner .bottom-product a.product_type_variable {
        padding: 11px 10px;
    }

    #main_content_product .meta_product_archive .woocommerce-result-count, #main_content_product .meta_product_archive .nav-pagination .woocommerce-pagination {
        margin-top: 15px;
    }

    .modal.modal-product-item .modal-content .modal-body .product-title {
        margin: 30px 0 0;
    }

    .single-product .cs-product-wrap .entry-summary .entry-summary-inner {
        padding-left: 0;
    }

    .single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav {
        width: 20%;
    }

    .single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-left.cshero-product-image-left-col .cms-slider-wrap {
        width: 80%;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .variations, .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart, .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity {
        width: 100%;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button {
        margin-left: 0;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button {
        margin-top: 8px;
    }

    .woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar {
        width: 50px;
    }

    .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text {
        width: calc(100% - 50px);
    }

    #main_content_product ul.products li.product-list .product-inner .product-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #main_content_product ul.products li.product-list .product-inner .product-thumb .onsale {
        right: -5px;
        top: -36px;
    }

    #content .meta_product_archive .sort, #content ul.products li.product-list .product-inner .product-thumb, #content ul.products li.product-list .product-inner .product-content {
        width: 100%;
        padding-left: 0;
    }

    #content ul.products li.product-list .product-inner .product-content {
        margin-top: 20px;
    }

    #content .meta_product_archive .sort > label {
        padding-right: 9px;
    }

    #content .meta_product_archive .woocommerce-result-count {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    #content .meta_product_archive .cms-product-layout {
        padding-left: 0;
        float: left;
        margin-top: 20px;
    }

    body .woocommerce-message {
        line-height: 26px;
    }

    .single-product .cs-product-wrap .entry-summary .cart .quantity {
        margin-bottom: 14px;
        margin-top: 18px;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a {
        margin-top: 10px;
    }

    .woocommerce .cart-collaterals .cart_totals .shop_table tr, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .woocommerce table.shop_table td {
        border-top: none;
        border-right: none;
    }

    .woocommerce table.shop_table td.actions {
        padding-right: 20px;
    }

    .woocommerce table.shop_table.cart {
        padding-bottom: 30px;
    }

    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        width: AUTO;
    }
}

@media (max-width: 767px) {
    body.woocommerce #sidebar_product, body.woocommerce #main_content_product, #main_content_product ul.products li.product, .single-product .cs-product-wrap .cshero-product-images-wrap, .single-product .cs-product-wrap .entry-summary, .single-product .cs-product-wrap .entry-summary .variations_form .variations, .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart, .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity, #main_content_product ul.products li.product-list .product-inner .product-thumb, #main_content_product ul.products li.product-list .product-inner .product-content {
        width: 100%;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart, .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button {
        margin-left: 0;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button {
        margin-top: 8px;
    }

    body.woocommerce #main_content_product .main_content_inner {
        padding-left: 0;
        border-left: none;
    }

    body.woocommerce.post-type-archive-product #page #content {
        background: #fff;
    }

    #main_content_product .meta_product_archive > div > div {
        border: none !important;
        margin-bottom: 15px;
        width: 100%;
        padding: 0 !important;
    }

    #main_content_product .meta_product_archive > div > div.sort {
        width: auto;
    }

    .woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar {
        width: 50px;
    }

    .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text {
        width: calc(100% - 50px);
    }

    #main_content_product ul.products li.product-list .product-inner .product-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }

    #main_content_product ul.products li.product-list .product-inner .product-content .bottom-product {
        margin-top: 15px;
    }

    .image-payment {
        padding: 44px 15px 24px;
    }

    .image-payment .bank-left {
        width: 100%;
    }

    .image-payment > img {
        margin-top: 20px;
        max-width: 100%;
    }

    .checkout-module {
        padding: 25px 15px 52PX;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .checkout-module.checkout_shipping_wrap {
        padding: 26px 15px 26PX;
    }

    .checkout-module.order-comment-wrap {
        padding: 27px 15px 26PX;
    }

    .checkout-module.payment-method-wrap {
        padding: 38px 15px 26PX;
    }

    .modal.modal-product-item .modal-content .modal-body .sp-quantity {
        margin-bottom: 20px;
    }

    .modal-product-item .btn-group {
        float: left;
    }

    .modal-product-item .btn-group + .btn-group {
        margin-left: 10px;
    }

    #content .meta_product_archive .sort, #content ul.products li.product-list .product-inner .product-thumb, #content ul.products li.product-list .product-inner .product-content {
        width: 100%;
        padding-left: 0;
    }

    #content ul.products li.product-list .product-inner .product-content {
        margin-top: 20px;
    }

    #content .meta_product_archive .sort > label {
        padding-right: 9px;
    }

    #content .meta_product_archive .woocommerce-result-count {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    #content .meta_product_archive .cms-product-layout {
        padding-left: 0;
        float: left;
        margin-top: 20px;
    }

    .single-product #page #content #main_content_product, .single-product #page #content .main-sidebar {
        width: 100%;
    }

    body .woocommerce-message {
        line-height: 26px;
    }

    body .woocommerce-message {
        padding-left: 20px !important;
    }

    body .woocommerce-message:before {
        display: none;
    }

    body .woocommerce-message a {
        clear: both;
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .single-product .cs-product-wrap .entry-summary .woocommerce-product-rating {
        margin-bottom: 12px;
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .single-product .cs-product-wrap .entry-summary .cart .quantity {
        margin: 10px 0;
        width: 100%;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-add-to-wishlist, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-add-to-wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_compare_button_container, .single-product .cs-product-wrap .entry-summary .cart .woo_compare_button_container {
        float: left;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-add-to-wishlist a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-add-to-wishlist a, .single-product .cs-product-wrap .entry-summary .variations_form .woo_compare_button_container a, .single-product .cs-product-wrap .entry-summary .cart .woo_compare_button_container a {
        margin: 10px 5px 10px 0;
    }

    .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a {
        float: left;
        margin-left: 0;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        float: left;
        width: 100%;
    }

    .woocommerce table.shop_table td.product-name a.remove {
        margin-top: 8px;
    }

    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        width: 90%;
    }

    .woocommerce table.shop_table td.actions input.button {
        float: left !important;
        margin-left: 0;
        margin-top: 10px;
    }

    .woocommerce table.shop_table td.actions .wc-proceed-to-checkout {
        float: left;
        width: 100%;
    }

    .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a {
        margin-left: 0;
    }

    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        width: 90%;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        padding-top: 100%;
        padding-left: 0;
    }

    .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form {
        width: 100%;
    }

    .woocommerce .cart-collaterals .cart_totals .shop_table tr, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    #content .woocommerce.columns-4 ul.products li.product {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button {
        margin-top: 24px;
    }

    .modal-product-item .btn-group + .btn-group {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1800px) {
    #rev_slider_1_1 .uranus.tparrows::before {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .history-year {
        top: 240px;
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions .history-year {
        top: 401px;
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-descriptions .history-year {
        top: 436px;
    }

    .owl-nav .owl-prev {
        left: -40px;
    }

    .owl-nav .owl-next {
        right: -40px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

@media screen and (max-width: 1200px) {
    body {
        width: 100% !important;
    }

    body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        padding: 0 30px;
        max-width: 100%;
    }

    .modal-content-left {
        display: none;
    }

    .modal-content-right {
        width: 100%;
    }
}

@media screen and (max-width: 1040px) {
    .template-cms_grid--layout-history .cms-grid-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions .history-year {
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
    }

    .template-cms_grid--layout-history .cms-grid-inner .cms-grid-media {
        padding-bottom: 50px;
        width: 30%;
    }

    .template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions {
        width: 65%;
        padding-left: 5%;
        border: none !important;
        border-radius: 0 !important;
    }

    .template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .history-year {
        font-size: 102px;
        padding-bottom: 30px;
        position: static;
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-media {
        float: right;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 0px;
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-inner2 .cms-grid-descriptions {
        padding-top: 30px;
        padding-right: 5%;
        padding-left: 0;
        text-align: right;
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 2) .cms-grid-inner .cms-grid-media .cms-grid-media-inner {
        margin-right: 23px;
    }

    .template-cms_grid--layout-history .cms-grid-item:last-child .cms-grid-inner .cms-grid-media {
        padding-top: 50px;
    }

    .template-cms_grid--layout-history .cms-grid-item:nth-child(2n + 3) .cms-grid-inner .cms-grid-descriptions {
        padding-top: 50px;
    }

    .owl-nav .owl-prev {
        opacity: 0;
    }

    .owl-nav .owl-next {
        opacity: 0;
    }
}

@media only screen and (min-width: 992px) {
    .modal.fade .modal-dialog {
        position: absolute;
        top: 50%;
        margin: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .cms-heading-wrapper .text-blur {
        left: 15px;
        font-size: 71px;
    }

    .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
        border-width: 26px !important;
    }

    .template-cms_carousel--layout-pricing .cms-pricing-content {
        margin: 0 30px;
    }

    .template-cms_carousel--layout-pricing .cms-pricing-content ul li {
        text-align: center;
    }

    .template-cms_carousel--layout-pricing .pricing-bottom {
        margin: 21px 30px 0;
    }

    .cms-carousel-testimonial .cms-testimonial-nav {
        padding-left: 0;
        width: 100%;
        position: relative;
        top: 0;
    }

    .single_course_details ul li {
        margin-right: 16px;
    }

    .cms-images-grid .item-top-right {
        top: -15px;
        right: -15px;
    }

    .cms-images-grid .item-bottom-left {
        bottom: -15px;
        left: -15px;
    }

    .cms-counter-wraper.cms-counter-layout5 .counter-wrap1 .cms-counter-title {
        line-height: 20px;
    }

    .grid-lp-category .lp-category-item .lp-category-item-inner1 .content-overlay {
        padding: 0 15px;
    }

    .page-event .main-content-inner .row-page-event .clr {
        display: none;
    }

    .page-event .main-content-inner .content-course img {
        width: 100%;
    }

    .page-event .content-course.content-course-list .courses-content-left {
        width: 62%;
    }

    .page-event .content-course.content-course-list .courses-content-right {
        width: 38%;
    }

    .single-event .single-post-blog article .entry-meta {
        padding: 56px 15px 9.5px 15px;
    }

    .form-register .field-group, .form-login .field-group {
        margin-bottom: 5px;
    }

    body .half-right-background {
        background-size: cover !important;
    }

    body .half-right-background .overlay-color {
        max-width: 100%;
    }

    .coupon-bottom .single_social-share ul li .btn, .coupon-bottom .single_social-share ul li #comments .comment-reply-link, #comments .coupon-bottom .single_social-share ul li .comment-reply-link, .coupon-bottom .single_social-share ul li #commentform #submit, #commentform .coupon-bottom .single_social-share ul li #submit, .coupon-bottom .single_social-share ul li .cms-load-posts a, .cms-load-posts .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"], .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"], .coupon-bottom .single_social-share ul li .woocommerce input.button, .woocommerce .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit, .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit, .coupon-bottom .single_social-share ul li .woocommerce a.button, .woocommerce .coupon-bottom .single_social-share ul li a.button, .coupon-bottom .single_social-share ul li .woocommerce button.button, .woocommerce .coupon-bottom .single_social-share ul li button.button, .coupon-bottom .single_social-share ul li .woocommerce input.button, .woocommerce .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input, .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a, .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button, .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button, .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button, .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button, .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button, .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button, .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order {
        padding: 10px 11px;
    }
}

@media screen and (min-width: 992px) {
    #cshero-menu-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .blog-standand article .post-thumbnail {
        width: 100%;
    }

    .blog-standand article .post-thumbnail img {
        width: 100%;
    }

    . vc_custom_heading br {
        display: none;
    }

    .blog-standand article .content-right {
        width: 100%;
    }

    .blog-standand article .entry-footer {
        position: static;
        width: 100%;
    }

    .single-post-blog article .single_detail {
        float: left;
        width: 100%;
    }

    .single-post-blog article .single_detail_right {
        float: left;
    }

    .single-post-blog article .single_detail_right li:first-child {
        margin-left: 0;
    }

    .single-post-blog .cms-single-related-post .item-inner img {
        width: 100%;
    }

    #comments .comment-author-image {
        height: 50px;
        margin: 0 10px 0 0;
        width: 50px;
    }

    #comments .comment-main {
        width: calc(100% - 60px);
        position: relative;
    }

    #comments ul.children {
        width: calc(100% - 20px);
    }

    #comments .comment-list li .comment-respond {
        width: 100%;
    }

    .cms-heading-wrapper .description p br {
        display: none;
    }

    .vc-bootstrap-tabs .tab-pane .vc_column_container > .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .vc-bootstrap-tabs .tab-pane {
        padding: 15px;
    }

    .cshero-popup-menu {
        display: none;
    }

    .cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right {
        padding-left: 15px;
    }

    .wpb_column.position-left, .wpb_column.position-right {
        position: static;
    }

    body .half-right-background {
        background-size: cover !important;
    }

    .fp-enabled .fp-section.half-left-background, .fp-enabled .fp-section.half-right-background {
        background-size: 50% 100% !important;
    }

    body .half-right-background .overlay-color {
        max-width: 100%;
    }

    .template-cms_grid--layout-portfolio5 .cms-grid-3columns-bottom .detail-terms {
        padding-top: 80px;
    }

    .template-cms_grid--layout-portfolio5 .cms-grid-item {
        margin-bottom: 82px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-right {
        padding-left: 0;
        width: calc(100% - 52px);
    }

    .cms-fancyboxes-wraper.cms-fancybox-default .cms-fancybox-item {
        padding: 10px;
    }

    .vc_column_container.padding15 > .vc_column-inner {
        padding-right: 15px !important;
    }

    .cms-heading-wrapper .text-blur {
        left: 15px;
        font-size: 71px;
    }

    .template-cms_grid--layout-default .cms-grid-inner .cms-grid-media img {
        width: 100%;
    }

    .template-cms_grid--layout-default .cms-grid-inner .cms-grid-title {
        font-size: 19px;
    }

    .template-cms_grid--layout-blog-popular .cms-grid-inner {
        border: none;
    }

    .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
        border-width: 16px !important;
    }

    .template-cms_carousel--layout-pricing .cms-pricing-content {
        margin: 0 40px;
        text-align: center;
    }

    .template-cms_grid--layout-pricing2 .cms-grid-item {
        padding: 0 15px;
    }

    .template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur {
        font-size: 58px;
    }

    .template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .text-blur:after {
        bottom: 6px;
        left: 0;
    }

    .template-cms_grid--layout-history .cms-grid-inner .cms-grid-descriptions .title {
        font-size: 25px;
    }

    .cms-carousel-testimonial .cms-testimonial-nav {
        padding-left: 0;
        width: 100%;
        position: relative;
        top: 0;
    }

    body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        padding: 0 30px;
        max-width: 100%;
    }

    body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li {
        margin: 0 20px;
    }

    .template-cms_grid--layout-pricing4 .cms-grid-item .cms-ordernow .cms-pricing-note-price {
        float: left;
        width: 100%;
        text-align: left;
    }

    .form-register .field-group, .form-login .field-group {
        margin-bottom: 5px;
    }

    .template-cms_grid--layout-portfolio5 .cms-grid-3columns .cms-grid-media {
        height: 450px;
    }

    .single-portfolio .single_portfolio2 .portfolio-right .content-left {
        width: 65%;
    }

    .single-portfolio .single_portfolio2 .portfolio-right .content-right {
        width: 35%;
    }

    .single-portfolio .portfolio_details .details_section .single_social-share ul {
        float: left;
        padding-left: 0;
    }

    #content ul.products li.product {
        width: 50%;
    }

    #footer-top .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i {
        right: -5px;
    }

    #sidebar aside {
        padding: 30px 5px;
    }

    #sidebar .submit-coupon {
        margin-left: -5px;
        margin-right: -5px;
        width: calc(100% + 10px);
    }

    .print-modal.code-modal .btn-primary::before {
        left: 6px;
    }

    .coupon-bottom .single_social-share ul li .btn i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .coupon-bottom .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .coupon-bottom .single_social-share ul li #submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .cms-load-posts a i:not(.fa-google-plus), .cms-load-posts .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li button.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order i:not(.fa-google-plus) {
        border: none !important;
        padding-right: 0;
    }

    .coupon-tab .nav-tabs li a {
        padding: 15px 10px !important;
    }
}

@media (max-width: 767px) {
    .error404 .cms-content404 > div .error-404 .error-404-inner {
        padding: 5em 30px;
    }

    .store-list .check-list li {
        width: 100%;
    }

    .page-store-single .coupon-meta {
        margin-top: 20px;
    }

    .coupon-bottom .single_social-share ul li .btn i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .coupon-bottom .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .coupon-bottom .single_social-share ul li #submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .cms-load-posts a i:not(.fa-google-plus), .cms-load-posts .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li button.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order i:not(.fa-google-plus) {
        border: none !important;
    }

    .coupon-tab .nav-tabs {
        position: static;
        margin-top: 20px;
    }

    .coupon-tab.post-wrapper {
        padding: 0px 10px 30px;
    }

    .vc_column_container.padding15 > .vc_column-inner {
        padding-right: 15px !important;
    }

    .cms-heading-wrapper .title {
        word-break: break-word;
    }

    .cms-fancyboxes-wraper.cms-fancybox-default + .cms-fancyboxes-wraper {
        margin: 0;
    }

    .cms-countdown-wraper .col-item {
        width: 100%;
        padding: 20px 0;
    }

    body .bg-right-center {
        background: none !important;
    }

    .cms-counter-wraper {
        display: inline-block;
        width: 100%;
    }

    .cms-heading-wrapper .description {
        margin-top: 0;
    }

    .cms-carousel-team .team-item-left {
        width: 100%;
    }

    .cms-carousel-team .team-info {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .text-right .cms-button-wrapper {
        width: 100%;
        text-align: center;
    }

    .contact-left {
        margin-left: 20px;
    }

    .blog-standand {
        padding-bottom: 0;
    }

    .blog-standand #sidebar {
        margin-top: 50px;
    }

    .blog-standand article .entry-footer .archive_detail {
        width: 100%;
        float: left;
    }

    .blog-standand article .entry-footer .archive_detail li:first-child {
        margin-left: 0;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-title {
        font-size: 41px;
    }

    .template-cms_carousel--layout-blog2 .content-overlay {
        padding-top: 60px;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like > span {
        margin-left: 13px;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like > span:first-child {
        margin-left: 0;
    }

    .template-cms_grid--layout-default .cms-grid-inner .cms-grid-media img {
        width: 100%;
    }

    .vc_row.vc_inner.bg-right-top {
        background: none !important;
    }

    .newsletter-widget input[type="text"], .newsletter-widget input[type="email"] {
        width: auto;
    }

    .template-cms_carousel-blog {
        margin: 0;
    }

    .vc_tta.vc_general .vc_tta-panel-title {
        line-height: 24px !important;
    }

    .cms-slick-wrap.cms-carousel-tab .cms-slider-wrap .cms-carousel-item {
        margin: 0;
        padding: 0 15px;
    }

    .cms-progress-layout3 .cms-progress-item-wrap .cms-progress {
        max-width: 95%;
    }

    .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
        border-width: 8px !important;
    }

    .template-cms_carousel--layout-pricing .cms-pricing-content {
        margin: 0 30px;
    }

    .template-cms_carousel--layout-pricing .pricing-bottom {
        margin: 21px 30px 0;
    }

    .template-cms_grid--layout-pricing1 .cms-grid-filter ul li {
        width: 100%;
    }

    .template-cms_grid--layout-pricing2 .cms-grid-filter ul li {
        width: 100%;
    }

    .template-cms_carousel--layout-pricing .cms-pricing-content ul li {
        text-align: center;
    }

    .cms_carousel--layout-team4 .cms-grid-media {
        margin: 0 auto;
        float: none;
    }

    .cms_carousel--layout-team4 .cms-grid-team-content {
        width: 100%;
        padding-left: 28px;
        margin-top: 20px;
    }

    .cms-carousel-testimonial .team-item {
        padding: 0;
    }

    .cms-carousel-testimonial .team-info {
        width: 100%;
        margin-top: 30px;
    }

    .cms-carousel-testimonial .cms-testimonial-nav {
        padding-left: 0px;
        top: 0;
        width: 100%;
        position: static;
    }

    .owl-nav {
        opacity: 0;
    }

    .cms-carousel-layout-blog7 .cms-carousel-item .entry-footer {
        padding: 5px 10px;
    }

    .wpcf7-form .form-div, .wpcf7-form .form-fulldiv {
        width: 100%;
        padding: 0;
    }

    body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        max-width: 100%;
        padding: 0 30px;
    }

    body .vc_tta.vc_general:not(.vc_tta-tabs-position-left).vc_tta-tabs.vc_tta-style-outline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_row.vc_inner {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    p br {
        display: none;
    }

    .template-cms_grid--layout-pricing4 .cms-grid-item .cms-pricing-item_inner .cms-pricing-top .cms-pricing-price {
        position: static;
        float: left;
    }

    .template-cms_grid--layout-pricing4 .cms-grid-item .cms-ordernow .cms-pricing-note-price {
        float: left;
        width: 100%;
        text-align: left;
    }

    .cms-fancybox-layout6 + .cms-fancyboxes-wraper {
        margin-top: 30px;
    }

    .cms-images-grid .item-top-right {
        width: 50%;
        height: 100px;
        top: -15px;
        right: 0px;
    }

    .cms-images-grid .item-bottom-left {
        width: 50%;
        height: 100px;
        bottom: -15px;
        left: 0px;
    }

    .cms-images-grid .primary-item {
        height: 300px;
    }

    .blog-standand article .content-right a.post-edit-link {
        top: -21px;
        right: -15px;
    }

    .form-login .modal-body {
        padding: 68px 30px 0;
    }

    .form-login .forgot-pass {
        width: calc(100% + 60px);
        margin-left: -30px;
    }

    .form-register .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-top {
        text-align: center;
    }

    #cshero-header-top .header-right-top {
        margin-top: 10px;
    }

    .form-register .up-social-wrapper, .form-login .up-social-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .cms-grid-filter ul li {
        width: 100%;
    }

    .cms-carousel-testimonial .team-item-left {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }

    .cms-carousel-layout-blog5 .cms-carousel .owl-dot {
        opacity: 0;
    }

    .cms-process .cms-process-list li {
        max-width: 100%;
        width: 100%;
        padding: 30px 0;
    }

    .cms-process .cms-process-list li:after, .cms-process.cms-process-layout2 .cms-process-list li:after {
        bottom: 0px;
        top: auto;
        left: 45%;
        right: auto;
        -webkit-transform: rotate(90deg);
        -khtml-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
    }

    #page-title #page-title-text h1 {
        font-size: 45px !important;
    }

    .cms-carousel-testimonial1 .owl-item.active.center .cms-carousel-item {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    body .padding-left15 .vc_column-inner {
        padding-left: 15px !important;
    }

    .section-offset-right {
        padding-right: 15px !important;
    }

    .blog-standand article .content-right .content-left {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .blog-standand article .content-right .content-main {
        padding-left: 0;
        width: 100%;
    }

    .blog-standand article .content-right {
        padding: 39px 15px 33px;
    }

    .single-post-blog article .content-right .content-left {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .single-post-blog article .content-right {
        padding: 40px 15px 29px;
    }

    .single-post-blog article .content-right .content-main {
        width: 100%;
        padding-left: 0;
    }

    .single-post-blog .single-post-nav .nav-links > div {
        width: 100%;
        border-right: none;
    }

    .single-post-blog .single-post-nav .nav-links > div.next {
        margin-top: 30px;
    }

    .single-post-blog .single-post-nav .nav-links > div .content-right {
        float: left;
        width: calc(100% - 49px);
        padding-left: 15px;
        padding-right: 0;
    }

    .single-post-blog .cms-single-related-post .item-inner {
        margin-bottom: 30px;
    }

    #comments .comment-content-wrap {
        padding: 31px 15px 10px;
    }

    #comments .comment-form-wrap {
        padding: 0px 15px 0;
    }

    .is-sidebar-right #sidebar {
        margin-top: 40px;
    }

    .template-cms_grid--layout-portfolio5 .cms-grid-3columns .cms-grid-media {
        height: 300px;
    }

    .single-portfolio .post-navigation a.all-portfolio {
        position: static;
        display: block;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
        -webkit-transform: none;
        -khtml-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        float: left;
        width: 100%;
    }

    .portfolio-right {
        margin-top: 30px;
    }

    .single-portfolio .post-navigation .nav-links > div {
        width: 100%;
    }

    .single-portfolio .post-navigation .nav-links > div .portfolio-right {
        padding-right: 0;
        padding-left: 0;
    }

    .single-portfolio .post-navigation .nav-links > div.next {
        margin-top: 20px;
    }

    .single-portfolio .portfolio_details .details_section .single_social-share ul {
        float: left;
    }

    .portfolio-right .content-left, .portfolio-right .content-right {
        width: 100% !important;
    }

    .single-portfolio .single_portfolio5 .item-gallery {
        width: 100%;
    }

    .single-portfolio .single_portfolio6 .portfolio-left .item-gallery {
        width: 100% !important;
    }

    .single-portfolio .single_portfolio6 .portfolio-left .item-gallery .img {
        height: 300px !important;
    }

    .single-portfolio .single_portfolio7 .portfolio-left .item-gallery {
        width: 100% !important;
    }

    .single-portfolio .single_portfolio7 .portfolio-left .item-gallery .img {
        height: 300px !important;
    }

    #content ul.products li.product {
        width: 100%;
    }

    .fp-enabled .fp-section.half-left-background, .fp-enabled .fp-section.half-right-background {
        background: none !important;
    }

    .wpcf7-form {
        margin-left: 0px;
        margin-right: 0px;
    }

    .full_screen {
        height: auto;
    }

    .cms-countdown-content .col-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .single-post-blog article {
        padding: 0;
    }

    #comments .comment-list li {
        padding: 0;
        border: none;
    }

    #footer-top .row > .col-xs-12 {
        margin-bottom: 30px;
    }

    .well .input-group-addon {
        display: none;
    }

    .well .input-group {
        width: 100%;
    }

    .coupon-fancybox .cms-fancyboxes-wraper {
        margin: 15px 0 !important;
    }

    .favorite-coupon .fa {
        top: 0 !important;
    }

    .coupon-bottom .single_social-share ul li .btn i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .coupon-bottom .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .coupon-bottom .single_social-share ul li #submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .cms-load-posts a i:not(.fa-google-plus), .cms-load-posts .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li button.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .coupon-bottom .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .coupon-bottom .single_social-share ul li #submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .template-cms_grid--layout-shop .cms-grid-3columns .text-hide .text-hide-inner .added_to_cart i:not(.fa-google-plus), .template-cms_grid--layout-shop .cms-grid-3columns .text-hide .text-hide-inner .coupon-bottom .single_social-share ul li .added_to_cart i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .button i:not(.fa-google-plus), .header-right .nav-button-icon .widget_shopping_cart .widget_shopping_cart_content p.buttons .coupon-bottom .single_social-share ul li .button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .coupon-bottom .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .coupon-bottom .single_social-share ul li input#submit i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li button.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .coupon-bottom .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .coupon-bottom .single_social-share ul li input i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .coupon-bottom .single_social-share ul li a i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .coupon-bottom .single_social-share ul li button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .coupon-bottom .single_social-share ul li .checkout-button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .coupon-bottom .single_social-share ul li a.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .coupon-bottom .single_social-share ul li input.button i:not(.fa-google-plus), .coupon-bottom .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .coupon-bottom .single_social-share ul li #place_order i:not(.fa-google-plus) {
        padding-right: 0;
        margin-right: 0;
    }

    .code-modal .modal-body .coupon-meta {
        margin-top: 30PX !IMPORTANT;
    }

    .code-modal .modal-content {
        max-height: 400px;
        overflow: scroll;
    }

    .code-modal .btn-primary {
        margin-top: 20px !important;
    }

    .coupon-area > .row > div {
        width: 100%;
        float: left;
    }
}

@media (max-width: 480px) {
    .location {
        margin-bottom: 15px;
    }

    .single-post-blog .blog-admin-post .admin-avt {
        float: left;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .single-post-blog .blog-admin-post .admin-info {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }

    .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
        border-width: 13px !important;
    }
}

@media (max-width: 430px) {
    .form-register .up-social-wrapper, .form-login .up-social-wrapper {
        text-align: center;
    }

    .form-register .up-social-wrapper .text-login-social, .form-login .up-social-wrapper .text-login-social {
        margin-bottom: 17px;
    }

    .form-register .up-social-wrapper button, .form-login .up-social-wrapper button {
        float: none !important;
        display: block;
        margin: 0 auto !important;
        clear: both;
    }

    .form-register .up-social-wrapper button.up-facebook-button, .form-login .up-social-wrapper button.up-facebook-button {
        margin-bottom: 15px !important;
    }

    .form-register .up-social-wrapper #page-title #page-title-text h1, .form-login .up-social-wrapper #page-title #page-title-text h1 {
        font-size: 52px !important;
    }

    @-moz-document url-prefix() {
        /*fix ie10 and above*/
        .cms-fancyboxes-wraper.cms-fancyboxes-deault {
            margin-bottom: 28px;
        }

        .wpcf7-form.style2 .wpcf7-submit {
            margin-top: -10px;
        }

        .wpcf7-form .wpcf7-submit {
            margin-top: 1px;
        }

        .wpcf7-form.style3 {
            padding: 0 22px;
        }
    }
}

@media (max-width: 430px) and (max-width: 360px) {
    .template-cms_carousel--layout-blog2 .content-overlay .cms-carousel-title {
        font-size: 30px;
        line-height: 38px;
    }

    .template-cms_carousel--layout-blog2 .content-overlay {
        padding-top: 40px;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .left {
        width: 100%;
        text-align: center;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt-info {
        margin-left: 15PX;
        float: none;
        display: inline-block;
        top: -13px;
        position: relative;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .avt {
        float: none;
        display: inline-block;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like {
        margin-top: 6px;
        width: 100%;
        text-align: center;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like span {
        display: inline-block;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom .comment-like span:first-child {
        margin-left: 0;
    }

    .template-cms_carousel--layout-blog2 .content-overlay .content-bottom {
        margin-top: 23px;
    }

    .template-cms_grid--layout-team .cms-grid-item .modal-dialog {
        width: 300px;
    }

    .template-cms_grid--layout-team .cms-grid-item .modal-dialog .modal-content .modal-body .cms-team-social .social-item {
        padding: 0 40px;
    }

    .template-cms_grid--layout-team .cms-grid-item .modal-dialog .close {
        right: 0;
        top: 0;
    }

    .form-register .up-social-wrapper .up-twitter-button, .form-login .up-social-wrapper .up-twitter-button {
        margin-left: 0;
        margin-top: 10px;
    }

    .form-register .up-social-wrapper button, .form-login .up-social-wrapper button {
        clear: both;
        float: none;
        display: block;
    }

    .lp-searchform, .vc_wp_search #searchform {
        /* BACKGROUND HORIZONTAL */
    }

    .lp-searchform input::-webkit-input-placeholder, .vc_wp_search #searchform input::-webkit-input-placeholder {
        color: #fff !important;
    }

    .lp-searchform input:-moz-placeholder, .vc_wp_search #searchform input:-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }

    .lp-searchform input::-moz-placeholder, .vc_wp_search #searchform input::-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }

    .lp-searchform input:-ms-input-placeholder, .vc_wp_search #searchform input:-ms-input-placeholder {
        color: #fff !important;
    }

    .cms-carousel-layout-blog8 .item-inner .content-overlay .content-bottom {
        display: none;
    }

    .print-modal.code-modal .btn-primary::before {
        left: 6px;
    }

    .blog-standand article .content-right .single_social-share ul li .btn i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li #comments .comment-reply-link i:not(.fa-google-plus), #comments .blog-standand article .content-right .single_social-share ul li .comment-reply-link i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li #commentform #submit i:not(.fa-google-plus), #commentform .blog-standand article .content-right .single_social-share ul li #submit i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .cms-load-posts a i:not(.fa-google-plus), .cms-load-posts .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li #footer-top .widget_newsletterwidget input[type="submit"] i:not(.fa-google-plus), #footer-top .widget_newsletterwidget .blog-standand article .content-right .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .widget_newsletterwidget .tnp-widget input[type="submit"] i:not(.fa-google-plus), .widget_newsletterwidget .tnp-widget .blog-standand article .content-right .single_social-share ul li input[type="submit"] i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce #respond input#submit i:not(.fa-google-plus), .woocommerce #respond .blog-standand article .content-right .single_social-share ul li input#submit i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce a.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li a.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce button.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li button.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce input.button i:not(.fa-google-plus), .woocommerce .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .single_add_to_cart_button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .add_to_wishlist i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_compare_this i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .blog-standand article .content-right .single_social-share ul li .woo_bt_view_compare i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a i:not(.fa-google-plus), .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-Reviews #review_form #respond .form-submit input i:not(.fa-google-plus), .woocommerce-Reviews #review_form #respond .form-submit .blog-standand article .content-right .single_social-share ul li input i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions input.button i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a i:not(.fa-google-plus), .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .blog-standand article .content-right .single_social-share ul li a i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .blog-standand article .content-right .single_social-share ul li button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-page .cart-collaterals .cart_totals .checkout-button i:not(.fa-google-plus), .woocommerce-page .cart-collaterals .cart_totals .blog-standand article .content-right .single_social-share ul li .checkout-button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .return-to-shop a.button i:not(.fa-google-plus), .woocommerce .return-to-shop .blog-standand article .content-right .single_social-share ul li a.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce .checkout_coupon input.button i:not(.fa-google-plus), .woocommerce .checkout_coupon .blog-standand article .content-right .single_social-share ul li input.button i:not(.fa-google-plus), .blog-standand article .content-right .single_social-share ul li .woocommerce-checkout #payment #place_order i:not(.fa-google-plus), .woocommerce-checkout #payment .blog-standand article .content-right .single_social-share ul li #place_order i:not(.fa-google-plus) {
        border: none !important;
        padding-right: 0;
    }
}

@media (max-width: 430px) and (max-width: 320px) {
    .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
        border-width: 20px !important;
    }

    .single-post-blog .cms-single-related-post .item-inner .content-overlay {
        padding: 0 5px;
    }

    .single-post-blog .cms-single-related-post .item-inner img {
        min-height: 225px;
    }

    .cms-button-wrapper + .cms-button-wrapper {
        margin-left: 0;
        margin-top: 20px;
    }

    .cms-button-wrapper {
        display: block;
    }

    .cms-social-page.social-layout2 a {
        margin: 0 12px;
    }

    .vc_wp_custommenu .widget_nav_menu ul li {
        display: block;
        width: 100%;
    }

    .template-cms_grid--layout-pricing .cms-grid-item .cms-pricing-item_inner, .template-cms_grid--layout-pricing.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-item_inner1, .template-cms_grid--layout-pricing.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-item_inner2, .template-cms_grid--layout-pricing.template-cms_grid--layout-pricing3 .cms-grid-item .cms-pricing-item_inner .cms-pricing-item_inner3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .well .btn, .well #comments .comment-reply-link, #comments .well .comment-reply-link, .well #commentform #submit, #commentform .well #submit, .well .cms-load-posts a, .cms-load-posts .well a, .well #footer-top .widget_newsletterwidget input[type="submit"], #footer-top .widget_newsletterwidget .well input[type="submit"], .well .widget_newsletterwidget .tnp-widget input[type="submit"], .widget_newsletterwidget .tnp-widget .well input[type="submit"], .well .woocommerce input.button, .woocommerce .well input.button, .well .woocommerce #respond input#submit, .woocommerce #respond .well input#submit, .well .woocommerce a.button, .woocommerce .well a.button, .well .woocommerce button.button, .woocommerce .well button.button, .well .woocommerce input.button, .woocommerce .well input.button, .well .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .well .single_add_to_cart_button, .well .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .well .single_add_to_cart_button, .well .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .well .add_to_wishlist, .well .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .well .add_to_wishlist, .well .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .well .woo_bt_compare_this, .well .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .well .woo_bt_compare_this, .well .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .well .woo_bt_view_compare, .well .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .well .woo_bt_view_compare, .well .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > .well a, .well .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > .well a, .well .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > .well a, .well .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > .well a, .well .woocommerce-Reviews #review_form #respond .form-submit input, .woocommerce-Reviews #review_form #respond .form-submit .well input, .well .woocommerce table.shop_table td.actions input.button, .woocommerce table.shop_table td.actions .well input.button, .well .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a, .woocommerce table.shop_table td.actions .wc-proceed-to-checkout .well a, .well .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .well button, .well .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form button, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .well button, .well .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce .cart-collaterals .cart_totals .well .checkout-button, .well .woocommerce-page .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .well .checkout-button, .well .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop .well a.button, .well .woocommerce .checkout_coupon input.button, .woocommerce .checkout_coupon .well input.button, .well .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment .well #place_order {
        width: auto;
    }
}

@media screen and (max-width: 430px) and (-ms-high-contrast: active), (max-width: 430px) and (-ms-high-contrast: none) {
    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul {
        position: inherit;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper .image, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service .image, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper .image, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul .image {
        float: left;
        width: 100%;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper .image a, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service .image a, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper .image a, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul .image a {
        display: block !important;
        opacity: 1;
        background: none;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper .image img, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service .image img, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper .image img, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul .image img {
        float: left;
        width: 100%;
        display: block !important;
    }

    #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-post-wrapper a, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service a, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .cms-recent-service-wrapper a, #cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.sub-menu.drop_full_width .widget_recent_entries ul a {
        display: block !important;
    }

    .grid-lp-category .lp-category-item .lp-category-item-inner1 .overlay {
        background: rgba(12, 109, 176, 0.5) !important;
    }

    input[type=text]::-ms-clear {
        display: none !important;
    }

    .template-cms_grid--layout-pricing4 .cms-grid-item:hover .cms-pricing-item_inner, .template-cms_grid--layout-pricing3 .cms-grid-item:hover .cms-pricing-item_inner {
        overflow: visible;
    }

    body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li {
        float: left;
        clear: both;
    }

    .vc_tta-tabs.vc_tta-tabs-position-left {
        -ms-flex: 1;
    }

    .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
        -ms-flex: 1 !important;
        flex: 1 !important;
    }

    .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
        -ms-flex: 5.4 !important;
        flex: 5.4 !important;
    }

    body .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-tabs .vc_tta-tabs-list li a::after {
        left: -7px !important;
    }

    .single_course_details .review-stars-rated .review-stars.empty, .single_course_details .review-stars-rated .review-stars.filled {
        height: 25px;
    }
}


