@charset "UTF-8";
/* *******************
 *
 * Template name:  VIOPhone
 *
 * Version:        1.0
 *
 * Author:         ThemeLooks
 *
 * Author url:     http://themelooks.com
 *
 * 00: Base CSS
 *
 * 0.1: Reset
 *
 * 0.2: Padding
 *
 * 01: Common CSS
 *
 * 1.1: Color
 *
 * 1.2: Common Classes
 *
 * 1.3: Button
 *
 * 1.4: Animations
 *
 * 1.5: Section Title
 *
 * 1.6: Page Title
 *
 * 02: Layout CSS
 *
 * 2.1: Preloader
 *
 * 2.2: Header
 *
 * 2.3: Banner
 *
 * 2.4: Blog
 *
 * 2.5: Widgets
 *
 * 2.6: Footer
 *
 * 2.7: 404
 *
 * 2.8: Coming Soon
 *
 * 03: Modules
 *
 * 3.1: Service
 *
 * 3.2: Connection
 *
 * 3.3: Includes
 *
 * 3.4: Feature
 *
 * 3.5: Counter
 *
 * 3.6: Pricing
 *
 * 3.7: Testimonial
 *
 * 3.8: App Feature
 *
 * 3.9: Newsletter
 *
 * 3.10: Back to Top
 *
 * 3.11: Affiliate
 *
 * 3.12: Working Process
 *
 * 3.13: FAQ
 *
 * 3.14: About
 *
 * 3.15: Team
 *
 * 3.16: Why Choose
 *
 * 3.17: Domain
 *
 * 3.18: Data Center
 *
 * 3.19: Project
 *
 * 3.20: Contact
 *
 * 04: Shop
 *
 * 4.1: Products
 *
 * 4.2: Product Details
 *
 * 4.3: Cart
 *
 * 4.3: Checkout
 *
 * ********************/
/* ************************
 *
 * 0.1: Reset
 *
 * ********************* */
* {
  list-style: none;
  outline: none !important;
}

html {
  background-color: #ffffff;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
}

::selection {
  text-shadow: none;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

iframe {
  max-width: 100%;
}

button:focus, .shop--product-slider .product-thumbs .swiper-button-next span:focus,
.shop--product-slider .product-thumbs .swiper-button-prev span:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button, .shop--product-slider .product-thumbs .swiper-button-next span,
.shop--product-slider .product-thumbs .swiper-button-prev span,
button[type=submit],
input[type=submit] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

select {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 700;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

body {
  overflow-x: hidden !important;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 400;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
  background-color: #ffffff;
}

code {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: 0.2em 0.4em;
}

/* ************************
 *
 * 0.2: Padding
 *
 * ********************* */
.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 20px;
  }
}

/* ************************
 *
 * 1.1: Color
 *
 * ********************* */
.c1, .blog-details-text .wp-block-archives.wp-block-archives-list li a, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span a, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span a,
.blog-details-text .wp-block-categories.wp-block-categories-list li a,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span a,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span a, .checkout-form .ship-different-address label:hover,
.checkout-form .create-an-account label:hover,
.woocommerce-EditAccountForm .ship-different-address label:hover,
.woocommerce-EditAccountForm .create-an-account label:hover, .checkout-form-toggle .form-login p a, .checkout-form-toggle .login-register-wrapper form.register p a, .login-register-wrapper .checkout-form-toggle form.register p a, .login-register-wrapper .form-login p a, .login-register-wrapper form.register p a, .checkout-form-toggle .login-info h5 span, .login-register-wrapper .login-info h5 span,
.checkout-form-toggle .cupon-info h5 span,
.login-register-wrapper .cupon-info h5 span, .woocommerce table.my_account_orders tbody tr:hover .product-name a,
.woocommerce table.shop_table.cart tbody tr:hover .product-name a,
.woocommerce table.woocommerce-table--order-downloads tbody tr:hover .product-name a, .product-reviews .single-product-review .review-content a:hover, .shop--product-details .product-buttons ul li a:not(.btn-fill), .shop--product-details .product-buttons ul .page-links span a:not(.btn-fill), .page-links .shop--product-details .product-buttons ul span a:not(.btn-fill), .shop--product-details .group_table .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label a, .shop--product-details .product-quentity .variations .reset_variations, .shop--product-details .price .woocommerce-Price-amount, .woocommerce .product-buttons .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .product-buttons .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .quick-icons .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .quick-icons .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce .product-buttons .compare.added:after,
.woocommerce .quick-icons .compare.added:after, .woocommerce .price .woocommerce-Price-amount, .single-contact .contact-icon i, .single-post-nav .post-nav-text h6:hover a, .project-info ul li a:hover, .project-info ul .page-links span a:hover, .page-links .project-info ul span a:hover, .single-project-item:hover .project-info a, .single-why-choose:hover h5, .single-domain-feature:hover h5, .single-faq-category .faq-title h4, .single-faq .faq-question:hover, .single-faq .faq-question:after, .single-faq .faq-question[aria-expanded=true], .single-process:hover h4, .single-process .process-icon i, .single-affiliate .affiliate-text h4:hover a, .affiliate-title cite, .back-to-top a:hover, .app-feature .app-feature-btns .app-btn .btn-text span, .single-pricing-table:hover .pt-header p, .feature-table.app-table tbody td .app-feature-list li:before, .feature-table.app-table tbody td .app-feature-list .page-links span:before, .page-links .feature-table.app-table tbody td .app-feature-list span:before, .single-feature:hover h4, .includes-slider .single-include:hover p, .includes-slider .single-include.active p, .includes-slider .single-include i, .social-icons ul li a i, .woocommerce .quick-icons ul li a i, .social-icons ul .page-links span a i, .woocommerce .quick-icons ul .page-links span a i, .page-links .social-icons ul span a i, .page-links .woocommerce .quick-icons ul span a i, .woocommerce .page-links .quick-icons ul span a i, .not-found-content h3, .widget.yith-woocompare-widget .clear-all, .widget.woocommerce ins, .widget.woocommerce .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .widget.woocommerce .woocommerce-Price-amount, .widget.widget_rss ul li cite, .widget.widget_rss ul .page-links span cite, .page-links .widget.widget_rss ul span cite, .widget.widget_latest_post .single-latest-post .post-number h5, .widget.widget_recent_entries .single-latest-post .post-number h5, .widget ul li a:hover *, .widget ul .page-links span a:hover *, .page-links .widget ul span a:hover *, .widget a:hover,
.widget ul li a:hover, .comment-respond .logged-in-as a, .post-comments-wrap .single-post-comment .comment-content a:hover, .post-comments-wrap .post-comment-title a,
.comment-respond .post-comment-title a,
.review-form .post-comment-title a, .blog-details-content blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite, .blog-details-text a,
.post--content a, .blog-pagination li .active, .shop-pagination li .active, .page-links li .active, .page-links span .active,
.blog-pagination li .current,
.shop-pagination li .current,
.page-links li .current,
.page-links span .current, .blog-pagination li a:hover, .shop-pagination li a:hover, .page-links li a:hover, .page-links span a:hover, .single-blog .blog-content a:not(.blog-btn):hover, .home-banner .single-banner .banner-text h1, .main-header .main-menu #menu-button, .main-header .logo .text-logo, .page-title-wrap .page-title h2, .section-title h2, .domain-section-title h2, .data-center-title h2, .about-content .about-title h2, .affiliate-title h2, .coming-soon-content h2, .btn:hover, .woocommerce table.my_account_orders .woocommerce-button.button:hover, .btn, .woocommerce table.my_account_orders .woocommerce-button.button, .custom-meta li a, .custom-meta .page-links span a, .page-links .custom-meta span a, .blog-details-content .post-meta li a, .blog-details-content .post-meta .page-links span a, .page-links .blog-details-content .post-meta span a,
.post--content .post-meta li a,
.post--content .post-meta .page-links span a,
.page-links .post--content .post-meta span a, .single-blog .blog-content .post-meta li a, .single-blog .blog-content .post-meta .page-links span a, .page-links .single-blog .blog-content .post-meta span a, .product-quentity .plus,
.product-quentity .minus, .lighter-heading strong, .voip-feature h2 strong, .connection-details h2 strong {
  color: #5245c2;
}

.c1-bg, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .checkout-form-toggle .login-info h5 span:after, .login-register-wrapper .login-info h5 span:after,
.checkout-form-toggle .cupon-info h5 span:after,
.login-register-wrapper .cupon-info h5 span:after, .pricing-navtab .nav .nav-item a:after, .feature-table table thead, .feature-table .single-feature-table .feature-table-head, .widget.widget_price_filter .ui-slider .ui-slider-handle, .widget.widget_price_filter .ui-slider .ui-slider-range, .main-header .main-menu ul li a:after, .main-header .main-menu ul .page-links span a:after, .page-links .main-header .main-menu ul span a:after, .btn-fill, .wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link, .shop--cart-total .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button, .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-page .woocommerce-info .button,
.woocommerce .woocommerce-page .woocommerce-message .button, .woocommerce .product-buttons .single_add_to_cart_button, .widget.widget_price_filter .price_slider_amount .button, .widget.yith-woocompare-widget .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .custom-checkbox label .checkmark:after, .checkout-form .order-details .shop-payment-method .single-method label .checkmark:after,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label .checkmark:after, .checkout-form .ship-different-address label .checkmark:after,
.checkout-form .create-an-account label .checkmark:after,
.woocommerce-EditAccountForm .ship-different-address label .checkmark:after,
.woocommerce-EditAccountForm .create-an-account label .checkmark:after, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark:after, .domain-search-form .domain-extension-slider .single-extension label .checkmark:after, .custom-navtab li .filter-btn:after, .product-discription-tabs .nav li .filter-btn:after, .project-nav .project_filter li .filter-btn:after, .custom-navtab .page-links span .filter-btn:after, .product-discription-tabs .nav .page-links span .filter-btn:after, .project-nav .project_filter .page-links span .filter-btn:after, .page-links .custom-navtab span .filter-btn:after, .page-links .product-discription-tabs .nav span .filter-btn:after, .product-discription-tabs .page-links .nav span .filter-btn:after, .page-links .project-nav .project_filter span .filter-btn:after, .project-nav .page-links .project_filter span .filter-btn:after,
.custom-navtab li .product--nav-item:after,
.product-discription-tabs .nav li .product--nav-item:after,
.project-nav .project_filter li .product--nav-item:after,
.custom-navtab .page-links span .product--nav-item:after,
.product-discription-tabs .nav .page-links span .product--nav-item:after,
.project-nav .project_filter .page-links span .product--nav-item:after,
.page-links .custom-navtab span .product--nav-item:after,
.page-links .product-discription-tabs .nav span .product--nav-item:after,
.product-discription-tabs .page-links .nav span .product--nav-item:after,
.page-links .project-nav .project_filter span .product--nav-item:after,
.project-nav .page-links .project_filter span .product--nav-item:after, .input-group .submit-btn, .custom-dots .owl-dot.active, .team-slider .owl-dots .owl-dot.active, .testimonial-slider .owl-dots .owl-dot.active, .pricing-slider .owl-dots .owl-dot.active, .includes-slider .owl-dots .owl-dot.active, .home-banner .owl-dots .owl-dot.active {
  background-color: #5245c2 !important;
}

.c1-bo, .wp-block-button.is-style-outline .wp-block-button__link, .checkout-form .woocommerce-additional-fields__field-wrapper .notes textarea:focus,
.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .notes textarea:focus, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark, .woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-page .woocommerce-message, .contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus, .single-pricing-table:hover, .single-feature:hover, .single-service:hover, .single-why-choose:hover, .single-domain-feature:hover, .comment-respond form textarea:focus,
.comment-respond form input:focus, .product-quentity .input-group, select, pre {
  border-color: #5245c2 !important;
}

.c1-hover {
  color: #5f50e5;
}

.c1-hover-bg, .post-tags a:hover, .btn-fill:hover, .wp-block-file .wp-block-file__button:hover, .wp-block-button .wp-block-button__link:hover, .shop--cart-total .shipping-calculator-form p button.button:hover, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button:hover, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button:hover,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button:hover,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button:hover, .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file:hover, .woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover, .woocommerce .product-buttons .single_add_to_cart_button:hover, .widget.widget_price_filter .price_slider_amount .button:hover, .widget.yith-woocompare-widget .button:hover, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover, .input-group .submit-btn:hover {
  background-color: #5f50e5 !important;
}

.c1-hover-bo, .checkout-form-toggle .login-info, .login-register-wrapper .login-info,
.checkout-form-toggle .cupon-info,
.login-register-wrapper .cupon-info {
  border-color: #5f50e5 !important;
}

.c2, .blog-details-text .wp-block-archives.wp-block-archives-list li a:hover, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span a:hover, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span a:hover,
.blog-details-text .wp-block-categories.wp-block-categories-list li a:hover,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span a:hover,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span a:hover, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .checkout-form-toggle .login-info h5 i, .login-register-wrapper .login-info h5 i,
.checkout-form-toggle .cupon-info h5 i,
.login-register-wrapper .cupon-info h5 i, .shop--product-details .product-category li a:hover, .shop--product-details .product-category .page-links span a:hover, .page-links .shop--product-details .product-category span a:hover,
.shop--product-details .product-tag li a:hover,
.shop--product-details .product-tag .page-links span a:hover,
.page-links .shop--product-details .product-tag span a:hover,
.shop--product-details .product-share li a:hover,
.shop--product-details .product-share .page-links span a:hover,
.page-links .shop--product-details .product-share span a:hover,
.shop--product-details .product-availability li a:hover,
.shop--product-details .product-availability .page-links span a:hover,
.page-links .shop--product-details .product-availability span a:hover, .shop--product-details .product-buttons ul li a:not(.btn-fill):hover, .shop--product-details .product-buttons ul .page-links span a:not(.btn-fill):hover, .page-links .shop--product-details .product-buttons ul span a:not(.btn-fill):hover, .shop--product-details .group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount, .shop--product-details .group_table .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label a:hover, .shop--product-details .product-quentity .variations .reset_variations:hover, .shop--product-details .price del .woocommerce-Price-amount, .woocommerce .price del .woocommerce-Price-amount, .single-product-item .product-info .product-name a:hover, .single-contact .contact-info a:hover, .single-why-choose:hover i, .single-domain-feature:hover i, .faq-info p a, .single-faq .faq-question:hover:after, .single-faq .faq-question[aria-expanded=true]:after, .single-affiliate .affiliate-text p span, .app-feature .app-feature-btns .app-btn:hover .btn-icon, .pricing-navtab .nav .nav-item a:hover, .pricing-navtab .nav .nav-item a.active, .single-counter h2, .single-feature:hover i, .voip-feature ul li:after, .voip-feature ul .page-links span:after, .page-links .voip-feature ul span:after, .includes-slider .single-include:hover i, .includes-slider .single-include.active i, .single-service i, .single-why-choose i, .single-domain-feature i, .footer-bottom a:hover, .footer .widget.widget_rss ul li cite, .footer .widget.widget_rss ul .page-links span cite, .page-links .footer .widget.widget_rss ul span cite, .footer .widget ul li a:hover, .footer .widget ul .page-links span a:hover, .page-links .footer .widget ul span a:hover, .footer .widget a:hover, .page-links > span:not(.page-links-title), .comment-respond .logged-in-as a:hover, .post-comments-wrap .post-comment-title a:hover,
.comment-respond .post-comment-title a:hover,
.review-form .post-comment-title a:hover, .author-info .author-social-icons a:hover, .post-share-icons a:hover,
.author-social-icons a:hover, .blog-details-text a:hover,
.post--content a:hover, .blog-pagination li a, .shop-pagination li a, .page-links li a, .page-links span a, .home-banner .single-banner .banner-text span, .main-header .main-menu ul li:hover > a, .main-header .main-menu ul .page-links span:hover > a, .page-links .main-header .main-menu ul span:hover > a, .main-header .main-menu ul li.active > a, .main-header .main-menu ul .page-links span.active > a, .page-links .main-header .main-menu ul span.active > a, .main-header .main-menu ul li.current-menu-parent > a, .main-header .main-menu ul .page-links span.current-menu-parent > a, .page-links .main-header .main-menu ul span.current-menu-parent > a, .main-header .main-menu ul li.current-menu-item > a, .main-header .main-menu ul .page-links span.current-menu-item > a, .page-links .main-header .main-menu ul span.current-menu-item > a, .main-header .main-menu ul li.current-menu-ancestor > a, .main-header .main-menu ul .page-links span.current-menu-ancestor > a, .page-links .main-header .main-menu ul span.current-menu-ancestor > a, .main-header .logo .text-logo:hover, .header-top a:hover, .page-title-wrap .page-title li:hover a, .page-title-wrap .page-title .page-links span:hover a, .page-links .page-title-wrap .page-title span:hover a, .section-title span, .domain-section-title span, .data-center-title span, .about-content .about-title span, .affiliate-title span, .coming-soon-content span, .custom-meta li a:hover, .custom-meta .page-links span a:hover, .page-links .custom-meta span a:hover, .blog-details-content .post-meta li a:hover, .blog-details-content .post-meta .page-links span a:hover, .page-links .blog-details-content .post-meta span a:hover,
.post--content .post-meta li a:hover,
.post--content .post-meta .page-links span a:hover,
.page-links .post--content .post-meta span a:hover, .single-blog .blog-content .post-meta li a:hover, .single-blog .blog-content .post-meta .page-links span a:hover, .page-links .single-blog .blog-content .post-meta span a:hover, .product-quentity .plus:hover,
.product-quentity .minus:hover, .custom-navtab li.active .filter-btn, .product-discription-tabs .nav li.active .filter-btn, .project-nav .project_filter li.active .filter-btn, .custom-navtab .page-links span.active .filter-btn, .product-discription-tabs .nav .page-links span.active .filter-btn, .project-nav .project_filter .page-links span.active .filter-btn, .page-links .custom-navtab span.active .filter-btn, .page-links .product-discription-tabs .nav span.active .filter-btn, .product-discription-tabs .page-links .nav span.active .filter-btn, .page-links .project-nav .project_filter span.active .filter-btn, .project-nav .page-links .project_filter span.active .filter-btn, .custom-navtab li:hover .filter-btn, .product-discription-tabs .nav li:hover .filter-btn, .project-nav .project_filter li:hover .filter-btn, .custom-navtab .page-links span:hover .filter-btn, .product-discription-tabs .nav .page-links span:hover .filter-btn, .project-nav .project_filter .page-links span:hover .filter-btn, .page-links .custom-navtab span:hover .filter-btn, .page-links .product-discription-tabs .nav span:hover .filter-btn, .product-discription-tabs .page-links .nav span:hover .filter-btn, .page-links .project-nav .project_filter span:hover .filter-btn, .project-nav .page-links .project_filter span:hover .filter-btn {
  color: #ff91d9;
}

.c2-bg, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark:after, .woocommerce span.onsale, .back-to-top a, .single-pricing-table.popular:after, .search-form form input, .coming-soon-content .newsletter-form form input, .widget.widget_price_filter .price_slider_wrapper .ui-widget-content, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_search .input-group input, .widget.widget_product_search .input-group input, .blog-details-content blockquote:after,
.wp-block-quote:after,
.wp-block-quote.is-style-large:after, .preloader .preloader-dotline .dot, ::-moz-selection {
  background-color: #ff91d9 !important;
}

.c2-bg, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark:after, .woocommerce span.onsale, .back-to-top a, .single-pricing-table.popular:after, .search-form form input, .coming-soon-content .newsletter-form form input, .widget.widget_price_filter .price_slider_wrapper .ui-widget-content, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_search .input-group input, .widget.widget_product_search .input-group input, .blog-details-content blockquote:after,
.wp-block-quote:after,
.wp-block-quote.is-style-large:after, .preloader .preloader-dotline .dot, ::selection {
  background-color: #ff91d9 !important;
}

.c2-bo, .single-contact:hover .contact-icon, .single-process:hover .process-icon, .social-icons ul li a:hover, .woocommerce .quick-icons ul li a:hover, .social-icons ul .page-links span a:hover, .woocommerce .quick-icons ul .page-links span a:hover, .page-links .social-icons ul span a:hover, .page-links .woocommerce .quick-icons ul span a:hover, .woocommerce .page-links .quick-icons ul span a:hover, .single-blog.sticky {
  border-color: #ff91d9 !important;
}

.c2-hover {
  color: #ffa6de;
}

.c2-hover-bg {
  background-color: #ffa6de !important;
}

.c2-hover-bo {
  border-color: #ffa6de !important;
}

.c2-light, .app-feature .app-feature-btns .app-btn .btn-icon {
  color: #ffd6e5;
}

.c2-light-bg, .widget.widget_tag_cloud .tagcloud a, .widget.widget_product_tag_cloud .tagcloud a, .widget.widget_latest_post .single-latest-post .post-number, .widget.widget_recent_entries .single-latest-post .post-number, .post_format-post-format-chat .blog-details-text p:nth-child(odd), .post-tags a {
  background-color: #ffd6e5 !important;
}

.c2-light-bo, .checkout-form .order-details .shop-payment-method .payment-info p,
.woocommerce-EditAccountForm .order-details .shop-payment-method .payment-info p, .single-pricing-table, .single-feature, .includes-slider, .single-service, .single-why-choose, .single-domain-feature, .header-cart {
  border-color: #ffd6e5 !important;
}

.body-bg {
  color: #fff9ef;
}

.body-bg-bg, .single-pricing-table:hover, .search-box-wrapper, .preloader, body {
  background-color: #fff9ef !important;
}

.body-bg-bo {
  border-color: #fff9ef !important;
}

.heading-color, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  color: #222222;
}

.heading-color-bg {
  background-color: #222222 !important;
}

.heading-color-bo {
  border-color: #222222 !important;
}

.body-color, .woocommerce table.my_account_orders th a, .woocommerce table.my_account_orders td a,
.woocommerce table.shop_table.cart th a,
.woocommerce table.shop_table.cart td a,
.woocommerce table.woocommerce-table--order-downloads th a,
.woocommerce table.woocommerce-table--order-downloads td a, .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td,
.woocommerce table.shop_table.cart th,
.woocommerce table.shop_table.cart td,
.woocommerce table.woocommerce-table--order-downloads th,
.woocommerce table.woocommerce-table--order-downloads td, .product-reviews .single-product-review .review-content a, .product-discription-tabs .nav .product--nav-item, .shop--product-details .product-category li a, .shop--product-details .product-category .page-links span a, .page-links .shop--product-details .product-category span a,
.shop--product-details .product-tag li a,
.shop--product-details .product-tag .page-links span a,
.page-links .shop--product-details .product-tag span a,
.shop--product-details .product-share li a,
.shop--product-details .product-share .page-links span a,
.page-links .shop--product-details .product-share span a,
.shop--product-details .product-availability li a,
.shop--product-details .product-availability .page-links span a,
.page-links .shop--product-details .product-availability span a, .single-product-item .product-info .product-name a, .single-contact .contact-info a, .single-post-nav .post-nav-text h6 a, .project-info ul li a, .project-info ul .page-links span a, .page-links .project-info ul span a, .single-project-item .project-info h4 a, .single-affiliate .affiliate-text h4 a, .includes-slider .single-include p, .widget ul .page-links span a, .page-links .widget ul span a, .widget *,
.widget a,
.widget p,
.widget ul li,
.widget ul .page-links span,
.page-links .widget ul span,
.widget ul li a, .post-comments-wrap .single-post-comment .comment-content a, .post-share-icons a,
.author-social-icons a, .page-title-wrap .page-title li, .page-title-wrap .page-title .page-links span, .page-links .page-title-wrap .page-title span,
.page-title-wrap .page-title li a,
.page-title-wrap .page-title .page-links span a,
.page-links .page-title-wrap .page-title span a, body {
  color: #222222;
}

.body-color-bg {
  background-color: #222222 !important;
}

.body-color-bo {
  border-color: #222222 !important;
}

/* ************************
 *
 * 1.2: Common Classes
 *
 * ********************* */
/* Fonts */
.montserrat, .checkout-form .ship-different-address label,
.checkout-form .create-an-account label,
.woocommerce-EditAccountForm .ship-different-address label,
.woocommerce-EditAccountForm .create-an-account label, .woocommerce table.my_account_orders thead th,
.woocommerce table.shop_table.cart thead th,
.woocommerce table.woocommerce-table--order-downloads thead th, .shop--product-details .price .woocommerce-Price-amount, .woocommerce .price .woocommerce-Price-amount, .blog-pagination li, .shop-pagination li, .page-links li, .page-links span, .home-banner .single-banner .banner-text, .section-title span, .domain-section-title span, .data-center-title span, .about-content .about-title span, .affiliate-title span, .coming-soon-content span, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.barlow, .checkout-form-toggle .login-info h5, .login-register-wrapper .login-info h5,
.checkout-form-toggle .cupon-info h5,
.login-register-wrapper .cupon-info h5, .product-reviews .single-product-review .review-content h6, .product-discription-tabs .product-description h4,
.product-discription-tabs .product-information h4, .single-contact .contact-info h4, .single-post-nav .post-nav-text h6, .data-center-text h4, .feature-table.app-table tbody td .app-review h6, .single-feature h4, .post-comments-wrap .single-post-comment .comment-content .comment-author, .author-info .info-text h6, .blog-details-text .blog-subtitle,
.post--content .blog-subtitle, .home-banner .single-banner .banner-text p, .btn, .woocommerce table.my_account_orders .woocommerce-button.button, body {
  font-family: "Barlow", sans-serif;
}

/* Transitions */
.trans2, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .checkout-form .woocommerce-additional-fields__field-wrapper .notes textarea,
.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .notes textarea, .checkout-form-toggle .login-info h5 span:after, .login-register-wrapper .login-info h5 span:after,
.checkout-form-toggle .cupon-info h5 span:after,
.login-register-wrapper .cupon-info h5 span:after, .woocommerce .product-buttons .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .product-buttons .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .quick-icons .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .quick-icons .yith-wcwl-wishlistexistsbrowse a:before, .single-why-choose h5, .single-domain-feature h5, .single-why-choose i, .single-domain-feature i, .app-feature .app-feature-btns .app-btn, .partner-logo img, .single-pricing-table, .single-feature h4, .single-feature i, .single-feature, .includes-slider .single-include svg, .includes-slider .single-include i, .single-blog, .search-box-wrapper .search-close, .main-header .main-menu ul li a:after, .main-header .main-menu ul .page-links span a:after, .page-links .main-header .main-menu ul span a:after, .btn, .woocommerce table.my_account_orders .woocommerce-button.button, .custom-navtab li .filter-btn, .product-discription-tabs .nav li .filter-btn, .project-nav .project_filter li .filter-btn, .custom-navtab .page-links span .filter-btn, .product-discription-tabs .nav .page-links span .filter-btn, .project-nav .project_filter .page-links span .filter-btn, .page-links .custom-navtab span .filter-btn, .page-links .product-discription-tabs .nav span .filter-btn, .product-discription-tabs .page-links .nav span .filter-btn, .page-links .project-nav .project_filter span .filter-btn, .project-nav .page-links .project_filter span .filter-btn,
.custom-navtab li .product--nav-item,
.product-discription-tabs .nav li .product--nav-item,
.project-nav .project_filter li .product--nav-item,
.custom-navtab .page-links span .product--nav-item,
.product-discription-tabs .nav .page-links span .product--nav-item,
.project-nav .project_filter .page-links span .product--nav-item,
.page-links .custom-navtab span .product--nav-item,
.page-links .product-discription-tabs .nav span .product--nav-item,
.product-discription-tabs .page-links .nav span .product--nav-item,
.page-links .project-nav .project_filter span .product--nav-item,
.project-nav .page-links .project_filter span .product--nav-item, .box-shadow, .single-product-item, .single-project-item, .feature-table table tbody tr, .single-service, .single-why-choose, .single-domain-feature {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.trans3, .single-contact .contact-icon, .single-team-member .team-img .social-icons ul li, .single-team-member .team-img .woocommerce .quick-icons ul li, .woocommerce .single-team-member .team-img .quick-icons ul li, .single-product-item .team-img .social-icons ul li, .single-product-item .team-img .woocommerce .quick-icons ul li, .woocommerce .single-product-item .team-img .quick-icons ul li, .single-product-item .product-img .social-icons ul li, .single-product-item .product-img .woocommerce .quick-icons ul li, .woocommerce .single-product-item .product-img .quick-icons ul li, .single-team-member .team-img .social-icons ul .page-links span, .single-team-member .team-img .woocommerce .quick-icons ul .page-links span, .woocommerce .single-team-member .team-img .quick-icons ul .page-links span, .single-product-item .team-img .social-icons ul .page-links span, .single-product-item .team-img .woocommerce .quick-icons ul .page-links span, .woocommerce .single-product-item .team-img .quick-icons ul .page-links span, .single-product-item .product-img .social-icons ul .page-links span, .single-product-item .product-img .woocommerce .quick-icons ul .page-links span, .woocommerce .single-product-item .product-img .quick-icons ul .page-links span, .page-links .single-team-member .team-img .social-icons ul span, .page-links .single-team-member .team-img .woocommerce .quick-icons ul span, .woocommerce .page-links .single-team-member .team-img .quick-icons ul span, .single-product-item .page-links .single-team-member .product-img .social-icons ul span, .single-product-item .page-links .single-team-member .product-img .woocommerce .quick-icons ul span, .woocommerce .single-product-item .page-links .single-team-member .product-img .quick-icons ul span, .page-links .single-product-item .team-img .social-icons ul span, .page-links .single-product-item .team-img .woocommerce .quick-icons ul span, .woocommerce .page-links .single-product-item .team-img .quick-icons ul span, .page-links .single-product-item .product-img .social-icons ul span, .page-links .single-product-item .product-img .woocommerce .quick-icons ul span, .woocommerce .page-links .single-product-item .product-img .quick-icons ul span, .single-team-member .team-img:after, .single-product-item .team-img:after, .single-product-item .product-img:after, .single-faq-category .faq-content .faq-btn .btn i, .single-faq-category .faq-content .faq-btn .woocommerce table.my_account_orders .woocommerce-button.button i, .woocommerce table.my_account_orders .single-faq-category .faq-content .faq-btn .woocommerce-button.button i,
.single-faq-category .faq-content .faq-btn .btn svg,
.single-faq-category .faq-content .faq-btn .woocommerce table.my_account_orders .woocommerce-button.button svg,
.woocommerce table.my_account_orders .single-faq-category .faq-content .faq-btn .woocommerce-button.button svg, .single-faq .faq-question:after, .single-faq .faq-question, .single-process h4, .single-process .process-icon, .single-process, .single-affiliate, .back-to-top a svg path, .back-to-top a, .app-feature .app-feature-btns .app-btn .btn-icon, .pricing-navtab .nav .nav-item a:after, .single-service, .single-why-choose, .single-domain-feature, .blog-pagination li a, .shop-pagination li a, .page-links li a, .page-links span a, .main-header .main-menu .submenu-button, .btn-fill, .wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link, .shop--cart-total .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button, .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-page .woocommerce-info .button,
.woocommerce .woocommerce-page .woocommerce-message .button, .woocommerce .product-buttons .single_add_to_cart_button, .widget.widget_price_filter .price_slider_amount .button, .widget.yith-woocompare-widget .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .btn:after, .woocommerce table.my_account_orders .woocommerce-button.button:after, .product-quentity .plus,
.product-quentity .minus, .custom-navtab li .filter-btn:after, .product-discription-tabs .nav li .filter-btn:after, .project-nav .project_filter li .filter-btn:after, .custom-navtab .page-links span .filter-btn:after, .product-discription-tabs .nav .page-links span .filter-btn:after, .project-nav .project_filter .page-links span .filter-btn:after, .page-links .custom-navtab span .filter-btn:after, .page-links .product-discription-tabs .nav span .filter-btn:after, .product-discription-tabs .page-links .nav span .filter-btn:after, .page-links .project-nav .project_filter span .filter-btn:after, .project-nav .page-links .project_filter span .filter-btn:after,
.custom-navtab li .product--nav-item:after,
.product-discription-tabs .nav li .product--nav-item:after,
.project-nav .project_filter li .product--nav-item:after,
.custom-navtab .page-links span .product--nav-item:after,
.product-discription-tabs .nav .page-links span .product--nav-item:after,
.project-nav .project_filter .page-links span .product--nav-item:after,
.page-links .custom-navtab span .product--nav-item:after,
.page-links .product-discription-tabs .nav span .product--nav-item:after,
.product-discription-tabs .page-links .nav span .product--nav-item:after,
.page-links .project-nav .project_filter span .product--nav-item:after,
.project-nav .page-links .project_filter span .product--nav-item:after, .custom-nav a svg, .shop--product-slider .product-thumbs .swiper-button-next a svg,
.shop--product-slider .product-thumbs .swiper-button-prev a svg, .single-post-nav .post-nav-button a svg, .domain-search-form .domain-extension-slider .owl-nav a svg, .team-slider .owl-nav a svg, .testimonial-slider .owl-nav a svg, .pricing-slider .owl-nav a svg, .includes-slider .owl-nav a svg, .service-slider .owl-nav a svg, .blog-pagination .blog-nav-btn a svg, .shop-pagination .blog-nav-btn a svg, .page-links .blog-nav-btn a svg, .home-banner .owl-nav a svg,
.custom-nav button svg,
.custom-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .custom-nav span svg,
.custom-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .custom-nav span svg,
.shop--product-slider .product-thumbs .swiper-button-next button svg,
.shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-prev button svg,
.shop--product-slider .product-thumbs .swiper-button-prev .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev span svg,
.single-post-nav .post-nav-button button svg,
.single-post-nav .post-nav-button .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .single-post-nav .post-nav-button span svg,
.single-post-nav .post-nav-button .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .single-post-nav .post-nav-button span svg,
.domain-search-form .domain-extension-slider .owl-nav button svg,
.domain-search-form .domain-extension-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .domain-search-form .domain-extension-slider .owl-nav span svg,
.domain-search-form .domain-extension-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .domain-search-form .domain-extension-slider .owl-nav span svg,
.team-slider .owl-nav button svg,
.team-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .team-slider .owl-nav span svg,
.team-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .team-slider .owl-nav span svg,
.testimonial-slider .owl-nav button svg,
.testimonial-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .testimonial-slider .owl-nav span svg,
.testimonial-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .testimonial-slider .owl-nav span svg,
.pricing-slider .owl-nav button svg,
.pricing-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .pricing-slider .owl-nav span svg,
.pricing-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .pricing-slider .owl-nav span svg,
.includes-slider .owl-nav button svg,
.includes-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .includes-slider .owl-nav span svg,
.includes-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .includes-slider .owl-nav span svg,
.service-slider .owl-nav button svg,
.service-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .service-slider .owl-nav span svg,
.service-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .service-slider .owl-nav span svg,
.blog-pagination .blog-nav-btn button svg,
.blog-pagination .blog-nav-btn .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .blog-pagination .blog-nav-btn span svg,
.blog-pagination .blog-nav-btn .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .blog-pagination .blog-nav-btn span svg,
.shop-pagination .blog-nav-btn button svg,
.shop-pagination .blog-nav-btn .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .shop-pagination .blog-nav-btn span svg,
.shop-pagination .blog-nav-btn .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .shop-pagination .blog-nav-btn span svg,
.page-links .blog-nav-btn button svg,
.page-links .blog-nav-btn .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .page-links .blog-nav-btn span svg,
.page-links .blog-nav-btn .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .page-links .blog-nav-btn span svg,
.home-banner .owl-nav button svg,
.home-banner .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span svg,
.shop--product-slider .product-thumbs .swiper-button-next .home-banner .owl-nav span svg,
.home-banner .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span svg,
.shop--product-slider .product-thumbs .swiper-button-prev .home-banner .owl-nav span svg,
a {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.trans4, .back-to-top {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

/* Others */
.box-shadow, .single-product-item, .single-project-item, .feature-table table tbody tr, .single-feature, .single-service, .single-why-choose, .single-domain-feature {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.box-shadow:hover, .single-product-item:hover, .single-project-item:hover, .feature-table table tbody tr:hover, .single-feature:hover, .single-service:hover, .single-why-choose:hover, .single-domain-feature:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}

.list-inline li, .list-inline .page-links span, .page-links .list-inline span {
  display: inline-block;
}

.bg-img {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fffaf1;
  z-index: -1;
  content: "";
  opacity: 0.95;
}

.lighter-heading, .voip-feature h2, .connection-details h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.33;
}
.lighter-heading strong, .voip-feature h2 strong, .connection-details h2 strong {
  font-weight: 500;
}

/* Custom Owl */
.custom-owl, .pricing-slider, .service-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-owl .owl-stage-outer, .pricing-slider .owl-stage-outer, .service-slider .owl-stage-outer {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -20px;
}

/* Custom Nav */
.custom-nav a, .shop--product-slider .product-thumbs .swiper-button-next a,
.shop--product-slider .product-thumbs .swiper-button-prev a, .single-post-nav .post-nav-button a, .domain-search-form .domain-extension-slider .owl-nav a, .team-slider .owl-nav a, .testimonial-slider .owl-nav a, .pricing-slider .owl-nav a, .includes-slider .owl-nav a, .service-slider .owl-nav a, .blog-pagination .blog-nav-btn a, .shop-pagination .blog-nav-btn a, .page-links .blog-nav-btn a, .home-banner .owl-nav a,
.custom-nav button,
.shop--product-slider .product-thumbs .swiper-button-next button,
.shop--product-slider .product-thumbs .swiper-button-next span,
.shop--product-slider .product-thumbs .swiper-button-prev button,
.shop--product-slider .product-thumbs .swiper-button-prev span,
.single-post-nav .post-nav-button button,
.domain-search-form .domain-extension-slider .owl-nav button,
.team-slider .owl-nav button,
.testimonial-slider .owl-nav button,
.pricing-slider .owl-nav button,
.includes-slider .owl-nav button,
.service-slider .owl-nav button,
.blog-pagination .blog-nav-btn button,
.shop-pagination .blog-nav-btn button,
.page-links .blog-nav-btn button,
.home-banner .owl-nav button {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #ffe7f0 !important;
  line-height: 1 !important;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-nav a.disabled, .shop--product-slider .product-thumbs .swiper-button-next a.disabled,
.shop--product-slider .product-thumbs .swiper-button-prev a.disabled, .single-post-nav .post-nav-button a.disabled, .domain-search-form .domain-extension-slider .owl-nav a.disabled, .team-slider .owl-nav a.disabled, .testimonial-slider .owl-nav a.disabled, .pricing-slider .owl-nav a.disabled, .includes-slider .owl-nav a.disabled, .service-slider .owl-nav a.disabled, .blog-pagination .blog-nav-btn a.disabled, .shop-pagination .blog-nav-btn a.disabled, .page-links .blog-nav-btn a.disabled, .home-banner .owl-nav a.disabled,
.custom-nav button.disabled,
.shop--product-slider .product-thumbs .swiper-button-next button.disabled,
.shop--product-slider .product-thumbs .swiper-button-next span.disabled,
.shop--product-slider .product-thumbs .swiper-button-prev button.disabled,
.shop--product-slider .product-thumbs .swiper-button-prev span.disabled,
.single-post-nav .post-nav-button button.disabled,
.domain-search-form .domain-extension-slider .owl-nav button.disabled,
.team-slider .owl-nav button.disabled,
.testimonial-slider .owl-nav button.disabled,
.pricing-slider .owl-nav button.disabled,
.includes-slider .owl-nav button.disabled,
.service-slider .owl-nav button.disabled,
.blog-pagination .blog-nav-btn button.disabled,
.shop-pagination .blog-nav-btn button.disabled,
.page-links .blog-nav-btn button.disabled,
.home-banner .owl-nav button.disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.custom-nav a.owl-prev, .shop--product-slider .product-thumbs .swiper-button-next a.owl-prev,
.shop--product-slider .product-thumbs .swiper-button-prev a.owl-prev, .single-post-nav .post-nav-button a.owl-prev, .domain-search-form .domain-extension-slider .owl-nav a.owl-prev, .team-slider .owl-nav a.owl-prev, .testimonial-slider .owl-nav a.owl-prev, .pricing-slider .owl-nav a.owl-prev, .includes-slider .owl-nav a.owl-prev, .service-slider .owl-nav a.owl-prev, .blog-pagination .blog-nav-btn a.owl-prev, .shop-pagination .blog-nav-btn a.owl-prev, .page-links .blog-nav-btn a.owl-prev, .home-banner .owl-nav a.owl-prev,
.custom-nav button.owl-prev,
.shop--product-slider .product-thumbs .swiper-button-next button.owl-prev,
.shop--product-slider .product-thumbs .swiper-button-next span.owl-prev,
.shop--product-slider .product-thumbs .swiper-button-prev button.owl-prev,
.shop--product-slider .product-thumbs .swiper-button-prev span.owl-prev,
.single-post-nav .post-nav-button button.owl-prev,
.domain-search-form .domain-extension-slider .owl-nav button.owl-prev,
.team-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-prev,
.pricing-slider .owl-nav button.owl-prev,
.includes-slider .owl-nav button.owl-prev,
.service-slider .owl-nav button.owl-prev,
.blog-pagination .blog-nav-btn button.owl-prev,
.shop-pagination .blog-nav-btn button.owl-prev,
.page-links .blog-nav-btn button.owl-prev,
.home-banner .owl-nav button.owl-prev {
  margin-right: 50px;
}
.custom-nav a.owl-prev:hover svg, .shop--product-slider .product-thumbs .swiper-button-next a.owl-prev:hover svg,
.shop--product-slider .product-thumbs .swiper-button-prev a.owl-prev:hover svg, .single-post-nav .post-nav-button a.owl-prev:hover svg, .domain-search-form .domain-extension-slider .owl-nav a.owl-prev:hover svg, .team-slider .owl-nav a.owl-prev:hover svg, .testimonial-slider .owl-nav a.owl-prev:hover svg, .pricing-slider .owl-nav a.owl-prev:hover svg, .includes-slider .owl-nav a.owl-prev:hover svg, .service-slider .owl-nav a.owl-prev:hover svg, .blog-pagination .blog-nav-btn a.owl-prev:hover svg, .shop-pagination .blog-nav-btn a.owl-prev:hover svg, .page-links .blog-nav-btn a.owl-prev:hover svg, .home-banner .owl-nav a.owl-prev:hover svg,
.custom-nav button.owl-prev:hover svg,
.shop--product-slider .product-thumbs .swiper-button-next button.owl-prev:hover svg,
.shop--product-slider .product-thumbs .swiper-button-next span.owl-prev:hover svg,
.shop--product-slider .product-thumbs .swiper-button-prev button.owl-prev:hover svg,
.shop--product-slider .product-thumbs .swiper-button-prev span.owl-prev:hover svg,
.single-post-nav .post-nav-button button.owl-prev:hover svg,
.domain-search-form .domain-extension-slider .owl-nav button.owl-prev:hover svg,
.team-slider .owl-nav button.owl-prev:hover svg,
.testimonial-slider .owl-nav button.owl-prev:hover svg,
.pricing-slider .owl-nav button.owl-prev:hover svg,
.includes-slider .owl-nav button.owl-prev:hover svg,
.service-slider .owl-nav button.owl-prev:hover svg,
.blog-pagination .blog-nav-btn button.owl-prev:hover svg,
.shop-pagination .blog-nav-btn button.owl-prev:hover svg,
.page-links .blog-nav-btn button.owl-prev:hover svg,
.home-banner .owl-nav button.owl-prev:hover svg {
  margin-right: 15px;
}
.custom-nav a.owl-next, .shop--product-slider .product-thumbs .swiper-button-next a.owl-next,
.shop--product-slider .product-thumbs .swiper-button-prev a.owl-next, .single-post-nav .post-nav-button a.owl-next, .domain-search-form .domain-extension-slider .owl-nav a.owl-next, .team-slider .owl-nav a.owl-next, .testimonial-slider .owl-nav a.owl-next, .pricing-slider .owl-nav a.owl-next, .includes-slider .owl-nav a.owl-next, .service-slider .owl-nav a.owl-next, .blog-pagination .blog-nav-btn a.owl-next, .shop-pagination .blog-nav-btn a.owl-next, .page-links .blog-nav-btn a.owl-next, .home-banner .owl-nav a.owl-next,
.custom-nav button.owl-next,
.shop--product-slider .product-thumbs .swiper-button-next button.owl-next,
.shop--product-slider .product-thumbs .swiper-button-next span.owl-next,
.shop--product-slider .product-thumbs .swiper-button-prev button.owl-next,
.shop--product-slider .product-thumbs .swiper-button-prev span.owl-next,
.single-post-nav .post-nav-button button.owl-next,
.domain-search-form .domain-extension-slider .owl-nav button.owl-next,
.team-slider .owl-nav button.owl-next,
.testimonial-slider .owl-nav button.owl-next,
.pricing-slider .owl-nav button.owl-next,
.includes-slider .owl-nav button.owl-next,
.service-slider .owl-nav button.owl-next,
.blog-pagination .blog-nav-btn button.owl-next,
.shop-pagination .blog-nav-btn button.owl-next,
.page-links .blog-nav-btn button.owl-next,
.home-banner .owl-nav button.owl-next {
  margin-left: 50px;
}
.custom-nav a.owl-next:hover svg, .shop--product-slider .product-thumbs .swiper-button-next a.owl-next:hover svg,
.shop--product-slider .product-thumbs .swiper-button-prev a.owl-next:hover svg, .single-post-nav .post-nav-button a.owl-next:hover svg, .domain-search-form .domain-extension-slider .owl-nav a.owl-next:hover svg, .team-slider .owl-nav a.owl-next:hover svg, .testimonial-slider .owl-nav a.owl-next:hover svg, .pricing-slider .owl-nav a.owl-next:hover svg, .includes-slider .owl-nav a.owl-next:hover svg, .service-slider .owl-nav a.owl-next:hover svg, .blog-pagination .blog-nav-btn a.owl-next:hover svg, .shop-pagination .blog-nav-btn a.owl-next:hover svg, .page-links .blog-nav-btn a.owl-next:hover svg, .home-banner .owl-nav a.owl-next:hover svg,
.custom-nav button.owl-next:hover svg,
.shop--product-slider .product-thumbs .swiper-button-next button.owl-next:hover svg,
.shop--product-slider .product-thumbs .swiper-button-next span.owl-next:hover svg,
.shop--product-slider .product-thumbs .swiper-button-prev button.owl-next:hover svg,
.shop--product-slider .product-thumbs .swiper-button-prev span.owl-next:hover svg,
.single-post-nav .post-nav-button button.owl-next:hover svg,
.domain-search-form .domain-extension-slider .owl-nav button.owl-next:hover svg,
.team-slider .owl-nav button.owl-next:hover svg,
.testimonial-slider .owl-nav button.owl-next:hover svg,
.pricing-slider .owl-nav button.owl-next:hover svg,
.includes-slider .owl-nav button.owl-next:hover svg,
.service-slider .owl-nav button.owl-next:hover svg,
.blog-pagination .blog-nav-btn button.owl-next:hover svg,
.shop-pagination .blog-nav-btn button.owl-next:hover svg,
.page-links .blog-nav-btn button.owl-next:hover svg,
.home-banner .owl-nav button.owl-next:hover svg {
  margin-left: 15px;
}
.custom-nav a, .shop--product-slider .product-thumbs .swiper-button-next a,
.shop--product-slider .product-thumbs .swiper-button-prev a, .single-post-nav .post-nav-button a, .domain-search-form .domain-extension-slider .owl-nav a, .team-slider .owl-nav a, .testimonial-slider .owl-nav a, .pricing-slider .owl-nav a, .includes-slider .owl-nav a, .service-slider .owl-nav a, .blog-pagination .blog-nav-btn a, .shop-pagination .blog-nav-btn a, .page-links .blog-nav-btn a, .home-banner .owl-nav a {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding: 0;
}
.custom-nav.prev a, .shop--product-slider .product-thumbs .prev.swiper-button-next a,
.shop--product-slider .product-thumbs .prev.swiper-button-prev a, .single-post-nav .prev.post-nav-button a, .domain-search-form .domain-extension-slider .prev.owl-nav a, .team-slider .prev.owl-nav a, .testimonial-slider .prev.owl-nav a, .pricing-slider .prev.owl-nav a, .includes-slider .prev.owl-nav a, .service-slider .prev.owl-nav a, .blog-pagination .prev.blog-nav-btn a, .shop-pagination .prev.blog-nav-btn a, .page-links .prev.blog-nav-btn a, .home-banner .prev.owl-nav a {
  margin-right: 20px;
}
.custom-nav.prev a:hover svg, .shop--product-slider .product-thumbs .prev.swiper-button-next a:hover svg,
.shop--product-slider .product-thumbs .prev.swiper-button-prev a:hover svg, .single-post-nav .prev.post-nav-button a:hover svg, .domain-search-form .domain-extension-slider .prev.owl-nav a:hover svg, .team-slider .prev.owl-nav a:hover svg, .testimonial-slider .prev.owl-nav a:hover svg, .pricing-slider .prev.owl-nav a:hover svg, .includes-slider .prev.owl-nav a:hover svg, .service-slider .prev.owl-nav a:hover svg, .blog-pagination .prev.blog-nav-btn a:hover svg, .shop-pagination .prev.blog-nav-btn a:hover svg, .page-links .prev.blog-nav-btn a:hover svg, .home-banner .prev.owl-nav a:hover svg {
  margin-right: 15px;
}
.custom-nav.next a, .shop--product-slider .product-thumbs .next.swiper-button-next a,
.shop--product-slider .product-thumbs .next.swiper-button-prev a, .single-post-nav .next.post-nav-button a, .domain-search-form .domain-extension-slider .next.owl-nav a, .team-slider .next.owl-nav a, .testimonial-slider .next.owl-nav a, .pricing-slider .next.owl-nav a, .includes-slider .next.owl-nav a, .service-slider .next.owl-nav a, .blog-pagination .next.blog-nav-btn a, .shop-pagination .next.blog-nav-btn a, .page-links .next.blog-nav-btn a, .home-banner .next.owl-nav a {
  margin-left: 20px;
}
.custom-nav.next a:hover svg, .shop--product-slider .product-thumbs .next.swiper-button-next a:hover svg,
.shop--product-slider .product-thumbs .next.swiper-button-prev a:hover svg, .single-post-nav .next.post-nav-button a:hover svg, .domain-search-form .domain-extension-slider .next.owl-nav a:hover svg, .team-slider .next.owl-nav a:hover svg, .testimonial-slider .next.owl-nav a:hover svg, .pricing-slider .next.owl-nav a:hover svg, .includes-slider .next.owl-nav a:hover svg, .service-slider .next.owl-nav a:hover svg, .blog-pagination .next.blog-nav-btn a:hover svg, .shop-pagination .next.blog-nav-btn a:hover svg, .page-links .next.blog-nav-btn a:hover svg, .home-banner .next.owl-nav a:hover svg {
  margin-left: 15px;
}

/* Custom Dots */
.custom-dots, .team-slider .owl-dots, .testimonial-slider .owl-dots, .pricing-slider .owl-dots, .includes-slider .owl-dots, .home-banner .owl-dots {
  position: absolute;
}
.custom-dots .owl-dot, .team-slider .owl-dots .owl-dot, .testimonial-slider .owl-dots .owl-dot, .pricing-slider .owl-dots .owl-dot, .includes-slider .owl-dots .owl-dot, .home-banner .owl-dots .owl-dot {
  height: 5px;
  width: 15px;
  background-color: #ffda9c !important;
  display: inline-block;
  margin: 0 5px;
}
.custom-dots .owl-dot.active, .team-slider .owl-dots .owl-dot.active, .testimonial-slider .owl-dots .owl-dot.active, .pricing-slider .owl-dots .owl-dot.active, .includes-slider .owl-dots .owl-dot.active, .home-banner .owl-dots .owl-dot.active {
  height: 10px;
}

/* Input Style */
.input-group {
  position: relative;
}
.input-group input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: none;
}
@media only screen and (max-width: 479px) {
  .input-group input {
    height: 50px;
    padding: 0 10px;
  }
}
.input-group input::-webkit-input-placeholder {
  font-size: 16px;
}
.input-group input::-moz-placeholder {
  font-size: 16px;
}
.input-group input:-ms-input-placeholder {
  font-size: 16px;
}
.input-group input::placeholder {
  font-size: 16px;
}
.input-group .submit-btn {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  color: #ffffff;
  padding: 0 15px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media only screen and (max-width: 479px) {
  .input-group .submit-btn {
    font-size: 16px;
  }
}
.input-group .submit-btn svg path {
  fill: #ff91d9;
}
.input-group .submit-btn i,
.input-group .submit-btn svg {
  margin-left: 5px;
}
.input-group .submit-btn:hover {
  right: 0 !important;
}
.input-group .submit-btn:hover svg path {
  fill: #ffa6de;
}

/* Seperator */
.seperator, .header-top .header-info ul li:not(:last-child), .header-top .header-info ul .page-links span:not(:last-child), .page-links .header-top .header-info ul span:not(:last-child), .custom-meta li:not(:last-child), .custom-meta .page-links span:not(:last-child), .page-links .custom-meta span:not(:last-child), .blog-details-content .post-meta li:not(:last-child), .blog-details-content .post-meta .page-links span:not(:last-child), .page-links .blog-details-content .post-meta span:not(:last-child),
.post--content .post-meta li:not(:last-child),
.post--content .post-meta .page-links span:not(:last-child),
.page-links .post--content .post-meta span:not(:last-child), .single-blog .blog-content .post-meta li:not(:last-child), .single-blog .blog-content .post-meta .page-links span:not(:last-child), .page-links .single-blog .blog-content .post-meta span:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.seperator:after, .header-top .header-info ul li:not(:last-child):after, .header-top .header-info ul .page-links span:not(:last-child):after, .page-links .header-top .header-info ul span:not(:last-child):after, .custom-meta li:not(:last-child):after, .custom-meta .page-links span:not(:last-child):after, .page-links .custom-meta span:not(:last-child):after, .blog-details-content .post-meta li:not(:last-child):after, .blog-details-content .post-meta .page-links span:not(:last-child):after, .page-links .blog-details-content .post-meta span:not(:last-child):after,
.post--content .post-meta li:not(:last-child):after,
.post--content .post-meta .page-links span:not(:last-child):after,
.page-links .post--content .post-meta span:not(:last-child):after, .single-blog .blog-content .post-meta li:not(:last-child):after, .single-blog .blog-content .post-meta .page-links span:not(:last-child):after, .page-links .single-blog .blog-content .post-meta span:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 0;
  content: "|";
}

/* Tag Style */
.tag-style a, .widget.widget_tag_cloud .tagcloud a, .widget.widget_product_tag_cloud .tagcloud a, .post-tags a {
  font-weight: 500;
  display: inline-block;
  padding: 8px 12px;
  color: #625c8e;
  text-transform: uppercase;
  line-height: 1;
  font-size: 10px;
}
.tag-style a:hover, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:hover, .post-tags a:hover {
  color: #ffffff;
}

/* Custom Nav Tab */
.custom-navtab, .product-discription-tabs .nav, .project-nav .project_filter {
  background-color: #ffffff;
  padding: 0 30px;
  border-radius: 50px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 479px) {
  .custom-navtab, .product-discription-tabs .nav, .project-nav .project_filter {
    padding: 0 20px;
  }
}
.custom-navtab li .filter-btn, .product-discription-tabs .nav li .filter-btn, .project-nav .project_filter li .filter-btn, .custom-navtab .page-links span .filter-btn, .product-discription-tabs .nav .page-links span .filter-btn, .project-nav .project_filter .page-links span .filter-btn, .page-links .custom-navtab span .filter-btn, .page-links .product-discription-tabs .nav span .filter-btn, .product-discription-tabs .page-links .nav span .filter-btn, .page-links .project-nav .project_filter span .filter-btn, .project-nav .page-links .project_filter span .filter-btn,
.custom-navtab li .product--nav-item,
.product-discription-tabs .nav li .product--nav-item,
.project-nav .project_filter li .product--nav-item,
.custom-navtab .page-links span .product--nav-item,
.product-discription-tabs .nav .page-links span .product--nav-item,
.project-nav .project_filter .page-links span .product--nav-item,
.page-links .custom-navtab span .product--nav-item,
.page-links .product-discription-tabs .nav span .product--nav-item,
.product-discription-tabs .page-links .nav span .product--nav-item,
.page-links .project-nav .project_filter span .product--nav-item,
.project-nav .page-links .project_filter span .product--nav-item {
  padding: 20px 10px;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 379px) {
  .custom-navtab li .filter-btn, .product-discription-tabs .nav li .filter-btn, .project-nav .project_filter li .filter-btn, .custom-navtab .page-links span .filter-btn, .product-discription-tabs .nav .page-links span .filter-btn, .project-nav .project_filter .page-links span .filter-btn, .page-links .custom-navtab span .filter-btn, .page-links .product-discription-tabs .nav span .filter-btn, .product-discription-tabs .page-links .nav span .filter-btn, .page-links .project-nav .project_filter span .filter-btn, .project-nav .page-links .project_filter span .filter-btn,
.custom-navtab li .product--nav-item,
.product-discription-tabs .nav li .product--nav-item,
.project-nav .project_filter li .product--nav-item,
.custom-navtab .page-links span .product--nav-item,
.product-discription-tabs .nav .page-links span .product--nav-item,
.project-nav .project_filter .page-links span .product--nav-item,
.page-links .custom-navtab span .product--nav-item,
.page-links .product-discription-tabs .nav span .product--nav-item,
.product-discription-tabs .page-links .nav span .product--nav-item,
.page-links .project-nav .project_filter span .product--nav-item,
.project-nav .page-links .project_filter span .product--nav-item {
    padding: 20px 0;
  }
}
.custom-navtab li .filter-btn:after, .product-discription-tabs .nav li .filter-btn:after, .project-nav .project_filter li .filter-btn:after, .custom-navtab .page-links span .filter-btn:after, .product-discription-tabs .nav .page-links span .filter-btn:after, .project-nav .project_filter .page-links span .filter-btn:after, .page-links .custom-navtab span .filter-btn:after, .page-links .product-discription-tabs .nav span .filter-btn:after, .product-discription-tabs .page-links .nav span .filter-btn:after, .page-links .project-nav .project_filter span .filter-btn:after, .project-nav .page-links .project_filter span .filter-btn:after,
.custom-navtab li .product--nav-item:after,
.product-discription-tabs .nav li .product--nav-item:after,
.project-nav .project_filter li .product--nav-item:after,
.custom-navtab .page-links span .product--nav-item:after,
.product-discription-tabs .nav .page-links span .product--nav-item:after,
.project-nav .project_filter .page-links span .product--nav-item:after,
.page-links .custom-navtab span .product--nav-item:after,
.page-links .product-discription-tabs .nav span .product--nav-item:after,
.product-discription-tabs .page-links .nav span .product--nav-item:after,
.page-links .project-nav .project_filter span .product--nav-item:after,
.project-nav .page-links .project_filter span .product--nav-item:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  left: 50%;
  right: 50%;
  bottom: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-navtab li.active .filter-btn:after, .product-discription-tabs .nav li.active .filter-btn:after, .project-nav .project_filter li.active .filter-btn:after, .custom-navtab .page-links span.active .filter-btn:after, .product-discription-tabs .nav .page-links span.active .filter-btn:after, .project-nav .project_filter .page-links span.active .filter-btn:after, .page-links .custom-navtab span.active .filter-btn:after, .page-links .product-discription-tabs .nav span.active .filter-btn:after, .product-discription-tabs .page-links .nav span.active .filter-btn:after, .page-links .project-nav .project_filter span.active .filter-btn:after, .project-nav .page-links .project_filter span.active .filter-btn:after, .custom-navtab li:hover .filter-btn:after, .product-discription-tabs .nav li:hover .filter-btn:after, .project-nav .project_filter li:hover .filter-btn:after, .custom-navtab .page-links span:hover .filter-btn:after, .product-discription-tabs .nav .page-links span:hover .filter-btn:after, .project-nav .project_filter .page-links span:hover .filter-btn:after, .page-links .custom-navtab span:hover .filter-btn:after, .page-links .product-discription-tabs .nav span:hover .filter-btn:after, .product-discription-tabs .page-links .nav span:hover .filter-btn:after, .page-links .project-nav .project_filter span:hover .filter-btn:after, .project-nav .page-links .project_filter span:hover .filter-btn:after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* Custom Plus/Minus */
.product-quentity {
  padding: 30px 0;
}
.product-quentity span {
  font-weight: 600;
}
.product-quentity form {
  margin-left: 17px;
}
.product-quentity .input-group {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 7px;
}
.product-quentity .plus,
.product-quentity .minus {
  font-size: 10px;
  cursor: pointer;
  padding: 0 5px;
}
.product-quentity .input-group input {
  width: 20px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0;
  text-align: center;
  height: 30px;
}

/* Custom CheckBox */
.custom-checkbox label, .checkout-form .order-details .shop-payment-method .single-method label,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label, .checkout-form .ship-different-address label,
.checkout-form .create-an-account label,
.woocommerce-EditAccountForm .ship-different-address label,
.woocommerce-EditAccountForm .create-an-account label, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label, .login-register-wrapper form.register .login-button-wrap .form-checkbox label, .domain-search-form .domain-extension-slider .single-extension label {
  display: block;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.custom-checkbox label input, .checkout-form .order-details .shop-payment-method .single-method label input,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label input, .checkout-form .ship-different-address label input,
.checkout-form .create-an-account label input,
.woocommerce-EditAccountForm .ship-different-address label input,
.woocommerce-EditAccountForm .create-an-account label input, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label input, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label input, .login-register-wrapper form.register .login-button-wrap .form-checkbox label input, .domain-search-form .domain-extension-slider .single-extension label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}
.custom-checkbox label .checkmark, .checkout-form .order-details .shop-payment-method .single-method label .checkmark,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label .checkmark, .checkout-form .ship-different-address label .checkmark,
.checkout-form .create-an-account label .checkmark,
.woocommerce-EditAccountForm .ship-different-address label .checkmark,
.woocommerce-EditAccountForm .create-an-account label .checkmark, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark, .domain-search-form .domain-extension-slider .single-extension label .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 1px;
}
.custom-checkbox label .checkmark:after, .checkout-form .order-details .shop-payment-method .single-method label .checkmark:after,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label .checkmark:after, .checkout-form .ship-different-address label .checkmark:after,
.checkout-form .create-an-account label .checkmark:after,
.woocommerce-EditAccountForm .ship-different-address label .checkmark:after,
.woocommerce-EditAccountForm .create-an-account label .checkmark:after, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark:after, .domain-search-form .domain-extension-slider .single-extension label .checkmark:after {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  border-radius: 1px;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  opacity: 0;
  visibility: hidden;
}
.custom-checkbox label input:checked ~ .checkmark:after, .checkout-form .order-details .shop-payment-method .single-method label input:checked ~ .checkmark:after,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label input:checked ~ .checkmark:after, .checkout-form .ship-different-address label input:checked ~ .checkmark:after,
.checkout-form .create-an-account label input:checked ~ .checkmark:after,
.woocommerce-EditAccountForm .ship-different-address label input:checked ~ .checkmark:after,
.woocommerce-EditAccountForm .create-an-account label input:checked ~ .checkmark:after, .checkout-form-toggle .form-login .login-button-wrap .form-checkbox label input:checked ~ .checkmark:after, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label input:checked ~ .checkmark:after, .login-register-wrapper form.register .login-button-wrap .form-checkbox label input:checked ~ .checkmark:after, .domain-search-form .domain-extension-slider .single-extension label input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}

/* Select Wrapper */
.select-wrapper {
  position: relative;
  z-index: 9;
}
.select-wrapper:after {
  position: absolute;
  right: 20px;
  font-family: "FontAwesome";
  content: "";
  font-size: 14px;
  color: #222;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* screen-reader-text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Custom Meta */
.custom-meta, .blog-details-content .post-meta,
.post--content .post-meta, .single-blog .blog-content .post-meta {
  margin-top: -6px;
  margin-bottom: 30px;
}
.custom-meta li, .custom-meta .page-links span, .page-links .custom-meta span, .blog-details-content .post-meta li, .blog-details-content .post-meta .page-links span, .page-links .blog-details-content .post-meta span,
.post--content .post-meta li,
.post--content .post-meta .page-links span,
.page-links .post--content .post-meta span, .single-blog .blog-content .post-meta li, .single-blog .blog-content .post-meta .page-links span, .page-links .single-blog .blog-content .post-meta span {
  font-size: 14px;
  color: #555555;
}
.custom-meta li a, .custom-meta .page-links span a, .page-links .custom-meta span a, .blog-details-content .post-meta li a, .blog-details-content .post-meta .page-links span a, .page-links .blog-details-content .post-meta span a,
.post--content .post-meta li a,
.post--content .post-meta .page-links span a,
.page-links .post--content .post-meta span a, .single-blog .blog-content .post-meta li a, .single-blog .blog-content .post-meta .page-links span a, .page-links .single-blog .blog-content .post-meta span a {
  display: inline-block;
}
.custom-meta li a:not(:last-child), .custom-meta .page-links span a:not(:last-child), .page-links .custom-meta span a:not(:last-child), .blog-details-content .post-meta li a:not(:last-child), .blog-details-content .post-meta .page-links span a:not(:last-child), .page-links .blog-details-content .post-meta span a:not(:last-child),
.post--content .post-meta li a:not(:last-child),
.post--content .post-meta .page-links span a:not(:last-child),
.page-links .post--content .post-meta span a:not(:last-child), .single-blog .blog-content .post-meta li a:not(:last-child), .single-blog .blog-content .post-meta .page-links span a:not(:last-child), .page-links .single-blog .blog-content .post-meta span a:not(:last-child) {
  margin-right: 3px;
}
.custom-meta li a:not(:last-child):after, .custom-meta .page-links span a:not(:last-child):after, .page-links .custom-meta span a:not(:last-child):after, .blog-details-content .post-meta li a:not(:last-child):after, .blog-details-content .post-meta .page-links span a:not(:last-child):after, .page-links .blog-details-content .post-meta span a:not(:last-child):after,
.post--content .post-meta li a:not(:last-child):after,
.post--content .post-meta .page-links span a:not(:last-child):after,
.page-links .post--content .post-meta span a:not(:last-child):after, .single-blog .blog-content .post-meta li a:not(:last-child):after, .single-blog .blog-content .post-meta .page-links span a:not(:last-child):after, .page-links .single-blog .blog-content .post-meta span a:not(:last-child):after {
  content: ",";
}
/* Clearfix */
.clearfix:after, .alignleft:after,
.alignright:after, .blog-details-text:after,
.post--content:after {
  display: table;
  content: "";
  clear: both;
  table-layout: fixed;
}

/* ************************
 *
 * 1.3: Buttons
 *
 * ********************* */
.btn, .woocommerce table.my_account_orders .woocommerce-button.button {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  border: 0;
  position: relative;
  z-index: 1;
  padding: 0;
  font-weight: 500;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-transform: capitalize;
  white-space: nowrap;
}
.btn:after, .woocommerce table.my_account_orders .woocommerce-button.button:after {
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 50%;
  content: "";
  background-color: #ffc2d8;
  height: 7px;
  z-index: -1;
}
.btn:hover:after, .woocommerce table.my_account_orders .woocommerce-button.button:hover:after {
  width: calc(100% - 1px);
}
.btn.line-center:after, .woocommerce table.my_account_orders .line-center.woocommerce-button.button:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn.line-center:hover:after, .woocommerce table.my_account_orders .line-center.woocommerce-button.button:hover:after {
  left: 1px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn.line-right:after, .woocommerce table.my_account_orders .line-right.woocommerce-button.button:after {
  left: auto;
  right: 0;
}
.btn.focus, .woocommerce table.my_account_orders .focus.woocommerce-button.button, .btn:focus, .woocommerce table.my_account_orders .woocommerce-button.button:focus {
  outline: none;
  box-shadow: none;
}

/* Button Fill */
.btn-fill, .wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link, .shop--cart-total .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button, .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-page .woocommerce-info .button,
.woocommerce .woocommerce-page .woocommerce-message .button, .woocommerce .product-buttons .single_add_to_cart_button, .widget.widget_price_filter .price_slider_amount .button, .widget.yith-woocompare-widget .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  display: inline-block;
  padding: 14px 20px 18px;
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1;
  border: none;
  white-space: nowrap;
}
.btn-fill:hover, .wp-block-file .wp-block-file__button:hover, .wp-block-button .wp-block-button__link:hover, .shop--cart-total .shipping-calculator-form p button.button:hover, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button:hover, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button:hover,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button:hover,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button:hover, .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file:hover, .woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover, .woocommerce .product-buttons .single_add_to_cart_button:hover, .widget.widget_price_filter .price_slider_amount .button:hover, .widget.yith-woocompare-widget .button:hover, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
  color: #ffffff;
}

/* ************************
 *
 * 1.4: Animations
 *
 * ********************* */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes dotline-move {
  40% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes dotline-move {
  40% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.bounce {
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
  animation: bounce 1s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes bounce2 {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@-webkit-keyframes rotate2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate2d {
  -webkit-animation: rotate2d 2s linear infinite;
  animation: rotate2d 1s linear infinite;
}

@-webkit-keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.rotate-2d {
  -webkit-animation: rotate-2d 2s linear infinite;
  animation: rotate-2d 1s linear infinite;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.rotate3d {
  -webkit-animation: rotate3d 2s linear infinite;
  animation: rotate3d 1s linear infinite;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
/* ************************
 *
 * 1.5: Section Title
 *
 * ********************* */
.section-title, .domain-section-title, .data-center-title, .about-content .about-title, .affiliate-title, .coming-soon-content {
  margin-bottom: 54px;
}
.section-title span, .domain-section-title span, .data-center-title span, .about-content .about-title span, .affiliate-title span, .coming-soon-content span {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}
.section-title h2, .domain-section-title h2, .data-center-title h2, .about-content .about-title h2, .affiliate-title h2, .coming-soon-content h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .section-title h2 br, .domain-section-title h2 br, .data-center-title h2 br, .about-content .about-title h2 br, .affiliate-title h2 br, .coming-soon-content h2 br {
    display: none;
  }
}
.section-title p, .domain-section-title p, .data-center-title p, .about-content .about-title p, .affiliate-title p, .coming-soon-content p {
  max-width: 550px;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.section-title.full-width p, .full-width.domain-section-title p, .full-width.data-center-title p, .about-content .full-width.about-title p, .full-width.affiliate-title p, .full-width.coming-soon-content p {
  max-width: 100%;
}

/* ************************
 *
 * 1.6: Page Title
 *
 * ********************* */
.page-title-wrap {
  padding: 220px 0 62px;
  background-color: #fff4df;
}
.page-title-wrap .page-title h2 {
  margin-top: -5px;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 900;
}
.page-title-wrap .page-title h2 br {
  display: none;
}
.page-title-wrap .page-title li, .page-title-wrap .page-title .page-links span, .page-links .page-title-wrap .page-title span {
  font-size: 16px;
}
.page-title-wrap .page-title li:not(:last-child), .page-title-wrap .page-title .page-links span:not(:last-child), .page-links .page-title-wrap .page-title span:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.page-title-wrap .page-title li:not(:last-child):after, .page-title-wrap .page-title .page-links span:not(:last-child):after, .page-links .page-title-wrap .page-title span:not(:last-child):after {
  font-family: "FontAwesome";
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* ************************
 *
 * 02: Layout CSS
 *
 * ********************* */
/* ************************
 *
 * 2.1: Preloader
 *
 * ********************* */
.preloader {
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
}
.preloader .preload-img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader .preload-img .pre-img {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader .spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.preloader .spinnerBounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.preloader .spinnerBounce .double-bounce1,
.preloader .spinnerBounce .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.preloader .spinnerBounce .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.preloader .spinnerWave {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.preloader .spinnerWave > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.preloader .spinnerWave .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.preloader .spinnerWave .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.preloader .spinnerWave .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.preloader .spinnerWave .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.preloader .spinnerCube {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.preloader .spinnerCube .cube1,
.preloader .spinnerCube .cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.preloader .spinnerCube .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.preloader .spinnerScaleout {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.preloader .spinnerRotate {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.preloader .spinnerRotate .dot1,
.preloader .spinnerRotate .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.preloader .spinnerRotate .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.preloader .spinnerBouncedelay {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.preloader .spinnerBouncedelay > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader .spinnerBouncedelay .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .spinnerBouncedelay .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.preloader .sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.preloader .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.preloader .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.preloader .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.preloader .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.preloader .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.preloader .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.preloader .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.preloader .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.preloader .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.preloader .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.preloader .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.preloader .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.preloader .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.preloader .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.preloader .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.preloader .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.preloader .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.preloader .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.preloader .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.preloader .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.preloader .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.preloader .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.preloader .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.preloader .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.preloader .sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.preloader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.preloader .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preloader .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.preloader .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.preloader .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.preloader .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader .preloader-dotline .dot {
  display: inline-block;
  margin-right: 1px;
  height: 7px;
  width: 7px;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: dotline-move 4s infinite;
          animation: dotline-move 4s infinite;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.preloader .preloader-dotline .dot:nth-child(1) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader .preloader-dotline .dot:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.preloader .preloader-dotline .dot:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader .preloader-dotline .dot:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.preloader .preloader-dotline .dot:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader .preloader-dotline .dot:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.preloader .preloader-dotline .dot:nth-child(7) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .preloader-dotline .dot:nth-child(8) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

/* ************************
 *
 * 2.2: Header
 *
 * ********************* */
.header {
  position: relative;
  z-index: 99;
}
.header .header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media only screen and (min-width: 1024px) and (max-width: 5000px) {
  .header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.header.header-without-topbar {
  margin-top: -50px;
}
.header.header-without-topbar .header-absolute {
  top: 50px;
}

/* Header Top */
.header-top {
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.45;
}
.header-top a {
  color: #392705;
}
@media only screen and (max-width: 575px) {
  .header-top .header-info.text-sm-right {
    margin-top: 10px;
  }
}
.header-top .header-info ul li.social-icons a, .header-top .header-info ul .woocommerce li.quick-icons a, .woocommerce .header-top .header-info ul li.quick-icons a, .header-top .header-info ul .page-links span.social-icons a, .header-top .header-info ul .page-links .woocommerce span.quick-icons a, .woocommerce .header-top .header-info ul .page-links span.quick-icons a, .page-links .header-top .header-info ul span.social-icons a, .page-links .header-top .header-info ul .woocommerce span.quick-icons a, .woocommerce .page-links .header-top .header-info ul span.quick-icons a {
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}

/* Main Header */
.main-header {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: cubic-bezier(0, 0.66, 0.96, 0.57);
  transition: cubic-bezier(0, 0.66, 0.96, 0.57);
}
.main-header .logo .text-logo {
  display: inline-block;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu {
    text-align: right;
    position: initial;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu ul {
    text-align: left;
  }
}
.main-header .main-menu ul li, .main-header .main-menu ul .page-links span, .page-links .main-header .main-menu ul span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu ul li, .main-header .main-menu ul .page-links span, .page-links .main-header .main-menu ul span {
    display: block;
    width: 100%;
  }
}
.main-header .main-menu ul li a, .main-header .main-menu ul .page-links span a, .page-links .main-header .main-menu ul span a {
  display: block;
  color: #222222;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu ul li a, .main-header .main-menu ul .page-links span a, .page-links .main-header .main-menu ul span a {
    padding: 12px 15px !important;
  }
}
.main-header .main-menu ul li a:after, .main-header .main-menu ul .page-links span a:after, .page-links .main-header .main-menu ul span a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  left: 50%;
  right: 50%;
  bottom: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu ul li a:after, .main-header .main-menu ul .page-links span a:after, .page-links .main-header .main-menu ul span a:after {
    display: none;
  }
}
.main-header .main-menu ul li.has-sub-item > a:before, .main-header .main-menu ul .page-links span.has-sub-item > a:before, .page-links .main-header .main-menu ul span.has-sub-item > a:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  right: -15px;
  top: calc(50% + 2px);
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu ul li.has-sub-item > a:before, .main-header .main-menu ul .page-links span.has-sub-item > a:before, .page-links .main-header .main-menu ul span.has-sub-item > a:before {
    display: none;
  }
}
.main-header .main-menu ul li ul, .main-header .main-menu ul .page-links span ul, .page-links .main-header .main-menu ul span ul {
  position: absolute;
  left: 0;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  width: 200px;
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu ul li ul, .main-header .main-menu ul .page-links span ul, .page-links .main-header .main-menu ul span ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    text-align: left;
    z-index: 99999;
    box-shadow: none;
  }
}
.main-header .main-menu ul li ul li, .main-header .main-menu ul .page-links span ul li, .page-links .main-header .main-menu ul span ul li, .main-header .main-menu ul li ul .page-links span, .page-links .main-header .main-menu ul li ul span, .main-header .main-menu ul .page-links span ul span, .page-links .main-header .main-menu ul span ul span {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 16px;
}
.main-header .main-menu ul li ul li ul, .main-header .main-menu ul .page-links span ul li ul, .page-links .main-header .main-menu ul span ul li ul, .main-header .main-menu ul li ul .page-links span ul, .page-links .main-header .main-menu ul li ul span ul, .main-header .main-menu ul .page-links span ul span ul, .page-links .main-header .main-menu ul span ul span ul {
  top: 0;
  left: calc(100% + 20px);
  -webkit-transition: 0.2s linear !important;
  transition: 0.2s linear !important;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu ul li ul li ul, .main-header .main-menu ul .page-links span ul li ul, .page-links .main-header .main-menu ul span ul li ul, .main-header .main-menu ul li ul .page-links span ul, .page-links .main-header .main-menu ul li ul span ul, .main-header .main-menu ul .page-links span ul span ul, .page-links .main-header .main-menu ul span ul span ul {
    left: 0 !important;
    opacity: 1;
    visibility: visible;
  }
}
.main-header .main-menu ul li ul li:hover > ul, .main-header .main-menu ul .page-links span ul li:hover > ul, .page-links .main-header .main-menu ul span ul li:hover > ul, .main-header .main-menu ul li ul .page-links span:hover > ul, .page-links .main-header .main-menu ul li ul span:hover > ul, .main-header .main-menu ul .page-links span ul span:hover > ul, .page-links .main-header .main-menu ul span ul span:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 100%;
}
.main-header .main-menu ul li ul li.has-sub-item > a:before, .main-header .main-menu ul .page-links span ul li.has-sub-item > a:before, .page-links .main-header .main-menu ul span ul li.has-sub-item > a:before, .main-header .main-menu ul li ul .page-links span.has-sub-item > a:before, .page-links .main-header .main-menu ul li ul span.has-sub-item > a:before, .main-header .main-menu ul .page-links span ul span.has-sub-item > a:before, .page-links .main-header .main-menu ul span ul span.has-sub-item > a:before {
  right: 15px;
  top: 50%;
  content: "";
}
.main-header .main-menu ul li ul li a, .main-header .main-menu ul .page-links span ul li a, .page-links .main-header .main-menu ul span ul li a, .main-header .main-menu ul li ul .page-links span a, .page-links .main-header .main-menu ul li ul span a, .main-header .main-menu ul .page-links span ul span a, .page-links .main-header .main-menu ul span ul span a {
  padding: 15px 25px;
}
.main-header .main-menu ul li ul li a:after, .main-header .main-menu ul .page-links span ul li a:after, .page-links .main-header .main-menu ul span ul li a:after, .main-header .main-menu ul li ul .page-links span a:after, .page-links .main-header .main-menu ul li ul span a:after, .main-header .main-menu ul .page-links span ul span a:after, .page-links .main-header .main-menu ul span ul span a:after {
  left: -5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 10px;
  width: 7px;
}
.main-header .main-menu ul li ul li:hover > a:after, .main-header .main-menu ul .page-links span ul li:hover > a:after, .page-links .main-header .main-menu ul span ul li:hover > a:after, .main-header .main-menu ul li ul .page-links span:hover > a:after, .page-links .main-header .main-menu ul li ul span:hover > a:after, .main-header .main-menu ul .page-links span ul span:hover > a:after, .page-links .main-header .main-menu ul span ul span:hover > a:after, .main-header .main-menu ul li ul li.active > a:after, .main-header .main-menu ul .page-links span ul li.active > a:after, .page-links .main-header .main-menu ul span ul li.active > a:after, .main-header .main-menu ul li ul .page-links span.active > a:after, .page-links .main-header .main-menu ul li ul span.active > a:after, .main-header .main-menu ul .page-links span ul span.active > a:after, .page-links .main-header .main-menu ul span ul span.active > a:after, .main-header .main-menu ul li ul li.current-menu-parent > a:after, .main-header .main-menu ul .page-links span ul li.current-menu-parent > a:after, .page-links .main-header .main-menu ul span ul li.current-menu-parent > a:after, .main-header .main-menu ul li ul .page-links span.current-menu-parent > a:after, .page-links .main-header .main-menu ul li ul span.current-menu-parent > a:after, .main-header .main-menu ul .page-links span ul span.current-menu-parent > a:after, .page-links .main-header .main-menu ul span ul span.current-menu-parent > a:after, .main-header .main-menu ul li ul li.current-menu-item > a:after, .main-header .main-menu ul .page-links span ul li.current-menu-item > a:after, .page-links .main-header .main-menu ul span ul li.current-menu-item > a:after, .main-header .main-menu ul li ul .page-links span.current-menu-item > a:after, .page-links .main-header .main-menu ul li ul span.current-menu-item > a:after, .main-header .main-menu ul .page-links span ul span.current-menu-item > a:after, .page-links .main-header .main-menu ul span ul span.current-menu-item > a:after, .main-header .main-menu ul li ul li.current-menu-ancestor > a:after, .main-header .main-menu ul .page-links span ul li.current-menu-ancestor > a:after, .page-links .main-header .main-menu ul span ul li.current-menu-ancestor > a:after, .main-header .main-menu ul li ul .page-links span.current-menu-ancestor > a:after, .page-links .main-header .main-menu ul li ul span.current-menu-ancestor > a:after, .main-header .main-menu ul .page-links span ul span.current-menu-ancestor > a:after, .page-links .main-header .main-menu ul span ul span.current-menu-ancestor > a:after {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu > ul {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    right: 50%;
    width: calc(100% - 30px);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 350px;
    overflow-y: auto;
    padding: 15px 20px;
    max-width: 800px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99999;
  }
}
@media only screen and (max-width: 379px) {
  .main-header .main-menu > ul {
    width: calc(100% - 10px);
    padding: 0;
  }
}
.main-header .main-menu > ul > li, .main-header .page-links .main-menu > ul > span, .page-links .main-header .main-menu > ul > span {
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .main-header .main-menu > ul > li, .main-header .page-links .main-menu > ul > span, .page-links .main-header .main-menu > ul > span {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu > ul > li, .main-header .page-links .main-menu > ul > span, .page-links .main-header .main-menu > ul > span {
    padding: 0;
  }
}
.main-header .main-menu > ul > li > a, .main-header .page-links .main-menu > ul > span > a, .page-links .main-header .main-menu > ul > span > a {
  padding: 41px 0;
  position: relative;
}
.main-header .main-menu > ul > li > a:hover:after, .main-header .page-links .main-menu > ul > span > a:hover:after, .page-links .main-header .main-menu > ul > span > a:hover:after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu > ul > li ul li a, .main-header .page-links .main-menu > ul > span ul li a, .page-links .main-header .main-menu > ul > span ul li a, .main-header .main-menu > ul > li ul .page-links span a, .page-links .main-header .main-menu > ul > li ul span a, .main-header .page-links .main-menu > ul > span ul span a, .page-links .main-header .main-menu > ul > span ul span a {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu > ul > li ul li li a, .main-header .page-links .main-menu > ul > span ul li li a, .page-links .main-header .main-menu > ul > span ul li li a, .main-header .main-menu > ul > li ul .page-links span li a, .page-links .main-header .main-menu > ul > li ul span li a, .main-header .page-links .main-menu > ul > span ul span li a, .page-links .main-header .main-menu > ul > span ul span li a, .main-header .main-menu > ul > li ul li .page-links span a, .page-links .main-header .main-menu > ul > li ul li span a, .main-header .page-links .main-menu > ul > span ul li span a, .page-links .main-header .main-menu > ul > span ul li span a, .main-header .main-menu > ul > li ul .page-links span span a, .page-links .main-header .main-menu > ul > li ul span span a, .main-header .page-links .main-menu > ul > span ul span span a, .page-links .main-header .main-menu > ul > span ul span span a {
    padding-left: 60px !important;
  }
}
.main-header .main-menu > ul > li.active > a:after, .main-header .page-links .main-menu > ul > span.active > a:after, .page-links .main-header .main-menu > ul > span.active > a:after, .main-header .main-menu > ul > li.current-menu-parent > a:after, .main-header .page-links .main-menu > ul > span.current-menu-parent > a:after, .page-links .main-header .main-menu > ul > span.current-menu-parent > a:after, .main-header .main-menu > ul > li.current-menu-item > a:after, .main-header .page-links .main-menu > ul > span.current-menu-item > a:after, .page-links .main-header .main-menu > ul > span.current-menu-item > a:after, .main-header .main-menu > ul > li.current-menu-ancestor > a:after, .main-header .page-links .main-menu > ul > span.current-menu-ancestor > a:after, .page-links .main-header .main-menu > ul > span.current-menu-ancestor > a:after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.main-header .main-menu > ul > li:hover > ul, .main-header .page-links .main-menu > ul > span:hover > ul, .page-links .main-header .main-menu > ul > span:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.main-header .main-menu > ul > li:nth-last-child(-n+2) ul li ul, .main-header .page-links .main-menu > ul > span:nth-last-child(-n+2) ul li ul, .page-links .main-header .main-menu > ul > span:nth-last-child(-n+2) ul li ul, .main-header .main-menu > ul > li:nth-last-child(-n+2) ul .page-links span ul, .page-links .main-header .main-menu > ul > li:nth-last-child(-n+2) ul span ul, .main-header .page-links .main-menu > ul > span:nth-last-child(-n+2) ul span ul, .page-links .main-header .main-menu > ul > span:nth-last-child(-n+2) ul span ul {
  left: calc(-100% - 20px);
}
.main-header .main-menu > ul > li:nth-last-child(-n+2) ul li:hover > ul, .main-header .page-links .main-menu > ul > span:nth-last-child(-n+2) ul li:hover > ul, .page-links .main-header .main-menu > ul > span:nth-last-child(-n+2) ul li:hover > ul, .main-header .main-menu > ul > li:nth-last-child(-n+2) ul .page-links span:hover > ul, .page-links .main-header .main-menu > ul > li:nth-last-child(-n+2) ul span:hover > ul, .main-header .page-links .main-menu > ul > span:nth-last-child(-n+2) ul span:hover > ul, .page-links .main-header .main-menu > ul > span:nth-last-child(-n+2) ul span:hover > ul {
  left: -100%;
}
.main-header .main-menu #menu-button {
  display: none;
  font-size: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu #menu-button {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu .submenu-button {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    width: 40px;
    height: inherit;
    line-height: 40px;
    text-align: center;
  }
  .main-header .main-menu .submenu-button:before {
    font-family: "FontAwesome";
    content: "";
  }
  .main-header .main-menu .submenu-button.submenu-opened:before {
    content: "";
    color: #ff91d9;
  }
}
@media only screen and (max-width: 991px) {
  .main-header {
    padding: 20px 0;
  }
  .main-header .row {
    position: relative;
  }
  .main-header .row > div:nth-child(2) {
    position: static;
  }
}
.main-header.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 991px) {
  .main-header.header-fixed {
    padding: 15px 0;
  }
}
.main-header.header-fixed.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 991px) {
  .main-header.header-fixed .main-menu > ul {
    top: calc(100% + 15px);
  }
}
.main-header.header-fixed .main-menu > ul > li > a, .main-header.header-fixed .page-links .main-menu > ul > span > a, .page-links .main-header.header-fixed .main-menu > ul > span > a {
  padding: 30px 0;
}

/* Header Search */
.header-search button, .header-search .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .header-search span,
.header-search .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .header-search span {
  cursor: pointer;
  color: #555555;
  font-size: 16px;
}

/* Search Box */
.search-box-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  top: -100%;
  z-index: 99999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.search-box-wrapper.show {
  top: 0;
  opacity: 0.95;
  visibility: visible;
}
.search-box-wrapper .search-close {
  position: fixed;
  right: 50px;
  top: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffe7f0;
}
.search-box-wrapper .search-close:hover {
  background-color: #ffc7c7;
}
.search-box-wrapper .search-box {
  width: 100%;
  height: 100%;
}
.search-box-wrapper .search-box form {
  margin-bottom: 0;
}

/* Header Cart */
.header-cart {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid;
}
.header-cart span {
  font-size: 10px;
  position: absolute;
  right: -8px;
  top: 0;
  color: #555555;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #ffd6e5;
  font-weight: 600;
}

.logged-in.admin-bar .main-header.header-fixed {
  margin-top: 32px;
}
@media only screen and (min-width: 0) and (max-width: 782px) {
  .logged-in.admin-bar .main-header.header-fixed {
    margin-top: 47px;
  }
}
@media only screen and (min-width: 0) and (max-width: 600px) {
  .logged-in.admin-bar .main-header.header-fixed {
    margin-top: 0;
  }
}

/* ************************
 *
 * 2.3: Banner
 *
 * ********************* */
.home-banner .single-banner {
  min-height: 900px;
  background-size: cover !important;
  background-position: left top !important;
}
.home-banner .single-banner .banner-text {
  padding: 375px 0 225px;
}
@media only screen and (max-width: 991px) {
  .home-banner .single-banner .banner-text {
    padding-bottom: 50px;
  }
}
.home-banner .single-banner .banner-text span {
  font-size: 12px;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.home-banner .single-banner .banner-text h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .home-banner .single-banner .banner-text h1 {
    font-size: 54px;
  }
}
.home-banner .single-banner .banner-text p {
  max-width: 550px;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 auto 15px;
}
.home-banner .single-banner .banner-text .banner-btn {
  font-size: 16px;
}
.home-banner .single-banner .banner-img img {
  width: auto !important;
  height: auto !important;
}
.home-banner.owl-carousel .single-banner.bg-overlay:after {
  opacity: 0.7;
}
.home-banner .owl-nav button, .home-banner .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .home-banner .owl-nav span,
.home-banner .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .home-banner .owl-nav span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 50%;
  bottom: 30px;
}
.home-banner .owl-dots {
  right: 50px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.home-banner .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}

/* ************************
 *
 * 2.4: Blog
 *
 * ********************* */
/* Single Blog */
.single-blog {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.single-blog.sticky {
  border: 3px dashed;
}
.single-blog .blog-content {
  padding: 40px 30px;
}
.single-blog .blog-content h3 {
  line-height: 1.4;
  margin-top: -7px;
  margin-bottom: 5px;
}
.single-blog .blog-content a:not(.blog-btn) {
  color: #222222;
}
.single-blog .blog-content .post-meta {
  margin-bottom: 0;
}
.single-blog .blog-content .post-excerpt {
  padding: 10px 0 0;
  margin-top: 17px;
  border-top: 1px solid #ebebeb;
}
.single-blog .blog-content .post-excerpt p {
  font-size: 16px;
}
.single-blog .blog-content .blog-btn {
  margin-top: 13px;
}
.single-blog:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}

/* Blog Pagination*/
.blog-pagination, .shop-pagination, .page-links {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-pagination, .shop-pagination, .page-links {
    margin-top: 0;
  }
}
.blog-pagination li, .shop-pagination li, .page-links li, .page-links span {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.blog-pagination .blog-nav-btn.prev, .shop-pagination .blog-nav-btn.prev, .page-links .blog-nav-btn.prev {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-pagination .blog-nav-btn.prev, .shop-pagination .blog-nav-btn.prev, .page-links .blog-nav-btn.prev {
    margin-right: 0;
  }
  .blog-pagination .blog-nav-btn.prev a, .shop-pagination .blog-nav-btn.prev a, .page-links .blog-nav-btn.prev a {
    margin-right: 0;
  }
}
.blog-pagination .blog-nav-btn.next, .shop-pagination .blog-nav-btn.next, .page-links .blog-nav-btn.next {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-pagination .blog-nav-btn.next, .shop-pagination .blog-nav-btn.next, .page-links .blog-nav-btn.next {
    margin-left: 0;
  }
  .blog-pagination .blog-nav-btn.next a, .shop-pagination .blog-nav-btn.next a, .page-links .blog-nav-btn.next a {
    margin-left: 0;
  }
}

/* Blog Details */
.blog-details-image {
  margin-bottom: 40px;
}

.blog-details-content .post-meta,
.post--content .post-meta {
  margin-bottom: 0;
}
.blog-details-content .blog-title,
.post--content .blog-title {
  margin-bottom: 40px;
  line-height: 1.2;
}
.blog-details-content h1, .blog-details-content h2, .blog-details-content h3, .blog-details-content h4, .blog-details-content h5, .blog-details-content h6,
.post--content h1,
.post--content h2,
.post--content h3,
.post--content h4,
.post--content h5,
.post--content h6 {
  line-height: inherit;
}
.blog-details-content .no-comments,
.post--content .no-comments {
  margin-top: 40px;
  font-weight: 500;
}
.blog-details-content .gallery img,
.post--content .gallery img {
  border: none !important;
}
.blog-details-content .wp-caption .wp-caption-text,
.post--content .wp-caption .wp-caption-text {
  font-style: italic;
  font-size: 16px;
}
.blog-details-content table,
.post--content table {
  max-width: 100%;
  width: 100%;
}
.blog-details-content table th, .blog-details-content table td,
.post--content table th,
.post--content table td {
  text-align: center;
  border: 1px solid #ece1e1;
  padding: 5px 10px;
}
.blog-details-content .comments-form, .blog-details-content .review-form,
.post--content .comments-form,
.post--content .review-form {
  margin-bottom: 30px;
}

.blog-details-text,
.post--content {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .blog-details-text img,
.post--content img {
    margin-bottom: 25px;
  }
}
.blog-details-text .blog-subtitle,
.post--content .blog-subtitle {
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-details-text > .blog-subtitle,
.post--content > .blog-subtitle {
    margin-top: 30px;
  }
}
.blog-details-text .media:not(:last-child),
.post--content .media:not(:last-child) {
  margin-bottom: 22px;
}
.blog-details-text .media strong,
.post--content .media strong {
  font-weight: 600;
  font-size: 18px;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-details-text .media:last-child,
.post--content .media:last-child {
    margin-bottom: 42px;
  }
}
.blog-details-text > p,
.post--content > p {
  margin-bottom: 20px;
}
.blog-details-text > p:last-child,
.post--content > p:last-child {
  margin-bottom: 25px;
}

.blog-details-content blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
  margin-top: 40px;
  text-align: center;
  background-color: #fff4df;
  padding: 50px;
  position: relative;
  margin-bottom: 5px;
}
.blog-details-content blockquote:after,
.wp-block-quote:after,
.wp-block-quote.is-style-large:after {
  content: "‘’";
  position: absolute;
  left: 50%;
  top: -25px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blog-details-content blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p {
  max-width: 730px;
  margin: 0 auto 24px;
  font-style: italic;
}
.blog-details-content blockquote p:last-child,
.wp-block-quote p:last-child,
.wp-block-quote.is-style-large p:last-child {
  margin-bottom: 0;
}
.blog-details-content blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

.single-post-comment .comment-content ul,
.single-post-comment .comment-content ol,
.blog-details-text ul,
.blog-details-text ol,
.post--content ul,
.post--content ol {
  padding-left: 40px;
  margin-bottom: 1em;
}
.single-post-comment .comment-content ul ul,
.single-post-comment .comment-content ul ol,
.single-post-comment .comment-content ol ul,
.single-post-comment .comment-content ol ol,
.blog-details-text ul ul,
.blog-details-text ul ol,
.blog-details-text ol ul,
.blog-details-text ol ol,
.post--content ul ul,
.post--content ul ol,
.post--content ol ul,
.post--content ol ol {
  margin-bottom: 0;
}
.single-post-comment .comment-content ul li, .single-post-comment .comment-content ul .page-links span, .page-links .single-post-comment .comment-content ul span,
.single-post-comment .comment-content ol li,
.single-post-comment .comment-content ol .page-links span,
.page-links .single-post-comment .comment-content ol span,
.blog-details-text ul li,
.blog-details-text ul .page-links span,
.page-links .blog-details-text ul span,
.blog-details-text ol li,
.blog-details-text ol .page-links span,
.page-links .blog-details-text ol span,
.post--content ul li,
.post--content ul .page-links span,
.page-links .post--content ul span,
.post--content ol li,
.post--content ol .page-links span,
.page-links .post--content ol span {
  list-style-type: inherit;
}
.single-post-comment .comment-content ol,
.blog-details-text ol,
.post--content ol {
  list-style-type: decimal;
}
.single-post-comment .comment-content ul,
.blog-details-text ul,
.post--content ul {
  list-style-type: disc;
}

.post-share-icons,
.author-social-icons {
  margin-top: 45px;
}
.post-share-icons a,
.author-social-icons a {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}
.post-share-icons a:not(:last-child),
.author-social-icons a:not(:last-child) {
  margin-right: 5px;
}
.post-tags {
  margin-top: 45px;
}
.post-tags a {
  display: inline-block;
  margin-left: 5px;
}
.author-info {
  margin-top: 50px;
}
@media only screen and (max-width: 479px) {
  .author-info {
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
                -ms-grid-row-align: start !important;
            align-items: start !important;
  }
}
.author-info .author-image {
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .author-info .author-image {
    margin-bottom: 15px;
  }
}
.author-info .info-text {
  font-size: 14px;
}
.author-info .info-text h6 {
  font-weight: 600;
  line-height: 1;
}
.author-info .info-text p {
  margin: 15px 0 10px;
}
.author-info .author-social-icons {
  margin-top: 0;
}
.author-info .author-social-icons a {
  color: #a8a8a8;
}
.post-comments-wrap,
.comment-respond,
.review-form {
  margin-top: 50px;
  padding: 50px 40px;
  background-color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .post-comments-wrap,
.comment-respond,
.review-form {
    padding: 30px;
  }
}
.post-comments-wrap .post-comment-title,
.comment-respond .post-comment-title,
.review-form .post-comment-title {
  font-weight: 900;
}
.comments-form p, .review-form p {
  margin-top: 5px;
  line-height: 1.3;
}
.comments-form .comment-notes, .review-form .comment-notes {
  font-size: 16px;
}

.post-comments-wrap ul, .post-comments-wrap ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-comments-wrap .post-comment-title {
  margin-bottom: 25px;
}
.post-comments-wrap .post-comments .single-comment-wrapper:last-child .single-post-comment:last-child {
  margin-bottom: 0;
}
.post-comments-wrap .single-post-comment {
  margin-bottom: 42px;
}
.post-comments-wrap .single-post-comment .comment-author-image {
  min-width: 90px;
}
@media only screen and (max-width: 479px) {
  .post-comments-wrap .single-post-comment .comment-author-image {
    max-width: 80px;
  }
}
.post-comments-wrap .single-post-comment .comment-content {
  max-width: calc(100% - 90px);
}
@media only screen and (max-width: 479px) {
  .post-comments-wrap .single-post-comment .comment-content {
    overflow-x: scroll;
  }
}
.post-comments-wrap .single-post-comment .comment-content .comment-author {
  font-weight: 600;
}
.post-comments-wrap .single-post-comment .comment-content span {
  display: block;
}
.post-comments-wrap .single-post-comment .comment-content span,
.post-comments-wrap .single-post-comment .comment-content .reply-btn {
  font-size: 14px;
}
.post-comments-wrap .single-post-comment .comment-content p {
  margin: 8px 0 3px;
  font-size: 16px;
}
.post-comments-wrap .single-post-comment .comment-content .reply-btn i {
  margin-right: 6px;
}
.post-comments-wrap .children {
  margin-left: 90px;
}
@media only screen and (max-width: 575px) {
  .post-comments-wrap .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 379px) {
  .post-comments-wrap .children {
    margin-left: 10px;
  }
}
.post-comments-wrap .children .single-comment-wrapper:not(:last-child) {
  margin-bottom: 42px;
}

/* Comment Form */
.comment-respond .logged-in-as a {
  font-weight: 500;
  font-size: 16px;
}
.comment-respond form label {
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 14px;
}
.comment-respond form textarea,
.comment-respond form input {
  border: 1px solid transparent;
  background-color: #f5f5f5;
  width: 100%;
  -webkit-transition: border-color 0.3s ease-in;
  transition: border-color 0.3s ease-in;
}
.comment-respond form textarea::-webkit-input-placeholder,
.comment-respond form input::-webkit-input-placeholder {
  font-size: 14px !important;
}
.comment-respond form textarea::-moz-placeholder,
.comment-respond form input::-moz-placeholder {
  font-size: 14px !important;
}
.comment-respond form textarea:-ms-input-placeholder,
.comment-respond form input:-ms-input-placeholder {
  font-size: 14px !important;
}
.comment-respond form textarea::placeholder,
.comment-respond form input::placeholder {
  font-size: 14px !important;
}
.comment-respond form textarea {
  height: 150px !important;
  padding: 15px 30px;
}
@media only screen and (max-width: 379px) {
  .comment-respond form textarea {
    padding: 15px;
  }
}
.comment-respond form input {
  height: 60px;
  padding: 0 30px;
}
@media only screen and (max-width: 379px) {
  .comment-respond form input {
    padding: 0 15px;
  }
}
.comment-respond form .btn-fill, .comment-respond form .wp-block-file .wp-block-file__button, .wp-block-file .comment-respond form .wp-block-file__button, .comment-respond form .wp-block-button .wp-block-button__link, .wp-block-button .comment-respond form .wp-block-button__link, .comment-respond form .shop--cart-total .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .comment-respond form button.button, .comment-respond form .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .comment-respond form span.button, .comment-respond form .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .comment-respond form span.button,
.comment-respond form .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .comment-respond form span.button,
.comment-respond form .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .comment-respond form span.button, .comment-respond form .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .woocommerce table.woocommerce-table--order-downloads .comment-respond form .woocommerce-MyAccount-downloads-file, .comment-respond form .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .comment-respond form .button,
.comment-respond form .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .comment-respond form .button,
.comment-respond form .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .comment-respond form .button, .comment-respond form .woocommerce .product-buttons .single_add_to_cart_button, .woocommerce .product-buttons .comment-respond form .single_add_to_cart_button, .comment-respond form .widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount .comment-respond form .button, .comment-respond form .widget.yith-woocompare-widget .button, .widget.yith-woocompare-widget .comment-respond form .button, .comment-respond form .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .comment-respond form .button {
  margin-top: 40px;
}
.comment-respond form .checkmark {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Page Links */
.page-links {
  margin-bottom: 20px;
  margin-top: 0;
}
.page-links .page-links-title {
  font-weight: 500;
}
/* Password Form */
.post-password-form p {
  margin-bottom: 10px;
}
.post-password-form .input-group {
  max-width: 400px;
}
.post-password-form .input-group .theme-input-style {
  height: 40px;
}

/* Chat */
.post_format-post-format-chat .blog-details-text p:nth-child(odd) {
  padding: 5px 10px;
}

/* Post Content */
.post--content {
  margin: 0;
}
.post--content > p {
  margin-bottom: 20px;
}
.post--content > p:last-child {
  margin-bottom: 25px;
}

/* Aside */
@media only screen and (max-width: 991px) {
  .aside {
    margin-top: 20px;
  }
}

/* ************************
 *
 * 2.5: Widgets
 *
 * ********************* */
.widget {
  font-size: 16px;
  line-height: 1.7;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.widget .widget-title {
  margin-bottom: 30px;
}
.widget .widget-title h5 {
  line-height: 1;
}
.widget ul.children, .widget ul.sub-menu {
  padding-left: 20px;
  margin-top: 10px;
}
.widget ul.children li, .widget ul.children .page-links span, .page-links .widget ul.children span, .widget ul.sub-menu li, .widget ul.sub-menu .page-links span, .page-links .widget ul.sub-menu span {
  margin-bottom: 10px;
}
.widget ul li, .widget ul .page-links span, .page-links .widget ul span {
  line-height: 1.7;
}
.widget ul li:not(:last-child), .widget ul .page-links span:not(:last-child), .page-links .widget ul span:not(:last-child) {
  margin-bottom: 17px;
}
.widget > ul {
  margin-top: -10px !important;
}
.widget.widget_categories ul li a, .widget.widget_categories ul .page-links span a, .page-links .widget.widget_categories ul span a, .widget.widget_meta ul li a, .widget.widget_meta ul .page-links span a, .page-links .widget.widget_meta ul span a, .widget.widget_archive ul li a, .widget.widget_archive ul .page-links span a, .page-links .widget.widget_archive ul span a, .widget.widget_pages ul li a, .widget.widget_pages ul .page-links span a, .page-links .widget.widget_pages ul span a, .widget.widget_nav_menu ul li a, .widget.widget_nav_menu ul .page-links span a, .page-links .widget.widget_nav_menu ul span a, .widget.widget_product_categories ul li a, .widget.widget_product_categories ul .page-links span a, .page-links .widget.widget_product_categories ul span a {
  position: relative;
}
.widget.widget_categories ul li a:before, .widget.widget_categories ul .page-links span a:before, .page-links .widget.widget_categories ul span a:before, .widget.widget_meta ul li a:before, .widget.widget_meta ul .page-links span a:before, .page-links .widget.widget_meta ul span a:before, .widget.widget_archive ul li a:before, .widget.widget_archive ul .page-links span a:before, .page-links .widget.widget_archive ul span a:before, .widget.widget_pages ul li a:before, .widget.widget_pages ul .page-links span a:before, .page-links .widget.widget_pages ul span a:before, .widget.widget_nav_menu ul li a:before, .widget.widget_nav_menu ul .page-links span a:before, .page-links .widget.widget_nav_menu ul span a:before, .widget.widget_product_categories ul li a:before, .widget.widget_product_categories ul .page-links span a:before, .page-links .widget.widget_product_categories ul span a:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "";
  font-size: 16px;
  color: inherit;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: color 0s, opacity 0.3s linear;
  transition: color 0s, opacity 0.3s linear;
}
.widget.widget_categories ul li a:hover, .widget.widget_categories ul .page-links span a:hover, .page-links .widget.widget_categories ul span a:hover, .widget.widget_meta ul li a:hover, .widget.widget_meta ul .page-links span a:hover, .page-links .widget.widget_meta ul span a:hover, .widget.widget_archive ul li a:hover, .widget.widget_archive ul .page-links span a:hover, .page-links .widget.widget_archive ul span a:hover, .widget.widget_pages ul li a:hover, .widget.widget_pages ul .page-links span a:hover, .page-links .widget.widget_pages ul span a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ul .page-links span a:hover, .page-links .widget.widget_nav_menu ul span a:hover, .widget.widget_product_categories ul li a:hover, .widget.widget_product_categories ul .page-links span a:hover, .page-links .widget.widget_product_categories ul span a:hover {
  padding-left: 14px;
}
.widget.widget_categories ul li a:hover:before, .widget.widget_categories ul .page-links span a:hover:before, .page-links .widget.widget_categories ul span a:hover:before, .widget.widget_meta ul li a:hover:before, .widget.widget_meta ul .page-links span a:hover:before, .page-links .widget.widget_meta ul span a:hover:before, .widget.widget_archive ul li a:hover:before, .widget.widget_archive ul .page-links span a:hover:before, .page-links .widget.widget_archive ul span a:hover:before, .widget.widget_pages ul li a:hover:before, .widget.widget_pages ul .page-links span a:hover:before, .page-links .widget.widget_pages ul span a:hover:before, .widget.widget_nav_menu ul li a:hover:before, .widget.widget_nav_menu ul .page-links span a:hover:before, .page-links .widget.widget_nav_menu ul span a:hover:before, .widget.widget_product_categories ul li a:hover:before, .widget.widget_product_categories ul .page-links span a:hover:before, .page-links .widget.widget_product_categories ul span a:hover:before {
  opacity: 1;
  visibility: visible;
}
.widget.about_widget .about-content {
  margin-top: -7px;
}
.widget.about_widget .about-content p {
  margin-bottom: 20px;
}
.widget.about_widget .contact-info li, .widget.about_widget .contact-info .page-links span, .page-links .widget.about_widget .contact-info span {
  padding-left: 38px;
  position: relative;
  margin-bottom: 7px;
}
.widget.about_widget .contact-info li.email a, .widget.about_widget .contact-info .page-links span.email a, .page-links .widget.about_widget .contact-info span.email a {
  display: block;
}
.widget.about_widget .contact-info li i, .widget.about_widget .contact-info .page-links span i, .page-links .widget.about_widget .contact-info span i {
  position: absolute;
  left: 1px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.widget.widget_latest_post .single-latest-post:not(:last-child), .widget.widget_recent_entries .single-latest-post:not(:last-child) {
  margin-bottom: 20px;
}
.widget.widget_latest_post .single-latest-post .media-body, .widget.widget_recent_entries .single-latest-post .media-body {
  margin-top: -5px;
}
.widget.widget_latest_post .single-latest-post .post-number, .widget.widget_recent_entries .single-latest-post .post-number {
  padding: 21px 21px;
  margin-right: 10px;
}
.widget.widget_latest_post .single-latest-post .post-author, .widget.widget_recent_entries .single-latest-post .post-author {
  font-size: 11px;
  color: #8287a7;
}
.widget.widget_latest_post .single-latest-post .post-title, .widget.widget_recent_entries .single-latest-post .post-title {
  font-weight: 500;
  word-break: break-word;
}
.widget.widget_search .input-group input, .widget.widget_product_search .input-group input {
  height: 40px;
  color: #ffffff;
  padding: 0 20px;
}
.widget.widget_search .input-group input::-webkit-input-placeholder, .widget.widget_product_search .input-group input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.widget.widget_search .input-group input::-moz-placeholder, .widget.widget_product_search .input-group input::-moz-placeholder {
  color: #ffffff !important;
}
.widget.widget_search .input-group input:-ms-input-placeholder, .widget.widget_product_search .input-group input:-ms-input-placeholder {
  color: #ffffff !important;
}
.widget.widget_search .input-group input::placeholder, .widget.widget_product_search .input-group input::placeholder {
  color: #ffffff !important;
}
.widget.widget_search .input-group .submit-btn, .widget.widget_product_search .input-group .submit-btn {
  padding: 0 13px;
}
.widget.widget_search .input-group .submit-btn i, .widget.widget_product_search .input-group .submit-btn i {
  margin: 0 !important;
  color: #ffffff;
}
.widget.widget_categories ul li small, .widget.widget_categories ul .page-links span small, .page-links .widget.widget_categories ul span small, .widget.widget_archive ul li small, .widget.widget_archive ul .page-links span small, .page-links .widget.widget_archive ul span small {
  font-size: 70%;
  position: relative;
  bottom: 5px;
}
.widget.widget_ads {
  padding: 0;
}
.widget.widget_ads img {
  width: 100%;
}
.widget.widget_social_media .social-icons ul, .widget.widget_social_media .woocommerce .quick-icons ul, .woocommerce .widget.widget_social_media .quick-icons ul {
  margin-bottom: -20px;
}
.widget.widget_social_media .social-icons li, .widget.widget_social_media .woocommerce .quick-icons li, .woocommerce .widget.widget_social_media .quick-icons li, .widget.widget_social_media .social-icons .page-links span, .widget.widget_social_media .woocommerce .quick-icons .page-links span, .woocommerce .widget.widget_social_media .quick-icons .page-links span, .page-links .widget.widget_social_media .social-icons span, .page-links .widget.widget_social_media .woocommerce .quick-icons span, .woocommerce .page-links .widget.widget_social_media .quick-icons span {
  margin: 0;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 1199px) {
  .widget.widget_social_media .social-icons li, .widget.widget_social_media .woocommerce .quick-icons li, .woocommerce .widget.widget_social_media .quick-icons li, .widget.widget_social_media .social-icons .page-links span, .widget.widget_social_media .woocommerce .quick-icons .page-links span, .woocommerce .widget.widget_social_media .quick-icons .page-links span, .page-links .widget.widget_social_media .social-icons span, .page-links .widget.widget_social_media .woocommerce .quick-icons span, .woocommerce .page-links .widget.widget_social_media .quick-icons span {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .widget.widget_social_media .social-icons li, .widget.widget_social_media .woocommerce .quick-icons li, .woocommerce .widget.widget_social_media .quick-icons li, .widget.widget_social_media .social-icons .page-links span, .widget.widget_social_media .woocommerce .quick-icons .page-links span, .woocommerce .widget.widget_social_media .quick-icons .page-links span, .page-links .widget.widget_social_media .social-icons span, .page-links .widget.widget_social_media .woocommerce .quick-icons span, .woocommerce .page-links .widget.widget_social_media .quick-icons span {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 379px) {
  .widget.widget_social_media .social-icons li, .widget.widget_social_media .woocommerce .quick-icons li, .woocommerce .widget.widget_social_media .quick-icons li, .widget.widget_social_media .social-icons .page-links span, .widget.widget_social_media .woocommerce .quick-icons .page-links span, .woocommerce .widget.widget_social_media .quick-icons .page-links span, .page-links .widget.widget_social_media .social-icons span, .page-links .widget.widget_social_media .woocommerce .quick-icons span, .woocommerce .page-links .widget.widget_social_media .quick-icons span {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.widget.widget_social_media .social-icons li a, .widget.widget_social_media .woocommerce .quick-icons li a, .woocommerce .widget.widget_social_media .quick-icons li a, .widget.widget_social_media .social-icons .page-links span a, .widget.widget_social_media .woocommerce .quick-icons .page-links span a, .woocommerce .widget.widget_social_media .quick-icons .page-links span a, .page-links .widget.widget_social_media .social-icons span a, .page-links .widget.widget_social_media .woocommerce .quick-icons span a, .woocommerce .page-links .widget.widget_social_media .quick-icons span a {
  width: 80px;
  height: 80px;
}
.widget.widget_subscribe .subscribe-form p {
  margin-top: -12px;
  margin-bottom: 30px;
}
.widget.widget_subscribe .subscribe-form .input-group input,
.widget.widget_subscribe .subscribe-form .input-group .btn-fill,
.widget.widget_subscribe .subscribe-form .input-group .wp-block-file .wp-block-file__button,
.wp-block-file .widget.widget_subscribe .subscribe-form .input-group .wp-block-file__button,
.widget.widget_subscribe .subscribe-form .input-group .wp-block-button .wp-block-button__link,
.wp-block-button .widget.widget_subscribe .subscribe-form .input-group .wp-block-button__link,
.widget.widget_subscribe .subscribe-form .input-group .shop--cart-total .shipping-calculator-form p button.button,
.shop--cart-total .shipping-calculator-form p .widget.widget_subscribe .subscribe-form .input-group button.button,
.widget.widget_subscribe .subscribe-form .input-group .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .widget.widget_subscribe .subscribe-form .input-group span.button,
.widget.widget_subscribe .subscribe-form .input-group .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .widget.widget_subscribe .subscribe-form .input-group span.button,
.widget.widget_subscribe .subscribe-form .input-group .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .widget.widget_subscribe .subscribe-form .input-group span.button,
.widget.widget_subscribe .subscribe-form .input-group .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .widget.widget_subscribe .subscribe-form .input-group span.button,
.widget.widget_subscribe .subscribe-form .input-group .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file,
.woocommerce table.woocommerce-table--order-downloads .widget.widget_subscribe .subscribe-form .input-group .woocommerce-MyAccount-downloads-file,
.widget.widget_subscribe .subscribe-form .input-group .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .widget.widget_subscribe .subscribe-form .input-group .button,
.widget.widget_subscribe .subscribe-form .input-group .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .widget.widget_subscribe .subscribe-form .input-group .button,
.widget.widget_subscribe .subscribe-form .input-group .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .widget.widget_subscribe .subscribe-form .input-group .button,
.widget.widget_subscribe .subscribe-form .input-group .woocommerce .product-buttons .single_add_to_cart_button,
.woocommerce .product-buttons .widget.widget_subscribe .subscribe-form .input-group .single_add_to_cart_button,
.widget.widget_subscribe .subscribe-form .input-group .widget.widget_price_filter .price_slider_amount .button,
.widget.widget_price_filter .price_slider_amount .widget.widget_subscribe .subscribe-form .input-group .button,
.widget.widget_subscribe .subscribe-form .input-group .widget.yith-woocompare-widget .button,
.widget.yith-woocompare-widget .widget.widget_subscribe .subscribe-form .input-group .button,
.widget.widget_subscribe .subscribe-form .input-group .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button,
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .widget.widget_subscribe .subscribe-form .input-group .button {
  width: 100%;
  height: 40px;
}
.widget.widget_subscribe .subscribe-form .input-group input {
  background-color: #f5f5f5 !important;
  text-align: center;
}
.widget.widget_tag_cloud .tagcloud, .widget.widget_product_tag_cloud .tagcloud {
  margin-right: -6px;
  margin-bottom: -20px;
}
.widget.widget_tag_cloud .tagcloud a, .widget.widget_product_tag_cloud .tagcloud a {
  margin-bottom: 20px;
  margin-right: 6px;
}
.widget.widget_social_links .social-icons li:not(:last-child), .widget.widget_social_links .woocommerce .quick-icons li:not(:last-child), .woocommerce .widget.widget_social_links .quick-icons li:not(:last-child), .widget.widget_social_links .social-icons .page-links span:not(:last-child), .widget.widget_social_links .woocommerce .quick-icons .page-links span:not(:last-child), .woocommerce .widget.widget_social_links .quick-icons .page-links span:not(:last-child), .page-links .widget.widget_social_links .social-icons span:not(:last-child), .page-links .widget.widget_social_links .woocommerce .quick-icons span:not(:last-child), .woocommerce .page-links .widget.widget_social_links .quick-icons span:not(:last-child) {
  margin-right: 14px;
}
.widget.widget_social_feed .social-image {
  margin-bottom: -20px;
}
.widget.widget_social_feed .social-image li, .widget.widget_social_feed .social-image .page-links span, .page-links .widget.widget_social_feed .social-image span {
  margin-bottom: 20px;
}
.widget.widget_recent_comments ul li, .widget.widget_recent_comments ul .page-links span, .page-links .widget.widget_recent_comments ul span, .widget.widget_rss ul li, .widget.widget_rss ul .page-links span, .page-links .widget.widget_rss ul span {
  line-height: 1.7;
}
.widget.widget_recent_comments ul li:not(:last-child), .widget.widget_recent_comments ul .page-links span:not(:last-child), .page-links .widget.widget_recent_comments ul span:not(:last-child), .widget.widget_rss ul li:not(:last-child), .widget.widget_rss ul .page-links span:not(:last-child), .page-links .widget.widget_rss ul span:not(:last-child) {
  margin-bottom: 17px;
}
.widget.widget_rss ul li .rsswidget, .widget.widget_rss ul .page-links span .rsswidget, .page-links .widget.widget_rss ul span .rsswidget {
  font-weight: 500;
  display: block;
}
.widget.widget_rss ul li .rss-date, .widget.widget_rss ul .page-links span .rss-date, .page-links .widget.widget_rss ul span .rss-date {
  font-size: 11px;
  color: #8287a7;
}
.widget.widget_rss ul li .rssSummary, .widget.widget_rss ul .page-links span .rssSummary, .page-links .widget.widget_rss ul span .rssSummary {
  margin: 7px 0 5px;
}
.widget.widget_text p {
  margin-bottom: 27px;
}
.widget.widget_text p img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget.widget_calendar table {
  max-width: 100%;
  width: 100%;
}
.widget.widget_calendar table th, .widget.widget_calendar table td {
  text-align: center;
  border: 1px solid #ece1e1;
  padding: 5px 10px;
}
.widget.widget_calendar caption {
  caption-side: top;
  padding-top: 0;
  font-weight: 700;
}
.widget.woocommerce ul.product_list_widget li img, .widget.woocommerce ul.product_list_widget .page-links span img, .page-links .widget.woocommerce ul.product_list_widget span img {
  width: 70px;
}
.widget.woocommerce .product-title {
  line-height: 1.7;
}
.widget.woocommerce .star-rating {
  font-size: 12px;
  padding: 3px 0;
}
.widget.woocommerce .star-rating:before,
.widget.woocommerce .star-rating span:before {
  color: #ffd200;
}
.widget.woocommerce .reviewer {
  color: #999999;
}
.widget.woocommerce .woocommerce-Price-amount {
  font-weight: 600;
}
.widget.woocommerce del {
  margin-right: 7px;
}
.widget.woocommerce del .woocommerce-Price-amount,
.widget.woocommerce del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: #999999;
}
.widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_recent_reviews ul .page-links span, .page-links .widget.woocommerce.widget_recent_reviews ul span, .widget.woocommerce.widget_top_rated_products ul li, .widget.woocommerce.widget_top_rated_products ul .page-links span, .page-links .widget.woocommerce.widget_top_rated_products ul span, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recently_viewed_products ul .page-links span, .page-links .widget.woocommerce.widget_recently_viewed_products ul span, .widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_products ul .page-links span, .page-links .widget.woocommerce.widget_products ul span {
  padding: 0;
  margin-bottom: 25px;
}
.widget.woocommerce.widget_shopping_cart .cart_list li, .widget.woocommerce.widget_shopping_cart .cart_list .page-links span, .page-links .widget.woocommerce.widget_shopping_cart .cart_list span {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.widget.woocommerce.widget_shopping_cart .cart_list li a.remove, .widget.woocommerce.widget_shopping_cart .cart_list .page-links span a.remove, .page-links .widget.woocommerce.widget_shopping_cart .cart_list span a.remove {
  top: 4px;
  line-height: 18px;
  border-radius: 50%;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  border-radius: 0;
  cursor: pointer;
}
.widget.yith-woocompare-widget:after {
  display: block;
  clear: both;
  content: "";
}
.widget.yith-woocompare-widget ul.products-list {
  margin-bottom: 25px;
}
.widget.yith-woocompare-widget ul.products-list li, .widget.yith-woocompare-widget ul.products-list .page-links span, .page-links .widget.yith-woocompare-widget ul.products-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  padding: 0;
}
.widget.yith-woocompare-widget ul.products-list li .remove, .widget.yith-woocompare-widget ul.products-list .page-links span .remove, .page-links .widget.yith-woocompare-widget ul.products-list span .remove {
  position: static;
  margin-right: 10px;
  color: #ff6363;
  line-height: 1;
}
.widget.yith-woocompare-widget ul.products-list li .remove:hover, .widget.yith-woocompare-widget ul.products-list .page-links span .remove:hover, .page-links .widget.yith-woocompare-widget ul.products-list span .remove:hover {
  background-color: #ff6363;
}
.widget.yith-woocompare-widget ul.products-list li .title, .widget.yith-woocompare-widget ul.products-list .page-links span .title, .page-links .widget.yith-woocompare-widget ul.products-list span .title {
  text-transform: capitalize !important;
  font-size: 14px !important;
}
.widget.yith-woocompare-widget .button {
  border-radius: 0;
  padding: 15px 30px;
}
.widget.yith-woocompare-widget .clear-all {
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
}
.widget.widget_price_filter .price_slider_amount .button {
  border-radius: 0;
  padding: 10px 30px;
}
/* ************************
 *
 * 2.6: Footer
 *
 * ********************* */
/* Footer Top */
.footer .footer-top {
  padding: 70px 0 30px;
  position: relative;
}
.footer .footer-top:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  max-width: 1140px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
}
.footer select,
.footer select option {
  color: #555555 !important;
}
.footer .widget {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin-bottom: 32px;
}
.footer .widget .widget-title h4 {
  color: #ffffff;
}
.footer .widget *,
.footer .widget a,
.footer .widget p,
.footer .widget ul li,
.footer .widget ul .page-links span,
.page-links .footer .widget ul span,
.footer .widget ul li a {
  color: #e1defa;
}
.footer .widget ul li:not(:last-child), .footer .widget ul .page-links span:not(:last-child), .page-links .footer .widget ul span:not(:last-child) {
  margin-bottom: 7px;
}
.footer .widget.widget_latest_post .post-number {
  background-color: #ffffff !important;
}
.footer .widget.widget_latest_post .post-author {
  color: #cec8ff;
}
.footer .widget.widget_social_links .social-icons li:not(:last-child), .footer .widget.widget_social_links .woocommerce .quick-icons li:not(:last-child), .woocommerce .footer .widget.widget_social_links .quick-icons li:not(:last-child), .footer .widget.widget_social_links .social-icons .page-links span:not(:last-child), .footer .widget.widget_social_links .woocommerce .quick-icons .page-links span:not(:last-child), .woocommerce .footer .widget.widget_social_links .quick-icons .page-links span:not(:last-child), .page-links .footer .widget.widget_social_links .social-icons span:not(:last-child), .page-links .footer .widget.widget_social_links .woocommerce .quick-icons span:not(:last-child), .woocommerce .page-links .footer .widget.widget_social_links .quick-icons span:not(:last-child) {
  margin-right: 6px;
}
@media only screen and (max-width: 991px) {
  .footer .widget.widget_social_links .social-icons li a, .footer .widget.widget_social_links .woocommerce .quick-icons li a, .woocommerce .footer .widget.widget_social_links .quick-icons li a, .footer .widget.widget_social_links .social-icons .page-links span a, .footer .widget.widget_social_links .woocommerce .quick-icons .page-links span a, .woocommerce .footer .widget.widget_social_links .quick-icons .page-links span a, .page-links .footer .widget.widget_social_links .social-icons span a, .page-links .footer .widget.widget_social_links .woocommerce .quick-icons span a, .woocommerce .page-links .footer .widget.widget_social_links .quick-icons span a {
    width: 35px;
    height: 35px;
  }
}
.footer .widget.widget_social_links .social-icons li a i, .footer .widget.widget_social_links .woocommerce .quick-icons li a i, .woocommerce .footer .widget.widget_social_links .quick-icons li a i, .footer .widget.widget_social_links .social-icons .page-links span a i, .footer .widget.widget_social_links .woocommerce .quick-icons .page-links span a i, .woocommerce .footer .widget.widget_social_links .quick-icons .page-links span a i, .page-links .footer .widget.widget_social_links .social-icons span a i, .page-links .footer .widget.widget_social_links .woocommerce .quick-icons span a i, .woocommerce .page-links .footer .widget.widget_social_links .quick-icons span a i {
  color: #ffffff;
}
.footer .widget.widget_rss ul li .rss-date, .footer .widget.widget_rss ul .page-links span .rss-date, .page-links .footer .widget.widget_rss ul span .rss-date {
  color: #e1defa;
}
/* Footer Bottom */
.footer-bottom {
  padding: 40px 0;
  color: #d2cdfb;
  font-size: 14px;
  line-height: 1;
}
.footer-bottom a {
  color: #d2cdfb;
}
.footer-bottom .social-icons li a, .footer-bottom .woocommerce .quick-icons li a, .woocommerce .footer-bottom .quick-icons li a, .footer-bottom .social-icons .page-links span a, .footer-bottom .woocommerce .quick-icons .page-links span a, .woocommerce .footer-bottom .quick-icons .page-links span a, .page-links .footer-bottom .social-icons span a, .page-links .footer-bottom .woocommerce .quick-icons span a, .woocommerce .page-links .footer-bottom .quick-icons span a {
  width: 40px;
  height: 40px;
}
.footer-bottom .social-icons li a i, .footer-bottom .woocommerce .quick-icons li a i, .woocommerce .footer-bottom .quick-icons li a i, .footer-bottom .social-icons .page-links span a i, .footer-bottom .woocommerce .quick-icons .page-links span a i, .woocommerce .footer-bottom .quick-icons .page-links span a i, .page-links .footer-bottom .social-icons span a i, .page-links .footer-bottom .woocommerce .quick-icons span a i, .woocommerce .page-links .footer-bottom .quick-icons span a i {
  color: #ffffff;
}

/* ************************
 *
 * 2.7: 404
 *
 * ********************* */
@media only screen and (max-width: 767px) {
  .not-found-content {
    padding-top: 100px;
  }
}
.not-found-content h3 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 56px;
  margin: 30px 0 50px;
}
@media only screen and (max-width: 575px) {
  .not-found-content h3 {
    letter-spacing: 30px;
    margin-right: -30px;
  }
}
.not-found-content .search-form, .not-found-content .coming-soon-content .newsletter-form, .coming-soon-content .not-found-content .newsletter-form {
  margin: 0 auto;
}

/* Search From */
.search-form, .coming-soon-content .newsletter-form {
  max-width: 750px;
}
.search-form form, .coming-soon-content .newsletter-form form, .coming-soon-content .search-form form {
  margin-bottom: 30px;
}
.search-form form input, .coming-soon-content .newsletter-form form input {
  box-shadow: none !important;
  color: #ffffff;
}
.search-form form input::-webkit-input-placeholder, .coming-soon-content .newsletter-form form input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.search-form form input::-moz-placeholder, .coming-soon-content .newsletter-form form input::-moz-placeholder {
  color: #ffffff !important;
}
.search-form form input:-ms-input-placeholder, .coming-soon-content .newsletter-form form input:-ms-input-placeholder {
  color: #ffffff !important;
}
.search-form form input::placeholder, .coming-soon-content .newsletter-form form input::placeholder {
  color: #ffffff !important;
}
.search-form form .input-group .submit-btn i, .coming-soon-content .newsletter-form form .input-group .submit-btn i,
.search-form form .input-group .submit-btn svg,
.coming-soon-content .newsletter-form form .input-group .submit-btn svg {
  margin: 0;
}

/* ************************
 *
 * 2.8: Coming Soon
 *
 * ********************* */
.coming-soon-content h2 {
  font-size: 70px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-content h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .coming-soon-content h2 {
    font-size: 40px;
  }
}
.coming-soon-content h3,
.coming-soon-content h4 {
  font-weight: 500;
}
.coming-soon-content h3 {
  font-size: 30px;
  margin: 30px 0;
}
@media only screen and (max-width: 991px) {
  .coming-soon-content h3 br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .coming-soon-content h3 {
    font-size: 20px;
  }
}
.coming-soon-content h4 {
  margin-bottom: 20px;
}
.coming-soon-content .newsletter-form svg, .coming-soon-content .search-form svg {
  margin-left: 5px !important;
}

.social-icons ul li:not(:last-child), .woocommerce .quick-icons ul li:not(:last-child), .social-icons ul .page-links span:not(:last-child), .woocommerce .quick-icons ul .page-links span:not(:last-child), .page-links .social-icons ul span:not(:last-child), .page-links .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .quick-icons ul span:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .social-icons ul li:not(:last-child), .woocommerce .quick-icons ul li:not(:last-child), .social-icons ul .page-links span:not(:last-child), .woocommerce .quick-icons ul .page-links span:not(:last-child), .page-links .social-icons ul span:not(:last-child), .page-links .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .quick-icons ul span:not(:last-child) {
    margin-right: 6px;
  }
}
.social-icons ul li a, .woocommerce .quick-icons ul li a, .social-icons ul .page-links span a, .woocommerce .quick-icons ul .page-links span a, .page-links .social-icons ul span a, .page-links .woocommerce .quick-icons ul span a, .woocommerce .page-links .quick-icons ul span a {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border: 1px solid #dedede;
  border-radius: 50%;
}
/* ************************
 *
 * 3.1: Service
 *
 * ********************* */
/* Service Slider */
.service-slider .single-service img, .service-slider .single-why-choose img, .service-slider .single-domain-feature img {
  width: auto !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.service-slider .owl-nav button, .service-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .service-slider .owl-nav span,
.service-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .service-slider .owl-nav span {
  right: -33px;
  top: -100px;
}
@media only screen and (max-width: 767px) {
  .service-slider .owl-nav button, .service-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .service-slider .owl-nav span,
.service-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .service-slider .owl-nav span {
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
  }
}

/* Single Service */
.single-service, .single-why-choose, .single-domain-feature {
  margin-bottom: 50px;
  padding: 50px 25px 47px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-top: 1px solid;
}
@media only screen and (max-width: 991px) {
  .single-service, .single-why-choose, .single-domain-feature {
    padding: 50px 15px 47px;
  }
}
.single-service i, .single-why-choose i, .single-domain-feature i {
  font-size: 43px;
}
.single-service h4, .single-why-choose h4, .single-domain-feature h4 {
  color: #31333e;
  font-weight: 900;
  line-height: 1;
  margin: 30px 0 20px;
}
.single-service p, .single-why-choose p, .single-domain-feature p {
  line-height: 1.5;
  font-size: 16px;
}
.single-service .service-btn, .single-why-choose .service-btn, .single-domain-feature .service-btn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translate(-50%, 18px);
          transform: translate(-50%, 18px);
  overflow: hidden;
}
.single-service:hover, .single-why-choose:hover, .single-domain-feature:hover {
  padding-bottom: 77px;
  margin-bottom: 0px;
}
.single-service:hover a, .single-why-choose:hover a, .single-domain-feature:hover a {
  bottom: 57px;
  opacity: 1;
  visibility: visible;
}

/* ************************
 *
 * 3.2: Connections
 *
 * ********************* */
.connection-details h2 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .connection-details h2 br {
    display: none;
  }
}

.line-image {
  height: 220px;
  width: 86%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .line-image {
    height: 100px;
  }
}
.line-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .line-image img {
    display: none;
  }
}

/* ************************
 *
 * 3.3: Includes
 *
 * ********************* */
.includes-slider {
  padding: 30px 100px 0 30px;
  background-color: #ffffff;
  border-top: 1px solid;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.includes-slider .single-include {
  background-color: #fffaf1;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.includes-slider .single-include p {
  line-height: 1.375;
  margin-top: 8px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 16px;
}
.includes-slider .single-include i {
  font-size: 27px;
}
.includes-slider .single-include:hover svg path, .includes-slider .single-include.active svg path {
  fill: #ff91d9;
}
.includes-slider .owl-nav button, .includes-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .includes-slider .owl-nav span,
.includes-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .includes-slider .owl-nav span {
  right: 15px;
  display: block;
  margin-right: 0 !important;
  top: calc(50% - 25px);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.includes-slider .owl-nav button.owl-next, .includes-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span.owl-next, .shop--product-slider .product-thumbs .swiper-button-next .includes-slider .owl-nav span.owl-next,
.includes-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span.owl-next,
.shop--product-slider .product-thumbs .swiper-button-prev .includes-slider .owl-nav span.owl-next {
  top: calc(50% + 25px);
  margin-left: 0 !important;
}
.includes-slider .owl-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ************************
 *
 * 3.4: Features
 *
 * ********************* */
/* VOIP Feature */
.voip-feature p {
  margin: 25px 0 20px;
}
.voip-feature ul li, .voip-feature ul .page-links span, .page-links .voip-feature ul span {
  position: relative;
  padding-left: 20px;
}
.voip-feature ul li:not(:last-child), .voip-feature ul .page-links span:not(:last-child), .page-links .voip-feature ul span:not(:last-child) {
  margin-bottom: 2px;
}
.voip-feature ul li:after, .voip-feature ul .page-links span:after, .page-links .voip-feature ul span:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  left: 0;
  font-size: 16px;
  top: 2px;
}
.voip-feature .btn, .voip-feature .woocommerce table.my_account_orders .woocommerce-button.button, .woocommerce table.my_account_orders .voip-feature .woocommerce-button.button {
  margin-top: 25px;
}

/* VOIP Server Feature */
.single-feature {
  padding: 30px 15px;
  background-color: #ffffff;
  border-top: 1px solid;
  margin-bottom: 30px;
}
.single-feature i {
  font-size: 24px;
  color: #999999;
  margin-bottom: 16px;
}
.single-feature h4 {
  font-weight: 600;
}
/* Single Feature Table */
.feature-table .single-feature-table {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .feature-table .single-feature-table:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-table .single-feature-table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
.feature-table .single-feature-table .feature-table-head {
  padding: 30px;
  font-weight: 600;
  color: #ffffff;
}
.feature-table .single-feature-table .feature-table-body ul li, .feature-table .single-feature-table .feature-table-body ul .page-links span, .page-links .feature-table .single-feature-table .feature-table-body ul span {
  padding: 22px 15px;
}
.feature-table .single-feature-table .feature-table-body ul li:nth-child(2n+2), .feature-table .single-feature-table .feature-table-body ul .page-links span:nth-child(2n+2), .page-links .feature-table .single-feature-table .feature-table-body ul span:nth-child(2n+2) {
  background-color: #fffefd;
}
@media only screen and (max-width: 991px) {
  .feature-table .single-feature-table .feature-table-body ul li, .feature-table .single-feature-table .feature-table-body ul .page-links span, .page-links .feature-table .single-feature-table .feature-table-body ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.feature-table .single-feature-table .feature-table-footer {
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .feature-table .single-feature-table .feature-table-footer {
    background-color: #fffefd;
  }
}
.feature-table table thead {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .feature-table table thead {
    display: none;
  }
}
.feature-table table thead th {
  font-size: 14px;
  font-weight: 600;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .feature-table table thead th {
    padding: 30px 15px;
  }
}
.feature-table table tbody tr {
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .feature-table table tbody tr:not(:last-child) {
    display: block;
    margin-bottom: 50px;
  }
}
.feature-table table tbody tr td {
  font-size: 14px;
  line-height: 1.4;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .feature-table table tbody tr td {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-table table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: right;
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-table table tbody tr td:last-child {
    background-color: #fffaf5;
  }
}
@media only screen and (max-width: 991px) {
  .feature-table table tbody tr td .labelText {
    text-align: left;
    margin-right: 20px;
    font-weight: 600;
    min-width: 100px;
  }
}
.feature-table table tbody tr.speacer {
  height: 20px;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .feature-table table tbody tr.speacer {
    display: none;
  }
}
.feature-table.app-table thead th {
  padding: 30px 15px;
  text-align: center;
}
.feature-table.app-table tbody td {
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  text-align: left;
}
.feature-table.app-table tbody td .provider-logo {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  background-color: #fafafa;
}
.feature-table.app-table tbody td .app-feature-list li, .feature-table.app-table tbody td .app-feature-list .page-links span, .page-links .feature-table.app-table tbody td .app-feature-list span {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}
.feature-table.app-table tbody td .app-feature-list li:not(:last-child), .feature-table.app-table tbody td .app-feature-list .page-links span:not(:last-child), .page-links .feature-table.app-table tbody td .app-feature-list span:not(:last-child) {
  margin-bottom: 9px;
}
.feature-table.app-table tbody td .app-feature-list li:before, .feature-table.app-table tbody td .app-feature-list .page-links span:before, .page-links .feature-table.app-table tbody td .app-feature-list span:before {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  line-height: 22px;
  font-family: "FontAwesome";
  content: "";
}
.feature-table.app-table tbody td .money-back-days,
.feature-table.app-table tbody td .setup-price {
  font-weight: 500;
}
.feature-table.app-table tbody td .app-review h6 {
  font-size: 14px;
  font-weight: 600;
}
.feature-table.app-table tbody td .app-review .rating-star i {
  font-size: 10px;
  color: #ffd800;
}
.feature-table.app-table tbody td .app-review p {
  font-size: 12px;
}
.feature-table.app-table .feature-btn-wrap {
  margin-top: 47px;
}
@media only screen and (max-width: 991px) {
  .feature-table.app-table .feature-btn-wrap {
    margin-top: 27px;
  }
}

/* ************************
 *
 * 3.5: Counter
 *
 * ********************* */
.single-counter {
  margin-bottom: 50px;
}
.single-counter h2 {
  font-weight: 900;
  margin-bottom: 8px;
  margin-top: -5px;
}
.single-counter p {
  color: #d8d3ff;
  line-height: 1;
}

/* ************************
 *
 * 3.6: Features
 *
 * ********************* */
/* Pricing Nav */
.pricing-navtab .nav {
  border: none;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 50px;
}
.pricing-navtab .nav .nav-item {
  padding-right: 15px;
}
.pricing-navtab .nav .nav-item:first-child {
  padding-left: 40px;
}
.pricing-navtab .nav .nav-item:last-child {
  padding-right: 40px;
}
.pricing-navtab .nav .nav-item a {
  display: block;
  line-height: 50px;
  color: #222222;
  position: relative;
  overflow: hidden;
}
.pricing-navtab .nav .nav-item a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  left: 50%;
  right: 50%;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pricing-navtab .nav .nav-item a:hover:after, .pricing-navtab .nav .nav-item a.active:after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/* Pricing Table */
.single-pricing-table {
  padding: 40px 30px;
  background-color: #ffffff;
  border-top: 1px solid;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}
.single-pricing-table.popular {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-pricing-table.popular:after {
  position: absolute;
  content: "* Popular Plan";
  color: #ffffff;
  right: -45px;
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  font-size: 12px;
  font-weight: 700;
  width: 200px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.single-pricing-table .pt-header {
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 1px solid #ebebeb;
}
.single-pricing-table .pt-header p {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-transform: capitalize;
}
.single-pricing-table .pt-header h2 {
  font-size: 36px;
  font-weight: 900;
  margin-top: 5px;
}
.single-pricing-table .pt-header h2 small {
  font-size: 16px;
  font-weight: 900;
}
.single-pricing-table .pt-header span {
  color: #999999;
  font-size: 14px;
}
.single-pricing-table .pt-content li, .single-pricing-table .pt-content .page-links span, .page-links .single-pricing-table .pt-content span {
  color: #222222;
  line-height: 1.4;
  font-size: 16px;
}
.single-pricing-table .pt-content li:not(:last-child), .single-pricing-table .pt-content .page-links span:not(:last-child), .page-links .single-pricing-table .pt-content span:not(:last-child) {
  margin-bottom: 15px;
}
.single-pricing-table .pricing-btn-wrapper {
  margin-top: 20px;
}
.single-pricing-table:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}
/* Pricing Slider */
.pricing-slider .owl-nav button, .pricing-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .pricing-slider .owl-nav span,
.pricing-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .pricing-slider .owl-nav span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pricing-slider .owl-dots {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ************************
 *
 * 3.7: Testimonial
 *
 * ********************* */
/* Single Testimonial */
.single-testimonial .testimonial-text {
  margin-bottom: 27px;
}
.single-testimonial .tetimonial-author .rating {
  color: #ffd800;
}
.single-testimonial .tetimonial-author .author-name {
  font-size: 20px;
  font-weight: 500;
}
.single-testimonial .tetimonial-author .author-country {
  font-size: 14px;
  color: #555555;
}

/* Testimonial Slider */
.testimonial-slider {
  padding-bottom: 80px;
  margin-top: -10px;
}
.testimonial-slider .owl-nav button, .testimonial-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .testimonial-slider .owl-nav span,
.testimonial-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .testimonial-slider .owl-nav span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  bottom: 0;
}
.testimonial-slider .owl-dots {
  bottom: 0;
}

/* Partners */
.partner-logo {
  padding-top: 100px;
}
.partner-logo img {
  width: auto !important;
  margin: 0 auto;
  opacity: 0.4;
}
.partner-logo img:hover {
  opacity: 1;
}

/* ************************
 *
 * 3.8: App Feature
 *
 * ********************* */
.app-feature .section-title h2, .app-feature .domain-section-title h2, .app-feature .data-center-title h2, .app-feature .about-content .about-title h2, .about-content .app-feature .about-title h2, .app-feature .affiliate-title h2, .app-feature .coming-soon-content h2 {
  line-height: 1.27;
}
.app-feature .app-feature-text {
  font-size: 16px;
  margin-bottom: 36px;
  margin-top: -10px;
}
.app-feature .app-feature-btns .app-btn {
  padding: 20px;
  background-color: #ffffff;
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.app-feature .app-feature-btns .app-btn .btn-icon {
  font-size: 36px;
  margin-right: 20px;
  line-height: 1;
}
.app-feature .app-feature-btns .app-btn .btn-text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.app-feature .app-feature-btns .app-btn .btn-text span small {
  font-size: 12px;
  color: #555555;
  display: block;
}
.app-feature .app-feature-btns .app-btn a.icon-right {
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
}
.app-feature .app-feature-btns .app-btn a.icon-right .btn-icon {
  margin-right: 0;
  margin-left: 20px;
}
.app-feature .app-feature-btns .app-btn:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}
.app-feature .app-feature-btns .app-btn:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .app-feature .app-feature-btns .app-btn:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ************************
 *
 * 3.9: Newsletter
 *
 * ********************* */
.newsletter {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-text {
    margin-bottom: 50px;
  }
}
.newsletter .newsletter-text h2 {
  color: #ffffff;
  line-height: 1.33;
  font-weight: 900;
  margin-top: -5px;
  margin-bottom: -8px;
}
.newsletter .newsletter-text h2 strong {
  display: block;
}
@media only screen and (max-width: 991px) {
  .newsletter .newsletter-text h2 strong {
    display: inline;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter-text h2 strong {
    display: block;
  }
}
@media only screen and (max-width: 379px) {
  .newsletter .newsletter-text h2 strong {
    display: inline;
  }
}

.newsletter-form .input-group input, .search-form .input-group input {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* ************************
 *
 * 3.10: Back to Top
 *
 * ********************* */
.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.back-to-top a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.back-to-top a i {
  font-size: 24px;
}
.back-to-top a:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.back-to-top a:hover svg path {
  fill: #5245c2;
}

/* ************************
 *
 *  3.11: Affiliate
 *
 * ********************* */
/* Affiliate Title */
.affiliate-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .affiliate-title {
    margin-bottom: 50px;
  }
}
.affiliate-title h2 {
  font-size: 30px;
  line-height: 1.2;
}
.affiliate-title strong {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .affiliate-title strong {
    display: inline;
  }
}
.affiliate-title strong small {
  font-size: 16px;
  font-weight: 900;
}
.affiliate-title blockquote p {
  font-style: italic;
  display: block;
}
.affiliate-title blockquote p span {
  display: inline;
}
.affiliate-title cite {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

/* Affiliate Calculator */
.affiliate-calculation {
  background-color: #ffffff;
}
.affiliate-calculation ul li, .affiliate-calculation ul .page-links span, .page-links .affiliate-calculation ul span {
  font-size: 14px;
  padding: 15px 30px;
  line-height: 1;
}
.affiliate-calculation ul li:first-child, .affiliate-calculation ul .page-links span:first-child, .page-links .affiliate-calculation ul span:first-child {
  background-color: #fff4df;
  font-size: 16px;
  padding: 20px 30px;
}
.affiliate-calculation ul li:nth-child(2), .affiliate-calculation ul .page-links span:nth-child(2), .page-links .affiliate-calculation ul span:nth-child(2) {
  padding-top: 30px;
}
.affiliate-calculation ul li:last-child, .affiliate-calculation ul .page-links span:last-child, .page-links .affiliate-calculation ul span:last-child {
  padding-bottom: 30px;
}
.affiliate-calculation ul li:last-child:after, .affiliate-calculation ul .page-links span:last-child:after, .page-links .affiliate-calculation ul span:last-child:after {
  bottom: 35px !important;
}
.affiliate-calculation ul li:first-child, .affiliate-calculation ul .page-links span:first-child, .page-links .affiliate-calculation ul span:first-child,
.affiliate-calculation ul li span:last-child,
.affiliate-calculation ul .page-links span span:last-child,
.page-links .affiliate-calculation ul span span:last-child {
  font-weight: 600;
}
.affiliate-calculation ul li:not(:first-child), .affiliate-calculation ul .page-links span:not(:first-child), .page-links .affiliate-calculation ul span:not(:first-child) {
  position: relative;
  z-index: 1;
}
.affiliate-calculation ul li:not(:first-child) span, .affiliate-calculation ul .page-links span:not(:first-child) span, .page-links .affiliate-calculation ul span:not(:first-child) span {
  background-color: #fff;
}
.affiliate-calculation ul li:not(:first-child) span:first-child, .affiliate-calculation ul .page-links span:not(:first-child) span:first-child, .page-links .affiliate-calculation ul span:not(:first-child) span:first-child {
  padding-right: 5px;
}
.affiliate-calculation ul li:not(:first-child) span:last-child, .affiliate-calculation ul .page-links span:not(:first-child) span:last-child, .page-links .affiliate-calculation ul span:not(:first-child) span:last-child {
  padding-left: 5px;
}
.affiliate-calculation ul li:not(:first-child):after, .affiliate-calculation ul .page-links span:not(:first-child):after, .page-links .affiliate-calculation ul span:not(:first-child):after {
  content: "";
  position: absolute;
  border-top: 1px dotted #31333e;
  width: calc(100% - 60px);
  height: 1px;
  left: 30px;
  right: 30px;
  bottom: 20px;
  z-index: -1;
}

/* Single Affiliate */
.single-affiliate {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.single-affiliate:not(:last-child) {
  margin-bottom: 30px;
}
.single-affiliate .affiliate-img {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .single-affiliate .affiliate-img {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.single-affiliate .affiliate-text p {
  margin: 10px 0;
  font-size: 16px;
}
.single-affiliate .affiliate-text p span {
  font-weight: 600;
}
.single-affiliate:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.07);
}

/* ************************
 *
 * 3.12: Working Process
 *
 * ********************* */
.single-process {
  background-color: #ffffff;
  padding: 50px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.single-process .process-icon {
  height: 80px;
  width: 80px;
  border: 1px solid #dedede;
  border-radius: 50%;
  margin: 0 auto;
}
.single-process .process-icon i {
  font-size: 24px;
}
.single-process h4 {
  margin: 27px 0 20px;
}
.single-process p {
  font-size: 16px;
  line-height: 1.5;
}
.single-process:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.07);
}
.single-process.text-left .process-icon {
  margin: 0;
}
.single-process.text-right .process-icon {
  margin-left: calc(100% - 80px);
}

/* ************************
 *
 * 3.13: FAQ
 *
 * ********************* */
.faq-wrap {
  margin-top: -10px;
}

@media only screen and (max-width: 1199px) {
  .faq-title br {
    display: none;
  }
}

/* Single Faq */
.single-faq:not(:last-child) {
  margin-bottom: 15px;
}
.single-faq .faq-question {
  font-weight: 500;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 5px;
}
.single-faq .faq-question:after {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  font-family: "FontAwesome";
  content: "";
}
.single-faq .faq-question:hover:after, .single-faq .faq-question[aria-expanded=true]:after {
  content: "";
}
.single-faq .faq-answer {
  font-size: 16px;
}

.faq-info {
  margin-top: 45px;
}
.faq-info p {
  margin-top: 20px;
  font-size: 16px;
}
/* Faq Category */
.single-faq-category {
  margin-bottom: 50px;
}
.single-faq-category .faq-title {
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.single-faq-category .faq-title h4 {
  font-weight: 600;
}
.single-faq-category .faq-title span {
  font-size: 14px;
  font-weight: 500;
}
.single-faq-category .faq-content .single-faq {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.single-faq-category .faq-content .single-faq .faq-question {
  padding-right: 0;
  padding-left: 20px;
  margin-bottom: 6px;
}
.single-faq-category .faq-content .single-faq .faq-question:after {
  content: "" !important;
  left: 5px;
  right: auto;
}
.single-faq-category .faq-content .single-faq .faq-answer {
  padding-left: 20px;
}
.single-faq-category .faq-content .faq-btn {
  margin-top: 20px;
}
.single-faq-category .faq-content .faq-btn .btn i, .single-faq-category .faq-content .faq-btn .woocommerce table.my_account_orders .woocommerce-button.button i, .woocommerce table.my_account_orders .single-faq-category .faq-content .faq-btn .woocommerce-button.button i,
.single-faq-category .faq-content .faq-btn .btn svg,
.single-faq-category .faq-content .faq-btn .woocommerce table.my_account_orders .woocommerce-button.button svg,
.woocommerce table.my_account_orders .single-faq-category .faq-content .faq-btn .woocommerce-button.button svg {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  margin-top: -6px;
}
.single-faq-category .faq-content .faq-btn .btn:hover i, .single-faq-category .faq-content .faq-btn .woocommerce table.my_account_orders .woocommerce-button.button:hover i, .woocommerce table.my_account_orders .single-faq-category .faq-content .faq-btn .woocommerce-button.button:hover i,
.single-faq-category .faq-content .faq-btn .btn:hover svg,
.single-faq-category .faq-content .faq-btn .woocommerce table.my_account_orders .woocommerce-button.button:hover svg,
.woocommerce table.my_account_orders .single-faq-category .faq-content .faq-btn .woocommerce-button.button:hover svg {
  left: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
}

/* ************************
 *
 * 3.14: App Feature
 *
 * ********************* */
.about-content .about-title {
  margin-bottom: 0;
}
.about-content .about-title h2 {
  font-size: 30px;
}
.about-content .about-text p:first-child {
  font-weight: 500;
  margin: 22px 0;
}

@media only screen and (max-width: 991px) {
  .about-image,
.faq-image {
    margin-top: 50px;
  }
}

/* ************************
 *
 * 3.15: Team
 *
 * ********************* */
/* Single Team */
.single-team-member .team-img, .single-team-member .single-product-item .product-img, .single-product-item .single-team-member .product-img, .single-product-item .team-img, .single-product-item .product-img {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-team-member .team-img:after, .single-product-item .team-img:after, .single-product-item .product-img:after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 0%, #fffaf1 100%);
  background: linear-gradient(to bottom, transparent 0%, #fffaf1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#fffaf1",GradientType=0);
}
.single-team-member .team-img .social-icons, .single-team-member .team-img .woocommerce .quick-icons, .woocommerce .single-team-member .team-img .quick-icons, .single-team-member .single-product-item .product-img .social-icons, .single-product-item .single-team-member .product-img .social-icons, .single-product-item .team-img .social-icons, .single-product-item .team-img .woocommerce .quick-icons, .woocommerce .single-product-item .team-img .quick-icons, .single-product-item .product-img .social-icons, .single-product-item .product-img .woocommerce .quick-icons, .woocommerce .single-product-item .product-img .quick-icons {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 15px;
}
.single-team-member .team-img .social-icons ul li, .single-team-member .team-img .woocommerce .quick-icons ul li, .woocommerce .single-team-member .team-img .quick-icons ul li, .single-product-item .team-img .social-icons ul li, .single-product-item .team-img .woocommerce .quick-icons ul li, .woocommerce .single-product-item .team-img .quick-icons ul li, .single-product-item .product-img .social-icons ul li, .single-product-item .product-img .woocommerce .quick-icons ul li, .woocommerce .single-product-item .product-img .quick-icons ul li, .single-team-member .team-img .social-icons ul .page-links span, .single-team-member .team-img .woocommerce .quick-icons ul .page-links span, .woocommerce .single-team-member .team-img .quick-icons ul .page-links span, .single-product-item .team-img .social-icons ul .page-links span, .single-product-item .team-img .woocommerce .quick-icons ul .page-links span, .woocommerce .single-product-item .team-img .quick-icons ul .page-links span, .single-product-item .product-img .social-icons ul .page-links span, .single-product-item .product-img .woocommerce .quick-icons ul .page-links span, .woocommerce .single-product-item .product-img .quick-icons ul .page-links span, .page-links .single-team-member .team-img .social-icons ul span, .page-links .single-team-member .team-img .woocommerce .quick-icons ul span, .woocommerce .page-links .single-team-member .team-img .quick-icons ul span, .single-product-item .page-links .single-team-member .product-img .social-icons ul span, .single-product-item .page-links .single-team-member .product-img .woocommerce .quick-icons ul span, .woocommerce .single-product-item .page-links .single-team-member .product-img .quick-icons ul span, .page-links .single-product-item .team-img .social-icons ul span, .page-links .single-product-item .team-img .woocommerce .quick-icons ul span, .woocommerce .page-links .single-product-item .team-img .quick-icons ul span, .page-links .single-product-item .product-img .social-icons ul span, .page-links .single-product-item .product-img .woocommerce .quick-icons ul span, .woocommerce .page-links .single-product-item .product-img .quick-icons ul span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.single-team-member .team-img .social-icons ul li:not(:last-child), .single-team-member .team-img .woocommerce .quick-icons ul li:not(:last-child), .woocommerce .single-team-member .team-img .quick-icons ul li:not(:last-child), .single-product-item .team-img .social-icons ul li:not(:last-child), .single-product-item .team-img .woocommerce .quick-icons ul li:not(:last-child), .woocommerce .single-product-item .team-img .quick-icons ul li:not(:last-child), .single-product-item .product-img .social-icons ul li:not(:last-child), .single-product-item .product-img .woocommerce .quick-icons ul li:not(:last-child), .woocommerce .single-product-item .product-img .quick-icons ul li:not(:last-child), .single-team-member .team-img .social-icons ul .page-links span:not(:last-child), .single-team-member .team-img .woocommerce .quick-icons ul .page-links span:not(:last-child), .woocommerce .single-team-member .team-img .quick-icons ul .page-links span:not(:last-child), .single-product-item .team-img .social-icons ul .page-links span:not(:last-child), .single-product-item .team-img .woocommerce .quick-icons ul .page-links span:not(:last-child), .woocommerce .single-product-item .team-img .quick-icons ul .page-links span:not(:last-child), .single-product-item .product-img .social-icons ul .page-links span:not(:last-child), .single-product-item .product-img .woocommerce .quick-icons ul .page-links span:not(:last-child), .woocommerce .single-product-item .product-img .quick-icons ul .page-links span:not(:last-child), .page-links .single-team-member .team-img .social-icons ul span:not(:last-child), .page-links .single-team-member .team-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .single-team-member .team-img .quick-icons ul span:not(:last-child), .single-product-item .page-links .single-team-member .product-img .social-icons ul span:not(:last-child), .single-product-item .page-links .single-team-member .product-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .single-product-item .page-links .single-team-member .product-img .quick-icons ul span:not(:last-child), .page-links .single-product-item .team-img .social-icons ul span:not(:last-child), .page-links .single-product-item .team-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .single-product-item .team-img .quick-icons ul span:not(:last-child), .page-links .single-product-item .product-img .social-icons ul span:not(:last-child), .page-links .single-product-item .product-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .single-product-item .product-img .quick-icons ul span:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  .single-team-member .team-img .social-icons ul li:not(:last-child), .single-team-member .team-img .woocommerce .quick-icons ul li:not(:last-child), .woocommerce .single-team-member .team-img .quick-icons ul li:not(:last-child), .single-product-item .team-img .social-icons ul li:not(:last-child), .single-product-item .team-img .woocommerce .quick-icons ul li:not(:last-child), .woocommerce .single-product-item .team-img .quick-icons ul li:not(:last-child), .single-product-item .product-img .social-icons ul li:not(:last-child), .single-product-item .product-img .woocommerce .quick-icons ul li:not(:last-child), .woocommerce .single-product-item .product-img .quick-icons ul li:not(:last-child), .single-team-member .team-img .social-icons ul .page-links span:not(:last-child), .single-team-member .team-img .woocommerce .quick-icons ul .page-links span:not(:last-child), .woocommerce .single-team-member .team-img .quick-icons ul .page-links span:not(:last-child), .single-product-item .team-img .social-icons ul .page-links span:not(:last-child), .single-product-item .team-img .woocommerce .quick-icons ul .page-links span:not(:last-child), .woocommerce .single-product-item .team-img .quick-icons ul .page-links span:not(:last-child), .single-product-item .product-img .social-icons ul .page-links span:not(:last-child), .single-product-item .product-img .woocommerce .quick-icons ul .page-links span:not(:last-child), .woocommerce .single-product-item .product-img .quick-icons ul .page-links span:not(:last-child), .page-links .single-team-member .team-img .social-icons ul span:not(:last-child), .page-links .single-team-member .team-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .single-team-member .team-img .quick-icons ul span:not(:last-child), .single-product-item .page-links .single-team-member .product-img .social-icons ul span:not(:last-child), .single-product-item .page-links .single-team-member .product-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .single-product-item .page-links .single-team-member .product-img .quick-icons ul span:not(:last-child), .page-links .single-product-item .team-img .social-icons ul span:not(:last-child), .page-links .single-product-item .team-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .single-product-item .team-img .quick-icons ul span:not(:last-child), .page-links .single-product-item .product-img .social-icons ul span:not(:last-child), .page-links .single-product-item .product-img .woocommerce .quick-icons ul span:not(:last-child), .woocommerce .page-links .single-product-item .product-img .quick-icons ul span:not(:last-child) {
    margin-right: 0;
  }
}
.single-team-member .team-img .social-icons ul li a, .single-team-member .team-img .woocommerce .quick-icons ul li a, .woocommerce .single-team-member .team-img .quick-icons ul li a, .single-product-item .team-img .social-icons ul li a, .single-product-item .team-img .woocommerce .quick-icons ul li a, .woocommerce .single-product-item .team-img .quick-icons ul li a, .single-product-item .product-img .social-icons ul li a, .single-product-item .product-img .woocommerce .quick-icons ul li a, .woocommerce .single-product-item .product-img .quick-icons ul li a, .single-team-member .team-img .social-icons ul .page-links span a, .single-team-member .team-img .woocommerce .quick-icons ul .page-links span a, .woocommerce .single-team-member .team-img .quick-icons ul .page-links span a, .single-product-item .team-img .social-icons ul .page-links span a, .single-product-item .team-img .woocommerce .quick-icons ul .page-links span a, .woocommerce .single-product-item .team-img .quick-icons ul .page-links span a, .single-product-item .product-img .social-icons ul .page-links span a, .single-product-item .product-img .woocommerce .quick-icons ul .page-links span a, .woocommerce .single-product-item .product-img .quick-icons ul .page-links span a, .page-links .single-team-member .team-img .social-icons ul span a, .page-links .single-team-member .team-img .woocommerce .quick-icons ul span a, .woocommerce .page-links .single-team-member .team-img .quick-icons ul span a, .single-product-item .page-links .single-team-member .product-img .social-icons ul span a, .single-product-item .page-links .single-team-member .product-img .woocommerce .quick-icons ul span a, .woocommerce .single-product-item .page-links .single-team-member .product-img .quick-icons ul span a, .page-links .single-product-item .team-img .social-icons ul span a, .page-links .single-product-item .team-img .woocommerce .quick-icons ul span a, .woocommerce .page-links .single-product-item .team-img .quick-icons ul span a, .page-links .single-product-item .product-img .social-icons ul span a, .page-links .single-product-item .product-img .woocommerce .quick-icons ul span a, .woocommerce .page-links .single-product-item .product-img .quick-icons ul span a {
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-color: transparent;
}
.single-team-member .team-img .social-icons ul li a i, .single-team-member .team-img .woocommerce .quick-icons ul li a i, .woocommerce .single-team-member .team-img .quick-icons ul li a i, .single-product-item .team-img .social-icons ul li a i, .single-product-item .team-img .woocommerce .quick-icons ul li a i, .woocommerce .single-product-item .team-img .quick-icons ul li a i, .single-product-item .product-img .social-icons ul li a i, .single-product-item .product-img .woocommerce .quick-icons ul li a i, .woocommerce .single-product-item .product-img .quick-icons ul li a i, .single-team-member .team-img .social-icons ul .page-links span a i, .single-team-member .team-img .woocommerce .quick-icons ul .page-links span a i, .woocommerce .single-team-member .team-img .quick-icons ul .page-links span a i, .single-product-item .team-img .social-icons ul .page-links span a i, .single-product-item .team-img .woocommerce .quick-icons ul .page-links span a i, .woocommerce .single-product-item .team-img .quick-icons ul .page-links span a i, .single-product-item .product-img .social-icons ul .page-links span a i, .single-product-item .product-img .woocommerce .quick-icons ul .page-links span a i, .woocommerce .single-product-item .product-img .quick-icons ul .page-links span a i, .page-links .single-team-member .team-img .social-icons ul span a i, .page-links .single-team-member .team-img .woocommerce .quick-icons ul span a i, .woocommerce .page-links .single-team-member .team-img .quick-icons ul span a i, .single-product-item .page-links .single-team-member .product-img .social-icons ul span a i, .single-product-item .page-links .single-team-member .product-img .woocommerce .quick-icons ul span a i, .woocommerce .single-product-item .page-links .single-team-member .product-img .quick-icons ul span a i, .page-links .single-product-item .team-img .social-icons ul span a i, .page-links .single-product-item .team-img .woocommerce .quick-icons ul span a i, .woocommerce .page-links .single-product-item .team-img .quick-icons ul span a i, .page-links .single-product-item .product-img .social-icons ul span a i, .page-links .single-product-item .product-img .woocommerce .quick-icons ul span a i, .woocommerce .page-links .single-product-item .product-img .quick-icons ul span a i {
  margin: 0;
}
.single-team-member .member-info, .single-team-member .single-product-item .product-info, .single-product-item .single-team-member .product-info, .single-product-item .member-info, .single-product-item .product-info {
  margin-top: 27px;
}
.single-team-member .member-info h4, .single-product-item .member-info h4, .single-product-item .product-info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.single-team-member:hover .team-img:after, .single-team-member:hover .single-product-item .product-img:after, .single-product-item .single-team-member:hover .product-img:after, .single-product-item:hover .team-img:after, .single-product-item:hover .product-img:after {
  top: 0;
  opacity: 0.8;
  visibility: visible;
}
.single-team-member:hover .social-icons ul li, .single-team-member:hover .woocommerce .quick-icons ul li, .woocommerce .single-team-member:hover .quick-icons ul li, .single-product-item:hover .social-icons ul li, .single-product-item:hover .woocommerce .quick-icons ul li, .woocommerce .single-product-item:hover .quick-icons ul li, .single-team-member:hover .social-icons ul .page-links span, .single-team-member:hover .woocommerce .quick-icons ul .page-links span, .woocommerce .single-team-member:hover .quick-icons ul .page-links span, .single-product-item:hover .social-icons ul .page-links span, .single-product-item:hover .woocommerce .quick-icons ul .page-links span, .woocommerce .single-product-item:hover .quick-icons ul .page-links span, .page-links .single-team-member:hover .social-icons ul span, .page-links .single-team-member:hover .woocommerce .quick-icons ul span, .woocommerce .page-links .single-team-member:hover .quick-icons ul span, .page-links .single-product-item:hover .social-icons ul span, .page-links .single-product-item:hover .woocommerce .quick-icons ul span, .woocommerce .page-links .single-product-item:hover .quick-icons ul span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-team-member:hover .social-icons ul li:first-child, .single-team-member:hover .woocommerce .quick-icons ul li:first-child, .woocommerce .single-team-member:hover .quick-icons ul li:first-child, .single-product-item:hover .social-icons ul li:first-child, .single-product-item:hover .woocommerce .quick-icons ul li:first-child, .woocommerce .single-product-item:hover .quick-icons ul li:first-child, .single-team-member:hover .social-icons ul .page-links span:first-child, .single-team-member:hover .woocommerce .quick-icons ul .page-links span:first-child, .woocommerce .single-team-member:hover .quick-icons ul .page-links span:first-child, .single-product-item:hover .social-icons ul .page-links span:first-child, .single-product-item:hover .woocommerce .quick-icons ul .page-links span:first-child, .woocommerce .single-product-item:hover .quick-icons ul .page-links span:first-child, .page-links .single-team-member:hover .social-icons ul span:first-child, .page-links .single-team-member:hover .woocommerce .quick-icons ul span:first-child, .woocommerce .page-links .single-team-member:hover .quick-icons ul span:first-child, .page-links .single-product-item:hover .social-icons ul span:first-child, .page-links .single-product-item:hover .woocommerce .quick-icons ul span:first-child, .woocommerce .page-links .single-product-item:hover .quick-icons ul span:first-child {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.single-team-member:hover .social-icons ul li:nth-child(2), .single-team-member:hover .woocommerce .quick-icons ul li:nth-child(2), .woocommerce .single-team-member:hover .quick-icons ul li:nth-child(2), .single-product-item:hover .social-icons ul li:nth-child(2), .single-product-item:hover .woocommerce .quick-icons ul li:nth-child(2), .woocommerce .single-product-item:hover .quick-icons ul li:nth-child(2), .single-team-member:hover .social-icons ul .page-links span:nth-child(2), .single-team-member:hover .woocommerce .quick-icons ul .page-links span:nth-child(2), .woocommerce .single-team-member:hover .quick-icons ul .page-links span:nth-child(2), .single-product-item:hover .social-icons ul .page-links span:nth-child(2), .single-product-item:hover .woocommerce .quick-icons ul .page-links span:nth-child(2), .woocommerce .single-product-item:hover .quick-icons ul .page-links span:nth-child(2), .page-links .single-team-member:hover .social-icons ul span:nth-child(2), .page-links .single-team-member:hover .woocommerce .quick-icons ul span:nth-child(2), .woocommerce .page-links .single-team-member:hover .quick-icons ul span:nth-child(2), .page-links .single-product-item:hover .social-icons ul span:nth-child(2), .page-links .single-product-item:hover .woocommerce .quick-icons ul span:nth-child(2), .woocommerce .page-links .single-product-item:hover .quick-icons ul span:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.single-team-member:hover .social-icons ul li:nth-child(3), .single-team-member:hover .woocommerce .quick-icons ul li:nth-child(3), .woocommerce .single-team-member:hover .quick-icons ul li:nth-child(3), .single-product-item:hover .social-icons ul li:nth-child(3), .single-product-item:hover .woocommerce .quick-icons ul li:nth-child(3), .woocommerce .single-product-item:hover .quick-icons ul li:nth-child(3), .single-team-member:hover .social-icons ul .page-links span:nth-child(3), .single-team-member:hover .woocommerce .quick-icons ul .page-links span:nth-child(3), .woocommerce .single-team-member:hover .quick-icons ul .page-links span:nth-child(3), .single-product-item:hover .social-icons ul .page-links span:nth-child(3), .single-product-item:hover .woocommerce .quick-icons ul .page-links span:nth-child(3), .woocommerce .single-product-item:hover .quick-icons ul .page-links span:nth-child(3), .page-links .single-team-member:hover .social-icons ul span:nth-child(3), .page-links .single-team-member:hover .woocommerce .quick-icons ul span:nth-child(3), .woocommerce .page-links .single-team-member:hover .quick-icons ul span:nth-child(3), .page-links .single-product-item:hover .social-icons ul span:nth-child(3), .page-links .single-product-item:hover .woocommerce .quick-icons ul span:nth-child(3), .woocommerce .page-links .single-product-item:hover .quick-icons ul span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single-team-member:hover .social-icons ul li:nth-child(4), .single-team-member:hover .woocommerce .quick-icons ul li:nth-child(4), .woocommerce .single-team-member:hover .quick-icons ul li:nth-child(4), .single-product-item:hover .social-icons ul li:nth-child(4), .single-product-item:hover .woocommerce .quick-icons ul li:nth-child(4), .woocommerce .single-product-item:hover .quick-icons ul li:nth-child(4), .single-team-member:hover .social-icons ul .page-links span:nth-child(4), .single-team-member:hover .woocommerce .quick-icons ul .page-links span:nth-child(4), .woocommerce .single-team-member:hover .quick-icons ul .page-links span:nth-child(4), .single-product-item:hover .social-icons ul .page-links span:nth-child(4), .single-product-item:hover .woocommerce .quick-icons ul .page-links span:nth-child(4), .woocommerce .single-product-item:hover .quick-icons ul .page-links span:nth-child(4), .page-links .single-team-member:hover .social-icons ul span:nth-child(4), .page-links .single-team-member:hover .woocommerce .quick-icons ul span:nth-child(4), .woocommerce .page-links .single-team-member:hover .quick-icons ul span:nth-child(4), .page-links .single-product-item:hover .social-icons ul span:nth-child(4), .page-links .single-product-item:hover .woocommerce .quick-icons ul span:nth-child(4), .woocommerce .page-links .single-product-item:hover .quick-icons ul span:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.single-team-member:hover .social-icons ul li:nth-child(5), .single-team-member:hover .woocommerce .quick-icons ul li:nth-child(5), .woocommerce .single-team-member:hover .quick-icons ul li:nth-child(5), .single-product-item:hover .social-icons ul li:nth-child(5), .single-product-item:hover .woocommerce .quick-icons ul li:nth-child(5), .woocommerce .single-product-item:hover .quick-icons ul li:nth-child(5), .single-team-member:hover .social-icons ul .page-links span:nth-child(5), .single-team-member:hover .woocommerce .quick-icons ul .page-links span:nth-child(5), .woocommerce .single-team-member:hover .quick-icons ul .page-links span:nth-child(5), .single-product-item:hover .social-icons ul .page-links span:nth-child(5), .single-product-item:hover .woocommerce .quick-icons ul .page-links span:nth-child(5), .woocommerce .single-product-item:hover .quick-icons ul .page-links span:nth-child(5), .page-links .single-team-member:hover .social-icons ul span:nth-child(5), .page-links .single-team-member:hover .woocommerce .quick-icons ul span:nth-child(5), .woocommerce .page-links .single-team-member:hover .quick-icons ul span:nth-child(5), .page-links .single-product-item:hover .social-icons ul span:nth-child(5), .page-links .single-product-item:hover .woocommerce .quick-icons ul span:nth-child(5), .woocommerce .page-links .single-product-item:hover .quick-icons ul span:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* Team Slider */
.team-slider {
  padding-bottom: 36px;
  margin-bottom: 34px;
}
.team-slider .owl-nav button, .team-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .team-slider .owl-nav span,
.team-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .team-slider .owl-nav span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.team-slider .owl-dots {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.team-slider .owl-nav button, .team-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .team-slider .owl-nav span,
.team-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .team-slider .owl-nav span,
.team-slider .owl-dots {
  left: 50%;
  bottom: -34px;
}

/* ************************
 *
 * 3.16: Why Choose
 *
 * ********************* */
.single-why-choose, .single-domain-feature {
  margin-bottom: 30px !important;
  padding: 50px 20px !important;
}
.single-why-choose i, .single-domain-feature i {
  color: #999999;
  font-size: 24px;
}
.single-why-choose h5, .single-domain-feature h5 {
  margin: 25px 0 10px;
}
/* ************************
 *
 * 3.17: Domain
 *
 * ********************* */
/* Domain Search Form */
.domain-section-title, .data-center-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .domain-section-title, .data-center-title {
    margin-bottom: 50px;
  }
}
.domain-section-title h2, .data-center-title h2 {
  font-size: 30px;
}

.domain-search-form {
  padding: 50px 40px;
  background-color: #ffffff;
}
.domain-search-form .input-group input {
  background-color: #f5f5f5;
}
.domain-search-form .domain-extension-slider {
  padding: 22px 60px 0;
}
.domain-search-form .domain-extension-slider .owl-nav button, .domain-search-form .domain-extension-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .domain-search-form .domain-extension-slider .owl-nav span,
.domain-search-form .domain-extension-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .domain-search-form .domain-extension-slider .owl-nav span {
  left: 22px;
  top: calc(50% - 4px);
  margin: 0;
}
.domain-search-form .domain-extension-slider .owl-nav button.owl-next, .domain-search-form .domain-extension-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-next span.owl-next, .shop--product-slider .product-thumbs .swiper-button-next .domain-search-form .domain-extension-slider .owl-nav span.owl-next,
.domain-search-form .domain-extension-slider .owl-nav .shop--product-slider .product-thumbs .swiper-button-prev span.owl-next,
.shop--product-slider .product-thumbs .swiper-button-prev .domain-search-form .domain-extension-slider .owl-nav span.owl-next {
  left: auto;
  right: -15px;
}

/* Domain Pricing Table */
.domain-pricing-table .table {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .domain-pricing-table .table {
    box-shadow: none;
  }
}
.domain-pricing-table .table th,
.domain-pricing-table .table td {
  border: none;
  font-size: 16px;
  line-height: 1;
  padding: 30px 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .domain-pricing-table .table thead {
    display: none;
  }
}
.domain-pricing-table .table thead th {
  font-weight: 500;
}
.domain-pricing-table .table tbody tr {
  background-color: #fafafa;
}
.domain-pricing-table .table tbody tr:nth-child(2n+1) {
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .domain-pricing-table .table tbody tr {
    display: block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  }
  .domain-pricing-table .table tbody tr:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .domain-pricing-table .table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }
  .domain-pricing-table .table tbody tr td:nth-child(2n+1) {
    background-color: #ffffff;
  }
  .domain-pricing-table .table tbody tr td:nth-child(2n+2) {
    background-color: #fafafa;
  }
  .domain-pricing-table .table tbody tr td:first-child {
    background-color: #5245c2;
    color: #ffffff;
  }
  .domain-pricing-table .table tbody tr td:first-child,
.domain-pricing-table .table tbody tr td span {
    font-weight: 500;
  }
}
@media only screen and (max-width: 575px) {
  .domain-pricing-table .table tbody tr td {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Domain Feature */
/* ************************
 *
 * 3.18: Data Center
 *
 * ********************* */
.data-center-text {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .data-center-text {
    margin-top: 0;
  }
}
.data-center-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.data-center-text p:not(:last-child) {
  margin-bottom: 15px;
}

.data-center-image {
  margin: 50px 0;
}

/* ************************
 *
 * 3.19: Project
 *
 * ********************* */
/* Project Filter Navigation */
.project-nav {
  margin-bottom: 66px;
}
.project-nav p {
  font-size: 16px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .project-nav p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .project-nav .project_filter {
    border-radius: 10px;
    padding: 0 10px;
  }
  .project-nav .project_filter li:not(:first-child), .project-nav .project_filter .page-links span:not(:first-child), .page-links .project-nav .project_filter span:not(:first-child) {
    margin-left: 10px;
  }
}

/* Single Project Item */
.single-project-item {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-project-item .project-info {
  padding: 30px;
}
.single-project-item .project-info h4 {
  margin-bottom: 8px;
  font-weight: 700;
}
.single-project-item .project-info p {
  font-size: 16px;
}
/* Loadmore Button */
.loadmore-button {
  font-size: 0;
  line-height: 1;
}

/* Project Details */
.project-info h4,
.project-description h4 {
  margin-bottom: 25px;
  font-weight: 900;
}

.project-info ul li, .project-info ul .page-links span, .page-links .project-info ul span {
  font-size: 16px;
}
.project-info ul li span, .project-info ul .page-links span span, .page-links .project-info ul span span {
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.project-info ul li a, .project-info ul .page-links span a, .page-links .project-info ul span a {
  margin-right: 10px;
}
.project-info ul li:last-child span, .project-info ul .page-links span:last-child span, .page-links .project-info ul span:last-child span {
  margin-right: 10px;
}
.project-info ul li:not(:last-child), .project-info ul .page-links span:not(:last-child), .page-links .project-info ul span:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .project-info.info-details {
    margin-bottom: 65px;
  }
}

.project-description p:not(:last-child) {
  margin-bottom: 12px;
}

/* Post Nav */
.single-post-nav {
  margin-top: 77px;
}
.single-post-nav .post-nav-text {
  max-width: calc(100% - 100px);
}
.single-post-nav .post-nav-text span {
  font-size: 10px;
  text-transform: uppercase;
}
.single-post-nav .post-nav-text h6 {
  font-weight: 600;
  line-height: 1.5;
}
/* ************************
 *
 * 3.20: Contact
 *
 * ********************* */
/* Contact Info */
.single-contact .contact-icon {
  height: 80px;
  width: 80px;
  border: 1px solid #dedede;
  border-radius: 50%;
}
.single-contact .contact-icon i {
  font-size: 18px;
}
.single-contact .contact-info {
  margin-left: 30px;
  word-break: break-word;
}
.single-contact .contact-info h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 11px;
}
.single-contact .contact-info a {
  display: block;
}
.single-contact:not(:last-child) {
  margin-bottom: 37px;
}
@media only screen and (max-width: 991px) {
  .single-contact:last-child {
    margin-bottom: 46px;
  }
}
/* Contact Form */
.contact-form-wrapper {
  background-color: #ffffff;
  padding: 50px 40px;
}
@media only screen and (max-width: 479px) {
  .contact-form-wrapper {
    padding: 25px 20px;
  }
}
.contact-form-wrapper h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -4px;
}
.contact-form-wrapper p {
  font-size: 16px;
  margin-bottom: 23px;
}
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  border: 1px solid transparent;
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  line-height: 1;
}
.contact-form-wrapper .contact-form input::-webkit-input-placeholder,
.contact-form-wrapper .contact-form textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 1;
}
.contact-form-wrapper .contact-form input::-moz-placeholder,
.contact-form-wrapper .contact-form textarea::-moz-placeholder {
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 1;
}
.contact-form-wrapper .contact-form input:-ms-input-placeholder,
.contact-form-wrapper .contact-form textarea:-ms-input-placeholder {
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 1;
}
.contact-form-wrapper .contact-form input::placeholder,
.contact-form-wrapper .contact-form textarea::placeholder {
  font-size: 14px !important;
  color: #444444 !important;
  line-height: 1;
}
.contact-form-wrapper .contact-form input {
  height: 60px;
}
.contact-form-wrapper .contact-form textarea {
  height: 150px;
}

/* ************************
 *
 * 4.1: Single Product
 *
 * ********************* */
.single-product-item {
  margin-bottom: 30px !important;
}
.single-product-item .quick-icons .added_to_cart {
  display: none !important;
}
.single-product-item .quick-icons .ajax_add_to_cart.added i:before {
  content: "";
}
.single-product-item .product-img img {
  width: 100%;
}
.single-product-item .product-info {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 0;
}
.single-product-item .product-info .star-rating {
  color: #ffd200;
  font-size: 12px;
  line-height: 1;
  width: 6em;
}
.single-product-item .product-info .star-rating:before {
  font-family: "FontAwesome";
  content: "        ";
}
.single-product-item .product-info .star-rating span:before {
  content: "        ";
  top: 0;
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}
.single-product-item .product-info .product-name {
  font-weight: 600;
  margin: 5px 0 8px;
}
/* Shop Pagination */
.shop-pagination {
  margin-top: 30px;
}

/* Product Slider */
.shop--product-slider .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.shop--product-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
}
.shop--product-slider .gallery-top {
  height: 80%;
  width: 100%;
}
.shop--product-slider .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.shop--product-slider .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.shop--product-slider .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.shop--product-slider .product-gallery {
  z-index: 5;
  height: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .shop--product-slider .product-gallery {
    margin-bottom: 30px;
  }
}
.shop--product-slider .product-thumbs {
  height: 20%;
}
.shop--product-slider .product-thumbs .swiper-slide {
  width: 75px !important;
  height: 75px;
  z-index: 11;
  overflow: hidden;
  cursor: pointer;
}
.shop--product-slider .product-thumbs .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop--product-slider .product-thumbs .swiper-button-next,
.shop--product-slider .product-thumbs .swiper-button-prev {
  background-image: none;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop--product-slider .product-thumbs .swiper-button-next span,
.shop--product-slider .product-thumbs .swiper-button-prev span {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.shop--product-slider .product-thumbs .swiper-button-next span:hover svg {
  margin-right: -15px;
}
.shop--product-slider .product-thumbs .swiper-button-prev {
  left: 0;
}
.shop--product-slider .product-thumbs .swiper-button-prev span:hover svg {
  margin-left: -15px;
}

.woocommerce span.onsale {
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 48px;
  padding: 0;
  font-weight: 400;
}
.woocommerce .price {
  line-height: 1;
}
.woocommerce .price .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -5px;
}
.woocommerce .price del .woocommerce-Price-amount {
  margin-right: 5px;
  font-size: 12px;
}
.woocommerce .price ins {
  text-decoration: none;
}
.woocommerce .quick-icons a {
  display: block;
  line-height: 33px;
}
.woocommerce .quick-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .product-buttons .compare.added,
.woocommerce .quick-icons .compare.added {
  font-size: 0 !important;
}
.woocommerce .product-buttons .compare.added:after,
.woocommerce .quick-icons .compare.added:after {
  font-family: "FontAwesome";
  content: "";
  font-size: 14px;
  line-height: 34px;
}
.woocommerce .product-buttons .yith-wcwl-add-to-wishlist,
.woocommerce .quick-icons .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce .product-buttons .yith-wcwl-wishlistaddedbrowse,
.woocommerce .product-buttons .yith-wcwl-wishlistexistsbrowse,
.woocommerce .quick-icons .yith-wcwl-wishlistaddedbrowse,
.woocommerce .quick-icons .yith-wcwl-wishlistexistsbrowse {
  font-size: 0;
}
.woocommerce .product-buttons .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .product-buttons .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .quick-icons .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .quick-icons .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0 !important;
}
.woocommerce .product-buttons .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .product-buttons .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .quick-icons .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .quick-icons .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 14px;
  line-height: 34px;
}
.woocommerce .product-buttons .single_add_to_cart_button {
  border-radius: 0;
}
.woocommerce p.stock.out-of-stock {
  font-size: 16px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-page .woocommerce-message {
  border-left: 1px solid;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-page .woocommerce-error {
  border-left: 1px solid #b81c23;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-page .woocommerce-message {
  line-height: 47px;
  background-color: #fff4df;
  border-top: none;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-page .woocommerce-info .button,
.woocommerce .woocommerce-page .woocommerce-message .button {
  border-radius: 0;
}

/* ************************
 *
 * 4.2: Product Details
 *
 * ********************* */
.shop-product-image .woocommerce-product-gallery {
  width: 100% !important;
}

.shop--product-slider .shop-image-wrappper img,
.shop--product-slider .product-gallery img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .shop--product-details {
    margin-top: 30px;
  }
}
.shop--product-details .product_title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .shop--product-details .product_title {
    margin-bottom: 20px;
  }
}
.shop--product-details .price .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 700;
}
.shop--product-details .price del .woocommerce-Price-amount {
  font-size: 18px;
  margin-right: 10px;
}
.shop--product-details .price ins {
  text-decoration: none;
}
.shop--product-details .review-icon {
  margin-left: 40px;
  line-height: 1.3;
}
.shop--product-details .review-icon .star-rating {
  font-size: 12px;
  color: #ffd200;
}
.shop--product-details .review-icon .review-rating a {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #4c4f60;
}
.shop--product-details .product-quentity form {
  margin: 0;
  margin-bottom: 0 !important;
}
.shop--product-details .product-quentity form .input-wrap {
  margin-bottom: 30px;
}
.shop--product-details .product-quentity form .input-group {
  margin: 0 20px;
  width: auto;
}
.shop--product-details .product-quentity .variations {
  width: 100%;
}
.shop--product-details .product-quentity .variations td {
  padding: 0 0 30px;
}
.shop--product-details .product-quentity .variations .label {
  font-weight: 600;
  text-transform: capitalize;
}
.shop--product-details .product-quentity .variations select {
  max-width: 75%;
  width: 100%;
}
.shop--product-details .product-quentity .variations .reset_variations {
  margin-left: 20px;
  font-weight: 500;
}
.shop--product-details .woocommerce-variation-price {
  margin-top: 20px;
}
.shop--product-details .group_table .woocommerce-grouped-product-list-item:first-child td {
  padding-top: 0;
}
.shop--product-details .group_table .woocommerce-grouped-product-list-item td {
  padding: 30px 10px;
}
.shop--product-details .group_table .woocommerce-grouped-product-list-item .input-wrap {
  margin-bottom: 0;
}
.shop--product-details .group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
  margin-right: 5px;
  font-size: 16px;
}
.shop--product-details .group_table .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.shop--product-details .product-short-discription,
.shop--product-details .woocommerce-variation-description {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
}
.shop--product-details .product-buttons {
  margin-bottom: 30px;
}
.shop--product-details .product-buttons ul li:not(:last-child), .shop--product-details .product-buttons ul .page-links span:not(:last-child), .page-links .shop--product-details .product-buttons ul span:not(:last-child) {
  margin-right: 30px;
}
.shop--product-details .product-buttons ul li a:not(.btn-fill), .shop--product-details .product-buttons ul .page-links span a:not(.btn-fill), .page-links .shop--product-details .product-buttons ul span a:not(.btn-fill) {
  font-size: 16px;
}
.shop--product-details .product-category,
.shop--product-details .product-tag,
.shop--product-details .product-share,
.shop--product-details .product-availability {
  font-size: 14px;
  margin-bottom: 8px;
}
.shop--product-details .product-category li:first-child, .shop--product-details .product-category .page-links span:first-child, .page-links .shop--product-details .product-category span:first-child,
.shop--product-details .product-tag li:first-child,
.shop--product-details .product-tag .page-links span:first-child,
.page-links .shop--product-details .product-tag span:first-child,
.shop--product-details .product-share li:first-child,
.shop--product-details .product-share .page-links span:first-child,
.page-links .shop--product-details .product-share span:first-child,
.shop--product-details .product-availability li:first-child,
.shop--product-details .product-availability .page-links span:first-child,
.page-links .shop--product-details .product-availability span:first-child {
  font-weight: 600;
  margin-right: 10px;
}
.shop--product-details .product-category li:not(:last-child) a, .shop--product-details .product-category .page-links span:not(:last-child) a, .page-links .shop--product-details .product-category span:not(:last-child) a,
.shop--product-details .product-tag li:not(:last-child) a,
.shop--product-details .product-tag .page-links span:not(:last-child) a,
.page-links .shop--product-details .product-tag span:not(:last-child) a {
  margin-right: 3px;
}
.shop--product-details .product-category li:not(:last-child) a:after, .shop--product-details .product-category .page-links span:not(:last-child) a:after, .page-links .shop--product-details .product-category span:not(:last-child) a:after,
.shop--product-details .product-tag li:not(:last-child) a:after,
.shop--product-details .product-tag .page-links span:not(:last-child) a:after,
.page-links .shop--product-details .product-tag span:not(:last-child) a:after {
  content: ", ";
}
.shop--product-details .product-availability {
  margin: 30px 0 0;
}
.shop--product-details .product-availability span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop--product-details {
    margin: 15px 0;
  }
}
.shop--product-details .product-share {
  margin-bottom: 0;
}
.shop--product-details .product-share li:not(:last-child), .shop--product-details .product-share .page-links span:not(:last-child), .page-links .shop--product-details .product-share span:not(:last-child) {
  margin-right: 12px;
}
.shop--product-details .product-share li a, .shop--product-details .product-share .page-links span a, .page-links .shop--product-details .product-share span a {
  font-weight: 600;
}

/* Product Description Tabs */
.product-discription-tabs {
  margin-top: 60px;
}
.product-discription-tabs .nav {
  margin-bottom: 50px;
  max-width: 450px;
}
.product-discription-tabs .nav .product--nav-item:hover:after, .product-discription-tabs .nav .product--nav-item.active:after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.product-discription-tabs .product-description h4,
.product-discription-tabs .product-information h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-discription-tabs .product-description h4:not(:first-child),
.product-discription-tabs .product-information h4:not(:first-child) {
  margin-top: 32px;
}
.product-discription-tabs .product-description p:not(:last-child),
.product-discription-tabs .product-information p:not(:last-child) {
  margin-bottom: 13px;
}

/* Product Review */
.product-reviews .single-comment-wrapper:last-child .single-post-comment:last-child {
  margin-bottom: 0;
}
.product-reviews .single-product-review {
  margin-bottom: 42px;
}
@media only screen and (max-width: 379px) {
  .product-reviews .single-product-review {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.product-reviews .single-product-review .review-author-image {
  margin-right: 30px;
}
@media only screen and (max-width: 379px) {
  .product-reviews .single-product-review .review-author-image {
    margin: 0 0 15px;
  }
}
.product-reviews .single-product-review .review-content h6 {
  font-weight: 600;
}
.product-reviews .single-product-review .review-content span {
  display: block;
}
.product-reviews .single-product-review .review-content .star-rating {
  font-size: 12px;
}
.product-reviews .single-product-review .review-content .star-rating span {
  color: #ffd800;
}
.product-reviews .single-product-review .review-content span,
.product-reviews .single-product-review .review-content .reply-btn,
.product-reviews .single-product-review .review-content .woocommerce-review__published-date {
  font-size: 12px;
}
.product-reviews .single-product-review .review-content .woocommerce-review__published-date {
  margin: 0;
}
.product-reviews .single-product-review .review-content p {
  margin: 8px 0 3px;
  font-size: 14px;
}
.product-reviews .single-product-review .review-content .reply-btn i {
  margin-right: 6px;
}
.product-reviews .product-review-reply {
  margin-left: 90px;
}
@media only screen and (max-width: 379px) {
  .product-reviews .product-review-reply {
    margin-left: 30px;
  }
}

/* Review Form */
.review-form {
  margin-bottom: 0;
}
.review-form .comment-respond h5 {
  font-weight: 600;
}
.review-form .comment-form {
  margin-top: 20px;
}
.review-form p {
  font-size: 14px;
}
.review-form .comment-form-rating {
  margin-top: 20px;
}
.review-form .comment-form-rating label {
  font-weight: 600;
  margin: 0 30px 0 0;
}
.review-form .comment-form-rating .stars {
  margin: 0 !important;
  line-height: 1;
}
.review-form .comment-form-rating .stars a {
  color: #ffd800;
}
.review-form .comment-form-rating .stars a:before {
  font-size: 10px;
  line-height: 14px;
}

/* Related Product */
@media only screen and (max-width: 991px) {
  .related-product {
    margin-bottom: 30px;
  }
}
.related-product h4 {
  margin: 70px 0 30px;
}

/* ************************
 *
 * 4.3: Cart
 *
 * ********************* */
.product-cart-from p {
  background-color: #fff4df;
  margin-bottom: 30px;
  font-size: 14px;
}

.woocommerce table.my_account_orders,
.woocommerce table.shop_table.cart,
.woocommerce table.woocommerce-table--order-downloads {
  border: none;
  border-collapse: collapse;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td,
.woocommerce table.shop_table.cart th,
.woocommerce table.shop_table.cart td,
.woocommerce table.woocommerce-table--order-downloads th,
.woocommerce table.woocommerce-table--order-downloads td {
  text-transform: capitalize;
}
.woocommerce table.my_account_orders th:first-child, .woocommerce table.my_account_orders td:first-child,
.woocommerce table.shop_table.cart th:first-child,
.woocommerce table.shop_table.cart td:first-child,
.woocommerce table.woocommerce-table--order-downloads th:first-child,
.woocommerce table.woocommerce-table--order-downloads td:first-child {
  text-align: center;
}
.woocommerce table.my_account_orders thead,
.woocommerce table.shop_table.cart thead,
.woocommerce table.woocommerce-table--order-downloads thead {
  background-color: #fff4df;
}
.woocommerce table.my_account_orders thead th,
.woocommerce table.shop_table.cart thead th,
.woocommerce table.woocommerce-table--order-downloads thead th {
  vertical-align: middle;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding-top: 17px;
  padding-bottom: 17px;
}
.woocommerce table.my_account_orders tbody,
.woocommerce table.shop_table.cart tbody,
.woocommerce table.woocommerce-table--order-downloads tbody {
  background-color: #fff;
}
.woocommerce table.my_account_orders tbody tr:not(:last-child) td, .woocommerce table.my_account_orders tbody tr:not(:last-child) th,
.woocommerce table.shop_table.cart tbody tr:not(:last-child) td,
.woocommerce table.shop_table.cart tbody tr:not(:last-child) th,
.woocommerce table.woocommerce-table--order-downloads tbody tr:not(:last-child) td,
.woocommerce table.woocommerce-table--order-downloads tbody tr:not(:last-child) th {
  border-bottom: 1px solid #ffefd1;
}
.woocommerce table.my_account_orders tbody td,
.woocommerce table.shop_table.cart tbody td,
.woocommerce table.woocommerce-table--order-downloads tbody td {
  border: none;
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 768px) {
  .woocommerce table.my_account_orders tbody td[data-title=Quantity],
.woocommerce table.shop_table.cart tbody td[data-title=Quantity],
.woocommerce table.woocommerce-table--order-downloads tbody td[data-title=Quantity] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.woocommerce table.my_account_orders tbody .product-thumbnail img,
.woocommerce table.shop_table.cart tbody .product-thumbnail img,
.woocommerce table.woocommerce-table--order-downloads tbody .product-thumbnail img {
  min-width: 80px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.woocommerce table.my_account_orders tbody .product-name,
.woocommerce table.shop_table.cart tbody .product-name,
.woocommerce table.woocommerce-table--order-downloads tbody .product-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  min-width: 200px;
}
.woocommerce table.my_account_orders tbody .product-quentity,
.woocommerce table.shop_table.cart tbody .product-quentity,
.woocommerce table.woocommerce-table--order-downloads tbody .product-quentity {
  max-width: 72px;
}
.woocommerce table.my_account_orders tbody .product-subtotal,
.woocommerce table.shop_table.cart tbody .product-subtotal,
.woocommerce table.woocommerce-table--order-downloads tbody .product-subtotal {
  font-weight: 600;
}
.woocommerce table.my_account_orders tbody tr:hover .product-remove svg path,
.woocommerce table.shop_table.cart tbody tr:hover .product-remove svg path,
.woocommerce table.woocommerce-table--order-downloads tbody tr:hover .product-remove svg path {
  fill: #ff91d9;
}
.woocommerce table.my_account_orders tfoot th,
.woocommerce table.my_account_orders tfoot td,
.woocommerce table.shop_table.cart tfoot th,
.woocommerce table.shop_table.cart tfoot td,
.woocommerce table.woocommerce-table--order-downloads tfoot th,
.woocommerce table.woocommerce-table--order-downloads tfoot td {
  border-top: none;
}
.woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file {
  border-radius: 0;
}

.product-cupon {
  margin-top: 40px;
}
.product-cupon label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
.product-cupon input {
  padding: 0 20px;
  height: 50px;
}
.product-cupon button, .product-cupon .shop--product-slider .product-thumbs .swiper-button-next span, .shop--product-slider .product-thumbs .swiper-button-next .product-cupon span,
.product-cupon .shop--product-slider .product-thumbs .swiper-button-prev span,
.shop--product-slider .product-thumbs .swiper-button-prev .product-cupon span {
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.shop--cart-total {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  margin-top: 50px;
}
.shop--cart-total h4 {
  font-weight: 600;
  margin-bottom: 17px;
}
.shop--cart-total ul li, .shop--cart-total ul .page-links span, .page-links .shop--cart-total ul span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  text-transform: capitalize;
}
.shop--cart-total ul li:not(:last-child), .shop--cart-total ul .page-links span:not(:last-child), .page-links .shop--cart-total ul span:not(:last-child) {
  margin-bottom: 18px;
}
.shop--cart-total ul li:last-child, .shop--cart-total ul .page-links span:last-child, .page-links .shop--cart-total ul span:last-child,
.shop--cart-total ul li span,
.shop--cart-total ul .page-links span span,
.page-links .shop--cart-total ul span span {
  font-weight: 600;
}
.shop--cart-total .cart--purchage-btn {
  margin-top: 35px;
  text-align: center;
}
@media only screen and (max-width: 379px) {
  .shop--cart-total .cart--purchage-btn .btn-fill, .shop--cart-total .cart--purchage-btn .wp-block-file .wp-block-file__button, .wp-block-file .shop--cart-total .cart--purchage-btn .wp-block-file__button, .shop--cart-total .cart--purchage-btn .wp-block-button .wp-block-button__link, .wp-block-button .shop--cart-total .cart--purchage-btn .wp-block-button__link, .shop--cart-total .cart--purchage-btn .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .cart--purchage-btn button.button, .shop--cart-total .cart--purchage-btn .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .cart--purchage-btn span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .cart--purchage-btn .shipping-calculator-form p span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .cart--purchage-btn span.button,
.shop--cart-total .cart--purchage-btn .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .cart--purchage-btn span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .cart--purchage-btn .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .cart--purchage-btn span.button, .shop--cart-total .cart--purchage-btn .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .shop--cart-total .cart--purchage-btn .button, .shop--cart-total .cart--purchage-btn .widget.yith-woocompare-widget .button, .widget.yith-woocompare-widget .shop--cart-total .cart--purchage-btn .button, .shop--cart-total .cart--purchage-btn .widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount .shop--cart-total .cart--purchage-btn .button, .shop--cart-total .cart--purchage-btn .woocommerce .product-buttons .single_add_to_cart_button, .woocommerce .product-buttons .shop--cart-total .cart--purchage-btn .single_add_to_cart_button, .shop--cart-total .cart--purchage-btn .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .shop--cart-total .cart--purchage-btn .button,
.shop--cart-total .cart--purchage-btn .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .shop--cart-total .cart--purchage-btn .button,
.shop--cart-total .cart--purchage-btn .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .shop--cart-total .cart--purchage-btn .button, .shop--cart-total .cart--purchage-btn .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .woocommerce table.woocommerce-table--order-downloads .shop--cart-total .cart--purchage-btn .woocommerce-MyAccount-downloads-file {
    padding: 11px 15px 12px;
    font-size: 14px;
  }
}
.shop--cart-total .shipping-calculator-button {
  display: inline-block;
  margin-bottom: 20px;
}
.shop--cart-total .shipping-calculator-form p {
  background-color: transparent;
}
.shop--cart-total .shipping-calculator-form .form-row {
  margin-bottom: 20px !important;
}
.shop--cart-total .shipping-calculator-form .form-row > span {
  width: 100%;
  display: block;
}
.shop--cart-total .shipping-calculator-form .form-row input,
.shop--cart-total .shipping-calculator-form .select2-selection.select2-selection--single {
  height: 40px;
  border-radius: 0;
  width: 100%;
}
.shop--cart-total .shipping-calculator-form .form-row input .select2-selection__rendered,
.shop--cart-total .shipping-calculator-form .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.shop--cart-total .shipping-calculator-form .form-row input {
  padding: 0 10px;
}
.shop--cart-total .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 5px;
}
.shop--cart-total .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button {
  border-radius: 0;
}

/* Wishlist */
.woocommerce table.wishlist_table tr td.product-remove {
  width: 70px;
}
.woocommerce table.wishlist_table tr td.product-remove a {
  text-align: center;
  margin: 0 auto;
}
.woocommerce table.wishlist_table tr td,
.woocommerce table.wishlist_table tr th {
  text-align: left;
}
.woocommerce table.wishlist_table tr td.product-add-to-cart a {
  color: #ffffff;
  display: inline-block !important;
  margin: 0 !important;
}
.woocommerce table.wishlist_table tfoot tr td {
  border: none;
}

/* Cart Empty */
.cart-empty {
  margin-bottom: 30px;
}

/* yith-wcwl-share */
.yith-wcwl-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.yith-wcwl-share h4.yith-wcwl-share-title,
.yith-wcwl-share ul {
  margin: 0;
}

/* ************************
 *
 * 4.4: Checkout
 *
 * ********************* */
.checkout-form-toggle .login-info, .login-register-wrapper .login-info,
.checkout-form-toggle .cupon-info,
.login-register-wrapper .cupon-info {
  background-color: #fff4df;
  padding: 22px 30px;
  border-left: 1px solid;
  margin-bottom: 30px;
}
.checkout-form-toggle .login-info h5, .login-register-wrapper .login-info h5,
.checkout-form-toggle .cupon-info h5,
.login-register-wrapper .cupon-info h5 {
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px;
  position: relative;
}
.checkout-form-toggle .login-info h5 i, .login-register-wrapper .login-info h5 i,
.checkout-form-toggle .cupon-info h5 i,
.login-register-wrapper .cupon-info h5 i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}
.checkout-form-toggle .login-info h5 span, .login-register-wrapper .login-info h5 span,
.checkout-form-toggle .cupon-info h5 span,
.login-register-wrapper .cupon-info h5 span {
  cursor: pointer;
  position: relative;
}
.checkout-form-toggle .login-info h5 span:after, .login-register-wrapper .login-info h5 span:after,
.checkout-form-toggle .cupon-info h5 span:after,
.login-register-wrapper .cupon-info h5 span:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
  content: "";
}
.checkout-form-toggle .login-info h5 span:hover:after, .login-register-wrapper .login-info h5 span:hover:after, .checkout-form-toggle .login-info h5 span[aria-expanded=true]:after, .login-register-wrapper .login-info h5 span[aria-expanded=true]:after,
.checkout-form-toggle .cupon-info h5 span:hover:after,
.login-register-wrapper .cupon-info h5 span:hover:after,
.checkout-form-toggle .cupon-info h5 span[aria-expanded=true]:after,
.login-register-wrapper .cupon-info h5 span[aria-expanded=true]:after {
  width: 100%;
  right: 0;
  left: auto;
}
.checkout-form-toggle .form-login, .login-register-wrapper .form-login, .login-register-wrapper form.register,
.checkout-form-toggle .form-cupon,
.login-register-wrapper .form-cupon {
  margin-top: 30px;
}
.checkout-form-toggle .form-login input:not([type=checkbox]), .login-register-wrapper .form-login input:not([type=checkbox]), .login-register-wrapper form.register input:not([type=checkbox]),
.checkout-form-toggle .form-cupon input:not([type=checkbox]),
.login-register-wrapper .form-cupon input:not([type=checkbox]) {
  width: 100%;
  border: none;
  background-color: #ffffff;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
}
.checkout-form-toggle .form-login .woocommerce-form-login, .login-register-wrapper .form-login .woocommerce-form-login, .login-register-wrapper form.register .woocommerce-form-login {
  padding: 0;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .checkout-form-toggle .form-login input, .login-register-wrapper .form-login input, .login-register-wrapper form.register input {
    margin-bottom: 30px;
  }
}
.checkout-form-toggle .form-login .login-button-wrap, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap, .login-register-wrapper .form-login .login-button-wrap, .login-register-wrapper form.register .login-button-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
}
.checkout-form-toggle .form-login .login-button-wrap .btn-fill, .checkout-form-toggle .form-login .login-button-wrap .wp-block-file .wp-block-file__button, .wp-block-file .checkout-form-toggle .form-login .login-button-wrap .wp-block-file__button, .checkout-form-toggle .form-login .login-button-wrap .wp-block-button .wp-block-button__link, .wp-block-button .checkout-form-toggle .form-login .login-button-wrap .wp-block-button__link, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .btn-fill, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .wp-block-file .wp-block-file__button, .wp-block-file .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .wp-block-file__button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .wp-block-button .wp-block-button__link, .wp-block-button .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .wp-block-button__link, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .btn-fill, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .wp-block-file .wp-block-file__button, .wp-block-file .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .wp-block-file__button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .wp-block-button .wp-block-button__link, .wp-block-button .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .wp-block-button__link, .login-register-wrapper .form-login .login-button-wrap .btn-fill, .login-register-wrapper .form-login .login-button-wrap .wp-block-file .wp-block-file__button, .wp-block-file .login-register-wrapper .form-login .login-button-wrap .wp-block-file__button, .login-register-wrapper .form-login .login-button-wrap .wp-block-button .wp-block-button__link, .wp-block-button .login-register-wrapper .form-login .login-button-wrap .wp-block-button__link, .login-register-wrapper form.register .login-button-wrap .btn-fill, .login-register-wrapper form.register .login-button-wrap .wp-block-file .wp-block-file__button, .wp-block-file .login-register-wrapper form.register .login-button-wrap .wp-block-file__button, .login-register-wrapper form.register .login-button-wrap .wp-block-button .wp-block-button__link, .wp-block-button .login-register-wrapper form.register .login-button-wrap .wp-block-button__link, .checkout-form-toggle .form-login .login-button-wrap .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .login-register-wrapper .form-login .login-button-wrap .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .login-register-wrapper form.register .login-button-wrap .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-form-toggle .form-login .login-button-wrap .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .button, .login-register-wrapper .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-form-toggle form.register .login-button-wrap .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .login-register-wrapper .form-login .login-button-wrap .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .login-register-wrapper form.register .login-button-wrap .button, .checkout-form-toggle .form-login .login-button-wrap .widget.yith-woocompare-widget .button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .widget.yith-woocompare-widget .button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .widget.yith-woocompare-widget .button, .login-register-wrapper .form-login .login-button-wrap .widget.yith-woocompare-widget .button, .login-register-wrapper form.register .login-button-wrap .widget.yith-woocompare-widget .button, .widget.yith-woocompare-widget .checkout-form-toggle .form-login .login-button-wrap .button, .widget.yith-woocompare-widget .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .button, .login-register-wrapper .widget.yith-woocompare-widget .checkout-form-toggle form.register .login-button-wrap .button, .widget.yith-woocompare-widget .login-register-wrapper .form-login .login-button-wrap .button, .widget.yith-woocompare-widget .login-register-wrapper form.register .login-button-wrap .button, .checkout-form-toggle .form-login .login-button-wrap .widget.widget_price_filter .price_slider_amount .button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .widget.widget_price_filter .price_slider_amount .button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .widget.widget_price_filter .price_slider_amount .button, .login-register-wrapper .form-login .login-button-wrap .widget.widget_price_filter .price_slider_amount .button, .login-register-wrapper form.register .login-button-wrap .widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount .checkout-form-toggle .form-login .login-button-wrap .button, .widget.widget_price_filter .price_slider_amount .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .button, .login-register-wrapper .widget.widget_price_filter .price_slider_amount .checkout-form-toggle form.register .login-button-wrap .button, .widget.widget_price_filter .price_slider_amount .login-register-wrapper .form-login .login-button-wrap .button, .widget.widget_price_filter .price_slider_amount .login-register-wrapper form.register .login-button-wrap .button, .checkout-form-toggle .form-login .login-button-wrap .woocommerce .product-buttons .single_add_to_cart_button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .woocommerce .product-buttons .single_add_to_cart_button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .woocommerce .product-buttons .single_add_to_cart_button, .login-register-wrapper .form-login .login-button-wrap .woocommerce .product-buttons .single_add_to_cart_button, .login-register-wrapper form.register .login-button-wrap .woocommerce .product-buttons .single_add_to_cart_button, .woocommerce .product-buttons .checkout-form-toggle .form-login .login-button-wrap .single_add_to_cart_button, .woocommerce .product-buttons .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .single_add_to_cart_button, .login-register-wrapper .woocommerce .product-buttons .checkout-form-toggle form.register .login-button-wrap .single_add_to_cart_button, .woocommerce .product-buttons .login-register-wrapper .form-login .login-button-wrap .single_add_to_cart_button, .woocommerce .product-buttons .login-register-wrapper form.register .login-button-wrap .single_add_to_cart_button, .checkout-form-toggle .form-login .login-button-wrap .woocommerce .woocommerce-error .button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .woocommerce .woocommerce-error .button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .woocommerce .woocommerce-error .button, .login-register-wrapper .form-login .login-button-wrap .woocommerce .woocommerce-error .button, .login-register-wrapper form.register .login-button-wrap .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .checkout-form-toggle .form-login .login-button-wrap .button, .woocommerce .woocommerce-error .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .button, .login-register-wrapper .woocommerce .woocommerce-error .checkout-form-toggle form.register .login-button-wrap .button, .woocommerce .woocommerce-error .login-register-wrapper .form-login .login-button-wrap .button, .woocommerce .woocommerce-error .login-register-wrapper form.register .login-button-wrap .button,
.checkout-form-toggle .form-login .login-button-wrap .woocommerce .woocommerce-info .button,
.checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .woocommerce .woocommerce-info .button,
.login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .woocommerce .woocommerce-info .button,
.login-register-wrapper .form-login .login-button-wrap .woocommerce .woocommerce-info .button,
.login-register-wrapper form.register .login-button-wrap .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .checkout-form-toggle .form-login .login-button-wrap .button,
.woocommerce .woocommerce-info .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .button,
.login-register-wrapper .woocommerce .woocommerce-info .checkout-form-toggle form.register .login-button-wrap .button,
.woocommerce .woocommerce-info .login-register-wrapper .form-login .login-button-wrap .button,
.woocommerce .woocommerce-info .login-register-wrapper form.register .login-button-wrap .button,
.checkout-form-toggle .form-login .login-button-wrap .woocommerce .woocommerce-message .button,
.checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .woocommerce .woocommerce-message .button,
.login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .woocommerce .woocommerce-message .button,
.login-register-wrapper .form-login .login-button-wrap .woocommerce .woocommerce-message .button,
.login-register-wrapper form.register .login-button-wrap .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .checkout-form-toggle .form-login .login-button-wrap .button,
.woocommerce .woocommerce-message .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .button,
.login-register-wrapper .woocommerce .woocommerce-message .checkout-form-toggle form.register .login-button-wrap .button,
.woocommerce .woocommerce-message .login-register-wrapper .form-login .login-button-wrap .button,
.woocommerce .woocommerce-message .login-register-wrapper form.register .login-button-wrap .button, .checkout-form-toggle .form-login .login-button-wrap .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .login-register-wrapper .form-login .login-button-wrap .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .login-register-wrapper form.register .login-button-wrap .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .woocommerce table.woocommerce-table--order-downloads .checkout-form-toggle .form-login .login-button-wrap .woocommerce-MyAccount-downloads-file, .woocommerce table.woocommerce-table--order-downloads .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .woocommerce-MyAccount-downloads-file, .login-register-wrapper .woocommerce table.woocommerce-table--order-downloads .checkout-form-toggle form.register .login-button-wrap .woocommerce-MyAccount-downloads-file, .woocommerce table.woocommerce-table--order-downloads .login-register-wrapper .form-login .login-button-wrap .woocommerce-MyAccount-downloads-file, .woocommerce table.woocommerce-table--order-downloads .login-register-wrapper form.register .login-button-wrap .woocommerce-MyAccount-downloads-file, .checkout-form-toggle .form-login .login-button-wrap .shop--cart-total .shipping-calculator-form p button.button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p button.button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p button.button, .login-register-wrapper .form-login .login-button-wrap .shop--cart-total .shipping-calculator-form p button.button, .login-register-wrapper form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .checkout-form-toggle .form-login .login-button-wrap button.button, .shop--cart-total .shipping-calculator-form p .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap button.button, .login-register-wrapper .shop--cart-total .shipping-calculator-form p .checkout-form-toggle form.register .login-button-wrap button.button, .shop--cart-total .shipping-calculator-form p .login-register-wrapper .form-login .login-button-wrap button.button, .shop--cart-total .shipping-calculator-form p .login-register-wrapper form.register .login-button-wrap button.button, .checkout-form-toggle .form-login .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .login-register-wrapper .form-login .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .login-register-wrapper form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .checkout-form-toggle .form-login .login-button-wrap span.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap span.button, .login-register-wrapper .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .checkout-form-toggle form.register .login-button-wrap span.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .login-register-wrapper .form-login .login-button-wrap span.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .login-register-wrapper form.register .login-button-wrap span.button, .checkout-form-toggle .form-login .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button, .login-register-wrapper .form-login .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button, .login-register-wrapper form.register .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .checkout-form-toggle .form-login .login-button-wrap span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap span.button, .login-register-wrapper .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .checkout-form-toggle form.register .login-button-wrap span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .login-register-wrapper .form-login .login-button-wrap span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .login-register-wrapper form.register .login-button-wrap span.button,
.checkout-form-toggle .form-login .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.login-register-wrapper .form-login .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.login-register-wrapper form.register .login-button-wrap .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .checkout-form-toggle .form-login .login-button-wrap span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap span.button,
.login-register-wrapper .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .checkout-form-toggle form.register .login-button-wrap span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .login-register-wrapper .form-login .login-button-wrap span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .login-register-wrapper form.register .login-button-wrap span.button,
.checkout-form-toggle .form-login .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.login-register-wrapper .form-login .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.login-register-wrapper form.register .login-button-wrap .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .checkout-form-toggle .form-login .login-button-wrap span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap span.button,
.login-register-wrapper .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .checkout-form-toggle form.register .login-button-wrap span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .login-register-wrapper .form-login .login-button-wrap span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .login-register-wrapper form.register .login-button-wrap span.button {
  padding: 21px 22px 21px;
}
.checkout-form-toggle .form-login .login-button-wrap .form-checkbox, .login-register-wrapper .form-login .login-button-wrap .form-checkbox, .login-register-wrapper form.register .login-button-wrap .form-checkbox {
  margin-left: 30px;
}
.checkout-form-toggle .form-login .login-button-wrap .form-checkbox label, .checkout-form-toggle .login-register-wrapper form.register .login-button-wrap .form-checkbox label, .login-register-wrapper .checkout-form-toggle form.register .login-button-wrap .form-checkbox label, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label, .login-register-wrapper form.register .login-button-wrap .form-checkbox label {
  font-size: 14px;
}
.checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark {
  height: 10px;
  width: 10px;
  top: calc(50% + -4px);
  border-radius: 2px;
}
.checkout-form-toggle .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper .form-login .login-button-wrap .form-checkbox label .checkmark:after, .login-register-wrapper form.register .login-button-wrap .form-checkbox label .checkmark:after {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  border-radius: 1px;
}
.checkout-form-toggle .form-login p, .login-register-wrapper .form-login p, .login-register-wrapper form.register p {
  margin-bottom: 30px;
}
.checkout-form-toggle .form-login p.form-row, .login-register-wrapper .form-login p.form-row, .login-register-wrapper form.register p.form-row {
  margin-bottom: 0;
}
.checkout-form-toggle .form-login p a, .login-register-wrapper .form-login p a, .login-register-wrapper form.register p a {
  font-size: 14px;
}
.checkout-form-toggle .form-login p a:hover, .login-register-wrapper .form-login p a:hover, .login-register-wrapper form.register p a:hover {
  text-decoration: underline;
}
.checkout-form-toggle .form-cupon .submit-btn, .login-register-wrapper .form-cupon .submit-btn {
  right: 0;
  padding: 0 28px;
}

.checkout-form {
  padding-top: 35px;
}

.checkout-form h4,
.woocommerce-EditAccountForm h4 {
  margin-bottom: 40px;
  font-weight: 600;
}
.checkout-form .woocommerce-input-wrapper,
.woocommerce-EditAccountForm .woocommerce-input-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.checkout-form .select2-container .select2-selection--single,
.woocommerce-EditAccountForm input,
.woocommerce-EditAccountForm select,
.woocommerce-EditAccountForm textarea,
.woocommerce-EditAccountForm .select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: none;
  padding: 0 20px;
  font-size: 16px;
}
.checkout-form input[type=checkbox],
.checkout-form input[type=radio],
.woocommerce-EditAccountForm input[type=checkbox],
.woocommerce-EditAccountForm input[type=radio] {
  padding: 0;
  display: inline;
}
.checkout-form textarea,
.woocommerce-EditAccountForm textarea {
  border: 1px solid #e0e0df;
  height: 100px;
  padding-top: 10px;
  margin-bottom: 0;
}
.checkout-form .select2-container--default .select2-selection--single,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  padding: 0;
}
.checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  width: 40px;
}
.checkout-form .ship-different-address label,
.checkout-form .create-an-account label,
.woocommerce-EditAccountForm .ship-different-address label,
.woocommerce-EditAccountForm .create-an-account label {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
.checkout-form .ship-different-address label .checkmark,
.checkout-form .create-an-account label .checkmark,
.woocommerce-EditAccountForm .ship-different-address label .checkmark,
.woocommerce-EditAccountForm .create-an-account label .checkmark {
  top: calc(50% - 4px);
}
.checkout-form .create-an-account label,
.woocommerce-EditAccountForm .create-an-account label {
  margin-bottom: 20px;
}
.checkout-form .create-an-account,
.woocommerce-EditAccountForm .create-an-account {
  margin-top: 15px;
  margin-bottom: 35px;
}
.checkout-form .create-an-account label,
.woocommerce-EditAccountForm .create-an-account label {
  font-size: 14px;
  font-weight: 400;
}
.checkout-form .woocommerce-additional-fields__field-wrapper .notes label,
.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .notes label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 13px;
}
.checkout-form .woocommerce-additional-fields__field-wrapper .notes textarea,
.woocommerce-EditAccountForm .woocommerce-additional-fields__field-wrapper .notes textarea {
  height: 100px;
  border-radius: 0;
}
.checkout-form .order-details,
.woocommerce-EditAccountForm .order-details {
  padding: 40px 30px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .checkout-form .order-details,
.woocommerce-EditAccountForm .order-details {
    margin-top: 50px;
  }
}
.checkout-form .order-details .woocommerce-checkout-review-order .table,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table {
  border: none;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table th,
.checkout-form .order-details .woocommerce-checkout-review-order .table td,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table th,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table td {
  padding: 0;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table th:last-child,
.checkout-form .order-details .woocommerce-checkout-review-order .table td:last-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table th:last-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table td:last-child {
  text-align: right;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table thead th,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table thead th {
  border-bottom: 1px solid #f0f0f0;
  border-top: none;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table tbody td:first-child,
.checkout-form .order-details .woocommerce-checkout-review-order .table tfoot td:first-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tbody td:first-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tfoot td:first-child {
  font-size: 14px;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table tbody td:last-child,
.checkout-form .order-details .woocommerce-checkout-review-order .table tfoot td:last-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tbody td:last-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tfoot td:last-child {
  font-size: 12px;
  font-weight: 500;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table .cart_item:first-child td,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table .cart_item:first-child td {
  padding-top: 13px;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table .cart_item:last-child td,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table .cart_item:last-child td {
  padding-bottom: 17px;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table .cart_item td,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table .cart_item td {
  border-top: none;
  padding-bottom: 7px;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table tfoot td,
.checkout-form .order-details .woocommerce-checkout-review-order .table tfoot th,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tfoot td,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tfoot th {
  border-top: 1px solid #f0f0f0;
  padding: 14px 0;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table tfoot th,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tfoot th {
  padding-bottom: 0;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table tfoot th:first-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tfoot th:first-child {
  font-size: 16px;
}
.checkout-form .order-details .woocommerce-checkout-review-order .table tfoot th:last-child,
.woocommerce-EditAccountForm .order-details .woocommerce-checkout-review-order .table tfoot th:last-child {
  font-size: 14px;
}
.checkout-form .order-details .shop-payment-method .payment-list,
.woocommerce-EditAccountForm .order-details .shop-payment-method .payment-list {
  margin-bottom: 30px !important;
  border-bottom: 0 !important;
}
.checkout-form .order-details .shop-payment-method .single-method,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method {
  margin-bottom: 7px;
}
.checkout-form .order-details .shop-payment-method .single-method .payment_box:before,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method .payment_box:before {
  display: none !important;
}
.checkout-form .order-details .shop-payment-method .single-method:not(:last-child),
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method:not(:last-child) {
  margin-bottom: 5px !important;
}
.checkout-form .order-details .shop-payment-method .single-method label,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label {
  font-size: 14px;
}
.checkout-form .order-details .shop-payment-method .single-method label .checkmark,
.woocommerce-EditAccountForm .order-details .shop-payment-method .single-method label .checkmark {
  top: calc(50% - 3px);
}
.checkout-form .order-details .shop-payment-method .payment-info p,
.woocommerce-EditAccountForm .order-details .shop-payment-method .payment-info p {
  position: relative;
  padding: 10px 15px;
  background-color: #fff4df;
  border-left: 1px solid;
  margin-top: 12px;
  font-size: 14px;
}
.checkout-form .order-details .shop-payment-method .payment-info p:after,
.woocommerce-EditAccountForm .order-details .shop-payment-method .payment-info p:after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff4df;
  top: -20px;
  left: 10px;
  z-index: 9;
}
.checkout-form .order-details .btn-fill, .checkout-form .order-details .wp-block-file .wp-block-file__button, .wp-block-file .checkout-form .order-details .wp-block-file__button, .checkout-form .order-details .wp-block-button .wp-block-button__link, .wp-block-button .checkout-form .order-details .wp-block-button__link, .checkout-form .order-details .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-form .order-details .button, .checkout-form .order-details .widget.yith-woocompare-widget .button, .widget.yith-woocompare-widget .checkout-form .order-details .button, .checkout-form .order-details .widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount .checkout-form .order-details .button, .checkout-form .order-details .woocommerce .product-buttons .single_add_to_cart_button, .woocommerce .product-buttons .checkout-form .order-details .single_add_to_cart_button, .checkout-form .order-details .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .checkout-form .order-details .button,
.checkout-form .order-details .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .checkout-form .order-details .button,
.checkout-form .order-details .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .checkout-form .order-details .button, .checkout-form .order-details .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file, .woocommerce table.woocommerce-table--order-downloads .checkout-form .order-details .woocommerce-MyAccount-downloads-file, .checkout-form .order-details .shop--cart-total .shipping-calculator-form p button.button, .shop--cart-total .shipping-calculator-form p .checkout-form .order-details button.button, .checkout-form .order-details .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button, .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .checkout-form .order-details span.button, .checkout-form .order-details .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button, .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .checkout-form .order-details span.button,
.checkout-form .order-details .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .checkout-form .order-details span.button,
.checkout-form .order-details .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .checkout-form .order-details span.button,
.woocommerce-EditAccountForm .order-details .btn-fill,
.woocommerce-EditAccountForm .order-details .wp-block-file .wp-block-file__button,
.wp-block-file .woocommerce-EditAccountForm .order-details .wp-block-file__button,
.woocommerce-EditAccountForm .order-details .wp-block-button .wp-block-button__link,
.wp-block-button .woocommerce-EditAccountForm .order-details .wp-block-button__link,
.woocommerce-EditAccountForm .order-details .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button,
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .woocommerce-EditAccountForm .order-details .button,
.woocommerce-EditAccountForm .order-details .widget.yith-woocompare-widget .button,
.widget.yith-woocompare-widget .woocommerce-EditAccountForm .order-details .button,
.woocommerce-EditAccountForm .order-details .widget.widget_price_filter .price_slider_amount .button,
.widget.widget_price_filter .price_slider_amount .woocommerce-EditAccountForm .order-details .button,
.woocommerce-EditAccountForm .order-details .woocommerce .product-buttons .single_add_to_cart_button,
.woocommerce .product-buttons .woocommerce-EditAccountForm .order-details .single_add_to_cart_button,
.woocommerce-EditAccountForm .order-details .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .woocommerce-EditAccountForm .order-details .button,
.woocommerce-EditAccountForm .order-details .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .woocommerce-EditAccountForm .order-details .button,
.woocommerce-EditAccountForm .order-details .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .woocommerce-EditAccountForm .order-details .button,
.woocommerce-EditAccountForm .order-details .woocommerce table.woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file,
.woocommerce table.woocommerce-table--order-downloads .woocommerce-EditAccountForm .order-details .woocommerce-MyAccount-downloads-file,
.woocommerce-EditAccountForm .order-details .shop--cart-total .shipping-calculator-form p button.button,
.shop--cart-total .shipping-calculator-form p .woocommerce-EditAccountForm .order-details button.button,
.woocommerce-EditAccountForm .order-details .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-next .woocommerce-EditAccountForm .order-details span.button,
.woocommerce-EditAccountForm .order-details .shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-next .shop--cart-total .shipping-calculator-form p .woocommerce-EditAccountForm .order-details span.button,
.woocommerce-EditAccountForm .order-details .shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev span.button,
.shop--cart-total .shipping-calculator-form p .shop--product-slider .product-thumbs .swiper-button-prev .woocommerce-EditAccountForm .order-details span.button,
.woocommerce-EditAccountForm .order-details .shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p span.button,
.shop--product-slider .product-thumbs .swiper-button-prev .shop--cart-total .shipping-calculator-form p .woocommerce-EditAccountForm .order-details span.button {
  border-radius: 0;
  padding: 14px 20px 18px !important;
}

/* woocommerce-order */
.woocommerce-order .woocommerce-notice {
  margin-bottom: 30px;
}
.woocommerce-order ul.order_details {
  border: 1px solid #d3ced2;
}
.woocommerce-order ul.order_details li, .woocommerce-order ul.order_details .page-links span, .page-links .woocommerce-order ul.order_details span {
  padding: 30px;
  margin: 0;
}
.woocommerce-order .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-customer-details {
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-customer-details address {
  border: 1px solid #d3ced2;
  border-radius: 0;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details {
  border: 0;
  border-collapse: collapse;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details th, .woocommerce-order .woocommerce-table.woocommerce-table--order-details td {
  border: 1px solid #d3ced2;
}

/* woocommerce-MyAccount-navigation */
.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation {
  background-color: #fff4df;
  padding: 25px 0;
  width: 25% !important;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  left: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover:after {
  opacity: 1;
  visibility: visible;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:after {
  opacity: 1;
  visibility: visible;
}
.woocommerce .woocommerce-MyAccount-content p:not(:last-child) {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  margin-bottom: 20px;
}
.woocommerce table.my_account_orders .woocommerce-button.button {
  background-color: transparent;
}
.woocommerce .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 30px;
}

/* login-register-wrapper */
.login-register-wrapper form.login,
.login-register-wrapper form.register {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.login-register-wrapper p.woocommerce-form-row {
  padding: 0;
  margin-bottom: 30px !important;
}
.login-register-wrapper p.form-row {
  padding: 0;
}
.login-register-wrapper p.lost_password {
  margin-bottom: 0;
}

/* Other */
.woocommerce-privacy-policy-text {
  font-size: 14px;
  margin-bottom: 30px;
}

/* Styles For Wordpress */
.voifone-page-wrapper > .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.voifone-page-wrapper > .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

/* wp-caption  */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*Alignment*/
.alignleft {
  float: left;
  margin-right: 15px !important;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px !important;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}

/* Buttons */
.wp-block-button .wp-block-button__link {
  border-radius: 50px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 1px solid;
  color: #5245c2 !important;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

/* Others */
.wp-block-file .wp-block-file__button {
  border-radius: 50px;
  padding: 0.5em 1em;
}

.wp-block-table {
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}
.wp-block-table th, .wp-block-table td {
  text-align: center;
  border: 1px solid #ece1e1;
  padding: 5px 10px;
}

/* Blog Details Text */
.blog-details-text .wp-block-gallery {
  padding: 0;
  list-style: none;
  width: 100%;
}
.blog-details-text .wp-block-archives.wp-block-archives-list,
.blog-details-text .wp-block-categories.wp-block-categories-list,
.blog-details-text .wp-block-latest-comments,
.blog-details-text .wp-block-latest-posts {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
}
.blog-details-text .wp-block-archives.wp-block-archives-list li small, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span small, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span small,
.blog-details-text .wp-block-categories.wp-block-categories-list li small,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span small,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span small,
.blog-details-text .wp-block-latest-comments li small,
.blog-details-text .wp-block-latest-comments .page-links span small,
.page-links .blog-details-text .wp-block-latest-comments span small,
.blog-details-text .wp-block-latest-posts li small,
.blog-details-text .wp-block-latest-posts .page-links span small,
.page-links .blog-details-text .wp-block-latest-posts span small {
  font-size: 70%;
  position: relative;
  bottom: 5px;
}
.blog-details-text .wp-block-archives.wp-block-archives-list li:not(:last-child), .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span:not(:last-child), .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span:not(:last-child),
.blog-details-text .wp-block-categories.wp-block-categories-list li:not(:last-child),
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span:not(:last-child),
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span:not(:last-child),
.blog-details-text .wp-block-latest-comments li:not(:last-child),
.blog-details-text .wp-block-latest-comments .page-links span:not(:last-child),
.page-links .blog-details-text .wp-block-latest-comments span:not(:last-child),
.blog-details-text .wp-block-latest-posts li:not(:last-child),
.blog-details-text .wp-block-latest-posts .page-links span:not(:last-child),
.page-links .blog-details-text .wp-block-latest-posts span:not(:last-child) {
  margin-bottom: 17px;
}
.blog-details-text .wp-block-archives.wp-block-archives-list li a, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span a, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span a,
.blog-details-text .wp-block-categories.wp-block-categories-list li a,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span a,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span a {
  position: relative;
}
.blog-details-text .wp-block-archives.wp-block-archives-list li a:before, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span a:before, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span a:before,
.blog-details-text .wp-block-categories.wp-block-categories-list li a:before,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span a:before,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span a:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "";
  font-size: 16px;
  color: inherit;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: color 0s, opacity 0.3s linear;
  transition: color 0s, opacity 0.3s linear;
}
.blog-details-text .wp-block-archives.wp-block-archives-list li a:hover, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span a:hover, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span a:hover,
.blog-details-text .wp-block-categories.wp-block-categories-list li a:hover,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span a:hover,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span a:hover {
  padding-left: 14px;
}
.blog-details-text .wp-block-archives.wp-block-archives-list li a:hover:before, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span a:hover:before, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span a:hover:before,
.blog-details-text .wp-block-categories.wp-block-categories-list li a:hover:before,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span a:hover:before,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span a:hover:before {
  opacity: 1;
  visibility: visible;
}
.blog-details-text .wp-block-archives.wp-block-archives-list li ul.children, .blog-details-text .wp-block-archives.wp-block-archives-list .page-links span ul.children, .page-links .blog-details-text .wp-block-archives.wp-block-archives-list span ul.children,
.blog-details-text .wp-block-categories.wp-block-categories-list li ul.children,
.blog-details-text .wp-block-categories.wp-block-categories-list .page-links span ul.children,
.page-links .blog-details-text .wp-block-categories.wp-block-categories-list span ul.children {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
}

/* Blocks */
.wp-block-media-text {
  margin-bottom: 20px;
}

.wp-block-separator {
  background-color: #ebebeb;
  border: 0;
  height: 1px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
}
.wp-block-separator.is-style-wide {
  max-width: 100%;
}

.page-links {
  margin-bottom: 0;
}
.page-links:before {
  display: table;
  content: "";
  clear: both;
  table-layout: fixed;
}

.gallery-caption:after,
.bypostauthor:after {
  content: "";
}
/* call rate */
.rates--tab-nav ul li a {
    font-size: 16px;
}
.rates--table .dataTables_length .form-control, .rates--table .dataTables_filter .form-control {
    line-height: 1;
}

.rates--table .dataTables_paginate ul li.active a {
    background-color: #5245c2!important;
    border-color: #5245c2!important;
}

.rates--table .dataTables_paginate ul li a:focus {
    box-shadow: none;
}

.p-num-prices--panel .signup--btn {
    background-color: #5245c2;
}
.p-num-prices--panel .signup--btn:hover {
    background-color: #5f50e5 !important;
    color: #fff;
}
.ui-widget.ui-widget-content {
    border: 1px solid #5245c2;
}
.p-num--cf-slider .ui-slider-handle{
   background-color: #5245c2;
}
#rates{
    background:none!important;
}