
:root {
  --first-branding-color: #ed206f;
  --secondary-branding-color: #e4e4e4;
  --first-title-font: Roboto Slab, Open sans, sans-serif;
  /* --first-body-font: Roboto, Open sans, sans-serif; */
  --first-body-font: 'Open sans', sans-serif;
  --text-primary-font-family: Poppins, sans-serif;



}

body {
  position:relative;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h5 {
  font-family: var(--text-primary-font-family) !important;
}

a, p, span, li, button, input, select, textarea {
  font-family: var(--text-primary-font-family) !important;
}

.related{
    display:none
  }
::-webkit-scrollbar{
  width:5px
}
::-webkit-scrollbar-thumb{
  background-color: var(--first-branding-color)
}

div, a, p, li {
  font-size: 1em;
  font-weight: lighter;
  list-style:none;
}

img {
  vertical-align:inherit;
}

.container {
	/* max-width: 100%; */
}

.navbar-brand {
  opacity: .8;
  display: flex;
}
.navbar-brand:hover {
  opacity: 1;
}

.navbar-brand .icon_brand {
  width: 20px;
  margin-right: 5px;
}
/* NAVBAR ACTUAL */
.theme-showcase {
  border-bottom: 4px solid #B3CC1F;
}
.nav-bppl {
  background-color: rgb(255, 255, 255)!Important;
  border: none !important;
}
.icon_shock {
  width: 230px;
}
.link_shock:hover {
  color: #ed206f !important;
}
.shock-color {
  color: rgb(0, 159, 179);
  font-weight: normal;
}
a:hover {
  color: unset;
}
.bp-offers:hover {
  box-shadow: 0 0px 22px -10px rgba(0, 0, 0, 0.3);
}
.abc-checkbox-info input[type=checkbox]:checked+label::before {
  background-color: var(--first-branding-color);
  border-color: var(--first-branding-color);
}
.abc-checkbox.navbar-box label::before {
  border: 1px solid var(--first-branding-color);
}
.abc-checkbox label::before {
  width: 19px;
  height: 19px;
  top: 6px;
  border: 1px solid var(--first-branding-color);
}
.abc-checkbox label::after {
  width: 19px;
  height: 19px;
  top: 4px;
  left: -1px;
}

.translate_element {
  margin-top: 16px;
}

.translate_google_logo {
  position: absolute;
  width: 24px;
  left: 8px !important;
  top: 22px !important;
}

/* END NAVBAR */
.form-search-bar {
  padding: 12px 20px;
  margin: 0;
  display: flex;
}

.form-search-bar .button-group-search {
  min-width: 40px;
  background-color: #fff;
}

.form-search-bar .select-group-search {
  min-width: 110px;
  background-color: #fff;
}

.title_prevs {
  margin:5px 0;
  text-align: left;
  text-transform: capitalize;
  color:#629FBD;
  font-size: 16px;
  text-align: left;
}

.img-freebie-full {
    height: 150px;
    width: 312px;
    object-fit: cover;
    object-position: center;
}

.span-show-description {
  font-size: 16px;
  cursor: pointer;
  opacity: 0.7;
  color: #4e4e4e;
}
.span-show-description:hover {
  opacity: 1;
}

.brad_arrow {
  float: left;
  height: 50px;
  padding: 15px 0;
  margin: 0 10px 0 -4px;
  font-size: 18px;
  line-height: 20px;
  color: #629FBD;
}

#icon_menu_and_grid {
  position: relative;
}

#icon h1,h2 {
  text-transform: capitalize;
}

.noOver {
  overflow: hidden;
}
.shock-badge {
	bottom: 0;
    right: 0;
    font-size: 9px;
    font-weight: bold;
    background: #D9534F;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
}
#h154h {
  display: none;
}


.container-icons {
  width:100%;
  padding-bottom: 100px;
}

#icon-finder-nav {
  padding:5px;
  background-color: #71a8c3;
  text-align: center;
  color:#f2f2f2;
}
#icon-finder-nav a {
  color:#f2f2f2;
}
#icon-finder-nav a:hover {
  color:#fff;
}
#index-contentwrap {
    margin-top: -85px;
}
.content__index {
    padding-left: 235px;
}
#icon_main_content {
  width: calc(100% - 235px);
  width: -webkit-calc(100% - 235px);
  width: -moz-calc(100% - v);
  width: -ms-calc(100% - 235px);
  -webkit-width: calc(100% - 235px);
  -moz-width: calc(100% - 235px);
  -ms-width: calc(100% - 235px);
  -o-width: calc(100% - 235px);
  display: inline-block;
  margin-left: 235px;
  min-height: 100vh;
}

.loader-gray {
  margin: 0 auto;
  display: block;
  /*width: 100%;*/
  max-width: 300px;
  /*height: 200px;*/
  /*background-color: #629fbd;*/
  background-color: white;
  width: 0;
  height: 0;
  opacity: .4;
}
#container-main {
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#icon_sidebar {
	overflow-y: auto;
	background-color: #d0e2eb
}

.grid__item {
  padding: 5px 5px 4px !important;
  position: relative;
  color: inherit;
  background: #fff;
  min-height: 100px;
  text-align: center;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
  -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
  transition: all 250ms cubic-bezier(.02, .01, .47, 1);
  box-shadow: 0 0px 22px -10px rgba(0, 0, 0, 0.3);
  min-width: unset !important;
  width: 50%;
  vertical-align: top;
  border-radius: 5px;
}

.grid-icon, .show-more-list.grid-show-more {
  display: none;
}

.grid__item .grid-icon {
  width: 49%;
  display: inline-block;
  margin-top: 5px;
}

.grid__item .show-more-list {
  display: none;
}

.grid__item .show-more-list.grid-show-more {
  display: inline-block;
}

.grid__item .categories-name {
  width: 100%;
  padding: 8px 0;
}

.grid__item .show-more-list i {
  left: 5px;
  top: 0;
}

hr {
  border: none;
}

#icon_sidebar.side_main {
	background-color: #fff;
	display: inline-block;
	width: 235px;
	height: 100vh;
    top: 85px;
	left: 0;
	position: fixed;
	padding: 10px;
	z-index: 1000;
	overflow-x: hidden;
}

#icon_sidebar {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
.navbar-shock {
  color: #1c1d1e;
  font-family: var(--text-primary-font-family);
  font-weight: bold;
  font-size: 33.33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  text-decoration: none !important;
  z-index: 9999;
  left: 0;
  width: 233px;
  background-color: #fff;
  padding-left: 14px;
  height: 70px;
}
/*END NAVBAR  GENERAL SITE ICONSHOCK */



/* SIDEBAR SECTION */
.skiptranslate.goog-te-gadget {
  /* color: transparent; */
  padding-left: 41px;
  font-size: 0px;
  /* border: 1px solid black; */
  background-color: #fff;
  border-radius: 20px;
}

.skiptranslate.goog-te-gadget span {
  display: none;
}

.goog-te-combo {
  border-radius: 20px;
}

svg#Ebene_1 {
  position: absolute;
  width: 24px;
  left: 10px;
  top: 8px;
}

select.goog-te-combo:focus {
  border: none !important;
  outline-color: #ebebeb;
}


div#google_translate_element {
  box-shadow: 0 0 0px 2px #8080806e;
  width: 210px;
  height: 40px;
  background-color: #fff;
}

div#google_translate_element:hover {
  box-shadow: 0 0 0px 2px #629fbd;
}

.validate-old-user:hover {
  opacity: 0.8;
}

.container-fluid.theme-showcase {
  padding-left: 235px;
  height: 74px;
  display: flex;
}
/* END SIDEBAR SECTION */

.menu_urls_title {
    font-size: 1.5em !important;
    line-height: 35px;
    border-bottom: solid 1px;
    font-family: var(--text-primary-font-family) !important;
}

.important-icon-list {
  margin-bottom: 20px;
}

.important-icon-list li a {
	width: calc(100% - 48px);
	display: inline-block;
	background-color: transparent;
	font-size: 1em;
	font-weight: 600;
	color: #3d3f41;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	padding: 12px 20px;
	margin-left: -5px;
	text-transform: capitalize;
}

.important-icon-list li.ic-style-dropdown {
  line-height: 25px;
  margin: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
}
.important-icon-list li.ic-style-dropdown:hover {
  background-color: #f3f3f3;
}
.important-icon-list li:hover>a,
.important-icon-list li:focus>a,
.important-icon-list li a:focus
  {
  text-decoration: none;
}

.important-icon-list a:hover {
	opacity: 1;
}
.important-icon-list ul {
	margin:0;
}

.important-icon-list .ul-dropdown {
  display: none;
  padding: 10px!Important;
  font-size: 0.9em;
}

.show-more-list {
  cursor: pointer;
  color: var(--first-branding-color);
  opacity: 1;
  position: relative;
  height: 48px;
  width: 48px;
  left: 0;
  top: 0;
  display: inline-block;
  justify-content: center;
  align-items: center;
  float: right;
}

.div_bottom_premium {
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.btn-premium-fixede {
  position: relative;
  display: table!Important;
  margin: 0 auto;
  border-radius: 5px 5px 0 0!Important;
}

.important-icon-list li:hover .show-more-list {
  opacity: 1;
}

.payment_editor_content {
  text-align: left;
  font-size: .8em;
  padding: 12px;
}



.sidebar_toggle {
  z-index: 99;
}

i.fa.fa-2x.fa-times {
  width: 42px;
  height: 42px;
  position: fixed;
  padding: 5px 10px;
  top: 20px;
  /* top: 84px; */
  right: 192px;
  /* margin-right: 12px; */
  /* margin-top: 8px; */
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(134, 136, 138, 0.46);
  -moz-box-shadow: 0px 10px 25px 0px rgba(134, 136, 138, 0.46);
  box-shadow: 0px 10px 25px 0px rgba(134, 136, 138, 0.46);
  z-index: 9999999;
  border-radius: 3px;
}

i.fa.fa-2x.fa-bars {
  position: fixed;
  width: 42px;
  height: 42px;
  padding: 5px 10px;
  padding-top: 7px;
  padding-left: 9px;
  top: 20px;
  right: 14px;
  /* top: 84px; */
  /* right: 18px; */
  /* margin-right: 12px; */
  /* margin-top: 8px; */
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(134, 136, 138, 0.2);
  -moz-box-shadow: 0px 10px 25px 0px rgba(134, 136, 138, 0.2);
  box-shadow: 0px 10px 25px 0px rgba(134, 136, 138, 0.2);
  /* z-index: 99; */
  border-radius: 3px;
  z-index: 999999;

}

.menu_nav_side a {
    margin: 5px auto;
    font-weight: bold;
    color: #629FBD;
    cursor: pointer;
    display: block;
}

.menu_nav_side a:hover {
  opacity: 0.7;
}

.side_content {
  padding: 0px 0px 15px 0px;
  position: relative;
  /* padding-top: 14.1rem; */
}

.filter-side-bar {
	text-align: right;
}

.side_content h2 {
  margin: 10px auto 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1c1d1e;
  opacity: 1;
}

.side_content.filter-side-bar h2 {
	font-size: .7em;
	margin: 5px 5px 0 0;
}

#icon_sidebar .input-search {
  width: 100%;
  border: 0;
  padding: 10px;
  background-color: #FFF;
  border-radius: 0;
  color: #000;
  box-sizing: border-box;
  border: 1px solid rgb(112,112,112,0.6);
}

.ic-style-dropdown {
  min-width: 215px;
}

.ic-style-dropdown img {
  height: 30px;
}

#inputSearchForm input#inputSearchUserInside::placeholder               {
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSearchForm input#inputSearchUserInside::-webkit-input-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSearchForm input#inputSearchUserInside::-moz-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSearchForm input#inputSearchUserInside:-moz-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSearchForm input#inputSearchUserInside:-ms-input-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}

#inputSideSearch input#input-side-search::placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSideSearch input#input-side-search::-webkit-input-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSideSearch input#input-side-search::-moz-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSideSearch input#input-side-search:-moz-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#inputSideSearch input#input-side-search:-ms-input-placeholder{
  color:#000;
  font-size: 16px;
  font-family: var(--text-primary-font-family);
  opacity: 0.6;
}
#icon_sidebar ul {
  list-style-type: none;
  padding:0;
}
#icon_sidebar .input-filter {
  width: 100%;
  border: 0;
  padding: 7px;
  background-color: #629FBD;
  border-radius: 0;
  color: #fff;
  margin-bottom:10px;
}

#icon_sidebar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ededed;
}
#icon_sidebar input::-moz-placeholder { /* Firefox 19+ */
  color: #ededed;
}
#icon_sidebar input:-ms-input-placeholder { /* IE 10+ */
  color: #ededed;
}
#icon_sidebar input:-moz-placeholder { /* Firefox 18- */
  color: #ededed;
}

#icon_sidebar select {
	width: 100%;
  background-color: #fff;
  color: #000;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 10px;
}

#icon_sidebar select:focus {
	outline: none;
}

#icon_sidebar input {
	width: 100%;
	padding: 10px;
	background-color: #629fbd;
	color: #fff;
	border:0;
}

#icon_sidebar .search_path {
	position: absolute;
    top: 4px;
    right: 2px;
    padding: 1px;
    cursor: pointer;
}


#icon_sidebar .side_content:hover .remove_color {
  display: block;
}

#icon_sidebar .remove_color {
	position: absolute;
	top: 26px;
	right: 7px;
	z-index: 4;
	cursor: pointer;
	display: none;
}

.item_to_buy {
	border: solid 1px #e7e7e7;
	border-radius:4px;
	padding: 10px;
	max-width: 700px;
	margin:15px auto;
}
.sale-item-method {
	cursor: pointer;
	text-align: center;
}
.sale-item-method:hover {
	background-color: #edf7fc;
}


.item_to_buy h1, .item_to_buy h2 {
	text-align: center;
	margin:5px auto;
}
.item_to_buy h1 {
	font-size: 24px;
}
.item_to_buy h2 {
	font-size: 18px;
}

#icon_sidebar .search_autocomplete {
	background: #fff;
    position: absolute;
    width: calc(100% - 1px);
    left: 0;
    top: 35px;
    border-bottom: solid 1px #629FBD;
    border-left: solid 1px #629FBD;
    border-right: solid 1px #629FBD;
    display: none;
    z-index: 4;
    padding: 6px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

#icon_sidebar .separator {
	width: 100%;
	/* border: solid 1px #b7d3e0; */
	margin:15px auto;
}
.btnsshock {
	font-size: 11px;
}

.btnsshock.btnshock-active {
	background-color: var(--first-branding-color);
	color:#fff;
  outline: none;
  border-radius: 40px;
}

.btnsshock.btnshock-active:focus {
	background-color: var(--first-branding-color);
  color:#fff;
  outline: none;
}

.btnsshock.btnshock-active:hover {
	background-color: var(--first-branding-color);
	color:#fff;
}

.navbar {
  border-radius:0;
  margin-bottom: 0px!Important;
  background: #fff!Important;
  z-index: 999;
}

.navbar-default {
  border: none !important;
}

.navbar-default .navbar-nav>li>a {
  color:#71a8c3;
}
.navbar-nav>li>.display_styles {
  line-height: 22px;
  color: #999!Important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color:#d63db5;
}

.dropdown-menu>li>a {
  color:#71a8c3!Important;
}

.icon_link a {
  text-decoration: none;
}

.icon_link a:hover {
  text-decoration: none;
  color: rgb(200, 29, 95);
}

.nav>li>a {
	padding: 25px 7px;
	font-size: 16px;
}

#title-category {
  text-transform: capitalize;
}


.container-editor {
	width: 100%;
  max-width: 1200px;
	overflow-y:auto;
  min-height: 400px;
}

.overlay_preloader {
  position: absolute;
  width:100%;
  height:100%;
  background-color: rgba(255,255,255,0.4);
  display: none;
}

.navbar_buy {
  color:#56aa48!Important;
}

.navbar_buy:hover {
  color:#75b56a;
}

.container-editor-toolbar .colors {
	overflow-x: auto!Important;
  overflow-y:hidden;
  white-space: nowrap;
}

.container-editor-toolbar .colors .container-editor-toolbar-item {
  margin: 0 1px!Important;
}
.container-editor-toolbar .overlay {
  overflow-x: auto!Important;
  overflow-y:hidden!Important;
  position: relative;
}

.overlay .container-editor-toolbar-grid {
    max-height: 55px!Important;
    width:1145px;
}

.subtitle_index  {
    font-family: var(--text-primary-font-family) !important;
}

.custom_design1 {
  min-height: 1000px;
  background-size: 60%;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../img/custom_design_intro_image1.svg);
}
.custom_design2 {
  min-height: 1000px;
  background-size: 60%;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../img/custom_design_intro_image2.svg);
}

.container-editor-toolbar .related {
	overflow-x: auto!Important;
  overflow-y:hidden!Important;
	margin-top:20px;
}

.custom_design1 .section_content p {
  color: #4F4F54;
  font-size: 1.2em;
  line-height: 1.6;
  text-align: justify;
}

.custom-color {
  color:#CC6B8F!Important;
  background-color:#fff;
}

.custom_content {
  max-width: 696px;
  margin: 41px auto;
}
.custom_content.outline img {
    margin:0 auto;
}
.list_custom p {
  font-size: 1.3em;
}
.custom_clients {
  margin:40px auto;
}
.custom_clients .row {
  margin: 15px auto;
}

input[type=radio]:checked + label {
	background-color: #56aa48!Important;
	color:#fff!Important;
}

input[type=radio] + label {
	background-color: #629fbd;
	color:#fff!Important;
	position: relative;
}

.label_editor {
	width:100%;
	margin-top:10px;
}

.format_radio {
	display: none;
}

.png_size {
	position: relative;
}

.downloads_container {
  display: inline-table;
  padding:2px;
}
.downloads_container span {
  display: block;
  font-size: 11px;
}

.formats-block {
	position: relative;
}

.container-editor-toolbar .colors {
    max-width: 100%!Important;
    margin-left: 0!Important;
}

.container-editor .size, .container-editor .overlay, .container-editor .related {
	display: block!Important;
}

.overlay {
	margin-top: 20px;
}

.container-editor-toolbar {
	width:100%!Important;
}

.download_png_button {
	background-color: #ed206f;
  color: #fff;
  box-shadow: none;
  border: 0;
  margin-right: 8px;
  margin-top: 8px;
  padding: 6px 16px;
  font-size: 15px;
  width: auto;
  border-radius: 20px;
  transition: all .3s ease;
}

.download_png_button:hover {
  background-color: rgb(200, 29, 95) !important;
}


.png_size_menu input[type=radio] + label {
  width: 6em;
  padding: 5px 10px;
  margin: 6px 5px 6px 0px;
  font-size: 10px;
}

.png_size_menu input[type=radio]:hover + label {
	background: #56aa48;
}

.size_menu {
	position: relative;
}

.size_menu:hover .png_size_menu {
	display:block;
}

.container-editor-toolbar .size .formats-block :hover, .container-editor-toolbar .size .sizes-block :hover {
	border:0!Important;
}


#size_png_show {
	width: 100%;
    text-align: center;
    border: 0;
    font-size: 12px;
}
.colorpicker {
	z-index: 9;
}

.button.button_custom {
	padding: 4px;
    font-size: 14px;
    width: 100%;
}

.button_shock {
  font-size: 14px;
}

.button_shock:hover {
  opacity: 0.8;
}

#id_backbutton {
	z-index:10;
}

.img_responsive {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* Estilo de Iconos individuales */
.icon-grid-icon {
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	position: relative;
  border:solid 5px transparent;
  padding:2%;
  text-align: center;
}

.icon-grid-icon img, .icon-grid-icon svg {
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
}

.container-editor-toolbar-container h3 {
	color:#629fbd;
	text-align: center;
	margin: 10px auto 5px auto;
  font-weight: 300;
  position:relative;
}

.editor_option_title {
  text-align: center;
  margin: 17px auto -9px auto;
  color: #629fbd;
  font-family: var(--text-primary-font-family);
  font-weight: 300;
}

#load_multiformat {
  display: none;
  position:fixed;
  z-index:90;
  bottom:0;
  left:0;
}


/*ICONOS DE ESCRITORIO*/
.menu-des-icon {
	opacity: 0;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	position: absolute;
  width: calc(100% + 2px);
  left: 0px;
  bottom: 0px;
}

.menu-des-icon button {
	display: block;
  width: 100% !important;
	background-color: #fff;
	border: unset;
	font-size: 12px;
	position: relative;
	padding: 4px;
	color: rgb(28,29,30);
  height: 28px;
  border: none !important;
  border-radius: 20px;
  font-weight: 800;
  margin: 1px 0;
}

.menu-des-icon button:hover {
  background-color: var(--first-branding-color);
  color: #fff;
}

.icon-grid-icon {
   display: inline-table;
   width: auto;
   border: 1px solid transparent;
}
.icon-grid-icon:hover {
	box-shadow: 0 0px 22px -10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  z-index: 2;
}
/*border: 2px solid rgba(98,159,189,0.3);*/

.menu-plus-icon {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: var(--first-branding-color);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s linear;
}


.icon-grid-icon:hover .menu-des-icon, .icon-grid-icon:hover .menu-plus-icon {
  opacity: 1;
}

.menu-plus-icon:hover {
  background-color: rgba(237, 32, 111, 0.8);
}

.container-editor-section h3, h2 {
  font-weight: lighter;
  font-size: 1.2em;
  color: #1c1d1e;
}

.start_now {
  font-family: var(--text-primary-font-family);
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #1c1d1e;
  margin-bottom: 30px;
}
.start_now:hover {
  text-decoration: underline;
}

.img_spinner {
  margin-top:20px;
  color:#629fbd;
}

.banner-leyend h1 {
  color:#fff;
  font-size: 42px;
}

.banner-leyend h2 {
  color:#fff;
  font-size: 36px;
}

.icon-grid h1 {
    font-family: var(--text-primary-font-family);
    font-size: 2.5em;
    margin: 1em 0 .5em 0;
    color: #1c1d1e;
}

.icon-grid-icon-img {
  border: 2px solid transparent;
}

.icon-grid-icon:hover img {
	border:none!Important;
}

.icon-grid-icon img {
	border:none !important;
	width: 72px;
	margin-bottom: 20px;
}
.icon-grid-icon .svg_grid {
	width: 72px;
	margin: 0 auto 15px;
}

#tag_container {
  display: block;
  align-content: center;
  justify-content: center;
  margin: 14px auto;
  overflow-x: auto;
  text-align: left;
  height: 150px !important;
}

#tag_container a {
  padding: 5px 20px;
  background: #F3F3F3;
  color: #1c1d1e;
  border-radius: 30px;
  display: inline-block;
  margin: 2px;
  font-size: 13px;
  transition: all .3s ease;
}

#tag_container a:hover {
  background-color:#ed206f;
  color:#fff;
}

.tag {
  position: relative;
}

.botones_descarga_desk {
  padding: 0.8rem 0.4rem !important;
  border-radius: 3px;
  position: static;
}

.editor_option_title b {
  color: #56aa48; cursor: pointer;
}

.editor_option_title b:hover {
  color: #66bc56;
}

.menu_png_drop {
	position: absolute;
    left: 0;
    /* top: 0; */
    background: #fff;
    width: 100%;
    display: none;
    /*border: solid 4px #629fbd;*/
}

.menu_png_drop button {
  border-top:0;
}

.menu_png_desk:hover .menu_png_drop {
	display: block;
}

/* COMPRA */
.icono_comprar {
	color:#d32f2f;
	text-decoration: none;
}

.icono_cerrar {
	color:#005EA6;
	text-decoration: none;
}

.header-menu-item-drop {
	display: inline-block!Important;
}
.header-plus-title {
  font-size:2.5em;
  padding-left: 25px;
  font-family: var(--text-primary-font-family);
  font-weight: 600;
}
.header__plus-subtitle {
    font-size: 16px;
    padding-left: 25px;
    font-family: var(--text-primary-font-family);
    font-weight: 400;
    text-align: left;
}

/* /COMPRA */

#load_svg_desk {
	display: none;
}

/* MENU */
#style_nav {
  position: relative;
}
#style_nav.closed_nav {
  min-height: 30px;
  border-bottom: solid 1px #85B9D0;
  max-width: 236px;
  background: #e3eff4;
  border-right: solid 1px #85B9D0;
  display: none;
}
#style_nav.closed_nav:hover {
  background-color: #d0e9f4;
}

#style_nav.closed_nav #style_content {
  display: none;
}

.display_styles.hidden_display:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f107";
}
.display_styles.show_display:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: " \f106";
}

.display_styles_second {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #629FBD;
  cursor: pointer;
}
.display_styles_second:hover {
	color:#50839b;
}

.display_styles_second i {
  font-size: 24px;
  padding: 5px;
}
.display_styles_second span {
  font-size: 15px;
}

.become_premium_nav {
	color: #44A135 !important;
  font-family: var(--text-primary-font-family);
	font-weight: normal;
}
.become_premium_nav:hover {
  opacity: .8;
}

#social-icons {
	position: fixed;
	border-top: solid 1px #629fbd;
	border-left: solid 1px #629fbd;
	border-bottom: solid 1px #629fbd;
	border-radius: 10px 0 0 10px;
	padding:6px;
	top:42%;
	right:0;
	z-index:99;
	background-color:#fff;
}
.social-icon-item {
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	margin-bottom:6px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}
#social-icons:hover .social-icon-item {
	width: 48px;
	height: 48px;
}
.social-icon-item svg {
	width: 100%;
	height: 100%;
}
.social-icon-item:hover {
	opacity: 0.8;
}

.dropdown_menu_p {
			display: inline-block;
			position: relative;
    	}

		.dropdown-menu-p {
			position: absolute;
			right: 0;
			padding:10px;
			background-color:#ffffff;
			min-width: 30em;
			/*border:solid 1px #000;*/
			box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
			display:none;
			opacity: 0;
			transition: opacity 0.3s linear;
			-webkit-transition: opacity 0.3s linear;
			-moz-transition: opacity 0.3s linear;
			z-index: 20;
		}

		.dropdown_menu_p:hover > .dropdown-menu-p {
			display: block;
			opacity: 1;
		}

		.header-menu-item-drop {
			line-height: 1.3;
			color:#629fbd;
			display:block;
			text-decoration: none;
			padding:10px;
		}

		.header-menu-item-drop:hover {
			background:#629fbd;
			color:#fff;
		}

		.img_header_menu {
			  position: relative;
		    border-radius: 100%;
		    max-width: 2.5em;
        margin-bottom: -14px;
        margin-left: 5px;
		}

		.cart_svg {
			margin-left: 30px;
		}

		.cart_svg svg {
			height: auto;
    		width: 2.2em;
    		margin-top: 0px;
		    position: relative;
		    vertical-align: middle;
		    animation: latido linear 1s;
			animation-iteration-count: infinite;
		    -webkit-animation:latido linear 1s;
		    -webkit-animation-iteration-count: infinite;
			-moz-animation:latido linear 1s;
			-moz-animation-iteration-count: infinite;
		}

		#id_svgDesk {
			width: 100%;
			height: 100%;
		}

		@keyframes latido {
		  0% {
		    transform:  scale(1,1);
		  }
		  50% {
		      transform:  scale(1.5,1.5);
		  }
		  100% {
		      transform:  scale(1,1);
		  }
		}
		@-moz-keyframes latido{
		  0% {
		    transform:  scale(1,1);
		  }
		  50% {
		      transform:  scale(1.5,1.5);
		  }
		  100% {
		      transform:  scale(1,1);
		  }
		}
		@-webkit-keyframes latido {
		   0% {
			    transform:  scale(1,1);
			  }
		   50% {
			      transform:  scale(1.5,1.5);
			  }
		  100% {
			      transform:  scale(1,1);
			  }
		}
		@-o-keyframes latido {
				0% {
			    transform:  scale(1,1);
			  }
		   50% {
			      transform:  scale(1.5,1.5);
			  }
		  100% {
			      transform:  scale(1,1);
			  }
		}

#gbnvncv {
	animation: coloracion linear 1s;
	animation-iteration-count: infinite;
    -webkit-animation:coloracion linear 1s;
    -webkit-animation-iteration-count: infinite;
	-moz-animation:coloracion linear 1s;
	-moz-animation-iteration-count: infinite;
}

		@keyframes coloracion {
		  0% {
		    fill: #728cc1;
		  }
		  50% {
		      fill: #d32f2f;
		  }
		  100% {
		      fill: #728cc1;
		  }
		}
		@-moz-keyframes coloracion{
		  0% {
		    fill: #728cc1;
		  }
		  50% {
		      fill: #d32f2f;
		  }
		  100% {
		      fill: #728cc1;
		  }
		}
		@-webkit-keyframes coloracion {
		   0% {
		    fill: #728cc1;
		  }
		  50% {
		      fill: #d32f2f;
		  }
		  100% {
		      fill: #728cc1;
		  }
		}
		@-o-keyframes coloracion {
		0% {
		    fill: #728cc1;
		  }
		  50% {
		      fill: #d32f2f;
		  }
		  100% {
		      fill: #728cc1,
		  }
		}

		.descargar_set {
			color:#56aa48;
		}

.animate-download {
  animation: downloadItem ease 0.8s;
  animation-iteration-count: infinite;
    -webkit-animation:downloadItem ease 0.8s;
    -webkit-animation-iteration-count: infinite;
  -moz-animation:downloadItem ease 0.8s;
  -moz-animation-iteration-count: infinite;
}

    @keyframes downloadItem {
      0% {
        transform: translateY(-10px);
      }
      100% {
          transform: translateY(0px);
      }
    }
    @-moz-keyframes downloadItem{
      0% {
        transform: translateY(-10px);
      }
      100% {
          transform: translateY(0px);
      }
    }
    @-webkit-keyframes downloadItem {
      0% {
        transform: translateY(-10px);
      }
      100% {
          transform: translateY(0px);
      }
    }
    @-o-keyframes downloadItem {
      0% {
        transform: translateY(-10px);
      }
      100% {
          transform: translateY(0px);
      }
    }

@media (max-width: 476px){
  .navbar_buy {
    margin-top: -7px;
  }


}

/* DESCARGAS */
.download_menu {
  margin-top: 80px;
}

.download_menu h1  {
  font-weight: 100;
  font-size: 2em;
  color: #74a7cf;
  text-align: center;
}

.download_sales {
  border: solid 1px #629FBD;
  padding: 10px;
  margin-top:10px;
  cursor: pointer;
  position:relative;
}

.industry_buy_display,.industry_buy_display_close {
  position:absolute;
  right:0;
  top:0;
  margin-top:10px;
  margin-right:10px;
  z-index:50;
  color:#629fbd;
}

.download_sales h2 {
  font-size: 18px;
  margin:5px auto;
  color:#000;
}

.download_industries {
  padding: 11px;
  display: none;
}

.download_zip_full:hover {
    color:#71a8c3;
}

.buscar_compras {
  max-width: 500px;
  margin:15px auto;
  padding:5px;
}

.buscador_compras {
  width:100%;
  border-radius: 7px;
  padding:10px;
  font-size:1em;
  font-weight: bold;
  box-shadow: none;
  border:solid 2px #629fbd;
  color:#629fbd;
  outline:0px;
}

/* DESCARGAS */

/*PRELOADERS */
.preloader_editor {
  color:#629fbd;
  font-size:9em!important;
  vertical-align:middle;
  line-height: 1.5;
  margin-top:20px;
}

/* CHANGES COLOR INDEX */
.change_container {
  width:100%;
  display:block;
  margin:0 auto;
}

.change_container svg {
  width:100%;
}

.change_color {
  cursor:pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.change_color:hover {
  transform:translateY(-3px);
}

#icon_color_change {
  transition: fill 0.5s linear;
  -webkit-transition: fill 0.5s linear;
  -moz-transition: fill 0.5s linear;
  -o-transition: fill 0.5s linear;
  fill: #8BC34A;
}

.color_pick {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.addon_display {
  opacity:0;
  position: relative;
  z-index:2;
}

#no_addons_obj {
  opacity:1;
  position: relative;
  z-index:1;
}

.form-control {
  display: block;
  width: 100%;
  min-width: 90px;
  height: 45px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: unset;
       -o-transition: unset;
          transition: unset;
}

.input-group-addon {
  border: 2px solid #ccc;
  font-size: 16px;
}

.form-search-bar:hover > .button-group-search, .form-search-bar:hover > #bar-select-search, .form-search-bar:hover > .form-control {
  border-color: #629fbd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: var(--first-branding-color);
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.label_login {
    margin: 10px auto 5px auto;
    display: block;
    font-weight: bold;
}

.arrow_try {
  position: relative;
  background: transparent;
  border: 4px solid transparent;
}
.arrow_try:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_try:after {
  border-color: rgba(33, 150, 243, 0);
  border-bottom-color: #2196f3;
  border-width: 10px;
  margin-left: -10px;
}
.arrow_try:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c2e1f5;
  border-width: 16px;
  margin-left: -16px;
}
.tryme_div {
  margin-top:10px;
  position: relative;
  cursor: pointer;
  opacity:0;
  transition:opacity 0.5s linear;
  -webkit-transition:opacity 0.5s linear;
  -moz-transition:opacity 0.5s linear;
  -o-transition:opacity 0.5s linear;
}

.banner-input-search .search_autocomplete {
  width: 100%;
  top: 100%;
}

.banner-input-search .search_autocomplete li {
  color:#74A7CF;
}

.search_autocomplete {
  background:#fff;
  margin-top: 4px;
  position: absolute;
  width: 150%;
  right: 0;
  /* bottom: 0; */
  border-bottom: solid 1px #629FBD;
  border-left: solid 1px #629FBD;
  border-right: solid 1px #629FBD;
  display: none;
  z-index: 4;
  padding: 6px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.search_autocomplete li {
    text-align: left;
    list-style-type: none;
    padding: 5px;
    cursor:pointer;
}
.icons-toolbar {
  position: relative;
}

.search_autocomplete li:hover {
  background-color: #629FBD;
  color:#fff;
}

#tryme_container {
  position:relative;
}

#breadcrumbs_iconshock {
	width: 100%;
	padding:25px 10px;
	color:#629FBD;
	font-size: 22px;
}
#breadcrumbs_iconshock a {
	text-align: center;
	color: #629FBD;
	font-size:22px;
}
#breadcrumbs_iconshock a:hover {
	color: #8dbfd6;
}


@keyframes shake{
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-8px);
  }
  50% {
      transform: translateX(8px);
  }
  75% {
      transform: translateX(-8px);
  }
  100% {
      transform: translateX(0);
  }
}
@-moz-keyframes shake{
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-8px);
  }
  50% {
      transform: translateX(8px);
  }
  75% {
      transform: translateX(-8px);
  }
  100% {
      transform: translateX(0);
  }
}
@-webkit-keyframes shake {
   0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-8px);
  }
  50% {
      transform: translateX(8px);
  }
  75% {
      transform: translateX(-8px);
  }
  100% {
      transform: translateX(0);
  }
}
@-o-keyframes shake {
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-8px);
  }
  50% {
      transform: translateX(8px);
  }
  75% {
      transform: translateX(-8px);
  }
  100% {
      transform: translateX(0);
  }
}
@-ms-keyframes shake {
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-8px);
  }
  50% {
      transform: translateX(8px);
  }
  75% {
      transform: translateX(-8px);
  }
  100% {
      transform: translateX(0);
  }
}

.nav-categories {
  overflow-x: hidden;
}

.nav-industries {
  overflow-x: hidden;
}

.nav-categories-item {
  font-size: .9em;
  color: #629FBD;
}

.banner-input-search {
  position:relative;
}

.search_coincidence {
  padding:15px 0;
}

#category_filter_container {
  display: none;
}
#style_filter_side {
  display: none;
}

.set_separator {
  padding:15px 0;
}

.set_separator h1 {
  text-align: center;
}

.individual_set {
  margin-top:10px;
}

.individual_set p {
  text-align: center;
}

.individual_set img {
  margin:5px auto;
  display:block;
  width:100%;
  height: auto;
  /*width:300px;
  height:200px;*/
  cursor: pointer;
}

.individual_set button {
  width:100%;
  display:table;
  margin:2px auto;
}

#select_sets {
  margin: 15px auto;
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 6px;
  border-radius: 5px;
}

.btn-success {
  background-color: var(--first-branding-color);
}

.btn-success.focus,.btn-success:focus {
  color: #fff;
}

.btn-success:hover {
  color: #fff;
  background-color: var(--first-branding-color);
  opacity: 0.8;
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn {
  border: 0!Important;
  font-family: var(--text-primary-font-family);
  font-weight: bold;
  display: inline-block;
  padding: 14px 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,.btn:focus,.btn:hover {
  /* color: #333; */

  text-decoration: none;
}

.btn.active,.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 50px;
  font-weight: 900;
}

.btn-default.focus,.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: var(--first-branding-color);
  text-transform: capitalize;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-primary.focus,.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  background-color: var(--first-branding-color);
  opacity: 0.8 !important;
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success.focus,.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #31b0d5
}

.btn-info.focus,.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #c9302c;
}

.btn-danger.focus,.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
  background-color: transparent;
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-sm>.btn,.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn,.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  font-family: var(--text-primary-font-family);
  font-weight: normal;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%;
}


button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.pricing_col_content {
  padding: 15px;
  font-size: 12px;
}
.close {
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: var(--first-branding-color);
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.verification_code input
{
    font-size: 21px;
    padding: 24px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
    max-width: 421px;
    color: #629fbd;
}

.assing_user_code {
  width:100%;
  padding:15px;
}

.assing_user_code img {
  display: inline-block;
  width:60px;
  height:60px;
  border-radius: 100%;
  margin-right:10px;
}

.assing_user_code h1 {
    display:inline-block;
    margin:0;
    font-size:20px;
    margin-bottom:50px;
    vertical-align: middle;
}

.give_download_code {
  position:fixed;
  padding:15px;
  bottom:0;
  right:0;
  left:0;
  z-index:70;
}

.sing_in_after_purshase {
  margin:15px auto;
}

.sing_in_after_purshase h1 {
  text-align: center;
  margin:15px auto;
}

.img_session_purshase {
  margin:10px auto;
  max-width:200px;
  display:block;
}

.sing_in_after_purshase p {
  text-align: center;
}

.social_network_login {
  padding:20px;
}

.social_network_login button {
  width:200px;
  display: block;
  margin:10px auto;
}

.set_down_buts {
  width: 300px;
  margin:10px auto;
}

.style_link {
  font-style: capitalize;
  text-transform: lowercase!Important;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.style_link:hover {
  transform: scale(1.1,1.1);
}

.design-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.svg_grid {
  transition: all .3s;
  width:auto;
  height:auto;
}

.svg_grid svg {
  width:100%;
  height:100%;
}

#id_firstSvg img {
  max-width:100%;
}

.relatedsvg {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor:pointer;
}
.showrelated:hover {
  opacity:0.7;
}

.relatedsvg svg {
  width:100%;
  height:100%;
}

li.search_active {
  background-color: #71a8c3;
  color:#fff!Important;
}

#editor_overlay_svg {
  display:none;
}

.nav-categories, .nav-industries {
    height: auto!Important;
    width: 100%!Important;
    overflow: auto!Important;
    display: -webkit-box;
    white-space: normal!Important;
}

.nav-categories-item {
  font-family: var(--text-primary-font-family);
  font-weight: normal;
  display: inline-block;
  margin:0 5px;
  padding: 6px!Important;
  border-radius: 5px;
  text-decoration: none;
  color: #629FBD;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  /*transition: all .3s;*/
}
.nav-categories-item:hover {
  color: #365564;
  background-color: #d9e8ef;
}

#icon img {
  moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

#icon .icon-description {
    margin: 17px auto;
    font-weight: lighter;
    max-width: 760px;
}

#icon .icon-description-sub {
    margin: 17px auto;
    font-family: var(--text-primary-font-family);
    font-weight: normal;
    font-size: 15px;
    max-width: 760px;
}

.container-editor-image:after {
  border:0!Important;
}

.container-editor-icon-name {
  margin-left: 20px;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 0;
}
.container-editor-style-name {
  margin-left:10px;
  display:inline-block;
  font-size: 15px;
}
.container-editor-related-icons {
  margin-left:10px;
  display:inline-block;
}

.editor-sizes-grid {
  display: block;
  height: auto!Important;
}

.editor-sizes-grid label {
  text-align: center;
}

.premium_label {
  background-color: #ed206f;
  color: #fff!Important;
  position: relative;
  border: 0;
  padding: 6px;
  border-radius: 20px;
  transition: all .3s ease;
}

.premium_label:hover {
	background-color: rgb(200, 29, 95);
}

.hr {
  width:100%;
  margin:10px auto;
}

.hr_grid {
  width:85%;
  border: solid 1px #f4f4f4;
  margin: 1.6em auto 2.3em auto;
}

.menu_addon {
    display: none;
    position: absolute;
    height: 250px;
    top: 50px;
    right: -51px;
    background-color: #fff;
    z-index: 100;
}

.addon_thumb {
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

.modif_addon {
	cursor: pointer;
}
.modif_addon_s {
	cursor: pointer;
}

.modif_addon:hover path {
	stroke:#fff;
}
.modif_addon_s:hover rect {
	stroke:#fff;
}
.modif_addon_s.modif_danger:hover rect {
	fill:#DA4F4A;
}
.modif_addon.modif_danger:hover rect {
	fill:#DA4F4A;
}
.modif_addon.modif_primary:hover rect {
	fill:#016ECD;
}
.modif_addon.modif_success:hover rect {
	fill:#5AB75C;
}

.container-editor-image {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    border: none;
    margin: 0;
}

.bundle_item:hover {
  background-color: #f7f7f7;
}

.set_list_buttons {
	max-width:312px;
	margin:6px auto;
}
.set_list_buttons button {
	width:49%;
}
.set_list_buttons a {
	width:49%;
}

.features_set {
  margin: 34px 0;
}
.feature_set {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  color: #565556;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.feature_set.home {
  font-family: var(--text-primary-font-family);
  font-size: 15px;
}
.img_feature_set {
    width: 40%;
    height: 44px;
    text-align: center;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.freebie_prev {
  max-width: 1600px;
  margin: 15px auto;
  padding: 0 15px;
  position: relative;
}
.title-plus-size {
  align-items: center;
  min-height: 125px;
}
.freebie_img {
	border: 6px solid #cecece;
	margin-bottom: 10px;
}
.freebie_img:hover {
	border: 6px solid #a9a9a9;
}
.freebie-banner {
	height: 250px;
	width: 100%;
	max-width: 1200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/free-icons.png');
	padding:1px;
}
.button_freebie {
  border: 1px solid #629fbd;
  background-color: #629fbd;
  padding: 10px 25px;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
  font-size: .8em;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  bottom: -54px;
}

.title_freebie {
	font-family: var(--text-primary-font-family);
	font-size: 2.1em;
	text-align: left;
}

.google-home:hover {
  background-color: #d9534f !important;
}

/* SIDEBAR LIST STYLE */
.important-icon-list li {
  line-height: 24px;
  margin: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
}
.important-icon-list li:hover {
  background-color: #f3f3f3;
}
.important-icon-list .ic-style-dropdown li {
line-height: 24px;
margin: 0;
position: relative;
padding: 0;
}
.important-icon-list .ic-style-dropdown li a{
width:100%;
display: inline-block;
padding: 8px 15px;
}
.important-icon-list .ic-style-dropdown li a:hover{
opacity:.5;
}
.show-more-list:hover {
  background-color: #f7f7f7;
}
.show-more-list i {
  position: relative;
  left: 18px;
  top: 12px;
  font-size: 16px;
}

.nav p {
  padding: 10px 10px 0 10px;
  display: inline-block;
}

.nav_style_group {
  padding: 10px 10px 0 10px;
  display: inline-flex;
}

/* XXX */
.nav_style_group label {
  padding: 0 10px;
  margin: 0;
}

.nav_style_group p {
  padding: 0 10px;
  margin: 0;

}

.same_related {
  padding: 31px 0;
  height: 100%;
  width: calc(100% - -105px);
}

#same {
  display: block;
  align-items: center;
  justify-content: center;
  height: 220px;
  overflow-y: scroll;
}

#same_addons {
  display: block;
  align-items: center;
  justify-content: center;
  height: 252px;
  overflow-y: scroll;
  position: absolute;
  width: 47%;
  left: 0;
}

.same_container {
  height: 81px;
}

.same_img_container {
  height: 60px;
  cursor: pointer;
  width: 60%;
  margin: 0 15px;
}
.same_img_container:hover {
  opacity: 0.7;
}
.same_img_container img {
  max-height: 100%;
  margin:0 auto;
}

.same_img_container img:hover {
  opacity: 0.7;
}

.same_img_container svg {
  width: 100%;
  height: 100%;
}

.same_container .row {
  height: 100%;
}

#same_loader {
  position: absolute;
  left: 50%;
  top: 45%;
}

#content_change_range input[type=range]{
    -webkit-appearance: none;
}

#content_change_range input[type=range]::-webkit-slider-runnable-track {
    height: 7px;
    border-radius:100%;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

#content_change_range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #629fbd;
  margin-top: -4px;
}

.sets-item-img {
  min-height:250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sets-item-img:hover {
  opacity: 0.8;
}

#content_change_range input[type=range]:focus {
    outline: none;
}
#content_change_range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
.editor_option_title {
  font-size:14px;
}
/* XXX */
#icons-data {
  position:relative;
  z-index: 4;
}
.icons-toolbar {
  position:relative;
}
.icon-toolbar-fixed {
  position: fixed;
  top: 52px;
  right: 0;
  background: #fff;
  z-index: 4;
  padding: 3px;
  display: table;
  padding: 13px;
  margin-right: 11px;
}

#same_title {
  position: absolute;
  top: 5px;
  color: #629fbd;
}

#same_title a {
  font-weight: 800;
}
#same {
  position: relative;
  width: 26%;
}

a:hover {
  text-decoration: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}

#icon_sidebar.res_hidden #close_side {
	display: none;
}
#icon_sidebar.res_show #close_side {
	display: none;
}

#close_side i {
	margin-left: auto;
	text-align: right;
	color:#629FBD;
	cursor:pointer;
	display: block;
}
#close_side i:hover {
	color:#578ea8;
}

#color_pal .color-pal-pick {
  padding:10px;
  border-radius: 100%;
  display: inline-block;
  margin:1px;
  cursor: pointer;
}

#color_pal {
  margin: 6px auto 0 auto;
  text-align: center;
}
/* TOGGLE SWITCH */
/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.button-buy-big {
	background-color: #85c3de;
  margin: 10px auto;
  display: table;
  padding: 12px;
  font-size: 24px;
  color: #fff;
}
.button-buy-big:hover {
	color:#fff;
	background-color:#71b2ce;
}
.button-buy-big:focus {
	color:#fff;
	background-color:#71b2ce;
}
.button-download-big {
	background-color: #5ab75c;
  margin: 10px auto;
  display: table;
  padding: 12px;
  font-size: 24px;
  color: #fff;
}
.button-download-big:hover {
	color:#fff;
	background-color:#44a135;
}
.button-download-big:focus {
	color:#fff;
	background-color:#44a135;
}


.set_separator {
  padding:20px 0;
  border-bottom:solid 1px #e8e8e8;
}

.set_separator h1 {
  margin:10px 0;
  font-size: 1.5em;
}
#all_index_sets .col-sm-4.col-xs-6 {
  padding: 0 28px;
}
.title_cat_set {
  margin:40px 0 5px 0;
}
.set_ind_subtitle {
  margin:15px auto;
  font-size: 1.5em;
  text-align: center;
}

.set_content_indus {
  margin:12px auto;
}

.set_ind_set {
  width: 100%;
  margin:5px auto;
}
.set_ind_set.home {
  margin: 5px auto 35px;
  background-color: #fff;
  padding: 20px 20px 35px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.set_ind_set.home:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.set_ind_set h3 {
  margin:5px auto;
  font-size: 1.3em;
  text-align: center;
}
.set_ind_set .set_ind_title.home {
  font-family: var(--text-primary-font-family) !important;
  text-transform: capitalize;
  font-size: 22px;
  margin-top: 25px;
  color: #1c1d1e;
}
.set_ind_title.home {
  font-weight: bold;
  font-size: 18px;
}
.set_ind_title.home a:hover {
  opacity: 0.3;
}
.img_set_container {
  margin:10px auto 20px auto;
}
.img_set_container img {
  margin:0 auto;
  cursor: pointer;
  border:6px solid #cecece;
}
.img_set_container img { /*WMOD*/
  border: 1px solid #ffffff;
  border-radius: 7px;
  transform: translateY(0px) scale(1);
  transition: all 0.15s ease-in;
}


.img_set_container img:hover {
  opacity: 0.7;
}
input:checked + .slider.line_glyph {
  background-color: #629fbd;
}
input:checked + .slider.color_sty {
  background-color: var(--first-branding-color);
}
input:checked + .slider.software_sty {
  background-color: #629fbd;
}
input:checked + .slider.detailed_sty {
  background-color: #629fbd;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.download_custom_item {
  position: absolute;
  right: 6px;
  top: 0;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tag_suggests {
  display: inline-block;
  padding:5px;
  border-radius: 5px;
  margin:5px;
  background-color: #6fa8dc;
  color:#fff;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select:none;
}

.tag_suggests:before{
  content: 'X';
  position: absolute;
  top:0;
  left: 0;
  border-radius: 5px;
  background-color: #d16464;
  display: none;
}

.tag_suggests:hover .tag_suggests:before
{
  display: block;
}

.tag_suggests:hover {
  background-color: #d16464;
}

#tags_suggested {
  margin: -2px auto 5px auto;
  text-align: right;
}

.sticky-header {
    position: relative;
    z-index: 1;
  }

#tag_suggests h4 {
  text-align: center;
  margin:10px auto;
  color:#56aa48;
  font-size:1.2em
}

.bundle_pack h4 {
  margin:15px auto;
  text-align: right;
}

.bundle_pack {
  padding:6px;
  box-shadow: 0 0px 22px -10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  margin: 19px;
  height: 100%;
}
.pack-includes {
  margin:0;
  padding: 6px;
}
.pack-includes li {
  display: inline-block;
  list-style-type: none;
}
.pack-includes li {
  margin-left: 10px;
}
.pack-includes li>a:hover {
  text-decoration: underline;
}
.pack-includes li:not(:last-child) a:after {
  content: ",";
}

.pack-includes li a {
  width: 100%;
  background-color: transparent;
  font-size: .9em;
  font-weight: normal;
  color: #629FBD;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
}
.pack-includes li a:hover {
  color: #365564;
  text-decoration: none;
}

.set-contains {
  margin-top: 11px;
  padding: 6px;
  padding-left: 16px;
}
.set-contains h2 {
  text-align: left!Important;
  font-size: 16px!Important;
  margin:0;
}

.subtitle-pak {
  font-size: 16px;
  text-align: center;
  margin: 5px;
}


#myModal hr {
  width: 100%;
  margin: 15px auto;
}

#myModal .modal-body h2 {
  text-align: center;
  font-size: 25px;
}

#addon-test {
  width: 122px;
  padding: 40px 0 0 0;
  position: absolute;
  height: 90%;
  top: 10px;
  left: -120px;
  display: block;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select:none;
}

#addon-test img {
  width: 38px;
  cursor: pointer;
}

.modal {
  z-index: 10002;
}

#modal_old_users {
  z-index: 9999999;
}

#addon-test img:hover {
  opacity: 0.7;
}

.svghue {
  width:100%;
}
.svghue svg {
  width: 100%;
  height: 100%;
}

.flexthis.container:before,
.flexthis.container:after,
.flexthis.row:before,
.flexthis.row:after {
    content: normal;
}

a.link_shock {
  margin: 0 5px;
}
@media (max-width: 1168px) {
    .botones_descarga_desk {
        padding: 0.8rem 0rem !important
    }
}

@media(max-width:1260px) {
 .sticky-header.ajax {
  padding-top: 25px;
 }
  nav#iconshock-main-navbar {
    display: none;
  }

  ul.sidebar-menu {
    display: block !important;
  }

}

@media (max-width: 1261px) {
  .navbar-brand {
    font-size: 14px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 12px;
  }

  .container-icons {
    height: calc(100vh - 52px);
  }

  .navbar-header {
    float: none;
	}
	.navbar-left,.navbar-right {
    float: none !important;
	}
	.navbar-toggle {
    display: block;
	}
	.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
    display: none!Important;
    margin-top: 2rem;
    /* margin-bottom: 2rem; */
    max-height: 400px !important;
    padding: 2rem;
	}
	.navbar-nav {
    float: none!important;
	  /* margin-top: 7.5px; */
	}
	.navbar-nav>li {
    float: none;
	}
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.collapse.in{
    display:block !important;
	}
}


@media (max-width: 1450px) {
	.navbar-default .navbar-nav>li>a {
    font-size: 14px!important;
    margin: 0 5px;
	}
}



#header-set_container {
  width: 100%;
  margin-left: auto;
  margin-top: 85px;
  /* margin-top: 82px; */

}
#elements-container {
  position: relative;
  max-width: 38%;
  width: 100%;
  height: auto;
  bottom: -42px;
}
@keyframes float {
  0% {
      transform: translatey(0px);
      -webkit-filter: drop-shadow(0 5px 15px 0px rgba(0,0,0,0.6));
      filter: drop-shadow(0 5px 15px 0px rgba(0,0,0,0.6));
  }
  50% {
      transform: translatey(-10px);
      -webkit-filter: drop-shadow(0 25px 15px 0px rgba(0,0,0,0.2));
      filter: drop-shadow(0 25px 15px 0px rgba(0,0,0,0.2));
  }
  100% {
      transform: translatey(0px);
      -webkit-filter: drop-shadow(0 5px 15px 0px rgba(0,0,0,0.6));
      filter: drop-shadow(0 5px 15px 0px rgba(0,0,0,0.6));
  }
}
.pos-0 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pos-0 .scene__element {
  --bg-sqr: 91%;
  position: absolute;
  width: var(--bg-sqr) !important;
  height: auto !important;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  /* right: 0; */
  z-index: 0;
}
.pos-1 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pos-1 .scene__element {
  position: absolute;
  width: 34% !important;
  height: auto !important;
  bottom: 0;
  left: -9%;
}
.pos-2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pos-2 .scene__element {
  position: absolute;
  width: 34% !important;
  height: auto !important;
  bottom: 0;
  right: 4%;
  z-index: 0;
}
.pos-3 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pos-3 .scene__element {
  position: absolute;
  width: 21% !important;
  bottom: 25% !important;
  left: 10%;
  -webkit-filter: drop-shadow(2px 6px 4px rgba(0,0,0,0.5));
  filter: drop-shadow(2px 6px 4px rgba(0,0,0,0.5));
  animation: float 3s ease-in-out infinite;
}
.pos-4 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pos-4 .scene__element {
  display: block !important;
  position: absolute !important;
  width: 27% !important;
  height: auto !important;
  bottom: 55% !important;
  right: 12% !important;
  -webkit-filter: drop-shadow(2px 6px 4px rgba(0,0,0,0.5));
  filter: drop-shadow(2px 6px 4px rgba(0,0,0,0.5));
  animation: float 4s ease-in-out infinite;
}
.pos-5 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pos-5 .scene__element {
  position: absolute;
  width: 21.5% !important;
  height: auto !important;
  bottom: 0%;
  left: -3%;
}
.pos-6 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pos-6 .scene__element {
  position: absolute;
  width: 24.7% !important;
  height: auto !important;
  bottom: 0%;
  right: 5.8%;
}
.pos-7 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pos-7 img {
  position: absolute;
  width: 120%;
  height: auto;
  bottom: -10%;
  right: -5%;
}
#elements-container .element--svg {
  width: 100%;
  height: 100%;
}
.pos-8 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pos-8 img {
  position: absolute;
  width: 110%;
  height: auto;
  bottom: -5%;
  right: -2%;
  animation: float 5s ease-in-out infinite;
}
[class*="pos-"]{
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.show{
  opacity: 1;
}
/* Text section */
#header-set-place {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#text-section_header {
  width: 100%;
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  justify-content: center;
  z-index: 2;
}
#text-section_header h1 {
  color: #1c1d1e;
  font-weight: 700;
  margin: 0;
}

#text-section_header h1 span {
  position: relative;
  left: -5px;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  line-height: 1;
  padding: 0 10px 8px 12px;
  text-align: center;
  background: linear-gradient(to right, #fc5e83 0%, #feb122 70.5%, #feb41e 82%, #ffce00 100%);
}
.sub-head_text {
  text-align: left;
  font-size: 28px;
  margin: 40px 0 8px;
}
.sub-head_text span {
  font-weight: 900;
}
.desc-head_text {
  font-family: var(--text-primary-font-family);
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  width: 90%;
  line-height: 2;
}
p.desc-head_text .ebi {
  font-weight: 800;
  font-style: italic;
}

.desc-head_text .italic {
  font-weight: 400;
  font-style: italic;
}

.desc-head_text .sbi {
  font-weight: 600;
  font-style: italic;
}

.desc-head_text .exb {
  font-weight: 800;
}
.desc-head_text a {
  display: inline !important;
  margin: 0 !important;
  width: auto !important;
  color: inherit;
  opacity: 1;
  transition: opacity .3s ease-in;
}
.desc-head_text a:hover {
  opacity: .7;
}
#text-section_header a {
  width: 242px;
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
#text-section_header a svg {
  width: 100%;
}

/* FEATURED SECTION */
.feature-item {
  width: 20%;
  height: auto;
  padding: 40px 24px;
  text-align: center;
  display: grid;
  flex-flow: column nowrap;
  /* justify-content: center; */
  align-items: center;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}

.feature-item svg {
  width: 100%;
  max-width: 72px;
  height: auto;
  justify-self: center;
}

#features-container {
  display: flex;
  max-width: 1100px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#features-header {
  width: 100%;
  margin-left: auto;
  margin-top: 60px;
}
.feature-text {
  margin: 0;
  align-self: self-start;
  font-family: var(--text-primary-font-family);
  font-size: 15px;
  font-weight: 600;
  color: #3d3f41;
}
#features-container .feature-item img {
  margin: 0 auto;
  max-width: 80px;
}



/* SIDEBAR SECTION STYLE */

.style-side {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 19px;
  border-radius: 10px;
}

.side_content.lang-sect {
  margin-top: 0px;
}

aside#icon_sidebar:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  border-top: 4px solid #b3cc1f;
}
#icon_sidebar.side_abs {
  background-color: #fff;
  display: inline-block;
  width: 252px;
  height: 100vh;
  top: 75px;
  position: absolute;
  padding: 10px;
}
#icon_sidebar.side_fixed {
  background-color: #fff;
  display: inline-block;
  width: 252px;
  height: 100%;
  top: 70px !important;
  position: fixed;
  padding: 10px 12px;
  overflow-x: hidden;
}

#icon_sidebar.res_hidden .show_arrow {
  display: none;
}

#icon_sidebar.res_show .show_arrow {
  display: none;
}
/* .goog-te-gadget .goog-te-combo {
  margin: 4px 0px 4px -3px !important;
  padding: 6px 10px !important;
} */
.more_collections {
  width: 100%;
}

a.btn.btn-primary.btn-block.button_shock:hover {
  background-color: transparent !important;
}

/* ANIMATION PREMIUM */

.div_bottom_premium {
  width: auto;
  position: fixed;
  z-index: 10000;
  transform: translateX(-50%);
  bottom: 25px;
  left: 48%;
  border: none !important;
  border-radius: 15px !important;

  background: linear-gradient(
    116.49deg,
    #7000ff 0%,
    #e700b7 47.4%,
    #ffa000 100%
);
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  line-height:1.5;
}
.div_bottom_premium::after {
    content: "";
    transition: background-color 200ms ease-in-out;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff0;
}

.div_bottom_premium:hover::after {
    background-color: #fff4;
}


.container_button_premium {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 10px;
  background: #ed206f;
  border: 3px solid #ed206f; */
  width: 196px;
  padding: 10px 12px;
  transition: all .3s ease;
}
.container_button_premium::after {
    content: "";
    transition: background-color 200ms ease-in-out;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff0;
}

.container_button_premium:hover::after {
    background-color: #fff4;
}



.div_bottom_premium-fixed {
  width: 90%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  transition: all .3s ease;
  z-index: 1;
  line-height: 2.2rem;
}

/* .container_button_premium:hover {
  background: #ffffff;
  border: 3px solid rgba(237, 32, 111);
  font-weight: 600;
} */

/* .container_button_premium:hover a {
  color: #ed206f;
} */


/*
.div_bottom_premium-fixede {
  border-left-style: none;
  border: solid 3px #ed206f;
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  top: 0;
  left: -48px;
  border-right: 1px dashed #fff;
  position: absolute;
  visibility: visible !important;
  background-color: #FBF0F5;
  border-radius: 14px 3.5px 3.5px 14px;
}


a.btn.btn-success.btn-premium-fixede:after {
  border-right-style: none;
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  top: 0;
  left: -48px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyNi4zNzUiIHZpZXdCb3g9IjAgMCAxNiAyNi4zNzUiPg0KICA8ZyBpZD0iY2VydGlmaWNhdGUxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMgLTQpIj4NCiAgICA8cGF0aCBpZD0iXzU4MzQ0NTIxX3Nob2NrX3g1Rl9jb2xvcl9mb2N1cyIgZGF0YS1uYW1lPSI1ODM0NDUyMV9zaG9ja194NUZfY29sb3JfZm9jdXMiIGQ9Ik0xOC4yMjIsMTIuOGE3LjgsNy44LDAsMCwxLTkuMzgsMEw3LDI0LjgxOSwxMy41MzIsMjAuOWw2LjUzMiwzLjkxOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNDU0IDUuNTU2KSIgZmlsbD0iI2VkMjA2ZiIvPg0KICAgIDxwYXRoIGlkPSJUcmF6YWRvXzEwNzAiIGRhdGEtbmFtZT0iVHJhemFkbyAxMDcwIiBkPSJNMTMuNTMyLDE0LjM2OFYyMC45TDcsMjQuODE5LDguODQyLDEyLjhBNy43LDcuNywwLDAsMCwxMy41MzIsMTQuMzY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy40NTQgNS41NTYpIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjEiLz4NCiAgICA8ZWxsaXBzZSBpZD0iRWxpcHNlXzM0IiBkYXRhLW5hbWU9IkVsaXBzZSAzNCIgY3g9IjUiIGN5PSI1LjUiIHJ4PSI1IiByeT0iNS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNiA3KSIgZmlsbD0iI2ZiZjBmNSIgb3BhY2l0eT0iMC40Ii8+DQogICAgPGcgaWQ9IkVsaXBzZV8zNSIgZGF0YS1uYW1lPSJFbGlwc2UgMzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzIDQpIiBmaWxsPSIjZmJkOGU4IiBzdHJva2U9IiNlZDIwNmYiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICA8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iOCIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=');
  visibility: visible !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42%;
  border-radius: 14px 3.5px 3.5px 14px;
  animation-iteration-count: infinite;
}

.div_bottom_premium {
  width: auto;
  position: fixed;
  z-index: 1000;
  bottom: 25px;
  left: 10px;
}



.div_bottom_premium:hover a, .div_bottom_premium:hover a:before {
  background-color: #ed206f !important;
  cursor: pointer;
  transition: background .2s cubic-bezier(0.5, -0.01, 0.48, 0.99);
}


 */



.sidebar-menu li {
  padding: 7px 0;
}

.sidebar-menu li a {
  color: #7E7E7E !important;
}

ul.sidebar-menu {
  margin-bottom: 25px;
  display: none;
}
footer {
  background-color: #fff;
}

.footer-grid-c {
  width: 70%;
  border-top: 1px solid #e2e2e2;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}

.footer-l-box p {
  text-align: initial;
  color: #999;
  margin-top: 5px;
}

.footer-l-box h3 {
  font-weight: 700;
  color: #999;
  margin-bottom: 5px;
}

.footer-l-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-l-box h3 span {
  font-weight: 500;
}

.social-m-e a i {
  font-size: 20px;
  padding-right: 8px;
}

.social-m-e a {
  color: #999;
}

.jscolor:focus {
  outline: none;
}
@keyframes shake {
  1%, 9% {
      transform: translate3d(-1px, 0, 0);
  }

  2%, 8% {
      transform: translate3d(2px, 0, 0);
  }
  3%, 5%, 7% {
      transform: translate3d(-4px, 0, 0);
  }
  4%, 6% {
      transform: translate3d(4px, 0, 0);
  }
}
@keyframes Gradient {
0% {
  background-position: 0% 50%
}
50% {
  background-position: 100% 50%
}
100% {
  background-position: 0% 50%
}
}
@keyframes Gradientbi {
0% {
  background-position: 0% 25%
}
50% {
  background-position: 50% 25%
}
100% {
  background-position: 0% 25%
}
}
/* END SIDEBAR SECTION */
@media screen and (min-width:769px){
  .goog-te-gadget .goog-te-combo {
      margin: 4px 0px 4px -3px !important;
      padding: 6px 10px !important;
  }

  .div_bottom_premium:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100px;
      top: -17px;
      /* background: linear-gradient(to top, #fff 70%, #0000 100%); */
      z-index: -10000;
  }


  .div_bottom_premium {
    left: calc(50% + 117px);
    transform: translateX(-50%);
  }
  a.navbar-shock:before {
      content: "";
      width: 100%;
      position: absolute;
      height: 0;
      bottom: -4px;
      left: 0px;
  }
  .navbar-shock {
      left: 1px;
  }
  .modal-dialog {
    min-width: 1000px;
  }
}
@media screen and (min-width:991px){
  #text-section_header h1 {
      font-size: calc(57px + (75 - 57) * ((100vw - 991px) / (1200 - 991)));
  }
  .sub-head_text {
      font-size: calc(22px + (28 - 22) * ((100vw - 991px) / (1200 - 991)));
  }
  .desc-head_text {
      font-size: 14px;
      font-size: calc(14px + (17 - 14) * ((100vw - 991px) / (1200 - 991)));
  }
  #elements-container {
      bottom: -42px;
  }

  a#user-data:hover:before {
      background-color: #fff;
  }
  nav.navbar.navbar-default.nav-bppl {
      position: fixed;
      width: 100%;
      top: 0;
      left:0;
  }
}

@media screen and (min-width:1024px){
  #myModal .modal-dialog {
    min-width: 1200px;
    width: 100%;
  }
  .header-plus-title {
    text-align: left;
  }

}

@media screen and (min-width:1260px){
  #text-section_header h1 {
      font-size: calc(75px + (114.5 - 75) * ((100vw - 1200px) / (1920 - 1200)));
  }
  .sub-head_text {
      font-size: 28px;
  }
  .desc-head_text {
      font-size: calc(17px + (20 - 17) * ((100vw - 1200px) / (1920 - 1200)));
  }
  .sticky-header {
    position: relative;
    top: -2px;
    background-color: #fff;
    z-index: 1;
    align-items: center;
  }
  #myModal .modal-dialog {
    min-width: 1200px;
    width: 100%;
  }
  a#user-data {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
  }
  a#user-data:hover {
    color: #ed206f;
    padding-left: 10px;
    padding-right: 10px;

  }
  a#user-data:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 54px;
    top: 8px;
    left: 0;
    border-radius: 20px;
    background-color: var(--first-branding-color);
    z-index: -1;
    transition-property: background, color;
    transition-duration: .25s;
    border: 3px solid #ed206f;
  }
  a#user-data:hover:before {
    background-color: #fff;
  }
}
@media screen and (min-width: 1251px){
  ul.nav.navbar-nav.navbar-left {
      display: flex;
      flex-wrap: wrap;
      width: 32%;
      width: calc(100% - 560px - 235px);
  }
}
@media screen and (min-width:1920px){
  #text-section_header h1 {
      font-size: 114.5px;
  }
  /* .sub-head_text {
      font-size: 28px;
  } */
  .desc-head_text {
      font-size: 20px;
  }
}

#bppl-collapse {
  display: flex !important;
  flex-wrap: nowrap;
  margin-right: 50px;
  justify-content: flex-end;
  width: calc(100vw - 235px);
}

@media screen and (max-width:1260px){
  div#bppl-collapse {
      display: none !important;
  }
  ul.nav.navbar-nav.navbar-left {
      margin: 0;
      position: relative;
      right: -20px;
  }
}

@media screen and (max-width:1023px){
  #myModal {
    padding-left: 0 !important;
  }
  .modal-dialog {
    margin: 0;
  }
  #myModal .modal-dialog {
    width: 100%;
  }
  .bundle_pack {
    margin: 0;
  }
  .header-plus-title {
    text-align: center;
  }
  .icon-grid-icon {
    box-shadow: 0 0px 22px -10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
  .menu-des-icon {
    opacity: 1;
  }
}

@media screen and (max-width:991px){
  #header-set_container {
      margin-top: 0px;
  }
  #elements-container {
      max-width: 80%;
      margin: 0 auto;
      right: -3%;
  }
  #header-set-place {
      flex-direction: column-reverse;
  }
  #text-section_header h1 {
      font-size: calc(60px + (90 - 60) * ((100vw - 768px) / (991 - 768)));
      text-align: center;
      margin: 33px 0;
      margin-bottom: 0;
  }
  .sub-head_text {
      text-align: center;
      font-size: calc(22px + (28 - 22) * ((100vw - 768px) / (991 - 768)));
      margin: 20px 0 8px;
  }
  .desc-head_text {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
  #text-section_header a {
      margin-left: auto;
      margin-right: auto;
  }
  #features-header {
      margin-top: 25px;
  }
  #features-container {
      flex-wrap: wrap;
  }
  .container-fluid.theme-showcase {
      position: fixed;
      width: 100%;
      background-color: #fff;
  }
  #icon_sidebar.side_main {
      width: 235px;
  }
  #icon_container_main {
    margin-top: 40px;
  }

}
@media screen and (max-width:768px) {
    .div_bottom_premium {
        display: flex;
    }
  .content__index {
      padding-left: 0px;
  }
  #header-set_container {
      width: auto;
      margin-top: 0;
  }
  #icon_sidebar.side_main {
    width: 235px;
  }
  aside#icon_sidebar.res_hidden {
    right: -290px;
  }
  aside#icon_sidebar.res_show {
      top: 84px;
      right: -5px;
      z-index: 999999;
  }
  #elements-container {
      max-width: 80%;
      margin: 0 auto;
      right: -3%;
      bottom: -18px;
  }
  #header-set-place {
      flex-direction: column-reverse;
      margin-top: 50px;
  }
  #text-section_header h1 {
      font-size: 100px;
      text-align: center;
      margin: 33px 0;
      margin-bottom: 0;
  }
  .sub-head_text {
      text-align: center;
      font-size: calc(24px + (28 - 24) * ((100vw - 576px) / (768 - 576)));
  }
  .desc-head_text {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      font-size: 14px;
      line-height: 1.7;
  }
  #text-section_header a {
      margin-left: auto;
      margin-right: auto;
  }
  #features-header {
      width: auto;
      margin-top: 44px;
  }
  .feature-item {
      width: 33%;
      padding: 0 15px;
  }
  .feature-text {
      font-size: 14px;
      line-height: 1.4;
      font-weight: 600;
  }
  #text-section_header h1 {
      font-size: calc(68px + (95 - 68) * ((100vw - 576px) / (768 - 576)));
  }
  .goog-te-combo {
      margin: 0 !important;
      padding: 5px 2px !important;
      font-size: 12px;
  }
  #google_translate_element {
      height: 30px;
  }
  #Ebene_1 {
      top: 5px;
      width: 18px;
  }
  #icon_sidebar {
      padding: 10px 14px !important;
      z-index: 9999;

  }
  #google_translate_element {
      width: 78% !important;
  }
  select.goog-te-combo {
      position: relative;
      top: 5px;
      font-size: 12px;
      left: -3px;
  }
  .fa.fa-2x.fa-bars {
      right: 8px;
  }
  i.fa.fa-2x.fa-times {
    /* right: 245px; */
    right: 18px;
  }
  .section_content.home {
      background-color: #6cddff !important;
  }
  .set_ind_title.home {
      font-size: 15px;
  }
  .set_ind_set.home {
      padding: 15px;
      margin-bottom: 10px;
      background-color: #fff;
  }
  button.navbar-toggle.collapsed.toggle_sidebar {
    display: none;
  }
  .visible-xs-block {
    display: block !important;
  }
  .sidebar_display {
    position: fixed;
    z-index: 9999;
  }

  #icon_sidebar {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }

  #icon_sidebar.res_hidden {
    display: none;
    width:30px;
    z-index:10;
    cursor: pointer;
  }
  #icon_sidebar.res_hidden:hover {
    background-color: #abc1cc;
  }

  #icon_sidebar.res_hidden {
    display: none;
    width:30px;
    z-index:500;
  }

  #icon_sidebar.res_hidden .side_content {
    display:none!Important;
  }
  #icon_sidebar.res_show .side_content {
  display:block;
  }

  #icon_main_content {
    width: 100%;
    margin-left:0;
    margin-top: 30px;
  }

  #icon_sidebar.res_show {
    width:235px;
    z-index:9998;
  }
  #icon_sidebar.res_hidden .show_arrow {
    display: block;
    position: absolute;
    color: #6c9eb7;
    top: 49%;
    font-size: 23px;
    left: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
  #icon_sidebar.res_hidden:hover .show_arrow {
    color:#fff;
  }
  #icon_sidebar.res_show .show_arrow {
    display:none;
  }

  #icon_sidebar.res_hidden #close_side {
    display: none;
  }
  #icon_sidebar.res_show #close_side {
    display: block;
    position: fixed;
    top: 55px;
    left: 183px;
    z-index: 9;
  }
  .navbar-brand {
    font-size: 14px;
    padding: 12px 15px;
    height: 37px;
  }
  .feature_set {
    font-size: 12px;
  }
  .important-icon-list li a {
    width: calc(167px - 48px);
  }
  .show-more-list {
    left: 0px;
  }
  .side_content h2 {
    font-size: 16px;
  }

  .nav_style_group p {
    font-size: .9em;
  }
  .dropdown-menu-p {
        position: relative;
        background-color: transparent;
        width:100%;
        padding: 0;
        box-shadow: none;
  }

  .dropdown-menu-p a {
    color: #fff;
    width:100%;
    min-width:60px;
  }
  .dropdown-menu-p {
    width: 100%;
    min-width: 60px;
  }
  .dropdown_menu_p {
    width:100%;
    margin:0;
  }

  .img_header_menu {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-bottom: 8px;
    margin-left: 8px;
    top:0;
    right:0;
  }
  .png_title {
    display:none;
  }
  .png_size_menu input[type=radio] + label {
    width:5em;
  }
  .nav-categories-item {
    display: inline-table;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .nav-categories, .nav-industries {
    display:flex;
  }
  .img_feature_set {
    width: 80%;
  }

  aside#icon_sidebar {
    left: unset !important;
    right: -50px;
  }
  .container-editor
  {
    width:100%;
  }

  #style_nav.closed_nav {
    width: 100%;
    max-width: 100%;
    background-color:#fff;
  }

  #style_nav.closed_nav:hover {
    background-color:#fff;
  }

  #style_nav.closed_nav #close_side {
    display: block;
    text-align: right;
  }

  #style_nav.closed_nav #style_content {
    display: block;
  }
  .banner-leyend {
    font-size: 1.2em;
  }
  .menu-des-icon button {
    font-size: 76%;
  }
  .icon-grid-icon {
    padding:7px;
  }

  .navbar-brand {
    height: 50px;
    }

  .navbar-brand img {
    height: 30px !important;
  }


  .side_main {
    display: none;
  }
  .icon-grid-icon .svg_grid {
    /*width: 128px;*/
  }
  #icon .icon-grid-icon img {
    /*width: 128px;*/
  }
  .icon-grid-icon {
    box-shadow: unset !important;
  }
  #social-icons {
    display: none;
  }
  .header-plus-title {
    font-size: 2em;
  }
  .lock-svg {
    display: none !important;
  }
  .icon-grid-icon img {
    margin-bottom: 30px;
  }
  .svg_grid svg {
    margin-bottom: 10px;
  }
  .become_premium {
    margin: 70px auto !important;
  }
  .side_content.lang-sect {
        margin-top: 0px;
   }

}


@media screen and (max-width:576px){
  .sub-head_text {
      font-size: calc(20px + (24 - 20) * ((100vw - 460px) / (576 - 460)));
  }
  .subtitle_index.home {
      margin: 0px auto 22px auto;
      max-width: 520px;
      line-height: 2;
      font-size: 18px;
      line-height: 1.4;
      padding: 0 15px;
  }
  .set_ind_title.home {
      font-size: 15px !important;
  }

  .title_index {
      font-size: 30px;
      margin-bottom: 15px;
  }
}
@media screen and (max-width:500px){
  a.navbar-shock {
      transform: scale(.6);
      left: -42px;
      top: -4px;
  }

  .container-fluid.theme-showcase {
      padding-left: 154px;
  }
  select#bar-select-search {
      padding: 0;
      min-width: 62px;
  }
}
@media screen and (max-width:460px){
  .sub-head_text {
    font-size: 16px;
  }
  .feature-item {
    width: 50%;
  }
}
@media screen  and (max-width:576px){
  .set_ind_set.home {
    padding: 15px 0 !important;
  }
  #all_index_sets .col-sm-4.col-xs-6 {
    padding: 0 10px !important;
  }
  img.img-responsive.home {
    padding: 10px 0;
  }
  .title-plus-size {
    width: 100%;
  }
}
@media screen and (max-width:400px){
  a.navbar-shock {
      transform: scale(.5);
      left: -56px;
      top: -4px;
  }
  .container-fluid.theme-showcase {
      padding-left: 120px;
      height: 65px;
  }
  .form-control {
      font-size: 12px;
      height: 30px;
  }
  .input-group-addon.button-group-search {
      font-size: 12px;
      min-width: 30px;
      padding: 0;
      height: 30px;
  }
  #bar-select-search {
      height: 30px;
      font-size: 12px;
  }
  .input-group.form-search-bar {
      position: relative;
      top: 3px;

  }
  #bar-select-search {
      min-width: 56px;
      padding: 0;
  }
}
@media screen and (max-width:346px){
  #all_index_sets .col-xs-6 {
    padding: 0 15px !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}



/* PRICING PRICE */
	/* featured section style */
	.link_shock {
		text-align: right;
		color: #3D3F41;
		font-size: 25px;
		font-weight: 600;
	}

	.jus-flex {
		display: flex;
		justify-content: center;
		padding: 0 60px;
	}

	.button-all-packs {
		font-size: 20px;
		margin-top: 20px;
		letter-spacing: -1px;
	}
	.button-all-packs p {
		color: #3d3f41;
	}
	.button-all-packs-link {
		color: #ED206F;
		transition: all 500ms ease;
		padding: 3px;
		border-radius: 10px;
	}
	.button-all-packs-link:hover {
		background-color: #ED206F;
		color: #fff;

	}


	/* features */

	.container-features {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
		grid-template-rows: 1fr 1fr;
	}

	@media screen and (max-width:800px) {
		.container-features {
			grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
			grid-template-rows: auto;
			font-size: 9px;
		}
	}


	a {
		color: #ED206F;
		font-weight: 700;
		transition: all .2s ease;
	}

	.card-container {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 2em 3em;
	}

	.card-container-features {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    	border-radius: 20px;
    	transition: 0.3s;
    	padding: 1em;
    	margin: 20px;
		text-align: center;
	}

	.card-container-features:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	}

	.card-container-feature {
		padding: 20px;
	}

	.card-container-text {
		padding: 15px;
		font-size: 10px;
		text-align: center;
		font-weight: 600;
	}

	@media screen and (max-width:800px) {
		.card-container-text {
			font-size: 9px;
		}
	}

	.premium {
		font-weight: 500 !important;
	}


.grid-premium-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media screen and (max-width:800px) {
  .grid-premium-cards {
    grid-template-columns: 1fr;
  }
}

.pricing_title {
  padding: 12px;
  text-align: center;
  font-weight: 700;
}

.card-title {
  color: #ED206F;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 10px;
}

.card-title-name {
  font-size: 20px;
  line-height: 5px;
}

.card-title-pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 5px;
}

.card-title-pricing p {
  font-size: 30px;
  margin: 0;
  line-height: 0;
}

.card-title-pricing-icon {
  font-weight: 600;
  font-size: 40px;
  line-height: 0;
  letter-spacing: -1px;
}

.card-title-pricing-value {
  font-weight: 800;
  font-size: 70px;
  line-height: 0;
  letter-spacing: -2px;
}

.card-items {
  display: flex;
  flex-direction: column;
}

.card-item p {
  text-align: left;
  margin: 10px 0;
}

.card-link {
  color: #ED206F;
  transition: all .2s ease;
}

.card-link:hover {
  color: #da2a6e;
}


.card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 0 10px 0;
}

.social-facebook {
  width: 150px;
  padding: 10px;
  color: #fff;
  border: 3px solid #337ab7;
  border-radius: 10px;
  margin: 10px;
  background-color: #337ab7;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s ease;
}

.social-facebook:hover {
  background-color: #fff;
  color: #337ab7;
}

.social-google {
  width: 150px;
  padding: 10px;
  color: #fff;
  border: 3px solid #c9302c;
  border-radius: 10px;
  margin: 10px;
  background-color: #c9302c;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s ease;
}

.social-google:hover {
  background-color: #fff;
  color: #c9302c
}

.card-button-pricing {
  width: 150px;
  padding: 10px;
  background: #ED206F;
  border: 3px solid rgba(237, 32, 111);
  border-radius: 10px;
  margin: 10px 10px 10px 10px;
  color: #fff;
  font-size: 15px;
    font-weight: 600;
  transition: all .3s ease;
}

.card-button-pricing:hover {
  background: #fff;
    border: 3px solid rgba(237, 32, 111);
  color: #ED206F;
}

.card-button-pricing-year {
  width: 150px;
  padding: 10px;
  border: 1px solid #ED206F;
  color: #ED206F;
  background: #fff;
  border-radius: 10px;
  margin: 10px 10px 0 10px;
}

.des-price-card {
  font-size: 16px;
  letter-spacing: -1px;
  color: #ED206F;
  margin-top: 0;
}


.modal-header {
    padding: 25px 25px 0 25px !important;
    border-bottom: none !important;
}

.modal-body {
  padding: 0 50px !important;
}

.grid-premium-cards-modal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width:800px) {
  .grid-premium-cards-modal {
    grid-template-columns: 1fr;
  }
}

/* editor grafico */

.color-editor{
  display: flex;
  flex-direction: column;
  padding: 5px !important;
}

.title-editor {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-top: 0;
}

.container-feature-editor {
  padding: 20px;
}

.style-color-editor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.donwload-btn-png {
  padding: 0;
}

.container-editor-close-button {
  right: 50px;
  top: 40px;
}

.lang_change {
  border: solid 2px rgb(237, 32, 111);
  border-radius: 30px;
  padding: 5px 5px;
  color: rgb(237, 32, 111);
  font-weight: 600;
}

.lang_change:focus {
  outline: 0;
}

.lang_input {
  border: none;
  margin: 0 10px;
  border-bottom: solid 2px rgb(237, 32, 111);
  font-weight: 600;
  font-size: 15px;
  width: 120px;
  text-align: center;
}

.lang_input:focus {
  outline: 0;
}

.lang_input::placeholder {
  color: rgb(237, 32, 111, 0.5);
}

.cat-editor {
  padding-left: 382px;
}

.control-editor {
  margin-top: -20px;
}

@media screen and (max-width:800px) {
  .menu_addon {
    top: 30px;
  }

  .container-editor-icon-name {
    margin-left: 8px;
  }

  .container-editor-section {
    height: auto !important;
  }

  .container-editor-close-button {
    right: 20px;
    top: 20px;
  }

  .example_container {
    margin: 15px auto 15px 80px;
  }

  .same_related {
    padding: 436px 0 20px 0;
    height: 100%;
    width: 100%;
  }

  .container-editor-toolbar-grid {
    padding-bottom: 30px;
  }


  .same_item {
    width: 95px;
  }

  #editor_main_content {
    padding: 0 !important;
  }

  .title-editor {
    margin-bottom: 18px ;
  }

  .cat-editor {
    padding-left: 3px;
  }

  .control-editor {
    margin-top: 20px;
  }

}


@media screen and (max-width:987px){
  #elements-container {
      height:80vw;
  }
}
