/*
Theme Name: Cobra Cam New
Author: Arun Kumar Karmakar

Version: 2.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.logo a img {
  width: 100%;
  max-width: 175px;
}
.tp-counter-logo img {
  width: 100%;
  max-width: 160px;
}
span.wc-block-components-button__text {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product__title {
    min-height: 70px;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 14px 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(71, 71, 71, 0.8);
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}