/*
Theme Name: Globalink Theme
Author: the CNC team
Description: Custom theme based on client requirements.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globalink
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, custom-theme

This theme, like WordPress, is licensed under the GPL.
*/



body .breadcum{margin:25px 0px;}
body .breadcum a label{margin: 0px 5px;}
body .widget_shopping_cart_content{display: flex;flex-wrap: wrap;justify-content: space-around;padding-bottom: 14px;}
body .popup-content .price {margin: 25px 12px 15px 12px;width: 100%;flex-direction: inherit;align-items: center;justify-content: space-between;}
body header .user_section li a.close {right: 0;top: 0;width: 45%;display: inline-block;margin: 0;font-size: 16px;position: relative}
body .popup-content .price span:first-child {font-size: 24px;line-height: 30.4px;font-weight: 600;margin-bottom: 0px;}
#order_review #payment ul li label { margin-top: 20px; }
#order_review #payment ul li label img { display: inline-block; vertical-align: middle; max-width: 35px; }
#order_review #payment ul li label a.about_paypal { font-size: 12px; padding-left: 10px; }
.forceall-tooltip > a { display: none; }
span.tooltiptext { font-size: 11px; color: #888; line-height: 1; }
span.tooltiptext br:first-child { display: none; }

.gld > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid white;  /* Adjust color as needed */
  position: absolute;
  top: 50%;
  right: -15%;  /* Adjust positioning as needed */
  transform: translateY(-50%);
}