/*
Theme Name: SCGlobal
Theme URI: https://scglobal.cl/
Author: Manuel Ramos
Author URI: https://mramosb.com/
*/

/* Defaults - mramosb
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,600|Roboto+Condensed:300,400,700');

@font-face {
  font-family: "scglobal";
  src:url("fonts/scglobal.eot");
  src:url("fonts/scglobal.eot?#iefix") format("embedded-opentype"),
	url("fonts/scglobal.woff") format("woff"),
	url("fonts/scglobal.ttf") format("truetype"),
	url("fonts/scglobal.svg#scglobal") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "scglobal" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-scg-"]:before,
[class*=" icon-scg-"]:before {
  font-family: "scglobal" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-scg-shop:before {
  content: "\e000";
}
.icon-scg-mail:before {
  content: "\e004";
}
.icon-scg-truck:before {
  content: "\e007";
}
.icon-scg-location:before {
  content: "\e008";
}
.icon-scg-lock:before {
  content: "\e009";
}
.icon-scg-package:before {
  content: "\e00a";
}
.icon-scg-cart:before {
  content: "\e00b";
}
.icon-scg-user:before {
  content: "\e00c";
}
.icon-scg-phone:before {
  content: "\e00d";
}
.icon-scg-angle-double-right:before {
  content: "\e00e";
}
.icon-scg-undo:before {
  content: "\e00f";
}
.icon-scg-close:before {
  content: "\e011";
}
.icon-scg-comment:before {
  content: "\e012";
}
.icon-scg-printer:before {
  content: "\e014";
}
.icon-scg-laptop:before {
  content: "\e016";
}
.icon-scg-filter-2:before {
  content: "\e018";
}
.icon-scg-ios-cog:before {
  content: "\e019";
}

/* General
--------------------------------------------- */

.primary-color,
.primary-color a {
	color: #ff542c!important;
}

.center-items {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-items-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.center-items-left {
	display: flex;
	align-items: center;
}

.center-items-col > a,
.center-items-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center-items-col-left > a,
.center-items-col-left {
	display: flex;
	flex-direction: column;
}

.center-items-gap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a:focus,
a:hover {
	text-decoration: none;
}

.heading-smallcaps {
	margin-bottom: 2rem;
	color: #002129;
}

.smallcaps {
	font-variant-caps: small-caps;
	font-feature-settings: "smcp";
}

.smalltext {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.subtitle {
	margin-bottom: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: left;
	color: #001115;
}

.services-content-left .subtitle,
.about-us-content-left .subtitle {
	margin-bottom: 0;
	color: #a8a7a6;
}

.p-small {
	font-size: 1rem;
}

.section-title {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: #fff;
}

.heading {
	font-weight: 500;
	font-size: 2.25rem; 
	line-height: 125%;
	margin-bottom: 0;
}

.heading-alt {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	color: #002129;
}

.front-page-title {
	max-width: 500px;
	margin: 0 auto 3rem;	
}

.content-top-banner {
	position: absolute;
}

.sub-heading-light {
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

form input[type=text]::placeholder,
#footer form input[type=email]::placeholder {
	font-size: 1rem;
	font-weight: 400;
	color: #a7a3aa;
	opacity: 1;
}

a.label {
	font-size: .875rem;
	font-weight: 500;
	color: #002129;
}

a.label .material-icons {
	color: #002129;
}

.card {
	border: 1px solid #d4d3d3;
	border-radius: 4px;
	box-shadow: none;
}

.btn-primary:focus,
.btn-secondary:focus,
.btn-tertiary:focus {
	outline: none!important;
}

.top-second-banner {
	width: 100%;
	max-width: 100%;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.text-stroke {
	color: transparent;
	-webkit-text-stroke-width: .55px;
	-webkit-text-stroke-color: white;
}

.a-none {
	display: none!important;
}

.availability-out-of-stock {
	color: #676464;
	font-weight: 500;
}

.btn-primary:hover {
	color: #fff;
	background: #002129;
	border-color: #002129;
}

.btn-secondary:hover {
	border: 2px solid #002129!important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active  {
	background: #ffeeea;
	border: 2px solid #002129;
}

.social-sharing li {
	background-color: #e9e9e9;
	box-shadow: none;
}

.icon-gray:hover {
	box-shadow: 0px 2px 25px rgba(123, 51, 125, 0.25)
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 1000%;
  display: block;
}

.succesFixedMessageWindowClass {
	text-align: center;
	font-weight: 500;
}

/* .quantity_wanted_block {
	display: flex;
	justify-content: space-between;
}

.quantity_wanted_block input {
	width: 25%;
	height: auto;
} */

.quantity_wanted_block {
	display: flex;
	justify-content: space-evenly;
	height: 30px;
	margin: .5rem 0 .25rem;
}

.quantity_wanted_block input {
	width: 25%;
	height: auto;
	text-align: center;
	background: #f3f3f3;
	border: 1px solid #cecece;
	border-radius: 4px;
	outline: none;
}

.btn-quantity {
	width: 20%;
	padding: 4px;
	line-height: 1.25;
	background: #b2836c;
	border: 1px solid #b2836c;
	border-radius: 4px;
	cursor: pointer
}

.btn-quantity:hover {
	background: #432e23;
	border: 1px solid #432e23;
}

.btn-quantity i {
	color: #fff;
}

.promo-tag {
	top: -20%;
	right: 0;
	width: auto;
}

.condition-tag {
	font-size: .625rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #0f8a56;
}

.product-flags li.product-flag.new {
	min-height: auto!important;
	margin-top: 0;
	font-size: .625rem;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.title-area {
	 flex-grow: 1;
}

.items-area {
	gap: 120px;
	flex-grow: 1.5;
}

.search-area {
	flex-grow: 2;
}

.user-login-area,
.shopping-cart-area {
	align-self: baseline;
	flex-basis: 0;
}

.icon-area {
	display: flex;
	gap: 30px;
}

#header .header-nav .search-widget {
	margin-top: 0;
}

.mm_menu_content_title {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 10px 0 13px;
	float: none;
}

.mm_menus_ul,
.hook-default.scroll_heading .mm_menus_ul {
	min-height: 54px;
	display: flex;
	align-items: center;
	gap: 28px;
}

.hook-default.scroll_heading .mm_bubble_text {
	top: -1px;
}

.mm_menu_content_title i {
	margin-left: 0;
}

.ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
	border-radius: 0 0 8px 8px;
}

#header i {
	line-height: 0;
}

#header .header-banner a {
	font-weight: 600;
	text-decoration: underline;
	color: #e5f6fa;
}

#header .header-banner a:hover {
	color: #ffeeea;
}

#header .header-top {
	padding-bottom: 0;
}

#header,
#header.is-open .header-top {
	background: #002129;
}

#header .logo {
	max-width: 232px;
}

#header .header-nav .user-info {
	margin-left: 0;
	margin-top: 0;
	white-space: nowrap;
	height: 3rem;
}

.center-header-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
}

#header .header-nav {
	display: flex;
	align-items: center;
	height: 80px;
	max-height: 100%;
	margin-bottom: 0;
	border-bottom: none;
	background: #ff542c;
}

.center-vitems {
	display: flex;
	align-items: center;
}

.header-banner-content {
	display: flex;
	align-items: center;
	height: 40px;
}

.header-banner-block-items {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-banner-items i {
	font-size: .875rem;
	vertical-align: sub;
}

#header .header-banner {
	height: 100%;
}

.text-block-info p {
	margin-bottom: 0;
	font-size: .75rem;
	text-align: center;
	color: #e5f6fa;
}

/* #left-banner .header-banner-items:nth-child(even) {
	padding: 0 1.5rem;
	border-right: 1px solid #ff876b;
	border-left: 1px solid #ff876b;
}

#right-banner .header-banner-items:nth-child(odd) {
	padding: 0 1.5rem;
	border-right: 1px solid #ff876b;
} */

.arpl-carousel-products.owl-carousel .owl-nav button svg,
.arpl-carousel-categories.owl-carousel .owl-nav button svg {
	height: 40%;
} 

.owl-theme .owl-nav [class*=owl-] {
	border-radius: 50%;
	opacity: 1;
	outline: none;
}

/* nav
--------------------------------------------- */

.ets_mm_megamenu .search-widget,
.ets_mm_megamenu .custom-cart  {
	display: none;
}

.scroll_heading .custom-cart {
	display: block;
}

.mm_has_sub .fa-chevron-down:before {
  font-size: .75rem;  
  color: #bebdbc;
  content: "\f078";
}

.mm_menus_li:hover > a span:after {
	background: #FF876B;
	bottom: 15%;
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
}

#header .ets_mm_megamenu .fa-shopping-cart:before {
	color: #002129;
}

.ets_mm_megamenu .mm_columns_ul {
	border: none;
}

.mm_menus_li > a {
	text-transform: none;
	font-weight: 500;
}

#header .layout_layout5 .ets_mm_block_content a:hover,
#header .layout_layout5 .ets_mm_block_content a:focus {
	text-decoration: underline;
}

/* .layout_layout5 .ets_mm_block_content ul li a::before {
	content: ".";
	display: inline-block;
	font-size: 34px;
	line-height: 0;
	margin-right: 3px;
	vertical-align: 2px;
} */

/* Modules Area
--------------------------------------------- */

#header .icon-scg-cart:before,
#header .icon-scg-user:before {
	font-size: 2rem;
	color: #fffCfb;
}

.fa-search:before {
	color: #fffCfb;
}

.user-info a,
.blockcart .header,
.blockcart .header a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.title-icons {
	font-size: .5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fffCfb;
}

.search-widget form input[type=text] {
	width: 100%;
	height: 48px;
	min-width: 255px;
	color: #002129;
	background: #fcfcfc;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border: 2px solid #ff876b;
	border-radius: 30px;
}

.search-widget form input[type=text]:focus {
	background: #fff;
	border: 1px solid #f1ebf8;
	outline: none;
}

#_desktop_cart .cart-products-count,
.js-an_wishlist-nav-count {
	position: absolute;
	transform: translateX(100%) translateY(-60%);
	width: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	line-height: 17px;
	color: #fff;
	border-radius: 16px;
	background: #002129;
	border: 1px solid #ff876b;
}

/* Home Page
---------------------------------------------------------------------------------------------------- */

/* general
--------------------------------------------- */

#index #wrapper {
	padding-top: 0;
}

#index .section {
	padding-top: 80px;
	padding-bottom: 0;
}

#index .section.gray {
	padding-top: 100px;
	padding-bottom: 80px;
}

#index .section.dark {
	padding-top: 100px;
	padding-bottom: 0;
}

#index .section.white {
	padding-bottom: 100px;
}

.gray {
	background: #fcfcfc;
}

.dark {
	background: #e9e9e9;
}

.btn-primary-white {
	font-weight: 500;
	color: #002129;
	background-color: #fff;
}

.btn-primary-white:hover {
	color: #fff;
	background-color: #ff542c;
}

/* Hero area
--------------------------------------------- */

/* .cb-wrapper .cb-carousel.swiper-container-horizontal {
	box-shadow: 0px 24px 64px -12px rgba(0, 0, 0, 0.2);
} */

.home-slider {
	margin-top: 40px;
	border-radius: 8px;
}

.container .cb-item-content img {
	border: 3px solid #001115;
	box-sizing: border-box;
	border-radius: 8px;
}

/* front-page-2
--------------------------------------------- */

/* .displayCustomBanners1 .custom-html {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 40px;
}

.displayCustomBanners1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 24px;
}

.grid-title {
	grid-column: 1 / -1;
	
}

.grid-column-1,
.grid-column-2,
.grid-column-3 {
	display: grid;
	row-gap: 24px;
} */

/* front-page-3 products
--------------------------------------------- */

.arpl-group .heading {
	margin-bottom: 1.5rem;
}

.product-miniature .btn-primary {
	background: #001115;
}

.product-miniature .btn-primary:hover {
	background: #ff542c;
	border: 1px solid transparent;
}

.arpl-more-link {
	font-size: 1rem;
	font-weight: 500;
	color: #002129;
	border-bottom: 2px solid #ff542c;
}

.arpl-more-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 1rem;
}

.arpl-category .arpl-cat-title a {
	font-size: 1.25rem;
	font-weight: 300;
	color: #002129;
}

.arpl-group .add-to-cart .material-icons {
	margin-right: 0;
	font-size: 1.125rem;
}

.arpl-group .add-to-cart:hover {
	color: #002129;
	background: #fff;
	border: 1px solid #002129;
}

.arpl-carousel-products.owl-carousel .owl-stage-outer,
.arpl-carousel-products .owl-stage,
.arpl-carousel-products.owl-carousel .owl-item {
	min-height: 380px;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
	display: none;
}

.arpl-carousel-products .featured-products .thumbnail-container,
.arpl-carousel-products .product-miniature .thumbnail-container {
	height: 440px;
	width: 250px;
}

.arpl-carousel-products .featured-products .product-description,
.arpl-carousel-products .product-miniature .product-description  {
	width: 248px;
	bottom: 5%;
}

.arpl-carousel-products .featured-products .thumbnail-container .product-thumbnail,
.arpl-carousel-products .product-miniature .thumbnail-container .product-thumbnail {
	height: calc(100% - 195px);
}

.arpl-carousel-products  .product-miniature .thumbnail-container .product-thumbnail img, 
.arpl-carousel-products	.product-miniature .thumbnail-container .product-thumbnail img {
	max-width: calc(90% - 14%);
}

/* front-page-4 services
-------------------------------------------------------------------- */

.services-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 180px;
	text-align: left;
}

.services-content .services-content-left {
	display: grid;
	gap: 24px;
	align-self: center;
}

.services-content .services-content-right {
	display: grid;
	grid-template-rows: 1fr;
	gap: 40px;
	align-items: end;
	height: 505px;
}

#index .services-content .services-content-right::after {
	content: "";
	display: block;
	height: 6.5rem;
	position: absolute;
	bottom: -2rem;
	width: 6rem;
	background-image: url(/img/media/servicios/small-dots.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(89%) sepia(4%) saturate(74%) hue-rotate(349deg) brightness(87%) contrast(85%);
}

.content-right-items {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.content-right-items h3 {
	padding: 12px 24px;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	font-weight: 300;
	font-size: 1rem;
	line-height: 125%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #514e4d;
	background: #fff;
	border-radius: 8px;
}

.services-cta {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: start;
	justify-items: start;
	gap: 24px;
}

.services-content .services-content-right img {
	max-width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.1);
}

/* front-page-5 about-us
-------------------------------------------------------------------- */

.about-us-area .cb-item-content {
	display: flex;
	flex-direction: column-reverse;
}

.about-us-area .cb-item-content img {
	margin-top: 40px;
	border-radius: 8px 8px 0 0 ;
}

.about-us-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 180px;
	text-align: left;
}

.about-us-content .about-us-content-left {
	display: grid;
	gap: 24px;
	align-self: start;
}

.about-us-content .about-us-content-right {
	place-self: center;
	margin-bottom: 36px;
}

/* front-page-6 brands
-------------------------------------------------------------------- */

#arpl-section-2-1 {
	margin-bottom: 5rem;
}

#arpl-group-4 .product-miniature .product-price-and-shipping {
	font-size: 1.125rem;
	color: #432e23;
}

#arpl-group-4 .featured-products .regular-price {
	font-size: 1.125rem;
}

#arpl-group-4 .featured-products .product-title a {
	font-size: 1rem;
	font-weight: 300
}

.arpl-group .arpl-title {
	margin-bottom: 1.5rem;
	text-transform: initial;
}

.arpl-carousel-categories.owl-carousel .owl-nav button.owl-prev,
.arpl-carousel-categories.owl-carousel .owl-nav button.owl-next {
	top: 95%;
}

.arpl-more-container {
	margin-bottom: 60px;
}

.arpl-non-tabbed-group .arpl-section {
	padding: 0;
	border: none;
}

/* front-page-6 category business
-------------------------------------------------------------------- */

.displayCustomBanners5 .btn-secondary {
	padding: 12px;
}

.displayCustomBanners5 h3 {margin-bottom:0}

.displayCustomBanners5 h3 a {
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	color: #514e4d;
}

/* page - category
---------------------------------------------------------------------------------------------------- */

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
	gap: 40px 20px;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	margin-bottom: 0;
	height: 420px;
	width: 220px;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
	height: calc(100% - 222px)
}

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 0 8px;
	width: 218px;
}

#products .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
	height: 42px;
}

#products .product-miniature, 
.featured-products .product-miniature, 
.product-accessories .product-miniature, 
.product-miniature .product-miniature {
	margin: 0;
}

#products .product-title,
.product-accessories .product-title {
	height: 72px;
}

.title-category {
	padding: .25rem 1.5rem;
	margin-bottom: 2.5rem;
	border-left: 2px solid #ff542c;
}

.title-category h1 {
	margin-bottom: 0;
}

.products-selection .sort-by {
	margin-right: 0;
	font-size: .875rem;
	text-align: center;
	color: #002129;
}

.products-sort-order .dropdown-menu {
	background: #fcfcfc;
	box-shadow: none;
	border: 1px solid #e9e8e9;
}

.products-sort-order .select-title {
	font-size: .875rem;
	color: #002129;
	background: #fcfcfc;
	border: 1px solid #00323e;
	border-radius: 4px;
}

.products-sort-order .fa-angle-down:before,
.sort-by-row .fa-angle-down:before,
.rtl-no-flip {
	font-size: 1.25rem;
	color: #00323e;
}

#wrapper .breadcrumb li:after {
	content: ">";
	color: #002129;
}

#wrapper .breadcrumb li:last-child a {
	color: #002129;
	font-weight: 500;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
	color: #002129;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title,
.active_filters .active-filter-title {
	color: #002129;
}

.btn-tertiary,
.active_filters .filter-block {
	color: #002129;
	background-color: transparent;
	border: 1px solid #002129;
}

.custom-checkbox input[type=checkbox]+span {
	border: 2px solid #002129;
	border-radius: 3px;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers,
.block-categories {
	border-right: 1px solid #d4d3d3;
}

#wrapper .breadcrumb li a {
	font-size: .75rem;
}

#category .breadcrumb {
	padding-left: 15px;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
	font-size: .875rem;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
	font-size: .875rem;
	line-height: 150%;
	text-transform: lowercase;
}

#page-product .page-product h1 {
	text-transform: lowercase;
}

#products .product-title:first-letter,
#page-product .page-product h1:first-letter {
	text-transform: uppercase;
}

.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping
#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
	color: #001115;
}

#products .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
	font-size: 1.125rem;
	font-weight: 600;
	color: #001115;	
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	box-shadow: none;
}

#search_filters .facet ul {
	overflow-y: auto;
	max-height: 300px;
	margin: 5px 0 0 5px;
}

#search_filters .facet ul::-webkit-scrollbar {
	-webkit-appearance: none;
}

#search_filters .facet ul::-webkit-scrollbar:vertical {
	width: 11px;
}

#search_filters .facet ul::-webkit-scrollbar:horizontal {
	height: 11px;
}

#search_filters .facet ul::-webkit-scrollbar-thumb {
	border: 2px solid #fff;
	background-color: #a8a7a6;
	border-radius: 8px;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
	padding: 1.25rem 0;
	border-bottom: 1px solid #d4d3d3;
}

#search_filters .ui-slider-horizontal {
	width: 96%;
	margin-bottom: 1rem;
}

/* page - search
---------------------------------------------------------------------------------------------------- */

#search .breadcrumb {
	display: none;
}

/* page - product
---------------------------------------------------------------------------------------------------- */

#blockcart-modal .modal-header {
	background: #002129;
}

#blockcart-modal .modal-title,
#blockcart-modal .modal-header .close .material-icons {
	font-size: 1.125rem;
	color: #fff;
}

.product-images>li.thumb-container>.thumb {
	box-shadow: none;
}

.scroll-box-arrows i,
.js-mailalert input[type=email]::placeholder {
	color: #002129;
}

.scroll-box-arrows i:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	bottom: 39px;
	border: 1px solid #002129;
	border-radius: 50%;
}

#blockcart-modal .btn-secondary {
	border: 1px solid #001115;
}

#blockcart-modal .btn-secondary:hover {
	border: 1px solid #002129;
}

#blockcart-modal .modal-body .divide-right span {
	font-size: .875rem;
}

#blockcart-modal .product-price {
	font-size: 1.25rem;
	font-weight: 500;
}

#blockcart-modal .cart-content p.cart-products-count,
#blockcart-modal .product-name {
	color: #002129;
}

.product-quantity .input-group-btn-vertical .btn i {
	top: .1625rem;
	left: .5rem;
}

.product-quantity #quantity_wanted {
	text-align: center;
	color: #002129;
	border: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-bottom-right-radius: 4px;
}

#product .arpl-group {
	margin-top: 4rem;
}

.product-quantity .qty {
	flex-grow: 2;
}

.product-quantity .add,
#product .product-container .btn-primary {
	flex-grow: 8;
}

#product .control-label {
	font-weight: 500;
}

#product-availability {
	padding-left: 0;
	margin: 1rem 0;
}

.product-additional-info {
	padding-top: 1rem;
}

.js-product-images-modal .close {
	opacity: 1;
}

.js-product-images-modal .close-image {
	font-size: 30px;
	color: #fff;
	background: #002129;
}

.page-product .form-control {
   color: #333;
}

#an_productfields input,
#an_productfields textarea,
#an_productfields select {
	background: #f8f6f5;
	border: 1px solid #bba89f;
	border-radius: 4px;
}

.page-product .page-content .images-container {
	max-width: 400px;
	margin: auto;
}

.product-id-category-13 .page-content .images-container,
.product-id-category-29 .page-content .images-container {
	max-width: 300px;
	margin: auto;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-link {
	font-size: 1.125rem;
	font-weight: 700;
}

.product-information .product-description p {
	font-size: 1rem;
}

#product-description-short img {
	max-width: 100%;
	height: auto;
}

.blockreassurance_product .block-title {
	max-width: 300px;
	font-size: 1rem;
	border-bottom: 1px solid #f0f0f0;
}

.blockreassurance_product .block-title.block-4 {
	border-bottom: none;
}

.block-reassurance-item .fa-check-square-o {
	font-size: 1.25rem;
	color: #3fa178;
}

.breadcrumb li:last-child,
.breadcrumb li:nth-last-child(2):after { 
	display: none!important;
}

.product-flags li.sameday{
	color: #221402;
	background: #ffd200;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

/* protection plans - warranty
-------------------------------------------------------------------- */

.protection-plans .arpl-carousel-products .product-miniature .product-description  {
	width: 118px;
}

.protection-plans .arpl-carousel-products .product-miniature .thumbnail-container {
	height: 320px;
	width: 120px;
}

.protection-plans .arpl-carousel-products.owl-carousel .owl-stage-outer,
.protection-plans .arpl-carousel-products .owl-stage,
.protection-plans .arpl-carousel-products.owl-carousel .owl-item {
	min-height: 300px;
}

.protection-plans .btn {
	background: transparent;
	border: 1px solid #002129;
	color: #002129;
	padding: .625rem .5rem;
	font-size: .75rem;
	border-radius: 4px;
}

.protection-plans .product-miniature .product-title a {
	font-size: .75rem;
}

.protection-plans .product-miniature .product-price-and-shipping {
	font-size: 1rem;
}

.protection-plans .heading {
	font-weight: 500;
	font-size: 1.25rem; 
	line-height: 125%;
	margin-bottom: 1rem;
}

/* page - cart
---------------------------------------------------------------------------------------------------- */

#cart .cart-grid-body .card {
	border: none;
}

#cart .cart-overview {
	border: 1px solid #d4d3d3;
	border-radius: 4px;
}

#cart .cart-line-product-actions i {
	font-size: 1.75rem;
	color: #004252;
}

#cart .btn-summary a {
	width: 100%;
}

#cart .product-line-grid-body .product-discount {
	display: flex;
	align-items: center;
	font-size: .875rem;
	font-weight: 400;
}

#cart .product-line-grid-body .has-discount .discount {
	padding: .25rem;
	margin: 0;
	font-size: .75rem;
}

#cart .product-line-grid-body .current-price {
	font-size: .875rem;
	font-weight: 400;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
	font-weight: 500;
	color: #002129;
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
	border: none;
}

.bootstrap-touchspin {
	border: 1px solid #00323e;
	border-radius: 4px;
	box-shadow: none;
}

#cart .cart-grid .btn-secondary,
.js-mailalert .btn-secondary {
	padding: .375rem 1rem;
	font-size: .75rem;
	border: 1px solid #001115;
}

.separator {
	margin: 0 1rem;
	border: 1px solid #d2d2d3;
}

#cart .cart-grid .text-alt {
	font-size: .875rem;
	font-weight: 500;
	color: #002129;
}

#cart .cart-grid .product-price {
	font-size: .875rem;
	font-weight: 500;
	color: #002129;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 8px 16px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	top: .1625rem;
	left: .5rem;
	color: #ff542c;
}

#js-checkout-summary,
.cart-summary {
	background: #f0f0f0;
}

#js-checkout-summary .separator,
.cart-summary separator {
	border: 1px solid #d2d2d3;
}

#cart .arpl-carousel-products.owl-loaded {
	height: 500px;
	margin: 4rem 0;
}

#cart .fa-trash-o:before {
	font-size: 36px;
	color: #002129;
}

#cart .fa-trash-o:hover:before {
	color: #002129;
}

.has-discount.product-price, 
.has-discount p,
.page-product .product-price {
	font-size: 2rem;
	color: #ff542c;
}

.has-discount .discount {
	background: #004252;
	border-radius: 4px;
}

.product-discount {
	color: #676464;
	font-weight: 500;
	font-size: 1.5rem;
}

#product .radio-label {
	width: 80px;
	height: auto;
	padding: .625rem 0;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border: 2px solid #a7a3aa;
}

.input-radio:checked+span,
.input-radio:hover+span {
	color: #002129!important;
	border: 3px solid #002129!important;
}

#product .color,
#product .input-color,
#product .custom-checkbox input[type=checkbox]+span.color {
	width: 30px;
	height: 30px;
}

.color.active,.color:hover,
.custom-checkbox input[type=checkbox]+span.color.active,
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color,
.input-color:checked+span,.input-color:hover+span,
.input-radio:checked+span,.input-radio:hover+span {
	border: 3px solid #ddd;
}

.block-promo .promo-input+button {
	padding: .6rem 1rem!important;
	margin-bottom: .25rem;
}

.block-promo .promo-input {
	border: 1px solid #e9e8e9;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#cart .cart-grid .alert-info .btn-secondary,
.js-mailalert .alert-info .btn-secondary {
	width: 170px;
	padding: .75rem 1rem;
	color: #3f3d39;
	border: 1px solid #3f3d39;
}

#cart  .blockreassurance_product {
	display: none;
}

/* page - checkout
---------------------------------------------------------------------------------------------------- */

body#checkout .header-nav .container {
	min-height: auto;
}

body#checkout .forgot-password a {
	color: #002129;
	text-decoration: underline;
}

body#checkout #header .header-top {
	padding-bottom: 0;
}

#checkout .checkout-btn-area,
#checkout .checkout-logo-area {
	flex-grow: 2;
}

#checkout .subtitle {
	font-size: .875rem;
	margin-bottom: 0;
}

#checkout .form-fields > div:nth-last-child(3) {
	display: none;
}

body#checkout #header .header-nav {
	border-top: 6px solid #004252;
}

body#checkout  #wrapper .container {
	min-height: 100%;
	max-width: 1200px;
}

body#checkout .form-control[type=password] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

body#checkout a:hover {
	color: #0d0d0d
}

#store_list .active_store {
	color: #fff!important;
	background: #002129!important;
}

body#checkout section.checkout-step .address-item.selected,
body#checkout section.checkout-step .address-item {
	background:#e9e9e9;
	border: none;
	border-radius: 4px;
}

body#checkout section.checkout-step {
	padding: 1.5rem;
	margin-bottom: 1rem;
	box-shadow: none;
	border: 1px solid #e9e8e9;
	border-radius: 4px;
}

body#checkout section.-current{
	background: #fff;
}

body#checkout section.checkout-step .add-address a {
	font-size: .875rem;
	font-weight: 500;
}

body#checkout section.checkout-step .delivery-option,
body#checkout #delivery textarea,body#checkout #gift_message textarea {
	background: #fcfcfc;
	border: 1px solid #bebdbc;
	border-radius: 4px;
}

body#checkout section.checkout-step .delivery-options-list label {
	font-size: .875rem;
	text-align: left;
}


body#checkout section.checkout-step .delivery-option:hover {
	border: 1px solid #002129;
}

body#checkout .alert-warning {
	background: none;
	border-color: #002129;
}

body#checkout #table_dispo span {
	border: 2px solid #e9e8e9;
}

#table_creneau.viewList tr td .dispo {
	background:#fff;
}

#table_creneau.viewList tr td .selected {
	background: #002129;
	color: #fff;
}

#table_creneau.viewList tr span {
	color: #002129;
	font-weight: 400;
}

#table_dispo_head.scroll4::-webkit-scrollbar-thumb {
	background: #002129;
	border-radius: 20px;
}
	
#table_dispo_head.scroll4::-webkit-scrollbar-track {
	background: #fff;
	border: 1px solid #0021292;
}
	
#list_creneau tr td span.active {
	color: #002129;
	border-bottom: 2px solid #002129;
}

#store_list .clickable,
#checkout .alert-success {
	color: #002129;
	background: #eee;
	border: none;
}

#checkout-payment-step a {
	color: #002129;
	font-weight: 500;
}

#checkout #payment-confirmation .btn {
	width: 100%;
}

#checkout .btn:disabled {
	position: relative;
}

#checkout .btn:disabled:hover:after {
	position: absolute;
	content: 'Acepte las condiciones para continuar';
	bottom: -80%;
	left: 0;
	padding: 5px;
	font-size: 1rem;
	font-weight: 500;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

/* page - customer account
---------------------------------------------------------------------------------------------------- */

.page-customer-account .card {
	border: none;
}

.page-customer-account .form-control:hover,
.page-customer-account .form-control:focus {
	border: 1px solid #002129;
}

.page-authentication .already-account,
.page-authentication .already-account a {
	max-width: 640px;
	margin: 3rem auto 0;
	text-align: center;
}

#address.page-address .page-customer-account .form-fields > div:nth-last-child(1) {
	display: none;
}

.page-authentication #content {
	margin-top: 2rem;
	margin-bottom: 4rem;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.page-customer-account section a,
.page-customer-account .form-control-label {
	font-weight: 500;
}

.page-customer-account h1 {
	font-weight: 500;
}

.forgotten-password .form-fields .center-email-fields {
	flex-direction: column;
	align-items: center;
}

.page-password .page-content {
	max-width: 640px;
	margin: auto;
	text-align: center;
}

.forgotten-password .form-fields .center-email-fields > div {
	margin-bottom: 2rem;
}

.forgotten-password .form-fields label.required {
	width: 100%;
}

.page-my-account #content .links a span.link-item {
	padding: 1rem;
	text-transform: none;
	border: 1px solid #e9e8e9;
	box-shadow: none;
}

.page-my-account #content .links a span.link-item:hover {
	background: #f2f2f2;
	border: 2px solid #e9e8e9;
}

.page-addresses .address,
.page-authentication #content {
	box-shadow: none;
	border: 1px solid #e9e8e9;
}

/* page - CMS
---------------------------------------------------------------------------------------------------- */

/* general
--------------------------------------------- */

.cms-section {
	padding: 55px 0;
}

.page-cms .content-bottom {
	display: grid;
	grid-template-columns: 58.5% 41.5%;
	align-items: center;
}

.area-title-page,
.content-bottom .services-content-left {
	display: grid;
	grid-gap: 24px;
	margin-bottom: 24px;
}

/* services
--------------------------------------------- */

.page-services .services-content .services-content-left {
	align-self: center;
	text-align: left;
}

.page-services .services-content .services-content-right {
	align-items: center;
	height: auto;
}

.page-services .services {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.services-item {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: auto auto;
}

.services-features {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #d4d3d3;
  border-radius: 16px 4px;
}

.services-features i {
  font-size: 1.75rem;
  line-height: 0;
}

.services-features-content h3 {
	font-size: 1.25rem;
}

.page-services .services-content .services-content-right img {
	height: auto;
	box-shadow: 0px 20px 56px -10px rgba(0, 0, 0, 0.15);
}

.services-faq .card {
	border: none;
}

.services-faq .card-body {
	padding: 24px 44px;
	border-radius: 0 0 4px 4px;
	background: #f0f0f0;
}
.services-faq .card-header {
	background: #004252;
	border: 1px solid #bebdbc;
	border-radius: 4px;
}

.services-faq .btn-link {
	font-size: 1.125rem;
	font-weight: 500;
	text-align: left;
	color: #fff;
	white-space: normal;
}

/* stores
--------------------------------------------- */

#stores .stores-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#stores .stores-content .store-item-container,
#stores .stores-content .store-item-footer {
	display: grid;
	justify-content: start;
	padding: 0;
}

#stores .stores-content .store-item-footer .card-block {
	padding: 0;
}

#stores .stores-content .store-item {
	padding: 24px;
}

#stores .stores-content .store-picture img {
	border-radius: 4px;
	margin-bottom: 1rem;
	box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.1);
}

/* about us
--------------------------------------------- */

#about #wrapper {
	padding-top: 0;
}

#about #wrapper .container {
	max-width: 818px;
}

.hero-area {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#about .area-title-page {
	position: absolute;
}

#about .about-content h2 {
	padding: 32px 0px 16px;
}

#about .about-content p {
	padding: 16px 0px;
	margin-bottom: 0;
}

/* brands
--------------------------------------------- */

#manufacturer section ul {
	display: flex;
	flex-flow: wrap;
}

.brand {
	flex: 33.33%;
	max-width: 100%;
	margin-bottom: 2rem;
}

.brand > div {
	display: flex;
	justify-content: flex-start;
}

.brand .brand-products a {
	margin-right: 1rem;
}

/* link bio
--------------------------------------------- */

.cms-id-5 #wrapper {
	padding-bottom: 1.563rem;
	background: #ff542c;
	background: -webkit-linear-gradient(to right, #f5af19, #ff542c);
	background: linear-gradient(to right, #f5af19, #ff542c);
}

.link-bio .link-bio-img {
	width: 197px;
}

.link-bio h1 {
	margin-top: 20px;
	line-height: 150%;
}

.link-bio h2 {
	margin-bottom: 0;
	line-height: 150%;
	font-size: 1rem;
	text-align: center;
}

.link-bio ul {
	width: 100%;
}

.link-bio .btn {
	width: 100%;
	margin-top: 1.5rem;
	padding: 1rem 0;
}

.link-bio .highlight {
	color: #fff;
	background: #8a2387;
	background: -webkit-linear-gradient(to right, #f27121, #e94057, #8a2387);
	background: linear-gradient(to right, #f27121, #e94057, #8a2387);
	border-color: #fff;
}

.link-bio .highlight-text {
	background: linear-gradient(90.05deg, #ff00cc 18.39%, #333399 57.7%), #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.link-bio .highlight:hover {
	background: #002129;
	border-color: #55cbff;
}

.cms-id-13 #footer,
.cms-id-14 #footer {
	padding: 0;
	background: #fff;
}

.page-content.link-bio {
	padding: 2rem  1.25rem;
	background: #fff;
	border: 1px solid #d4d3d3;
	border-radius: 8px;
}

/* Custom CSS
---------------------------------------------------------------------------------------------------- */

#product .product-accessories {
	display: none;
}

#module-webpay-validate {
	text-align: center;
}

.tab-content #description .product-description:after {
	content:"";
	display:table;
	clear:both
}

.blog-content-wrapper .social-share {
	display: none;
}


/* Page - contact
--------------------------------------------- */

#contact .form-control[type='text'] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#contact .group-span-filestyle .btn {
	padding-top: .675rem;
	font-size: .875rem;
	text-transform: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#contact .filestyle {
	width: 100%;
}

#contact .contact-form .form-footer .btn {
	width: 100%;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	margin-top: 10rem;
}

#footer.footer-lite {
	margin-top: 0;
}

#footer .before-footer {
	position: relative;
	min-height: 188px;
	padding-top: 10px;
	background: url('/img/media/scg-2480x400-2.jpg') #ff542c;
	background-blend-mode: multiply, normal;
	background-size: cover;
}

#footer .before-footer .container {
	position: absolute;
	margin: auto;
	bottom: 80px;
	right: 0;
	left: 0;
}

#footer .before-footer .blockreassurance {
	padding: 60px 0;
	background: #fff;
	border: 3px solid #001115;
	border-radius: 8px;
}

#footer .before-footer .blockreassurance .block-title {
	margin: 1rem 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#footer .before-footer .blockreassurance .block-icon img,
#footer .before-footer .blockreassurance .block-icon {
	height: 30px;
}

.footer-container {
	padding-top: 4rem;
	margin-top: 0;
	padding-bottom: 2rem;
	background: #001115;
	box-shadow: none;
}

.after-footer-container {
	padding: 1rem 0;
	background: #002129;
}

.after-footer-container .h3 {
	color: #fff;
	text-transform: none;
}

.after-footer-container .small {
	color: #fff;
}

.footer-container .links .h3 {
	margin-bottom: 1.5rem;
}

.footer-container .h3 {
	font-size: 1rem;
	color: #fff;
}

.footer-container li,
.footer-container li a,
.footer-container a:hover {
	color: #fff!important;
}

.block_newsletter .row {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

.block_newsletter form input[type=email] {
	width: 100%;
	background: #f8f6f5;
	border: 1px solid #d2d2d3;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.block_newsletter form input[type=email]:focus {
	background: #fff;
	border: 1px solid #d2d2d3;
}

.block_newsletter .row {
	margin: 2rem 0;
}

.block_newsletter .btn {
	font-size: .875rem;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #F8F6F5;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.block_newsletter .btn:hover {
	background: #f8f6f5;
	color: #002129;
}

#footer .heading-suscription {
	font-size: 2.25rem;
	font-weight: 300;
	color: #fff;
}

#footer .block_newsletter p {
	color: #155724;
	font-weight: 500;
}

#footer .block-social {
	justify-content: space-between;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

#footer .block-social .text-alt {
	text-transform: uppercase;
	margin-right: 1.5rem;
}

#footer .block-social ul {
	gap: 24px;
}

.block-social ul li {
	border-radius: 4px;
	background-color: #fcfcfc;
}

#footer .block-social li.facebook:before {
	content: "\f082"
}

.block-social .rss {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .block-social li.instagram:before {
	content: "\f16d"
}

#footer .block-social li.linkedin:before {
	content: "\f08c"
}

#footer .block-social li.youtube:before {
	content: "\f16a"
}

#footer .block-social li a {
	display: block;
	position: relative;
	top: -32px;
	height: 100%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden
}

#footer .block-social li:before {
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 32px;
	color: #002129;
	display: block;
	text-align: center;
}

#footer .block-social li:hover:before {
	background: #fff;
	border-radius: 4px;
	color: #002129;
}

#footer .lnk-footer,
#footer .lnk-footer a {
	font-size: .75rem;
	font-weight: 400;
	color: #fff;
}

#footer .logo-footer img {
	max-width: 150px;
}

#footer .row hr {
	width: 10%;
}

#footer .logo-section {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
}

#footer .logo-ccs,
#footer .logo-seal {
	height: 70px;
}

/* TMP
---------------------------------------------------------------------------------------------------- */

.category-106 .product-miniature .btn-primary {
	background: #8e2ee2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #4a00e0, #8e2de2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border: 1px solid #002129;
}

.category-106 .product-miniature .btn-primary:hover {
	color: #fff;
	background: #c31432;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border: 1px solid #002129;
}

.category-106 .hero-custom-category {
	padding: 40px 0 40px;
}

.category-106 .hero-custom-category img {
	margin-bottom: 180px;
}

.category-106 .main-banner {
	webkit-clip-path: polygon(0 60px,60px 0,100% 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) 100%,0 100%,0 100%);
	clip-path: polygon(0 60px,60px 0,100% 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) 100%,0 100%,0 100%);
	width: 100%;
}

.category-106 .products-custom-category {
	padding: 40px 0 40px;
}

.category-106 .content-bottom {
	padding: 2.5rem;
	margin-top: 40px;
	background: #8e2ee2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #4a00e0, #8e2de2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 8px 8px 0 0;
}

.page-cms-2 .content-bottom {
	padding: 2.5rem;
	margin-top: 40px;
	background: #283c86;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #45a247, #283c86);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #45a247, #283c86); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 8px 8px 0 0;
}

.category-106 .content-bottom .btn-primary,
.page-cms-2 .content-bottom .btn-primary {
	color: #002129;
	background: #fff;  /* fallback for old browsers */
}

.category-106 .content-bottom .btn-secondary {
	color: #fff;
	border-color: #fff!important;
}

.category-106  .before-footer {
	background: url('/img/media/scg-2480x400.png') #002129!important;
	background-blend-mode: multiply, normal!important;
	background-size: cover!important;
}

/* .category-id-128 .breadcrumb {
	display: none;
}

.category-id-128 .product-miniature .btn-primary {
	background: #6b2d9c;
}

.category-id-128  .title-category {
	border-left: 2px solid #6b2d9c;
} */

.main-banner,
.category-id-128 .cb-img {
	border-radius: 4px;
	box-shadow: 0px 24px 64px -12px rgba(0, 0, 0, 0.2);
	border: 3px solid #001115;
}

/* promos
--------------------------------------------- */

.product-miniature .psproductcountdown {
	display: none!important;
}

#product .psproductcountdown {
	text-align: left;
	background: none;
	box-shadow: none;
	margin-bottom: 1rem;
}

#products .pspc-main .count,
.pspc-main .count {
	background: #ddd4cf;
	color: #004252;
	box-shadow: none;
	border-radius: 4px 4px 0px 4px;
}

.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
	color: #f45204;
}

/* Cyber */
/* .product-flags li.product-flag {
	color: #221402;
	background: #F7971E;
	background: -webkit-linear-gradient(to right, #FFD200, #F7971E);
	background: linear-gradient(to right, #FFD200, #F7971E);
	border-radius: 4px 4px 4px 0;
} */

/* BF */
/* .product-flags li.product-flag {
	color: #fff;
	background: #41295a;
	background: -webkit-linear-gradient(to right, #41295a, #2f0743); 
	background: linear-gradient(to right, #41295a, #2f0743);
	border-radius: 4px 4px 4px 0;
} */

.sello-cyber {
	width: 50%!important;
	transform: translateX(40%) translateY(-30%);
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 992px) {
	
	.ets_mm_megamenu .mm_sub_align_left > .mm_columns_ul {
		margin-left: -65px;
	}
	
	#footer .links .row div {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#footer .links .row div:nth-child(2) {
		border-right: 1px solid #fafdfe;
		border-left: 1px solid #fafdfe;
	}
	
	#footer .links .row div:nth-child(1) {
		border-left: 1px solid #fafdfe;
	}
	
	#carousel .btn-primary {
		color: #002129;
		background: #fff;
		border-color: #fff;
	}
	
	.user-login-area {
		border-right: solid 1px #ff876b;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1200px) {
	
		.row {
			margin-right: 0;
			margin-left: 0;
		}
		
		.hook-default .ets_mm_megamenu_content .container {
			padding-left: 15px;
			padding-right: 15px;
		}
		
		.about-us-area::before {
			content: "";
			display: block;
			height: 15rem;
			right: -1%;
			position: absolute;
			top: 12.5rem;
			width: 13rem;
			background-image: url(/img/media/servicios/dots.svg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			filter: brightness(0) saturate(100%) invert(89%) sepia(4%) saturate(74%) hue-rotate(349deg) brightness(87%) contrast(85%);
		}
		
		#index .services-content .services-content-right::before {
			content: "";
			display: block;
			height: 6.5rem;
			right: 0;
			position: absolute;
			top: -1rem;
			width: 6rem;
			background-image: url(/img/media/servicios/small-dots.svg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			filter: brightness(0) saturate(100%) invert(89%) sepia(4%) saturate(74%) hue-rotate(349deg) brightness(87%) contrast(85%);
		}
}

@media only screen and (max-width: 1200px) {
	
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	#header .header-nav .search-widget {
		float: left;
		width: 100%;
	}
	
	.ybc-menu-button-toggle_icon {
		margin-right: 0;
	}
	
	.mm_menus_li {
		border-top: none!important;
	}
	
	.changestatus .mm_menus_li > a {
		padding: 20px 15px;
		color: #002129!important;
	}
	
	.changestatus .mm_menus_li,
	.changestatus .mm_menus_li:last-child  {
		border: none;
	}
	
	.transition_floating .mm_menus_ul.active,
	.ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
		background-color: #fff;
	}
	
	.changestatus .arrow {
		width: 60px;
		height: 60px;
	}
	
	.ets_mm_megamenu .mm_columns_ul {
		background-color: #f5f5f5;
	}
	
	.ets_mm_megamenu .ets_mm_block > h4 {
		border-bottom: none;
	}
	
	.changestatus .mm_menus_ul .arrow::before {
		border-top: 2px solid #ff542c!important;
		width: 16px;
	}
	
	.changestatus .mm_menus_ul .arrow::after {
		border-left: 2px solid #ff542c!important;
		height: 16px;
	}
	
	.ybc-menu-toggle .icon-bar {
		background: #fcfcfc!important;
	}
	
	.mm_menus_ul.active {
		background: #fcfcfc;
	}
	
	.changestatus.transition_floating .close_menu, 
	.changestatus.transition_full .close_menu {
		background: #002129;
	}
	
	.mm_menus_ul.active .mm_menu_content_title .fa-chevron-down {
		display: none;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {

	.header-banner-block-items {
		gap: 12px;
	}
	
/* 	#right-banner .header-banner-items:nth-child(odd),
	#left-banner .header-banner-items:nth-child(even) {
		padding: 0 .75rem;
	} */
	
	.home-slider .custom-html {
		gap: 12px;
	}
	
	.title-area {
		 flex-grow: 2;
	}
	
	.items-area {
		flex-grow: 1;
		gap: 40px;
	}
	
	.icon-area {
		gap: 40px;
	}
	
	.mm_menus_ul {
		gap: 16px;
	}
	
	.services-content {
		gap: 80px;
	}
	
	.about-us-content .about-us-content-left,
	.services-content .services-content-left,
	.services-content .services-content-right {
		gap: 24px;
	}
	
	#stores .stores-content {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.mm_menus_ul,
	.hook-default.scroll_heading .mm_menus_ul {
		gap: 14px;
	}
	
	.hook-default .ets_mm_megamenu_content .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#search_filters,
	#search_filters_brands,
	#search_filters_suppliers,
	.block-categories {
		padding-right: 0;
		padding-left: 0;
	}	
}

@media only screen and (max-width: 991px) {
	
	.cms-section {
		padding: 40px 0;
	}
	
	.services-features-content h3 {
		font-size: 1.125rem;
	}
	
	.services-item {
	  grid-gap: 16px;
	}
	
	.services-features {
	  width: 35px;
	  height: 35px;
	  border-radius: 8px 2px;
	}
	
	.services-features i {
	  font-size: 1.125rem;
	}
	
		
	.heading {
		font-size: 1.75rem;
		line-height: 125%;
	}
	
	.heading-alt,
	.sub-heading-light {
		font-size: 1.25rem;
	}
	
	.subtitle {
		font-size: .9375rem;
	}
	
	p {
		font-size: 1.0625rem;
	}
	
	.p-small {
		font-size: .9375rem;
	}
	
	.h1,
	h1 {
		font-size: 2rem;
		line-height: 125%;
		letter-spacing: -0.01em;
	}
	
	.h2,
	h2 {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 767px) {
	
	.test-mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.test-mobile h1 {
		margin-bottom: 0;
		line-height: 0;
	}
	
	.test-icons {
		flex-grow: .875;
		display: flex;
		justify-content: flex-end;
		gap: 24px;
		height: 38px;
	}
		
	.mm_extra_item {
		flex-grow: 2;
	}
	
	.ets_mm_megamenu_content_content {
		gap: 40px;
	}
	
	#index #wrapper {
		padding-top: 0;
	}
	
	#wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.arpl-group .heading {
		text-align: center;
	}
	
	.text-sm-center {
		text-align: center;
	}
	
	#header .container {
		width: 100%;
		margin: 0;
	}
	
	#index header#header {
		margin-bottom: 0!important;
	}
	
	#header .header-nav {
		margin-bottom: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#header .header-top {
		padding: 0;
	}
	
	#header .top-logo {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: 50px;
		padding-left: 20px;
		margin: 0;
	}
	
	#header .logo {
		max-width: 180px!important;
	}
	
	#header .cart-products-count {
		position: absolute;
		transform: translateX(100%) translateY(-85%);
		width: 15px;
		height: 15px;
		font-size: .625rem;
		font-weight: 500;
		text-align: center;
		line-height: 1.6;
		color: #fff;
		background: #ff542c;
		border-radius: 4px;
	}

	#header .header-nav .blockcart.inactive .cart-products-count {
		display: block;
	}
	
	#header .header-banner {
		background: #bebdbc;
	}
	
	.text-block-info p,
	#header .header-banner a {
		color: #001115;
	}
	
/* 	.text-muted {
		font-size: .75rem
	} */
	
	.text-block-info {
		font-size: .875rem;
	}

	.header-banner-content {
		justify-content: center;
		margin: 0 .5rem;
		height: 50px;
	}
	
	.btn {
		padding: .8125rem 1.5rem;
	}
	
	.search-widget {
		padding: 0;
	}
	
	.search-widget form input[type=text]{
		min-width: 120px;
		height: 100%;
		border-color: #002129;
		border-radius: 8px;
	}
	
	.ets_mm_megamenu .mm_menus_ul,
	.hook-default.scroll_heading .mm_menus_ul {
		display: block;
	}
	
	.ets_mm_megamenu .container {
		background: #002129;
	}
	
	.ybc-menu-toggle .icon-bar {
		background: #fff;
	}
	
	.ybc-menu-toggle {
		width: 80px;
		background: #ff542c;
		text-align: center;
		border-radius: 8px;
		border: 2px solid #002129;
	}
	
	.ets_mm_megamenu_content .ets_mm_megamenu_content_content {
		justify-content: space-between;
	}
	
	.ets_mm_megamenu .search-widget {
		display: block;
	}
	
	.ets_mm_megamenu .mm_columns_li {
		margin-bottom: 1.5rem;
	}
	
	.ets_mm_megamenu .ets_mm_block_content a {
		padding-left: 24px;
	}
	
	.ets_mm_block > .h4 {
		margin-bottom: 0;
		padding-left: 12px;
	}
	
	.mm_menus_li:hover > a span:after {
		display: none;
	}
	
	#index .section,
	#index .section.gray,
	#index .section.dark {
		padding-top: 40px;
	}
	
	#index .section.white {
		padding-bottom: 40px;
	}
	
	.home-slider .custom-html {
		align-items: flex-start;
		gap: 24px;
		padding: 24px;
		width: calc(100% - 120px);
	}
	
	/* front-page-2
	--------------------------------------------- */
	
	.displayCustomBanners1 {
		grid-template-columns: 1fr;
		gap: 24px;
	}
		
	.displayCustomBanners1 .custom-html {
		margin-bottom: 0;
	}
	
	/* front-page-4 services
	--------------------------------------------- */
	
	.services-content {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}
	
	#index .services-content .services-content-right::before,
	.about-us-area::before {
		display: none;
	}
	
	.services-content .services-content-right,
	.services-content .services-content-left {
		gap: 24px;
		height: auto;
	}
	
	.page-services .services {
		gap: 24px;
	}
	
	.content-right-items h3 {
		font-size: .875rem;
	}

	.services-cta {
		grid-template-columns: 1fr;
		justify-items: stretch;
	}
	
	/* front-page-5 about-us
	--------------------------------------------- */
	
	.about-us-content {
		grid-template-columns: 1fr;
	}
	
	.about-us-content .about-us-content-left,
	.about-us-content {
		gap: 24px;
	}
	
	.about-us-content-right {
		place-self: stretch!important;
	}
	
	.about-us-content .btn,
	.page-about .btn {
		width: 100%;
	}
	
	.about-us-area .cb-item-content img {
		margin-top: 0;
	}
	
	/* footer blockreassurance
	--------------------------------------------- */
	
	#footer {
		padding-top: 0;
		margin-top: 0;
	}
	
	#footer .blockreassurance {
		text-align: center;
	}
	
	#footer .blockreassurance .row {
		margin: 0;
	}
	
	#footer .before-footer {
		background: #fff;
	}
	
	#footer .before-footer .blockreassurance {
		padding-bottom: 16px;
		border-radius: 0;
	}
	
	#footer .before-footer .container {
		bottom: 0;
	}
	
	#footer .blockreassurance .items-reassurance > div {
		margin-bottom: 3rem;
	}
	
	#footer .before-footer .container {
		position: relative;
	}
	
	.blockreassurance .block-icon {
		display: block;
		margin: auto;
		float: none;
	}
	
	#footer .block-social {
		margin-top: 1rem;
	}
	
	#footer .block-social {
		justify-content: center;
		flex-direction: column;
		gap: 16px;
	}
	
	#footer .logo-section {
		justify-content: center;
		gap: 16px;
		width: 100%;
	}
	
	#footer .block-social li a {
		top: -40px;
	}
	
	#footer .block-social li:before {
		line-height: 38px;
	}
	
	.center-items-gap {
		flex-direction: column;
		align-items: center;
	}
	
	/* services page
	--------------------------------------------- */
	
	.page-cms .content-bottom {
		grid-template-columns: 100%;
		padding-bottom: 80px;
	}
	
	.page-cms .services-cta {
		flex-grow: 1;
	}
	
	.page-cms .content-bottom .services-content-left {
		margin-bottom: 2rem;
		text-align: center;
	}
	
	.services-faq .card-header .btn-link {
		padding: .8125rem 0;
	}
	
	/* about page
	--------------------------------------------- */
	
	.hero-area img {
		height: 400px;
		object-fit: cover;
		object-position: 58% 100%;
	}
	
	.mm_menu_content_title {
		padding: 0;
	}
	
	.ets_mm_megamenu .mm_sub_align_left > .mm_columns_ul {
		padding-top: 0;
	}
	
	.mm_has_sub .fa-chevron-down:before {
		display: none;
	}
	
	.arpl-carousel-products.owl-carousel .product-miniature {
		  width: calc(100% - 10px);
	}
	
	.arpl-carousel-products.owl-carousel .owl-nav button.owl-prev {
		left: 1%;
	}
	.arpl-carousel-products.owl-carousel .owl-nav button.owl-next {
		right: 2%;
	}
	
	.arpl-carousel-products .owl-stage {
		gap: 0;
	}
	
	#header .header-nav {
		background: #001115;
	}

	.ets_mm_megamenu.hook-default,
	.ets_mm_megamenu .container {
		padding: 1rem;
		margin-top: 0;
		background: #001115;
		border: none;
	}
	
	.ets_mm_megamenu.hook-default {
		padding: 18px 15px!important;
	}
	
	.mm_bubble_text {
		position: absolute;
	}
	
	.block_newsletter .newsletter-content  > div {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.block_newsletter .btn-primary {
		width: 100%;
		margin-top: 1rem;
	}
	
	.block_newsletter form input[type=email],
	.block_newsletter .btn-primary {
		border-radius: 4px;
		border: 1px solid #f8f6f5;
	}

	#search_filters,
	#search_filters_brands,
	#search_filters_suppliers,
	.block_newsletter {
		border: none!important;
	}
	
	.links .title {
		padding: 1rem 0;
		margin: auto;
		border-bottom: 1px solid #002129;
	}
	
	.links .title.logo-footer {
		padding: .9375rem;
	}
	
	.featured-products .thumbnail-container .product-description {
		box-shadow: none;
	}
	
	#cart .right-items {
		display: flex;
		justify-content: flex-end;
	}
	
	#cart .cart-grid .product-price {
		font-size: 1rem;
	}
	
	.filter-button .btn-secondary,
	.products-sort-order .select-title {
		font-size: .875rem;
		font-weight: 400;
		text-align: center;
		color: #002129;
		background: #fff;
		border: 1px solid #00323e;
		border-radius: 4px;
		box-shadow: none; 
	}
	
	.products-sort-order .dropdown-menu {
		max-width: 11.05rem;
		width: auto;
		font-size: .875rem;
		border: none;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
	}
	
	#search_filters_wrapper .ok {
		color: #002129;
		background: #fff;
		border: 1px solid #002129;
		box-shadow: none;
	}

	#category #left-column #search_filters .facet {
		width: 90%;
		padding: .5rem;
		margin: auto;
		border-bottom: 2px solid #d4d3d3
	}
	
	#category .breadcrumb {
		padding-left: 0;
	}
	
	#products .product-miniature,
	.featured-products .product-miniature {
		width: calc(49% - 7px);
	}
	 
	.featured-products .thumbnail-container .product-thumbnail, 
	.product-miniature .thumbnail-container .product-thumbnail {
		height: calc(100% - 150px);
	}
	
	.arpl-group .featured-products .thumbnail-container {
		width: 100%;
		height: 480px;
	}
	
	#products .thumbnail-container,
	.product-accessories .thumbnail-container,
	.product-miniature .thumbnail-container {
		width: 100%;
		height: 400px;
	}
	
	#products .product-title a,
	.featured-products .product-title a,
	.product-accessories .product-title a,
	.product-miniature .product-title a {
		font-size: .9375rem;
	}
	
	#products .thumbnail-container .product-thumbnail,
	.featured-products .thumbnail-container .product-thumbnail,
	.product-accessories .thumbnail-container .product-thumbnail,
	.product-miniature .thumbnail-container .product-thumbnail {
		height: calc(100% - 220px)
	}
	
	#products .product-description,
	.featured-products .product-description,
	.product-accessories .product-description,
	.product-miniature .product-description,
	#products .highlighted-informations,
	.featured-products .highlighted-informations,
	.product-accessories .highlighted-informations,
	.product-miniature .highlighted-informations {
		width: 100%!important;
		height: auto;
	}
		
	.product-flags li.product-flag {
		font-size: .75rem;
		font-weight: 500;
	}
	
	#products .product-miniature .product-flags li.product-flag,
	.featured-products .product-miniature .product-flags li.product-flag {
		min-width: 3rem;
		padding: .375rem .5rem;
		text-align: center;
	}
	
	#search .products-sort-order {
		width: 85%;
		margin: auto;
	}	

	#search .dropdown-menu {
		min-width: 91.5%;
	}
	
	#search h2 {
		font-size: 1rem;
		text-align: center;
		margin: 1rem 0;
	}
	
	#blockcart-modal .cart-content .cart-content-btn {
		display: flex;
		flex-direction: column;
		margin-top: 1.5rem;
	}
	
	#product #blockcart-modal .cart-content .cart-content-btn button {
		margin: .5rem 0;
	}
	
	.block_newsletter form input {
		height: 52px;
	}
	
	.mm_menus_li {
		border-top: none;
		border-bottom: 1px solid #fff;
	}
	
	.mm_menu_content_title {
		text-transform: uppercase;
	}
	
	.mm_menus_li > a {
		padding: 20px 15px;
		color: #0d0d0d!important;
		background-color: #fff;
	}
	
	.arrow {
		width: 60px;
		height: 60px;
	}
	
	.ets_mm_megamenu .mm_columns_ul {
		background-color: #f5f5f5;
	}
	
	.page-cms .group-page-content .btn {
		width: 200px;
		margin-bottom: 1rem;
	}
	
	.page-cms .entry-title {
		font-size: 2rem!important;
		line-height: 1.25;
		letter-spacing: 0;
	}
	
	#content-wrapper .pull-right {
		width: 100%!important;
		display: block!important;
		float: none!important;
		margin: 0 0 24px!important;
	}
	
	.page-cms .intro {
		margin-bottom: 16px!important;
		font-size: 22px!important;
		line-height: 1.4!important;
		letter-spacing: 0!important;
	}
	
	blockquote.large {
		margin: 32px 0;
		font-size: 23px;
	}
	
	blockquote.large::before {
		top: -25px;
		left: -20px;
		font-size: 6rem;
	}
	
	body#checkout .nav-inline .nav-item {
		font-size: 1.125rem;;
	}
	
	#stores .stores-content {
		grid-template-columns: 1fr;
	}
	
	#contact .contact-form .form-fields .col-md-3,
	#contact .contact-form .form-fields .col-md-9 {
		padding-right: 0;
		padding-left: 0;
	}
	
	#footer .logo-ccs,
	#footer .logo-seal {
		margin: 1rem 0;
	}
	
	#footer .navbar-toggler {
		color: #fff;
	}
	
	.footer-container .links ul {
		background-color: #001115;
	}
	
	.footer-container .links ul>li a {
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
	}
	
	.footer-container .links .h3 {
		font-size: 1rem;
		font-weight: 500;
	}
	
	.footer-container .block-contact ul>li {
		padding: 0 .9375rem;
		font-weight: 400;
		border-bottom: none;
	}
	
	#footer .heading-suscription  {
		margin-bottom: 1.5rem;
		font-size: 1.75rem;
	}
	
	#footer {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#footer .block-social ul {
		margin-bottom: .25rem;
	}
}
	
@media (max-width: 479px) {}

@media only screen and (max-width: 320px) {
	
	#header .header-nav .top-logo a img,
	body#checkout #header .header-nav .logo {
		max-height: 40px;
	}
	
	.checkout-btn-area a {
		font-size: .875rem;
	}
	
	.test-icons {
		gap: 8px;
	}
	
	.text-block-info {
		font-size: 1rem;
	}
	
	#products .products,.featured-products .products,
	.product-accessories .products,
	.product-miniature .products {
		gap: 40px 19px;
	}
	
	#products .product-description .btn,
	.product-miniature .product-description .btn {
		padding: .8125rem .75rem;
	}
	
	#products .thumbnail-container,
	.product-accessories .thumbnail-container,
	.product-miniature .thumbnail-container {
		height: 420px;
	}
	
	#products .thumbnail-container .product-thumbnail,
	.featured-products .thumbnail-container .product-thumbnail,
	.product-accessories .thumbnail-container .product-thumbnail,
	.product-miniature .thumbnail-container .product-thumbnail {
		height: calc(100% - 260px);
	}
	
	#products .product-title,
	.product-accessories .product-title {
		height: 80px;
	}
	
	#products .product-price-and-shipping,
	.product-miniature .product-price-and-shipping {
		height: 62px;
	}
	
	#products .product-description, 
	.featured-products .product-description, 
	.product-accessories .product-description, 
	.product-miniature .product-description {
		padding: 0 4px;
	}
	
	.page-services .services-faq .btn {
		padding: 0;
	}
	
	.heading {
		font-size: 1.5rem;
	}
	
	.text-muted {
		margin-top: .25rem!important;
	}
	
	.arpl-group .featured-products .thumbnail-container {
		height: 380px;
	}
	
	.arpl-group .featured-products .thumbnail-container .product-thumbnail {
		height: calc(100% - 150px);
	}
	
	#product .product-container .btn-primary {
		padding: 0 2rem;
	}
	
	body#checkout section.checkout-step {
		padding: 1rem;
	}
	
	body#checkout .nav-inline .nav-item {
		font-size: .9375rem;
	}
}