/*
Theme Name: Dayonline
Theme URI: https://smartlicense.ro/
Author: Dayonline
Author URI: https://smartlicense.ro/
Description: Yes we have
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartlicense
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
*/

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Nunito', sans-serif;
  font-size:16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color:#000;
}

a:hover {
  color: #978812;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000000;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 2rem;

}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}


blockquote {
  font-weight: 500;
  margin: 0 0 1rem;
  background: #28ac32;
  padding: 10px 20px;
  border-radius: 4px;
}
blockquote p{
  margin-bottom: 0;
}

blockquote a {
  text-decoration: underline;
}

@font-face {
  font-family: star;
  font-display: swap;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.top-bar {
  background: #000000;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

.top-bar p {
  margin-bottom: 0;
}

.top-bar a {
  color:#fff;
}

.top-bar span {
  color: #28ac32;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: 15px 0;
  color: #fff;
  top: 40px;
  z-index: 999;
  transition: all 500ms ease 0s;
  position: fixed;
  width: 100%;
  height: 77px;
}

.menu-container {

}

.dgwt-wcas-sf-wrapp {
  padding: 0!important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 16px!important;
  top: 6px!important;
}
.cfw-side-cart-quantity-wrap .cfw-side-cart-quantity {
  font-size: 14px;
}


.mini-box {
  border: 0;
  border-radius: 4px;
  padding: 20px;
  font-size: 14px;
}

.color-green {
  color: #37aa1f;
}
.color-orange {
  color: #dc7839;
}

.color-red {
  color:#dc3939;
}

.title-box {
  background: #f2f2f2;
  padding: 30px;
  text-align: center;
}

.mini-box .icon .fas, .mini-box .icon .far {
  font-size: 50px;
}

.search-container {
  background: #fbfbfb;
  padding: 12px 0;
}

.dgwt-wcas-search-wrapp {
  max-width: 100%;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding:0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 0;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 8px 26px;
  text-decoration: none;
  background: #e8d100;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #ffe814;
  color: #000000;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  width: 70%;
}

.woocommerce-cart table.cart .product-thumbnail {
  max-width: 50px;
}

.woocommerce-cart .cart .button{
  padding: 10px 17px!important;
  background: #000;
  color: #fff;
  font-size: 14px;
}

.woocommerce-cart .cart .button:hover{
  background: #333;
  color: #fff;
}

.woocommerce-cart .quantity .qty {
  height: 48px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #dedede;
  background: #f2f2f2;
  max-width: 65px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP lbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.nf-form-content input:not([type=button]) {
  background: #f4f4f4;
    border: 1px solid #e7e7e7;
    border-radius: 250px;
    box-shadow: none;
    color: #000000;
    transition: all .5s;
    font-size: 15px;
    height: auto;
    padding: 15px 25px;
}

textarea, select {
  background: #f4f4f4;
    border: 1px solid #e7e7e7;
    border-radius: 250px;
    box-shadow: none;
    color: #000000;
    transition: all .5s;
    font-size: 15px;
    padding: 15px 25px;
}

.field-wrap textarea {
  border-radius: 15px;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content input[type=submit] {
  background: #28ac32;
    color: #fff;
    font-size: 16px;

}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding-left: 52px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 14px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}


.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 77px;
}

.graybigbox {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 4px;
  margin-top: 10px;
}

.home header#masthead {
  background-color: transparent;
  border:0;
}



.woocommerce-account {
  background: #f2f2f2;
}

.bg-shadow {
  background: #ffffff;
  padding:20px;
  border-radius: 4px;
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.1);
}

.bg-shadow ul{
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.bg-shadow ul li{
  padding-bottom: 5px;
}

.bg-shadow h2 {
  margin-top: 0;
  padding-bottom: 0;
}

.mega-toggle-on ul.mega-sub-menu:after{
	content:''!important;
	background: #000 !important;;
	position: absolute !important;;
	width:100%;
	top:0;
	height:100%;
	left:0
}

.category-main-title {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #f2f2f2;
}


.color-container-1 {
  background: #f2f2f2;
  padding: 60px 0;
  line-height: 30px;
}

.color-container-2 {
  padding: 25px 0;
  background: #e4e4e4;
  line-height: 30px;
}
.color-container-2 h2 {

}

.big-title {
  font-size: 45px;
  padding-bottom: 0;
  margin-top:0;
}

.not-to-big-title {
  color: #5e5e5d;
  font-weight: bold;
  font-size: 23px;
}

.biggest-list {
  list-style: none;
  font-size: 17px;
  font-weight: 100;
  padding-left: 30px;
  line-height: 37px;
}
.biggest-list i {
  padding-right: 6px;
}

.button-color-1 {
  background: #000000;
  padding: 13px 22px;
  border-radius: 250px;
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
}

.button-color-2 {
  background: #28ac32;
  padding: 13px 22px;
  border-radius: 250px;
  color: rgb(0, 0, 0);
  letter-spacing: 0;
  font-weight: bold;
  display: inline-block;
}

.button-color-1:hover {
  color:#fff;
  background:#333;
}

.button-color-2:hover {
  color:#000;
  background:#f9dd0c;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 200px !important;
}

#variations, .dd-select, .dd-container {
  width: 100%;
  min-width: 100%;
}

#variations .dd-selected-image, #variations .dd-option-image {
  width: 10%;
  margin: 0;
}

#variations .dd-selected-text, #variations .dd-option-text, #variations .dd-selected-description-truncated {
  width: 90%;
  color: #000!important;
  font-weight: 500!important;
  font-size: 13px!important;
  cursor: pointer;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
}

#variations .dd-options {
  width: 100% !important;
  max-height: 245px;
}


.dd-selected {
  background: #ffffff !important;
  padding: 0 15px !important;
  text-align: left;
  border-radius: 250px;
}

.dd-option {
  padding: 0 15px!important;
  text-align: left;
}

.dd-selected-description, .dd-option-selected, .price-option {
  display: none!important;
}
.dd-select::before {
  color: #fff;
  content: 'Selectat';
  background: #707070;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  right: -9px;
  font-size: 11px;
  border-radius: 4px;
  top: -21px;
}

.dd-option {
  cursor: pointer;
  position: relative;
}

.dd-desc {
  position: absolute;
  background: black;
  color: #fff!important;
  border-radius: 4px;
  padding: 3px 10px;
  top: 42px;
  right: 6px;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

.checkoutwc .form-row input[type=email], .checkoutwc .form-row input[type=number], .checkoutwc .form-row input[type=password], .checkoutwc .form-row input[type=tel], .checkoutwc .form-row input[type=text].input-text, .checkoutwc .form-row select, .checkoutwc .form-row textarea {
  background: #fafafa!important;
  border: 2px solid #c1c1c1!important;
}

.sl-overlay {
  background: #000!important;
}

.black-text {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  display: block;
  border-radius: 0;
  text-align: center;
  margin-bottom: 10px;
}

#despre ul {
  list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
  text-align: left;
  list-style: none;
  margin-left:0;
  padding-left:0;
}

#despre ul li{
  padding-bottom: 12px;
}

#despre ul li .fa-check {
  color: #28ac32;
}

.green-btn, .button.invoice {
  background: #28ac32;
  color: #fff;
  padding: 3px 14px;
  border-radius: 250px;
  display: inline-block;
}

.woocommerce table.my_account_orders .button.invoice {
  background: #28ac32;
  color: #fff;
  padding: 11px 14px;
  border-radius: 250px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 75%;
}
body:not(.theme-preset-active) footer#colophon {
    color: #fff;
    background-color: #000;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


.titlu_menu {
    color:#000;
    font-size:20px;
    margin-top:0;
}

.submenu_ul {
    list-style:none;
    margin:0;
    padding: 0;
}

.submenu_ul li a{
    color:#000;
    font-weight:400;
    letter-spacing:0.5px;
    line-height: 28px;
    font-size: 16px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 75%;
  float: right;
}

/* Make Gallery 25% width and place it beside the image */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 25%;
  float: left;
}

/* Style each Thumbnail with width and margins */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 90%;
  float: none;
  margin: 0 0 10% 10%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
    margin: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
    opacity: .5;
    margin: 0;
    width: 50%!important;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  float:left;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 16px;
  color: #142535;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  line-height: 25px;
  padding-bottom: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 90px;
  white-space: initial;
  word-break: break-word;
  text-decoration: none;
  -webkit-line-clamp: 3;
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
  margin-top: 14px;
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 15.5%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 1.3% 2.992em 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right:0!important;
}

.woocommerce ul.products li.product .price {

}

.show-on-sticky {
  display: none;
}

.informatii li.certificat_li {

  cursor: pointer;
}

header.fixed-header {
  padding: 6px 0!important;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 3px #0000001a;
  transition: linear 0.3s ease;
  position: sticky;
  width: 100%;
  top: 0!important;
  background: #000!important;
  border-bottom: 0!important;
  height: auto!important;
}

header.fixed-header .show-on-sticky{
  display: block;
}

header.fixed-header .hide-on-sticky {
  display: none;
}

header.fixed-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
color: #fff;
}

header.fixed-header img{
  width: 55%;
}

.wc-block-grid__product-onsale {
  display: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 4px;
    font-weight: 100;
    background: #000;
    color: #fff;
    border: 0;
    width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align:center;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
  color: #070707;
  text-decoration: none;
  display: block;
  font-size: 17px;
}

.woocommerce ul.products li.product .price {
  font-weight: 900;
  color: #000000;
  text-decoration: none;
  display: block;
  font-size: 20px;
}

.woocommerce ul.products li.product .price del {
    font-size: 14px;
}

.vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-img-wrap img {
    height:auto!important;
  max-height: 126px;
}

.vi-wcaio-menu-cart-content-wrap {
  box-shadow: 0 0 11px rgb(0 0 0 / 24%)!important;
top: 4px!important;  
}

.vi-wcaio-menu-cart-content-wrap:after, .vi-wcaio-menu-cart-content-wrap:before {
    left:90%!important;;
}

.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget {
    max-height: 40vh!important;;
}


.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .woocommerce-mini-cart__buttons a.button {
    background: #000;
    color: #fff;
}
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .woocommerce-mini-cart__buttons a.checkout {
   background: #28bd41;
    color: #fff;
}

.cosul_mieu {
  cursor: pointer;
}

.cosul_mieu svg {
  color: #ffffff;
  fill: #fff;
  width: 18px;
  margin-right: 4px;
}

.mini-icon-text {
  padding-top: 10px;
  display: inline-block;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}



.vi-wcaio-menu-cart-content-wrap.vi-wcaio-menu-cart-content-wrap-show:hover,.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-nav-wrap:hover~.vi-wcaio-menu-cart-content-wrap {
  display: block;
  visibility: visible;
  opacity: 1
}

.vi-wcaio-menu-cart-content-wrap {
  position: absolute;
  float: right;
  z-index: 10;
  left: 0;
  top: 100%;
  min-width: 260px;
  max-width: 350px;
  min-height: 50px;
  height: auto;
  width: auto;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0,0,0,.52);
  background: #fff;
  cursor: default;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.vi-wcaio-menu-cart-content-wrap {
  left: auto!important;
  right: 0;
  min-width: 300px!important;
}

.vi-wcaio-menu-cart {
    float: right;
    position:relative;
}

.vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 60px;
  min-height: 30px;
  width: auto;
  height: auto;
  font-size: max(100%,12px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont_client svg {
        cursor: pointer;
    color: #000000;
    background: #28ac32;
    padding: 9px;
    border-radius: 250px;
    width: 43px;
    height: 43px;
    position: relative;
    top: 3px;
}
.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .total {
    color:#000;
}


.smartlicense-cart-wrap {
  padding: 0 10px;
}

.smartlicense-cart .dropdown-menu {
  min-width: 340px;
  border: 0;
}

.smartlicense-cart .vi-wcaio-menu-cart-content-wrap{
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
}

.smartlicense-cart-wrap .product_list_widget li a.remove {
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #d11111;
  text-decoration: none;
  border: unset!important;
  padding: 0;
  margin: 0;
  text-indent: 0;
  top: 5px!important;
  right: 0!important;
  left: auto;
}

.smartlicense-cart-wrap .product_list_widget li a.remove:hover {
  background: #d11111;
  color: #fff;
}

.smartlicense-cart-wrap .product_list_widget li .quantity {
  position: absolute;
    left: -22px;
    background: #28ac32;
    z-index: 9999;
    padding: 1px 7px;
    color: #000;
    border-radius: 3px;
    font-size: 15px;
}

.smartlicense-cart-wrap .product_list_widget li .quantity .woocommerce-Price-amount.amount{
display: none;
}



.smartlicense-cart-wrap .product_list_widget{
list-style: none;
margin: 0;
padding: 0;
}

.smartlicense-cart-wrap .product_list_widget li {
  position: relative;
  
    list-style-type: none;
    margin: 0;
    padding: 5px 0!important;
    width: 100%;
    min-height: 100px;
    vertical-align: top;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.05);
    box-shadow: unset;
    border-top: unset!important;
}

.smartlicense-cart-wrap .product_list_widget li a:not(.remove) {
  position: relative;
  float: left;
  font-size: clamp(13px,14px,100%);
  width: 100%;
  max-width: calc(100% - 30px);
  height: auto;
  margin: 0;
  padding: 0 0 0 75px;
  top: 0;
}

.smartlicense-cart-wrap img {
  display: block;
  position: absolute;
  left: 0;
  float: left;
  top: 5px!important;
  transform: none!important;
  width: 65px;
  height: auto;
  margin: 0;
}

.smartlicense-cart-wrap .woocommerce-mini-cart__buttons {
  clear: both;
  font-size: clamp(13px,14px,100%);
  margin: 0 15px!important;
  padding: 15px 0 0!important;
  border: unset;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.smartlicense-cart-wrap .woocommerce-mini-cart__total.total {
  margin-top: 15px;
  margin-bottom: 7px;
  text-align: center;
}


.smartlicense-cart-wrap .woocommerce-mini-cart__buttons a.button {
    margin: auto;
    width: auto;
    max-width: 100%;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    border-radius: 4px;
}

.smartlicense-cart-wrap .woocommerce-mini-cart__buttons a.button {
  background: #000;
  color: #fff;
}

.smartlicense-cart-wrap .woocommerce-mini-cart__buttons a.checkout {
  background: #28bd41;
  color: #fff;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent;
}

.fixed-header {
  height: auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 500;
}

li.windows-menu a:before {
  background-image: url(https://sckeys.com/wp-content/uploads/2024/02/windows-logo-sckeysb.png) !important;
  content: '';
  float: left;
  width: 19px !important;
  height: 19px !important;
  background-size: 100% ! Important;
  background-repeat: no-repeat !important;
  top: 16px !important;
  position: relative !important;
}

li.office-menu a:before {
  background-image: url(https://mylicense.ro/wp-content/uploads/2024/08/office-logob.png) !important;
  content: '';
  float: left;
  width: 18px !important;
  height: 28px !important;
  background-size: 94% ! Important;
  background-repeat: no-repeat !important;
  top: 14px !important;
  position: relative !important;
}

li.antivirus-menu a:before {
  background-image: url(https://mylicense.ro/wp-content/uploads/2024/08/security-b.png) !important;
  content: '';
  float: left;
  width: 23px !important;
  height: 23px !important;
  background-size: 100% ! Important;
  background-repeat: no-repeat !important;
  top: 13px !important;
  position: relative !important;
}

li.software-menu a:before {
  background-image: url(https://mylicense.ro/wp-content/uploads/2024/08/softwareiconb.png) !important;
  content: '';
  float: left;
  width: 23px !important;
  height: 23px !important;
  background-size: 100% ! Important;
  background-repeat: no-repeat !important;
  top: 13px !important;
  position: relative !important;
}

.nav-tabs .nav-link.active:after {
  content: '';
  display: flex;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: var(--dark-color);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform .3s;
}

.my-account-menu {
  background: #000000;
  display: inline-block;
  border-radius: 250px;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000000;
  padding: 0 18px;
  color: #fff;
}

.menu-cart {
  display: inline-block;
  margin-left: 15px;
}

.menu-cart .vi-wcaio-sidebar-cart-icon-wrap {
  position: relative;
 color: #fff;
  left: 0;
  display: inline-block;
  border-radius: 250px;
  padding: 0 18px;
  text-align: center;
  width: auto;
  background: #28ac32;
  transform: none!important;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
}
.menu-cart .cfw-side-cart-quantity-wrap svg {
  width: 18px;
}


.menu-cart .cfw-side-cart-quantity-wrap svg, .menu-cart .cfw-side-cart-quantity-wrap .cfw-side-cart-quantity {
  color:#fff;
}

.woocommerce-product-gallery__image {
    max-width: 700px;
}

.woocommerce div.product .product_title {
    color: #000;
    
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration:none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 30px;
    display: block;
    margin-bottom:0;
  font-weight: bold;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  display: block;
  font-size: 23px;
  color: #767676;
  opacity: 1;
  font-weight: normal;
}

.info-box {
  position: relative;
}

.info-box-ul {
  list-style: none;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  background: #f2f2f2;
  padding: 15px;
  border-radius: 4px;
}

.info-box:before {
  content: "\f06a";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  color: #c83b3b;
  font-size: 23px;
  position: absolute;
  font-weight: 900;
  top: -8px;
  left: -7px;
}

.awdr_discount_bar {
  background-color: #df2323;
  color: #ffffff;
  position: absolute;
  top: -11px;
  right: -20px;
}

.woocommerce div.product form.cart {
    margin-top:2em;
}

.informatii {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
}

.informatii li{
  padding-bottom: 12px;
  letter-spacing: -0.5px;
  font-size: 14px;
  display: block;
  margin-right: 0;
  text-align: left;
}

.informatii li:last-child{
  margin-bottom: 0;
}

.informatii li i{
  font-size: 18px;
  width: 23px;
}

.details-border {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.image_container_white {
  background:#fff;
  padding: 30px;
  border-radius: 4px;
}

.image_container_white img{
max-width: 50%;
}

.image_container_white h4 {
  margin-bottom: 0;
}

.sku_wrapper {
   margin-bottom: 40px;
    display: block;
    font-size: 14px; 
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  display: none;
}

.archive h1.page-title {
  font-size: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        font-size: 19px;
    font-weight: 400;
    background-color: #000;
        height: 48px;
    padding: 0px 35px;
  line-height:48px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1f1f1f;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background: #ffffff;
  color: #000;
  border: 1px solid #d1cdcd;
  padding: 15px 15px;
  border-radius: 4px;
  height: auto;
  font-size: 16px;
}

.woocommerce form .form-row select {
  height: auto;
  padding: 14px 15px;
  line-height: normal;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  font-size: 16px;
}

.select2-container .select2-selection--single {
  height:auto;
  border: 1px solid #d1cdcd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: auto;
  padding: 14px 15px;
  line-height: normal;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  font-size: 16px;
}

.woocommerce-checkout #payment {
  background: #f9f9f9;
  border-radius: 5px;
  border: 2px dashed #ccc;
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 900;
  font-size: 17px;
}

#netopia-methods ul {
  padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
  font-size: 15px;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e5e5e5;
  color: #000000;
  font-weight: normal;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #e5e5e5;
}


.woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  background: #28ac32;
  margin: 0 auto;
  color: #000;
  border-radius: 250px;
  font-size: 22px;
  padding: 5px 33px;
  height: auto;
  font-weight: bold;
}

.woocommerce-billing-fields h3{
  margin-top:0;
}

#netopia-methods .netopia-method-pay {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 6px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #dbdbdb;
    color:#fff;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
  border-right: 0;
}

.woocommerce button.button {
  color: #000000;
  background-color: #28ac32;
}

.woocommerce table.my_account_orders {
  font-size: 1rem;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 16px 8px;
}

.woocommerce table.my_account_orders .button {
  background: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-right: 9px;
  border-radius: 250px;
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce table.my_account_orders .button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.woocommerce-button.wp-element-button.button.invoice {
  background: #28ac32;
  color: #000;
}

.woocommerce-button.wp-element-button.button.invoice:hover {
  background: #edd41b;
  color: #000;
}

.woocommerce-button.wp-element-button.button.pay {
  background: #cb2929;
}

.woocommerce-button.wp-element-button.button.pay:hover {
  background: #e33131;
}

.woocommerce-button.wp-element-button.button.cancel {
  background: #a3a3a3;
}

.woocommerce-button.wp-element-button.button.cancel:hover {
  background: #cccccc;
  color: #000;
}


.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 8px 24px 8px 48px;
  font-size: 16px;
  background-color: #f6f6f6;
}


.declaratie {
  background: #e9d118;
  color: #000;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 12px;
}

.order-again .button {
  background: #449944;
  color: #fff;
}

.woocommerce ul.products li.product a img {
  height: auto;
    max-height: 328px;
    padding: 10px;
    width: auto;
    margin: 0 auto;
}
.nav-tabs {
  border: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  padding: 20px;
  margin-top: 40px;
  border-radius: 10px;
}

.nav-tabs .nav-link {
  padding: 6px 27px;
  font-size: 19px;
  margin-right: 10px;
  font-weight: 500;
  margin-bottom: 0;
}


.nav-tabs .nav-link i {
  background: black;
  padding: 14px;
  border-radius: 250px;
  margin-right: 5px;
  color: #fff;
}

.nav-tabs .nav-link:hover {
  color: #fff;
  border: 0;
  background: #000;
  text-align: center;
  border-radius: 250px;
  padding: 6px 27px;
  font-size: 19px;
}

.nav-tabs .nav-link.active {
  font-weight: 500;
  color: #fff;
  border: 0;
  background: #000;
  text-align: center;
  border-radius: 250px;
  padding: 6px 27px;
  font-size: 19px;
}

.nav-tabs .nav-link.active i {
  background: #28ac32;
  padding: 14px;
  border-radius: 250px;
  margin-right: 5px;
  color: #fff;
}

.tab-content>.tab-pane {
  padding: 0;
  margin: 15px 0;
  border-radius: 10px;
}

.highlight-text {
  background: #28ac32;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
}

.woocommerce .quantity .qty {
  height: 48px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #a7a7a7;
}

.button-nice {
  background: #28ac32;
  padding: 10px 40px;
  border-radius: 250px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 23px;
}

.button-nice:hover {
  background: #ffe625;
  color:#000;
}


.button-nice-red {
  background: #e91e1e;
  color: #fff;
}

.button-nice-red:hover {
  background: #d63434;
  color: #fff;
}


.woocommerce-checkout .entry-content {
  border-radius: 10px;
  padding: 40px;
  border: 2px dashed #b4b4b4;
}

.woocommerce-checkout h1.entry-title {
  font-size: 40px;
  text-align: center;
  padding: 20px;
}

.woocommerce table.shop_attributes th {
    border-bottom: 1px dashed rgba(0,0,0,.1);
    font-size: 13px;
    color: #000;
}

.woocommerce table.shop_attributes td {
    font-size: 14px;
    font-style: normal;
}

#footer-widget {
  background: #000000;
  margin-top: 0;
  padding-top: 10px;
  position: relative;
  color:#cdcdcd;
}
#footer-widget::before {
  content: '';
  background-image: url('inc/assets/images/bgdivider_1.png');
  width: 100%;
  top: -18px;
  height: 103px;
  position: relative;
  display: block;
  z-index: 9;
  visibility: visible!important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#footer-widget a {
color:#cdcdcd;
}

#footer-widget ul {
  margin:0;
  padding:0;
  list-style:none;
border-right: 1px solid #181818;
}

#footer-widget h2 {
color: #cdcdcd;
padding-bottom: 0;
margin-bottom: 0;
margin-top: 0;
}

.despre-footer h2{
color: #cdcdcd;
padding-bottom: 0;
margin-bottom: 0;
margin-top: 0;
font-size: 14px;
line-height: 28px;
font-weight: 400;
}

.despre-footer strong {
margin-top: 6px;
font-size: 15px;
display: inline-block;
}

.no-border-footer ul{
border-right: 0!important;
}

.slider-for #prd-image{
 height:550px;
}
#prd-image img {
width: 90%;

}

.slider-nav img {
    border: 1px solid #c1c1c1;
  margin-bottom: 12px;
}


.woocommerce ul.products li.product .star-rating {
  margin: 10px auto;
display:none;
}

.woocommerce .star-rating span::before {
  color: #28ac32;
}


#footer-widget h3 {
  color:#cdcdcd;
font-weight: bold;
margin-bottom: 7px;
}

#footer-widget a {
padding: 5px 10px 5px 0;
display: block;
font-size: 14px;
}

.footer-black-box {
background: #000;
padding: 16px 31px;
position: absolute;
top: -49px;
border-radius: 4px;
border: 1px solid #e6e6e6;
color: #fff;
}

#footer-widget .footer-black-box h2 {
color: #fff;
}

#footer-widget .footer-black-box p{
color:#fff;
padding:0;
margin:0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
      border-radius: 5px;
-webkit-border-radius: 5px;
background: #e6e6e6;
border: 0;
height: 47px;
}

.despre_noi {
  margin-top: 30px;
}

.despre_noi img {
  width: 200px;
}

.company_data {
  color:#fff;
  margin-top:20px;
}

.company_data ul {
  padding: 0;
  list-style: none;
  line-height: 19px;
}

.company_data ul li {
  margin-bottom: 5px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label, .woocommerce form .password-input, .woocommerce-page form .password-input {
  width:100%;
}

.cont_client {
      float: right;
      margin-left:10px;
}

.dropdown-menu .dropdown-item.autentificare {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
      margin: 10px;
  width: auto;
}

.dropdown-menu .dropdown-item.cont_nou {
  background: #28ac32;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
      margin: 10px;
  width: auto;
}

.page-template-register_login .btn-primary {
      color: #000;
  background-color: #28ac32;
  border-color: #28ac32;
  font-weight: bold;
  width: 100%;
  padding: 15px;
  font-size: 23px;
}

.page-template-register_login .btn-primary:hover {
   background-color: #dec714;
  border-color:#dec714;
  color:#000;
}

.pswp__bg {
  background:#fff!important;
}

.woocommerce div.product form.cart .button {
font-weight: 900;
letter-spacing: 0;
font-size: 19px;
text-transform: none;
background-color: #28ac32;
width: 100%;
color: #fff;
}

.woocommerce div.product form.cart div.quantity {
float: none;
margin: 0;
width: 100%;
}

.related.products .star-rating{
display: none;
}

.product-data .head-data {
  font-size: 23px;
  padding-bottom: 21px;
  border-bottom: 1px solid #333;
  width: 100%;
}

.panel-default>.panel-heading {
color: #000;
background-color: #eee;
border-color: #e4e5e7;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.panel-default>.panel-heading a {
display: block;
padding: 17px 15px;
color: #333;
  text-decoration: none;
}

.panel-default>.panel-heading a:after {
content: "";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: right;
transition: transform .25s linear;
-webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
color:#000;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
content: "\2212";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
font-size: 41px;
  top: -9px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
content: "\002b";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
font-size: 41px;
  top: -9px;
}

.accordion-option {
width: 100%;
float: left;
clear: both;
margin: 15px 0;
}

.accordion-option .title {
font-size: 20px;
font-weight: bold;
float: left;
padding: 0;
margin: 0;
}

.accordion-option .toggle-accordion {
float: right;
font-size: 16px;
color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
content: "Collapse All";
}

a.edit {
background: #28ac32;
color: #fff;
padding: 3px 10px;
border-radius: 250px;
}

.panel-title {
margin: 20px 0;
padding: 9px 7px;
background: #fafafa;
font-size: 18px;
border: 1px solid #ccc;
border-radius: 5px;
}

.woocommerce-product-attributes-item {
  width: 100%;
  margin:1px 0;
  float: left;
  background: #f2f2f2;
}

.woocommerce table.shop_attributes th {
font-size: 14px;
  color: #fff;
  background: #333232;
  width: 30%;
  display: inline-block;
  padding: 0 8px;
  height: 40px;
  border: 0;
  line-height: 40px;
  font-weight: 500;
}

.woocommerce table.shop_attributes td {
      font-size: 14px;
  color: #000;
  width: 58%;
  display: inline-block;
  padding: 0 8px;
  border: 0;

}

.woocommerce table.shop_attributes tr:nth-child(even) td{
  background:transparent;
}

.woocommerce table.shop_attributes tr:nth-child(even) th {
background: #333232;
}

.woocommerce table.shop_attributes td p {
  padding:0;
}
.woocommerce table.shop_attributes {
  border:0;
}

.panel-body {
border: 1px solid #ccc;
padding: 20px;
border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul{
list-style: none;
padding: 20px 31px;
background: #000000;
border-radius: 4px;
}

.woocommerce-MyAccount-navigation a {
display: block;
padding-bottom: 6px;
margin-bottom: 6px;
}

.toggle-el {
padding: 2rem;
height: 180px;
background: white;
transition: all 0.2s ease;
opacity: 1;
margin-top: 1rem;
}

.search-button input[type=checkbox].hide-input:checked + .toggle-el {
height: 0;
opacity: 0;
padding-top: 0;
padding-bottom: 0;
}

.search-button input.hide-input {
position: absolute;
left: -999em;
}

.woocommerce .up-sells ul.products li.product{
width: 100%;
background: #fff;
padding: 10px;
border-radius: 4px;
margin: 0 0 10px 0;
}

.woocommerce .up-sells ul.products li.product .star-rating{
display: none;
}

.woocommerce .up-sells ul.products li.product img {
width: 25%;
float: left;
margin: 0;
}

.woocommerce .up-sells ul.products li.product .woocommerce-loop-product__title {
width: 75%;
float: left;
clear: none;
font-size: 15px;
text-align: left;
padding-left: 12px;
height: auto;
}

.woocommerce .up-sells ul.products li.product .price {
width: 75%;
float: left;
clear: none;
display: inline-block;
text-align: left;
padding-left: 12px;
font-size: 15px;
}

.woocommerce .up-sells ul.products li.product .add_to_cart_button {
width: 200px;
display: inline-block;
float: left;
}

.mai-multe {
background-color: #efefef;
height: 27px;
padding: 0px 13px;
line-height: 27px;
color: #000;
float: left;
display: inline-block;
margin-left: 12px;
font-size: 12px;
font-weight: normal;
border-radius: 4px;
}

.mai-multe:hover {
background:#f5da13;
color:#000;
}

.woocommerce .woocommerce-product-rating .star-rating {
float:none;
display: inline-block;
}

.single-product h1 {
margin-bottom: 0;
padding-bottom: 3px;
font-size: 25px;
}

.single-product .woocommerce-product-rating {
margin-bottom: 0;
}

.single-product div.product {
margin-top: 35px;
}

.ai_inteles {
background: #ffffff;
  color: #bc2d2d;
  font-size: 23px;
  padding: 21px;
  line-height: 40px;
  border-radius: 6px;
  border: 3px dashed;
  display: block;
}



.woocommerce-product-details__short-description {
background: #fbfbfb;
padding: 13px;
font-size: 13px;
border: 1px solid #e9e9e9;
border-radius: 4px;
margin-top: 15px;
margin-bottom: 15px;
line-height: 24px;
position: relative;
}

.woocommerce-product-details__short-description::before {
content: "\f06a";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Free";
color: #999;
font-size: 23px;
position: absolute;
font-weight: 900;
top: -8px;
left: -7px;
}

.woocommerce-product-details__short-description p {
padding:0;
margin: 0;
}

.button-juridica {
font-size: 13px;
font-weight: bold;
color: #fff;
background: #000000;
border: 0;
}

.button-nu-e-voie {
font-size: 13px;
font-weight: bold;
color: #fff;
background: #d7d7d7;
border: 0;
opacity: 1;
text-decoration: line-through;
}

.button-nu-e-voie:hover {
text-decoration: line-through;
background: #d7d7d7;
color:#fff;
}

.button-fizica{
font-size: 13px;
background: #fbfbfb;
color: #000;
border: 1px solid #ccc;
font-weight: bold;
}

.entry-summary h2{
font-size: 16px;
}

.entry-summary .left-part h2 {
border-bottom: 1px solid #e4dede;
display: inline-block;
margin-top: 0;

}

.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 10px;
}

.awdr-bulk-customizable-table {
border: 1px solid #d6d6d6;
font-size: 13px;
margin-top: 10px;
margin-bottom: 25px;
}

.awdr-bulk-customizable-table table {
margin: 0;
text-align: center;
}

.awdr-bulk-customizable-table table tr {
border-bottom:1px solid #d6d6d6;
line-height: 30px;
}

.blog-box {
background: #f2f2f2;
padding: 18px;
border-radius: 4px;
border: 1px solid #e6e6e6;
}

.blog-box img {
height: 150px;
width: 100%;
}

.blog-box h3 {
font-size: 15px;
line-height: 23px;
}

.blog.type-blog .entry-content{
font-size: 16px;
line-height: 31px;
padding: 0 10%;
}

.post-template-default .entry-content {
font-size: 16px;
line-height: 31px;
padding:0 10%;
}

.post-template-default .entry-content p {
font-size: 16px;
line-height: 31px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
width:55%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 45%;
margin-top: 0;
}

.left-part {
float:left;
width: 60%;
padding: 0 40px;
}

.right-part {
float:right;
width: 40%;
}

.gray-box {
padding: 25px 20px;
  border-radius: 10px;
  background: #f4f4f4;
  text-align: center;
}

.woocommerce div.product .right-part p.price{
font-size: 37px;
letter-spacing: -2px;
}

.woocommerce div.product .right-part p.stock {
  font-size: 17px;
  margin-top: 5px;
  border: 0;
  color: #28ac32;
}

.menuBg {
  border-bottom: 1px solid #f2f2f2;
  background: #f6f6f6;
}

body.single-post{
background: #ffffff;
}

.single-post #content.site-content {
padding-top: 0;
}

.single-post .entry-header{
padding: 0 50px;
}

.single-post .entry-title {
font-size: 60px;
font-weight: 400;
line-height: 75px;
}

.single-post .entry-meta{
font-size: 14px;
}

.single-post h2 {
font-size: 37px;
line-height: 50px;
}

.posted-on, .byline, .comments-link {
color:#121212;
}

.gray-bg {
background: #f2f2f2;
padding: 50px;
}

.page-template-oferta .breacrumbs, .page-template-oferta2 .breacrumbs{
display: none;
}

.page-template-oferta .description, .page-template-oferta2 .description{
font-size: 22px;
line-height: 34px;
}

.descriere p {
font-size: 16px;
line-height: 31px;
}

.descriere h2 {
font-size: 37px;
line-height: 50px;
}

.cumpara-acum {
background: #28ac32;
display: inline-block;
font-size: 36px;
color: #000;
padding: 9px 35px;
font-weight: bold;
border-radius: 250px;
margin-left: 35px;

}

.tags-links a{
padding: 4px 10px;
border-radius: 4px;
font-size: 12px;
background: #f2f2f2;
}

.page-template-oferta #content.site-content, .page-template-oferta2 #content.site-content{
padding-top: 0;
}

.oferta #oferta {
font-size: 40px;
font-weight: bold;
background: #c62222;
color: #fff;
display: inline-block;
padding: 6px 25px;

}

.windows-11-oferta {
padding: 100px 50px;
background: url('https://smartlicense.ro/wp-content/uploads/2023/02/win11-bg.jpg');
background-size: cover;
background-position: center;
position: relative;
color: #fff;
}


.windows-11-oferta::before{
content: '';
background: #000;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0.5;
}

.windows-11-oferta h1 {
color:#fff;
margin-top: 55px;
}

.windows-11-oferta p {
font-size: 19px;
color: #fff;
font-weight: 100;
padding-top: 50px;
}



.office-2021-oferta::before{
content: '';
background: #000;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0.5;
}
.office-2021-oferta h1 {
color:#fff;
margin-top: 55px;
}

.office-2021-oferta p {
font-size: 19px;
color: #fff;
font-weight: 100;
padding-top: 50px;
}

.oferta h1 {
font-size: 80px;
}

.pret-vechi {
font-size: 48px;
text-decoration: line-through;
color: #999;
margin-bottom: 40px;
}

.pret-nou {
font-size: 37px;
background: #f25022;
display: inline-block;
padding: 9px 42px;
font-weight: bold;
color: #ffffff;
border-radius: 250px;
}

body.woocommerce-cart {
background: #f2f2f2;
}

.woocommerce table.shop_table {
background:#fff;
}

.woocommerce-cart table.cart img {
width: 70px;
}



.woocommerce-page table.cart td.actions {
padding: 15px 20px;
}

.coupon label {
display: none;
}

input#coupon_code {
background: #f2f2f2;
border-radius: 4px;
font-size: 14px;
padding: 6px 12px;
border: 1px solid #dcdcdc;
}

.wc-proceed-to-checkout a.button.alt {
font-weight: 900;
background-color: #28ac32;
color: #000000;
padding: 0 35px;
height: 55px;
transition: color 1s linear 0.5s;
line-height: 55px;
}

.wc-proceed-to-checkout a.button.alt:hover {
background-color: #ffe30d;
}

.woocommerce-cart .mini-box{
background-color: #fff;
}

.woocommerce-info {
border-top-color: #28ac32;
background-color: #ffffff;
color: #000;
}

.woocommerce-info:before {
color: #000;
}

.order-total {
background: #f9f9f9;
font-size: 25px;
}

table.shop_table .order-total td {
vertical-align: top;
border-left: 0;
border-right: 0;
line-height: 24px;
padding: 17px 12px;
}

table.shop_table .order-total td .amount{
font-size: 24px;
}

.woocommerce-product-details__short-description a {
text-decoration: underline;
}

.woocommerce-error {
background: #f8d0d0;
color: #8e3333;
border: 0;
border-radius: 4px;
}

.woocommerce-message {
background: #ffffff;
border: 0;
color: #000000;
border-radius: 4px;
}

.woocommerce-error::before {
color:#8e3333;
}

.woocommerce-message::before {
color: #63990d;
}

.gray-with-border {
background: #f2f2f2;
padding: 20px;
border: 2px dashed #ccc;
margin: 0 auto;
margin-bottom: 55px;
text-align: center;
font-size: 17px;
}

.gray-with-border li:last-child {
padding-bottom: 0;
}
.modal-backdrop.show {
opacity: .8;
}

.modal-body ul {
margin: 0;
padding: 0;
list-style: none;
}

.modal-body ul li {
padding-bottom: 16px;
font-size: 14px;
color: #000;
}

h3.modal-title {
margin-top: 0;
}

.step-numar {
background: #383838!important;
text-align: center;
color: #fff;
max-width: 25px;
height: 25px;
margin-right: 10px;
padding: 8px;
}

.modal-content {
border: 0;
border-radius: 15px;
}

.product-type-bopobb .price .woocommerce-price-suffix{
display: none;
}

.group-gray .list-group-item {
background-color: #f2f2f2;
}

.price ins .woocommerce-Price-amount.amount bdi{
display: block;
color: #000000;
}

ul.products li.product .price ins .woocommerce-Price-amount.amount bdi{
display: block;
color: #fff;
background: #c22727;
font-size: 17px;
padding: 1px 10px;
border-radius: 4px;
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
width: 15.5%;
}

.ce_primesc {
  font-size: 17px;
  line-height: 42px;
  border-top: 1px solid #ddd;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}


.btn-secondary {
color: #fff;
background-color: #66a12b;
border-color: #7ec734;
}

.btn-secondary:hover {
background-color: #476d21;
border-color: #4b751f;

}

.link_cu_dashed {
border-bottom: 1px dashed;
margin-left: 12px;
font-size: 14px;
cursor: pointer;
}

ul.ul_with_bg {
background: #f2f2f2;
padding: 20px;
border-radius: 6px;
border: 1px solid #ebe9e9;
font-size: 14px;
}

#intrebari .card-header{
background-color: rgb(232 209 0);
}

#intrebari .btn-block {
color: #000;
font-weight: bold;
}

.coupon-card{
  background: linear-gradient(135deg, #7158fe, #595959);
  color: #fff;
  text-align: center;
  padding: 20px 35px;
  border-radius: 15px;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
  position: relative;

}

.coupon-card h3{
 font-size: 23px;
  font-weight: 900;
  line-height: 40px;
  color: #fff;
  padding: 0;
  margin: 0;
}


.coupon-card p{
  font-size: 15px;
  margin-bottom:0;

}
.coupon-row{
  display: flex;
  align-items: center;
  margin: 25px auto;
  width: fit-content;

}
#cpnCode{
  border: 1px dashed #fff;
  padding: 10px 20px;
  border-right: 0;

}
#cpnBtn{
  border: 1px solid #fff;
  background: #fff;
  padding: 12px 20px;
  color: #7158fe;
  cursor: pointer;
}
.circle1, .circle2{
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
.circle1{
  left: -25px;
}
.circle2{
  right: -25px;
}

.mega-sub-menu .menu {
margin: 0;
padding: 0;
list-style: none;
font-size: 14px;
line-height: 34px;
}

.mega-sub-menu .menu li a {
}

.mega-sub-menu .button-nice {
background: #28ac32;
padding: 6px 24px;
border-radius: 250px;
margin: 0 auto;
font-weight: bold;
font-size: 14px;
display: inline-block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
border-right: 1px solid #dddada;
padding-left: 33px;
padding-bottom: 10px;
}

.nice-badge-product {
position: absolute;
background: #28ac32;
color: #000;
padding: 9px 10px;
border-radius: 4px;
font-size: 12px;
right: 0;
font-weight: bold;
opacity: 0.9;
top: 0;
}

.added_to_cart.wc-forward, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after {
display: none;
}

.home-box {
border-radius: 4px;
padding: 30px 40px;
box-shadow: none;
font-size: 13px;
border: 2px solid #e8e8e8;
}

.home-box .pret, .onebox .pret {
position: absolute;
background: #c92433;
width: 60px;
height: 60px;
font-size: 28px;
border-radius: 250px;
text-align: center;
font-weight: bold;
right: 0;
top: -23px;
color: #fff;
line-height: 18px;
padding-top: 18px;
box-shadow: 0 0px 3px rgb(0 0 0 / 28%);
}

.home-box .pret small, .onebox .pret small{
display: block;
font-size: 8px;
}

.home-box .informatii li {
letter-spacing: 0;
}

.home-box h3 {
padding-bottom: 5px;
}

.office-box-color {
padding: 0 15px;
background: #f2f2f2;
text-align: center;
border: 1px solid #e9e9e9;
border-radius: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary img {
  max-width: 60% !important;
}

#mega-menu-wrap-primary .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px;
  line-height: 19px;
  height: 70px;
}

#mega-menu-wrap-primary .woocommerce ul.products li.product .price {
  font-size: 14px;
}

#mega-menu-wrap-primary .woocommerce ul.products.columns-6 li.product {
  width: 100%;
}

#mega-menu-wrap-primary .woocommerce ul.products li.product .button {
  display: none;
}

.white-box-normal {
background: #fff;
padding: 0;
margin: 29px;
display: block;
border-radius: 4px;
}

.despre-footer {
  font-size: 14px;
  padding-right: 25px;
}

.footer-payment-block {
  padding: 0;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  max-width: 88px;
  margin-right: 11px;
  background: #000000;
  border-radius: 4px;
  border: 1px solid #0c280e;
}
#footer-widget .footer-payment-block a {
padding:0;
}

.footer-style h3 {
margin-top: 0px;
font-weight: normal;
}

.footer-style p {
padding-top: 13px;
font-weight: 500;
padding-bottom: 0;
}

.footer-payment-half {
height: 60px;
line-height: 60px;
padding: 0px 10px;
}

.woovr-variations .woovr-variation {
width: 100%;
background: #fff;
padding: 10px;
border-radius: 4px;
margin: 0 0 10px 0;
text-align: left;
}

.woovr-variation-radio .woovr-variation-name {
font-weight: 500;
font-size: 14px;
}

.woovr-variations[class*="woovr-variations-grid"] .woovr-variation {
background: #f4f4f4;
padding: 13px 40px!important;
}


.woovr-variations[class*="woovr-variations-grid"] .woovr-variation .woovr-variation-image img {
width: 20% !important;
display: inline-block;
margin-top: 0!important;

}

.woovr-variations.woovr-variations-grid-2 .woovr-variation {
width: 100%!important;
}

.woocommerce-variation-add-to-cart .button{
font-size: 16px;
}

.woocommerce-variation-availability {
display: none;
}

.variations_form.cart {
padding: 15px;
margin-top: 0!important;
background: #ffffff;
border-radius: 10px;
}
.woovr-variation-radio .woovr-variation-name {
font-weight: 500!important;

}
.woovr-variation-price {
font-weight: 900;
}

.woovr-variation-selector .dd-option-image, .woovr-variation-selector .dd-selected-image {
width: 15%;
}

.woovr-variations .woovr-variation {
padding: 0!important;
margin:0!important;
}

.dd-select {
border-radius: 10px!important;
border: solid 1px #e2e2e2!important;
  background: transparent!important;
}

.dd-selected {
background: #f2f2f2;
}



.gray-background {
background: #000;
padding: 20px 0;
margin-top: 30px;
color: #fff;
text-align: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #f8e42e;
}

.woovr-variation-selector .dd-selected-text, .woovr-variation-selector .dd-option-text, .woovr-variation-selector .dd-selected-description-truncated {
width: 80%;
color: #000!important;
font-weight: 500!important;
font-size: 13px!important;
}

.vi-wcaio-sidebar-cart-footer-action {
position: relative;
}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap button.vi-wcaio-sidebar-cart-bt-update, .vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-bt-update.button {
position: absolute;
top: -42px;
width: 100%;
padding: 3px 10px!important;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-parent img {
display: none!important;
}
.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-parent {
background: #e9e9e9;
height: auto;
text-align: center!important;
color: #000;
font-size: 22px;
font-weight: 400;
min-height: auto!important;
border: 0;
margin-bottom: 12px!important;
border-radius: 3px;
display: inline-block;
margin-top: 11px!important;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-parent a:not(.remove) {
padding: 0 0 0 35px!important;
color: #000;
}

.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li.mini_cart_item.bopobb-cart-item.bopobb-cart-child {
border: 1px solid #e1e1e1!important;
  padding: 10px!Important;
  border-radius: 4px;
  margin-bottom: 3px;
}

.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li.mini_cart_item.bopobb-cart-item.bopobb-cart-child img{
width: 50px;
}

.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .widget_shopping_cart_content .product_list_widget li a.remove {
color: #d11111!important;
top: 18px!important;
right: 7px!important;
}

.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget .bopobb-cart-item.bopobb-cart-parent .quantity {
left: 0!important;
display: block!important;
width: 100% !important;
color: #333!important;
}




.single-product .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap.bopobb-item-change{
padding: 7px;
}

.single-product .bopobb-single-wrap:not(.bopobb-shortcode-wrap) .bopobb-items-top-wrap .bopobb-item-top {
width: 43.5%;
position: relative;
}

.single-product .bopobb-single-wrap:not(.bopobb-shortcode-wrap) .bopobb-items-top-wrap .bopobb-item-img-separate-wrap {
width: 12%;
}

.single-product .bopobb-single-wrap div.product .right-part p.price {
font-size: 37px;
}

.single-product .product-type-bopobb .left-part{
-ms-flex: 0 0 50.333333%;
flex: 0 0 50.333333%;
max-width: 50.333333%;
}

.single-product .product-type-bopobb div.images img{
width: 46% !important;
}

.single-product .product-type-bopobb .right-part{
-ms-flex: 0 0 41.666667%;
flex: 0 0 49.666667%;
max-width: 49.666667%;
}



.woocommerce-cart .breacrumbs{
display:none;
}

.single-product .bopobb-item-top.bopobb-item-1:before, .single-product .bopobb-item-top.bopobb-item-2:before {
display: none;
}

.single-product .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap .bopobb-item-img img {
max-width: 70%!important;
}



.bopobb-single-wrap .bopobb-alert {
display: none!important;
}

.single-product.woocommerce #content .bopobb-single-wrap .bopobb-items-bottom-wrap {
background: #fff;
padding: 20px;
border-radius: 4px;
border: 1px solid #e8e8e8!important;
display: none;
}

.bopobb-area .bopobb-popup .bopobb-product .bopobb-product-price span.woocommerce-Price-amount {
font-weight: bold;
}

.product-type-bopobb #prd-image img {
width: 65%;
margin: 0 auto;
}

.product-type-bopobb .price del{
display: none!important;
}

.single-product .bopobb-single-wrap-4881 .bopobb-items-top-wrap .bopobb-item-top{
width: 27.5% !important;
}

.single-product .bopobb-single-wrap-4881 .bopobb-items-top-wrap .bopobb-item-img-separate-wrap {
width: 8% !important;
}

.single-product .bopobb-single-wrap.bopobb-single-wrap-4881 .bopobb-items-top-wrap .bopobb-item-img-wrap .bopobb-item-img img {
max-width: 90%!important;
}

h2.text-large {
font-size: 26px;
}

.some-top-border {
border-top: 1px solid #d9d9d9;
padding-top: 27px;
}

.woocommerce-thankyou-order-failed {
padding: 20px 10px;
color: #fff;
background: #c62727;
text-align: center;
}

.vi-wcaio-sidebar-cart-footer-cart_total-wrap {
font-size: 21px;
}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap button.vi-wcaio-sidebar-cart-bt-nav, .vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-bt-nav.button {
background: #43b73d;
color: #fff;
border-radius: 3px;
font-size: 20px;
height: auto;
font-weight: bold;
padding: 10px 26px!important;
}

.configurator-pachet-1 {
position: relative;
padding: 55px 0 0;
background-color: #f1f8f2;
}

.configurator-pachet-1 .onebox strong {
font-size: 17px;
display: block;
margin-top: 20px;
color: #000000;
font-weight: normal;
padding: 10px 20px;
border-radius: 5px;

background: #ffffff;
}

.configurator-pachet-1 h2 {
color: #292929;
font-size: 23px;
text-align: center;
font-weight: 900;
padding-bottom: 0;
margin-top: 17px;
}

.configurator-pachet-1 h4 span {
color: #000;
background: #28ac32;
padding: 2px 10px;
text-align: center;
font-weight: 900;
border-radius: 4px;
}

.configurator-pachet-1 .onebox {
display: inline-block;
background: transparent;
border: 0;
color: #292929;
}

.configurator-pachet-1 .bopobb-shortcode-form .price {
color: #000000;
font-size: 44px;
text-align: center;
border: 0;
border-radius: 4px;
padding: 10px 0;
width: 50%;
background: #28ac32;
margin: 0 auto;
box-shadow: 0 1px 7px rgb(0 0 0 / 28%);
margin-top: 40px;
}

.configurator-pachet-1 .bopobb-shortcode-form .price .woocommerce-price-suffix {
letter-spacing: -2px;
color: #8b7e21;
font-size: 26px;
display: none;
}

.configurator-pachet-1 .bopobb-shortcode-form .price del {
display: none;
}
.configurator-pachet-1 .single_add_to_cart_button {
background-color: #000000;
height: auto;
padding: 10px 39px;
color: #ffffff;
line-height: 48px;
border: 0;
border-radius: 4px;
font-size: 27px;
font-weight: 900;
box-shadow: 0 0 11px rgb(0 0 0 / 18%);
}

.configurator-pachet-1::before {
content:'';
}

.configurator-pachet-1 .bopobb-shortcode-form .price ins{
text-decoration: none;
font-weight: 900;
}
.bopobb-shortcode-form form.cart .quantity {
display: inline-block;
}
.configurator-pachet-1 .quantity input {
display: inline-block;
border: 0;
font-size: 20px;
width: 68px;
/* float: left; */
  height: 68px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  top: -2px;
  font-weight: bold;
}

.configurator-pachet-1 .cart {
  text-align: center;
  margin-top: 45px;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-separate-wrap .bopobb-item-img-separate-icon {
  color: #292929;
  font-size: 40px;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap.bopobb-item-change {
  background-color: #fff;
  min-height: 200px!important;
  border: 0;
  padding: 32px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 28%);
}

.bopobb-col-4 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-top {
  position: relative;
}



.bopobb-item-top.bopobb-item-0:after {
  content: "Click pe imagine pentru a schimba.";
  position: absolute;
  background: #dedede;
  color: #000;
  border-radius: 0;
  font-size: 12px;
  right: 0;
  left: 0;
  font-weight: bold;
  opacity: 0.8;
  bottom: 0;
  text-align: center;
  padding: 11px 0;
}

.bopobb-item-top.bopobb-item-1:after {
  content: "Click pe imagine pentru a schimba.";
  position: absolute;
  background: #dedede;
  color: #000;
  border-radius: 0;
  font-size: 12px;
  right: 0;
  left: 0;
  font-weight: bold;
  opacity: 0.8;
  bottom: 0;
  text-align: center;
  padding: 11px 0;
}

.bopobb-item-top.bopobb-item-2:after {
  content: "Click pe imagine pentru a schimba.";
  position: absolute;
  background: #dedede;
  color: #000;
  border-radius: 0;
  font-size: 12px;
  right: 0;
  left: 0;
  font-weight: bold;
  opacity: 0.8;
  bottom: 0;
  text-align: center;
  padding: 11px 0;
}



.bopobb-item-top.bopobb-item-1:before {
  content: "-30%";
  position: absolute;
  z-index: 9;
  background: #b52626;
  color: #fff;
  padding: 0 10px;
  border-radius: 250px;
  font-size: 16px;
  font-weight: 900;
  opacity: 1;
  text-align: center;
  right: -21px;
  width: 60px;
  top: -28px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}

.bopobb-item-top.bopobb-item-2:before {
  content: "10% Reducere";
  position: absolute;
  z-index: 9;
  background: #b52626;
  color: #fff;
  padding: 13px 10px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 900;
  opacity: 0.9;
  left: 0;
  text-align: center;
  right: 0;
  top: 50%;
}

.configurator-pachet-1 .woocommerce-product-gallery, .configurator-pachet-1 .left-part, .configurator-pachet-1 .description_container, .configurator-pachet-1 .panel-group, .configurator-pachet-1 .bopobb-items-bottom-wrap, .configurator-pachet-1 .bopobb-product-stock{
  display: none!important;
}

.configurator-pachet-1 div.summary, .configurator-pachet-1 .right-part{
  width: 100% !important;
}

.configurator-pachet-1 .bopobb-alert.bopobb-text, .configurator-pachet-1 .cart .col-3, .bopobb-shortcode-form .bopobb-shortcode-title {
  display: none!important;
}
.configurator-pachet-1 h4 {
  color: #292929;
  font-size: 27px;
  font-weight: 100;
}

.configurator-pachet-1 .cart .col-9 {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 25px;
}

.bopobb-single-wrap .bopobb-items-top-wrap {
  justify-content: center;
  align-items: center;
}

.onebox {
  background: #f2f2f2;
  text-align: center;
  padding: 27px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.onebox h2 {
  font-size: 50px;
}
.onebox h2 span {
  width: 100%;
  display: block;
  color: #d9343d;
}

.onebox h3 {
  font-weight: 400;
  color: #6e6e6e;
}

.onebox .big {
  font-size: 50px;
  font-weight: bold;
  top: 0;
  position: relative;
  padding: 0 8px;
}

.onebox .pret {
  border-radius: 5px;
  margin-left: 11px;
  right: auto;
  top: 4px;
}

.line-through {
  text-decoration: line-through;
  color: #635f5f;
  font-size: 35px;
}

.red-color{
  padding-left: 16px;
  color: #c92433;
}

.reducere {
  background: #c22727;
    color: #fff;
    position: absolute;
    right: -22px;
    padding: 12px;
    border-radius: 4px;
    top: -20px;
    font-size: 19px;
}

.bopobb-icon-plus2:before {
  padding: 10px 20px;
  content: "Selecteaza un produs";
  font-weight: bold;
  font-size: 23px;
  font-family: 'Roboto';
  background: #28ac32;
  border-radius: 4px;
}
.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap.bopobb-item-change {
  border-radius: 4px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: left;
  width: 50%;
  flex: 0 0 50%!important;
  max-width: 50%!important;

}

.woocommerce form.login {
  background: #f2f2f2;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.woocommerce form.register {
  background: #28ac32;
  border:0;
  border-radius: 5px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
  padding: 20px;
  margin: 0;
}

.woocommerce form.register .woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.grey-box {
  background: #e3dfdf;
  padding: 10px;
  display: block;
  border-radius: 250px;
  text-align: center;
}

.description_container {
  background: #fbfbfb;
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  line-height: 35px;
}

.breacrumbs {
  background: #ffffff;
  padding: 15px 0;
  font-size: 12px;
  letter-spacing: 0;
  color: #000000;
  margin-top: 10px;
}
.breacrumbs p{
  margin: 0;
}

.breacrumbs a {
  color: #747474;
}

.description_container img {
  max-width: 50%;
}

.single-product.woocommerce div.images img {
  margin: 0;
}

.woocommerce div.product .stock {
  display: inline-block;
    color: #212121;
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0px;
    border-bottom: 1px dotted;
}

.top-sku {
  text-align: left;
  padding-bottom: 0;
  display: block;
  width: 100%;
  font-size: 11px;
  margin-top: 12px;
  color: #3e3e3e;
}

.category-box {
  padding: 0;
    background: #ffffff;
    text-align: center;
    border-radius: 250px;
    width: auto;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 67px;
}

.category-box img {
  width: auto;
  max-height: 124px;
}

.category-box span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  padding-top: 16px;
}

.payment-methods .wp-block-image{
  padding: 7px 5px;
  border-radius: 4px;
  background: #fff;
}

.blog.type-blog .aligncenter {
  border: 2px solid #ebebeb;
  border-radius: 5px;
  padding: 5px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 96%;
  }
}

@media only screen and (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 60%;
  }
}



@media only screen and (max-width: 768px) {

  .single-product.woocommerce #content .product-type-bopobb div.summary, .single-product.woocommerce #content .product-type-bopobb div.images, .single-product .product-type-bopobb div.images, .single-product .product-type-bopobb div.images {
    width: 100%;
  }

  .woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product, .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 48%!important;
  }

  .single-product .product-type-bopobb .right-part, .single-product .product-type-bopobb .left-part {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-box {
    padding: 10px;
  }

  .blog-box img {
    min-height: 89px;
    height: auto;
  }

  .blog-box h3 {
    height: 69px;
    overflow: hidden;
  }

  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    width: 100%;
  }

  #footer-widget {
    padding: 10px 40px;
  }

  .footer-payment-block {
    margin-right: 5px;
  }
  #footer-widget ul {
    border-right: 0;
  }

  .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }

  .up-sells.upsells.products {
    display: none;
  }

  .right-part form.cart {
    margin-bottom: 0.5em;
  }

  .single-product.woocommerce div.images img {
    width: 55% !important;
    margin: 0 auto;
    margin-top: 0;
  }
	
	.coupon-card {
		padding:25px 40px;
	}
	
	.coupon-card h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 37px;
	}
	
	

.coupon-row {
    display: block;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}
	
	
	#cpnCode {
   border: 1px dashed #fff;
    padding: 10px 9px;
    border-right: 1px dashed #fff;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
	
	
  .first_col {
      order: 2;
  }
  
  .third_col {

     order: 3;
    top: -4px;
  }
  
  .second_col {
   order: 1;
    top:2px;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
    background: transparent;
    border-radius: 0;
  }

  ul.mega-sub-menu {
    display: block !important;
  }
  /* hide the arrow indicators, as these are no longer required or function */
  .mega-indicator {
    display: none !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding-left: 13px;
  }
  
  .navbar-brand {
    width: 100%;
    display: inline-block;
    margin: 0 auto 0 0;
    text-align: center;
  }
  
  .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
          height: 37px;

  }
  
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
          width: 30px;
    height: 2px;
    background-color: #000;
      
  }
  
  #mega-menu-wrap-primary .mega-menu-toggle {
      background:transparent;
  }
  
  .vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
      min-width: auto;
  }
  
  #mega-menu-wrap-primary {
      float:left;
  }
  
  header#masthead, .product_slider {
      flex-wrap: wrap;
    flex-direction: row;
  }
  
  .cont_client, #masthead nav {
      display:none;
  }
  
  
  .thumbnails_slider 
  {
      order:2;
      display: none;
  }
  
  .main_img_slider {
      order:1;
  }

  .slider-for #prd-image {
    height:auto;
  }

  .product .summary {
    text-align: center;
    padding: 0 10px;
  }

  .woocommerce div.product .product_title {
    font-size: 19px;
  }

  .informatii {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
  }

  .informatii li i {
    font-size: 18px;
  }

  .woocommerce div.product form.cart div.quantity {
    margin: 0;
    width: 100%;

  }

  .woocommerce div.product form.cart .quantity .qty {
    width:100%;
  }


  .woocommerce div.product form.cart .button {
    font-size: 17px;
    width: 100%;
  }

  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 0px 5px;
  }

  #content.site-content {
    padding-top:0;
  }

  #prd-image img {
    width:60%;
    margin: 0 auto;
  }

  .woocommerce-product-attributes-item, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    width:100%;
  }

  .woocommerce form .form-row {
    width: 100%;
  }

  .woocommerce-checkout .entry-content {
    padding: 30px 15px;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-size: 18px;
  }

  .color-container-1 {
    padding:25px 0;
  }

  .button-color-1, .button-color-2 {
    display: block;
    text-align: center;
    margin: 12px 0;
  }



  .biggest-list {
    font-size: 15px;
    padding-left: 0;
  }

  #footer-widget h3 {
    margin-top: 0px;
    text-decoration: none;
    font-size: 20px;
  }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding: 0;
  }

  .woocommerce .up-sells ul.products li.product img {
    width: 20%;
    float: left;
    margin: 0 auto;
  }

  .woocommerce .up-sells ul.products li.product .woocommerce-loop-product__title {
    width: 80%;
    font-size: 13px;
  }

  .woocommerce .up-sells ul.products li.product .price {
    width: 80%;
    font-size: 18px;
  }

  .mai-multe {
    width: 100%;
    margin: 0;
  }

  .left-part {
padding: 0;
    width: 100%;
  }

  .right-part {

    width: 100%;
  }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
  }

  .single-product h1 {
    font-size: 23px;
  }

  .oferta h1 {
    font-size: 50px;
  }

  .office-2021-oferta, .windows-11-oferta {
    padding: 40px 0px;
  }

  .cumpara-acum {
    font-size: 28px;
    color: #000;
    padding: 9px 35px;
    font-weight: bold;
    border-radius: 250px;
    margin-left: 0;
    margin-top: 40px;
  }


  .category-box {
    padding: 20px 10px;
  }

  .category-box img {
    max-height: 90px;
  }

  .category-box span {
    font-size: 19px;
  }

  .configurator-pachet-1 {
    padding: 30px 0 0;
  }

  .configurator-pachet-1 h2 {
    font-size: 36px;
  }

  .configurator-pachet-1 h4 {
    font-size: 20px;
    font-weight: 100;
    line-height: 35px;
  }

  .onebox .big {
    font-size: 25px;
    font-weight: bold;
    top: 0;
    position: relative;
    float: left;
    padding: 0 8px;
    display: block;
    width: 100%;
  }

  .bopobb-col-4 .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-top {
    width: 100%;
  }

  .bopobb-single-wrap .bopobb-items-top-wrap {
    padding:0;
  }

  .configurator-pachet-1 .bopobb-shortcode-form .price {
    margin-top: 0;
  }

  #adauga_in_cos_home, .configurator-pachet-1 .bopobb-shortcode-form .price .woocommerce-price-suffix, .nice-badge-product, .vi-wcaio-sidebar-cart-icon-wrap-bottom_left.vi-wcaio-sidebar-cart-icon-wrap-open, .vi-wcaio-sidebar-cart-icon-wrap-top_left.vi-wcaio-sidebar-cart-icon-wrap-open {
    display: none;
  }

  .home .products.columns-5 .product:nth-child(5) {
    display: none;
  }

  .button-nice {
    font-size: 15px;
  }

  .home-box {
    border-radius: 4px;
    padding: 17px 8px;
    box-shadow: none;
    font-size: 13px;
    border: 0;
  }
  .home-box h3 {
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
  }

  .configurator-pachet-1 .bopobb-shortcode-form .price {
    width: 100%;
  }
  .bopobb-single-wrap {
    margin-bottom: 0;
  }


  #footer-widget a {
    padding: 8px 0;
    font-size: 14px;
  }

}


.license-key-actions .button.view {
  background: #000;
    color: #fff;
    text-decoration: none;
}

.license-key-actions .button.descarca {
  background: #28ac32;
    color: #fff;
    text-decoration: none;
}
.license-key-actions .button.vezicomanda {
  background: #a46363;
    color: #fff;
    text-decoration: none;
}


