
.setting_btn > a > i {
  color: #333;
}

.txt-small-gris {
    color: #535353;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.p-title a:hover{
	color:#6bb434 !important;
}

.setting_bt, .setting_bt img{
	cursor: pointer !important;
}

.txt-tab-1 i {
	font-style: italic !important;
}

.ul-camera {
    margin-top: 10px !important;
}

.txt-blue , .txt-blue a{
    color: #28b3e1 !important;
    font-weight: 600;
    display:block;
    clear:both;
}

.txt-green , .txt-green a{
  color: #6bb434 !important;
  font-weight: 600;
  display:block;
  clear:both;
}

/* WORKS WITH */

.bloque-work-with{
	background-color:transparent !important;
}


.block-new-work-with img {
  margin: 10px 10px;
  padding: 3px 1px;
  opacity: 0.75;
  height: 70px !important;
  border: 2px solid black;
  border-radius: 10px;
}

.tabs-container .block-new-work-with img{
  height: 65px !important;
}

.tabs-container .block-new-work-with img {
  margin: 10px 10px !important;
}

#short_description_content p {
  line-height: 26px !important;
}
/*
.tab-content .block-new-work-with img {
  height: auto !important;
}
*/
/* CARRITO */

.pre-order-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #00a3d9;
    border-color: currentcolor currentcolor #006080;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin-top: 6px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 9px;
    text-transform: uppercase;
}

.pre-order-button:active{
	box-shadow: none;
	margin-top:8px;
	margin-bottom:-2px;
}
.pre-order-button:hover {
    background-color: #006080 !important;
	transition: all 0.3s ease-in-out 0s;
}

.block-txt-plugin{
	padding: 20px 20px 20px 160px;
	background: url('/themes/logancee/img/icon/plugins_alert.png') no-repeat 30px center;
	font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 20px;
    border: 2px solid #ccc;
    border-radius: 7px;
    text-align: justify;
    margin:5px 5px 20px 5px;
}

@media (max-width: 767px) {
	.block-txt-plugin{
		background: rgba(0, 0, 0, 0) url("/themes/logancee/img/icon/plugins_alert.png") no-repeat scroll center 15px;
	    padding: 70px 10px 10px;
	}
}

/* SHIPPING */

#carrier_area .table-bordered > tbody > tr > td {
  border-width: 0 0 1px;
}

#carrier_area td.delivery_option_grade {
    width: 40%;
}

#carrier_area td.delivery_option_price {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .block-new-work-with img {
      height: 60px !important;
  }
}
@media (max-width: 767px) {
  #order .delivery_option > div > table.resume td.delivery_option_radio > .radio {
    padding-left: 10px;
  }

  #carrier_area .table-bordered > tbody > tr > td {
    padding: 12px 10px 16px 12px;
  }
}

@media (min-width: 768px) {
  #carrier_area .table-bordered > tbody > tr > td {
    padding: 19px 8px 21px 18px;
  }
}


#order .addresses .box-gray {
	margin-bottom: 30px;
}

#order #ordermsg label {
	color: #a5a5a5;
	padding-bottom: 10px;
	width: auto;
}


@media (max-width: 767px) {

	#dropdown_order {
		margin-bottom: 20px;
	}

	#order #ordermsg label {
		text-align: center;
	}
}

#address #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px;
}


#address .form-group.phone-number,
#identity .form-group.phone-number,
#account-creation_form .form-group.phone-number,
#new_account_form .form-group.phone-number,
#opc_account_form .form-group.phone-number,
#authentication .form-group.phone-number {
	float: none;
	width: 270px;
	margin-right: 0;
}

.addresses .waitimage {
  bottom: 35px;
  right: 10px;
}

.addresses .checkbox.addressesAreEquals {
	margin: 10px 0 25px;
}

.addresses .checkbox.addressesAreEquals label {
	color: #a5a5a5;
}

.address li.address_update {
	margin-top: 25px;
}

@media (max-width: 767px) {

	.addresses .checkbox.addressesAreEquals {
		margin-bottom: 10px;
	}

	#order .addresses .box-gray {
		padding: 15px 15px;
	}

	#order .bg-gray .address.first_item {
		margin-bottom: 0px;
	}

	#order .addresses .box-gray .page-subheading {
		margin: 0;
		padding: 0;
	}

  .addresses #address_invoice_form > .btn {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

	.address#address_delivery,
	.address#address_invoice {
		border-bottom: solid 1px #d6d6d6;
		padding-bottom: 30px;
	}

	.address#address_invoice {
		margin-bottom: 15px;
	}

	.address#address_delivery h3,
	.address#address_invoice h3 {
		margin-top: 0;
	}

	.addresses .address_add.submit {
		display: none;
	}

	.addresses .address_add-xs.submit {
		padding: 0 0 15px 0;
    border-bottom: solid 1px #d6d6d6;
    text-align: center;
    margin-bottom: 30px;
	}

	.selector {
		width: 100% !important;
		max-width: 290px;
	}
}

@media (min-width: 768px) {

	#order .addresses .box-gray {
		padding: 15px 30px;
	}

  .addresses #address_invoice_form > .btn {
    margin-top: 57px;
  }

	#order #ordermsg {
		margin-top: 70px;
	}

	.address#address_delivery,
	.address#address_invoice {
		border-right: solid 1px #d6d6d6;
		padding-top: 0;
		margin-top: 14px;
		padding-bottom: 5px;
	}

	.address#address_delivery h3,
	.address#address_invoice h3 {
		margin-top: 0;
	}
}


ul.address li {
	color: #a5a5a5;
	font-size: 16px;
	line-height: 22px;
}


*, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #left_column .title_block a, #rightvar_column .title_block a, .block .title_block a, .block h4 a, #category_blog_block_left .title_block a, .price.product-price, .old-price.product-price {
		font-family: 'Lato', sans-serif;
}

/* ADDRESS */

@media (max-width: 767px) {
	#id_address_invoice.form-control,
	#id_address_delivery.form-control {
		width: 100%;
		max-width: 269px;
	}
}


/* BOX */

.border-gray {
	border: solid 1px #cfcfcf !important;
}

.box-gray {
	background-color: #f6f6f6;
}

.p-descrip {
    color: #535353;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 0 auto 10px;
    max-width: 300px;
}

/* BUTTONS */

.button.btn {
	background-image: none;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 13px;
}

.btn {
	padding: 10px 16px 12px !important;
}

.button.ajax_add_to_cart_button,
.button.btn-buy,
.button.btn-green {
  background: url(none) repeat-x 0 0 #63b33a;
  box-shadow: 0 2px 1px #407225;
}

.button.btn-blue {
  background: url(none) repeat-x 0 0 #00a3d9;
  box-shadow: 0 2px 1px #006080;
}

.button.btn-blue:hover {
  background-color: #006080 !important;
}

.button.btn-default {
  background: url(none) repeat-x 0 0 #63b33a;
}

.button.button-medium span,
.button.button-small span {
  padding: 0 !important;
  border: 0 !important;
  line-height: 1.42857 !important;
}

.btn-small {
  padding: 9px 15px !important;
}

.button.btn-orange:hover {
	transition: all 0.3s ease-in-out 0s;
}

.button.btn:hover span {
  background-color: inherit;
}

.button.ajax_add_to_cart_button:hover,
.btn-buy:hover,
.btn-green:hover {
  background-color: #35880D !important;
}

.button.btn-orange {
	background-color: #f9a235;
	box-shadow: 0 2px 1px #c87106;
}

.button.btn-orange:hover {
  background-color: #c87106 !important;
}

.btn {
	font-weight: bold;
}

.btn-white {
	border: solid 1px #cfcfcf !important;
	background-color: #fff;
	color: #545454 !important;
}

.btn-gray {
	border: solid 1px #cfcfcf !important;
	color: #545454 !important;
}

.btn-gray,
.btn-white:hover,
.btn-white:active,
.btn-white.active {
	background-color: #eee !important;
}

/* BACKGROUND */

.bg-gray {
	background-color: #f6f6f6;
}

/* BORDER */

.border-white {

}

.bg-gray hr.border-white {
	margin: 0 20px;
	border-top-color: #fdfdfd;
	border-width: 1px 0 0 0;
}

.bg-gray hr.border {
  border-top-color: #d6d6d6;
  border-width: 1px 0 0 0;
	margin: 0 20px;
}

/* COLOR */

.blue {
  color: #00a3d9;
}

.green {
	color: #63b33a;
}

.red {
	color: red;
}

.gray,
.inline-infos {
	color: #a5a5a5 !important;
}


/* LINKS */

.link {
	font-weight: bold;
  font-size: 16px;
}

.link-green {
	color: #348c12 !important;
}

.btn .icon-chevron-right,
.link .icon-chevron-right {
	margin-left: 8px;
}

.btn .icon-chevron-left,
.link .icon-chevron-left {
	margin-right: 8px;
}

.link-back {
	display: inline-block;
	padding-top: 12px;
}

@media (min-width: 768px) {
	.link-back {
		margin-right: 60px;
	}
}


/* LINKS FOOTER */

ul.footer_links li {
  clear: both;
}

ul.footer_links li + li {
  display: block;
  margin-left: 0;
  margin-top: 12px;
}


/* FORMS */


form.std label {
	display: block;
	width: auto;
}

input.form-control,
select.form-control,
textarea.form-control {
	border-radius: 3px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: none;
    margin-left: 0;
    margin-right: 5px;
		vertical-align: text-top;
}

div.selector {
	width: 100% !important;
}

.selector > span {
	display: none !important;
}


/* MENU */

@media (max-width: 479px) {
  #menu_nav_mobile > .main-menu {
    margin-top: 20px !important;
  }
}


.tit-support {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
  #header {
    box-shadow: 0 0 2px #aaa;
    padding-bottom: 5px;
    width: 100%;
  }

  #header.style_2 .top_container {
    margin-top: 0;
  }

  .support-row * {
    text-align: center !important;
  }


	.tit-support {
	    margin-top: 15px !important;
	}

	#logo_footer {
	    float: none !important;
	}
}

@media (max-width: 990px) {

  #header.style_2 .top_container {
    width: 16.66667% !important;
  }

  #menu_default > .main-menu {
    display: none;
  }

  #header #header_logo {
    padding-top: 7px;
    text-align: center;
    width: 66.66667%;
  }

  #menu_nav_mobile > .main-menu {
    margin-top: 25px;
  }

  .mobile-menu:hover {
    border-color: #212121;
  }

  .mobile-menu:hover:before, .mobile-menu:hover:after {
    background-color: #212121;
  }

  .main-menu.open > .mobile-menu::before, .main-menu.open > .mobile-menu::after {
    background-color: #63b33a;
  }

  .main-menu.open > .mobile-menu {
    border-color: #63b33a;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #menu_sticky .right-header {
    margin-top: 10px;
  }

  #header {
    padding-bottom: 15px;
  }
}

@media (min-width: 991px) {
  #menu_sticky .right-header {
    margin-top: 5px;
  }
}

#top_column {
  margin-top: 0;
  padding-top: 0;
}

#menu_nav_mobile .main-menu > ul {
  right: auto;
  left: 15px;
}

#space_menu_mobile {
  margin-bottom: 91px;
}



/* FOOTER */

#footer #advancefooter .footer_logo img {
  float: left !important;
}

#footer .social-media-block {
  margin-top: 2px;
  text-align:right;
}

@media (max-width: 767px) {
	#footer #advancefooter .footer_logo img {
	  float: none !important;
	}

  #footer #advancefooter .footer_logo {
    margin-bottom: 20px;
  }

  #footer #advancefooter .footer_logo img {
    text-align: center;
  }

  #footer #advancefooter .support-block .pull-right {
    float: none !important;
  }
	#footer .social-media-block {
	  margin-top: 2px;
	  text-align:center;
	}
}



.social-media-block a {
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
}

.social-media-block a:hover {
    color: #ddd;
}

.support-row a:hover {
    color: #6bb434 !important;
}
.support-row a {
    color: #fff !important;
    font-weight: 300;
}

.support-row {
    margin-top: 20px;
}

.copy-ggg > p {
    padding: 0 !important;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
}

.links-footer > a {
    margin-right: 8px;
}

.txt-support {
    color: #fff;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.title-cart {
    color: #666;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    padding-top: 15px;
}


/* MAILCHIMP */
#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup {
    background: transparent none repeat scroll 0 0 !important;
}

#mc_embed_signup .button{
    background-color: transparent !important;
    color: #6bb434 !important;
}
#mc_embed_signup .button:hover {
    background-color: transparent !important;
    color: #407225 !important;
}

#mc-text-before {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

#mc_embed_signup #mce-EMAIL {
  margin-top: 5px;
}

#mc_embed_signup .button {
  margin-left: -60px !important;
  padding: 0 18px 0 20px !important;
}

@media (max-width: 767px) {
  #mc_embed_signup {
    margin-bottom: 15px;
  }

  #mc_embed_signup .button {
    position: absolute;
    right: 15px;
    text-align: right;
    top: 24px;
  }
}

@media (min-width: 768px) {
  #mc-text-before {
    margin-right: 15px;
  }

  #mc_embed_signup input#mce-EMAIL {
    margin-top: 0;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  #footer #advancefooter .footer_logo img {
    margin-top: 15px;
  }

  #mc-text-before {
    margin-right: 0;
  }

  #mc_embed_signup input#mce-EMAIL {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #mc_embed_signup .button {
    padding-top: 6px !important;
  }

  #footer .social-media-block {
    margin-top: 25px;
  }
}


/* PAGE */

.page-heading,
.page-subheading,
#order .address_delivery > label {
  color: #535353;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: normal;
	text-transform: capitalize;
}

.page-subheading {
	font-size: 20px;
	text-transform: inherit;
}


/* CONTAINERS */

#columns {
  padding-top: 25px;
}

/* BLOCK CART */

@media (max-width: 991px) {
	.shopping_cart > a:first-child {
		padding-top: 2px !important;
	}
}

#layer_cart .cross {
  background: url('/themes/logancee/img/icon/close_icon_grey.svg') no-repeat transparent;
  right: 30px;
  top: 18px;
  width: 15px;
  height: 15px;
}

#layer_cart .cross::before {
  content: '';
}


/* CART */

.cart_navigation {
	background-color: #f6f6f6;
	margin-bottom: 0 !important;
	padding: 30px 30px 40px;
  text-align: center;
}

.cart_navigation .continue-shopping {
	color: #348c12;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
}

.cart_navigation .btn i {
	margin-left: 8px;
}

.cart_navigation .continue-shopping i {
	margin-right: 8px;
}

#quantity_wanted_p .btn,
.quantity_wanted_p .btn {
  padding: 0 !important;
}

@media (max-width: 767px) {

  .cart_navigation {
  	padding: 30px 15px 40px;
  }

	.cart_navigation .btn {
		display: block;
		margin: 0 auto 32px;
		text-align: center;
		/*width: 50%;*/
		width: 100%;
	}
}

@media (min-width: 768px) {
  .cart_navigation .standard-checkout,
  .cart_navigation #submitGuestAccount,
  .cart_navigation button[type="submit"] {
  	float: right;
  }
}

@media (min-width: 991px) {
  .cart_navigation {
  	text-align: right;
  }

  .cart_navigation .continue-shopping {
  	margin-right: 60px;
  }
}


/* STEPS */

ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
  color: #575858;
  font-size: 18px;
	padding-left: 0 !important;
	text-align: left;
}

ul.step li.second span,
ul.step li.second a,
ul.step li.third span,
ul.step li.third a,
ul.step li.four span,
ul.step li.four a {
    padding-left: 13px !important;
}

ul.step li.step_todo span {
	color: #545454;
	opacity: 0.4;
}

ul.step li {
	border: 0;
	text-align: left;
}

ul.step li span {
	display: inline-block !important;
}

ul.step li.step_current span,
ul.step li.step_current_end span {
	border-bottom: solid 1px #000;
}

@media (max-width: 767px) {

	#dropdown_order > ul {
		width: 100%;
	}

  button#dropdown_order_menu {
    color: #666;
    border-width: 0 0 1px 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    padding-left: 0 !important;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
  }

  .open button#dropdown_order_menu,
  button#dropdown_order_menu:hover {
    background-color: inherit;
  }

  button#dropdown_order_menu span {
    border-top-color: #6BB341;
    float: right;
    margin-top: 12px;
  }

  ul.step li a {
    font-size: 16px;
  }

  ul.step.dropdown-menu {

  }

  ul.step.dropdown-menu > li {

  }

  ul.step.dropdown-menu > li > span {
    border: 0;
    font-size: 16px;
    padding-left: 13px !important;
  }
}

/* MISC */

.text-normal, .price {
  font-weight: normal !important;
}

.help-text {
	color: #393939;
}

.text-uppercase {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.m-t-lg-xs {
		margin-top: 30px !important;
	}

	.m-t-md-xs {
		margin-top: 20px !important;
	}

	.hidden-xs-s {
		display: none;
	}

  .pull-left-xs {
    float: left;
  }
}

@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}

/* MARGINS & PADDINGS */
.p-n {
	padding: 0;
}
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-t-sm {
  padding-top: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}

div.product .price del, #old_price .price, #old_price{
  color: #f00 !important;
}