/*
*** REDS
*** 20/12/2024
*** www.agenciaprai.com
*** suporte@agenciaprai.com
*/
:root {
	--open-sans: "Open Sans", sans-serif;
	--font-inter: "Inter", sans-serif;
	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-sbold: 600;
	--font-bold: 700;
	--font-exbold: 800;
	--color-1: #2e5452;
	--color-2: #f79644;
  --color-3: #020202;
	--color-4: #253237;
	--color-5: #932330;
	--color-6: #666;
}
html {
  overflow-x: hidden;
}
body {
	font-family: var(--open-sans);
	font-weight: var(--font-regular);
	color: var(--color-6);
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
.v-align {
  display: flex;
  align-items: center;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.dropdown-menu {
	&::before {
		content: "";
		display: inline-flex;
		position: absolute;
		left: 28%;
		top: -8px;
		width: 15px;
		height: 15px;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		transform: rotate(-135deg);
		background-color: #ffffff;
	}
	& li > a:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: #229ac8;
	}
}
/* fixed header */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	border: none;
	background: #fff;
	padding: 10px 0;
	-webkit-animation: fadeInDown 0.5s ease-out forwards;
	-moz-animation: fadeInDown 0.5s ease-out forwards;
	-o-animation: fadeInDown 0.5s ease-out forwards;
	animation: fadeInDown 0.5s ease-out forwards;
	-moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
}
.to_top {
	position: fixed;
	right: 20px;
	bottom: 17%;
	z-index: 5;
	background: #000;
	color: #fff;
	height: 50px;width: 50px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	& i {font-size: 2.5em;line-height: 45px;}
	&:hover,
	&:focus{background: #fff;color: #000;}
}
@media (max-width: 991px){
	.to_top {
		height: 40px;
		width: 40px;
		right: 15px;
		bottom: 15px;
		& i {
			line-height: 40px;
		}
	}
}
/* whatsapp */
.fixed-whatsapp {
	position: fixed;
	z-index: 999;
	& i {
		background-color: #4adb59;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		text-align: center;
		border: 1px solid #4adb59;
		color: #fff;
		font-size: 2.5em;
		padding: 10px;
	}
	&.right {
		right: 20px;
		bottom: 25%;
	}
	&.left {
		left: 20px;
		bottom: 25%;
	}
}
/* top */
#top {
	background-color: #2D5351;
	padding: 4px 0px 3px 0;
	& .container {
		padding: 0 20px;
	}
}
#form-currency .currency-select,
#form-language .language-select {
	text-align: left;
}
#form-currency .currency-select:hover,
#form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
}
#top .btn-link, 
#top-links li, 
#top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, 
#top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
header {
	background-color: #f9fafa;
	padding: 0;
}
/* logo */
#logo {
	& img {
		max-height: 150px;
	}
}
.fixed #logo {
  & img {
    max-height: 75px;
  }
}
/* search */
.btn-search {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 2em;
  padding: 0;
  margin: -10px 0 0 0;
  color: #f79644;
}
#search {
	border: 1px solid #d2d2d2;
	border-radius: 25px;
	& .input-lg {
		line-height: 20px;
    padding: 0 10px;
    border-radius: 25px 0 0 25px;
    border: 1px solid transparent;
	}
	& .btn-lg {
		font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #FFF;
    background-color: transparent;
    border: 1px solid transparent;
		border-radius: 0 25px 25px 0;
    box-shadow: none;
	}
}
/* right */
.right {
  text-align: right;
	& ul {
		margin-bottom: 0;
	}
	& li > a {
		color: var(--color-4);
	}
	& .icon {
		font-size: 2em;
	}
	& .badge {
		display: block;
    font-size: 10px;
    position: absolute;
    margin-top: -32px;
    margin-left: 18px;
	}
}
/* cart */
#cart {
	& > button {background-color: transparent;border: transparent;color: var(--color-4);}
	& .dropdown-menu::before {left: inherit;right: 10%;}
	& .dropdown-menu li:first-of-type {background-color: #fff;padding: 0;min-width: 350px;overflow-y: auto;max-height: 350px;scrollbar-width: thin;overflow-x: hidden;z-index: 1001;}
	& .table {
		margin-bottom: 0;
		& td {
			font-size: 12px;line-height: 1.2;
		}
	}
	& #cart-total {
		background-color: var(--color-6);
		border-radius: 50%;
		width: 20px;
		height: 20px;
		position: absolute;
		top: -5px;
		right: 15px;
		text-align: center;
		color: #fff;
		font-weight: var(--font-bold);
	}
	& .btn-remove {
		float: right;
		padding: 1px 5.1px;
		border-radius: 20px;
		background-color: #f62121;
		color: #fff;
		border: 1px solid #f62121;
		opacity: 0;
	}
	& tr:hover .btn-remove {
		opacity: 1;
	}
	& .m-total {
		text-align: center;
		background-color: #f0f0f0;
		padding: 15px;
		border-top: 1px solid #e5e5e5;
		& .table-bordered td {
			border-color: transparent;
			padding: 0;
		}
		& .buttons {
			text-align: center;
			& .btn {
				display: block;
				max-width: 80%;
				margin: 0 auto;
				font-size: 1.2em;
			}
			& .btn:last-of-type {
				margin-top: 5px;
			}
		}
	}
}

/* menu */
#menu {
	& .navbar {
		min-height: auto;
		margin-bottom: 0;
	}
	& .nav > li > a {
		color: #000;
		padding: 10px 15px 10px 15px;
		min-height: 15px;
		background-color: transparent;
	}
	& .nav > li > a:hover, 
	& .nav > li.open > a {
		background-color: rgba(0, 0, 0, 0.1);
	}
	& a {
		font-size: 15px;
		font-weight: 500;
	}
	& .dropdown-menu {
		padding-bottom: 0;
	}
	& .dropdown-inner {
		display: table;
	}
	& .dropdown-inner ul {
		display: table-cell;
	}
	& .dropdown-inner a {
		min-width: 160px;
		display: block;
		padding: 3px 20px;
		clear: both;
		line-height: 20px;
		color: #333333;
		font-size: 12px;
	}
	& .dropdown-inner li a:hover {
		color: #FFFFFF;
	}
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (min-width: 1200px) {
  .container {
    width: 1360px;
  }
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: 0;
  right: 0;
  color: inherit;
}
/* footer */
.footer-middle {
  background-color: #f1f1f1;
  margin-top: 30px;
  padding: 5%;
	& .store_infos h3 {
		font-size: 27px;
		font-weight: 700;
	}
	& a {
		color: var(--color-4);
	}
	& a:hover {
		text-decoration: underline;
	}
	& h5 {
		font-weight: var(--font-sbold);
		font-size: 15px;
	}
	& .social {
		& li {
			padding: 10px;
		}
		& a {
			font-size: 2.5em;
		}
	}
	& .fsecure img {
		width: 100px;
		height: auto;
		border: none;
	}
	& .fsecure li:last-of-type img {
		border: 1px solid #e3e3e3;
		border-radius: 5px;
		background-color: #fff;
		width: 95px;
	}
	
}
.footer-bottom {
  padding: 20px;
	&	p {
		margin: 0;
		line-height: 1.2;
		text-align: center;
	}
}

.cards-icons img {
  max-width: 40px;
}
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid #fff7f7;
  border-radius: 5px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0;
	padding: 2px 0;
	border: 1px solid transparent;
	background-color: transparent;
	&  i {
		font-size: 15px;
	}
	& a {
		color: var(--color-4);
	}
	& > li {
		text-shadow: 0 1px 0 #fff;
		padding: 0 20px;
		position: relative;
		white-space: nowrap;
	}
	& > li + li:before {
		content: '';
		padding: 0;
	}
	& > li:after {
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		right: -5px;
		width: 10px;
		height: 10px;
		border-right: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	border-color: #dddddd;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	border-color: #1f90bb;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	border-color: #f89406;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	border-color: #bd362f;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	border-color: #51a351;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	border-color: #dc512c;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	border-color: #222222;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
	overflow: auto;
	
	& .btn-group-vertical {
		position: absolute;
		z-index: 9;
		& .btn {
			background-color: transparent;
			border: transparent;
			box-shadow: none;
		}
	}
	& .image {
		text-align: center;
	}
	& .image a {
		display: block;
	}
	& .image a:hover {
		opacity: 0.8;
	}
	& .image img {
		margin-left: auto;
		margin-right: auto;
	}
	& .caption {
		padding: 0 10px;

		& a {
			color: var(--color-4);
		}
		& h4 {
			height: 52px;
			font-weight: 600;
			overflow: hidden;
			margin-bottom: 0;
		}
		& .rating {
			height: 25px;
			overflow: hidden;
		}
		& .price {
			color: #444;
			font-size: 16px;
		}
		& .price-new {
			font-weight: 600;
			color: #ef1c1c;
		}
		& .price-old {
			color: #999;
			text-decoration: line-through;
			margin-right: 10px;
		}
		& .price-tax {
			color: #999;
			font-size: 12px;
			display: block;
		}
		& .installment_cash {
			color: var(--color-5);
			font-size: 20px;
		}
		& .installment_parcel {
			font-size: 17px;
			color: var(--color-1);
		}
	}
	& .btn-cart {
		display: block;
		width: 90%;
		margin: 0 auto 10px auto;
		font-weight: 700;
		text-transform: uppercase;
		padding: 12px;
	}
}

.product-list {
	& .product-thumb {
		padding: 10px;
		& .caption {
			padding: 0 20px;
			margin-left: 250px;
		}
		& .btn-cart {
			width: auto;
			margin: 0 auto;
			padding: 15px 20px;
			float: right;
		}
	}
	& .image {
    float: left;
		padding: 0 10px;
  }

}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
/* product infos */
.product-infos {
	& h1 {
		margin-top: 0;
		font-weight: var(--font-sbold);
	}
	& .stepper {
		text-align: center;
	}
	& #input-quantity {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		border-radius: 20px;
	}
	& .input-group-btn .btn-default {
		background-color: transparent;
		border: 1px solid transparent;
	}
	& #button-cart {
		padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: var(--font-bold);
    background-color: var(--color-4);
    color: #fff;
    border-radius: 50px;
    border: 1px solid var(--color-4);
	}
	
	& .btn-whatsapp {
		padding: 20px;
		font-size: 16px;
		color: #20b320;
		border: 1px solid #20b320;
		&:hover {
			background-color: #20b320;
			color: #fff;
			transition: .2s ease-in-out;
		}
	}
	&	.prices {
		font-size: 20px;
		padding: 20px 0;
		& li {
			padding: 5px 0;
		}
		& .price-old {
			color: #afafaf;
		}
		& .price-new {
			margin-bottom: 10px;
			color: var(--color-5);
		}
		& .installment-lines {
			color: var(--color-5);
			& .btn {
				font-size: 11px;
				padding: 1px 4px;
				background-color: var(--color-5);
				color: #fff;
				border-color: var(--color-5);
			}
		}
	}
}
#installment {
	position: absolute;
  z-index: 1;
	& .panel-body {
		background-color: #fff;
		box-shadow: 0 0 10px #a7a7a7;
		font-size: 12px;
		border-radius: 5px;
	}
}
.tags {
	& .badge {
		background-color: transparent;
		border: 1px solid #e1e1e1;
		
	}
	& a {
		color: var(--color-4);
		font-weight: var(--font-regular);
	}
}
.add-list.btn-group {
  float: right;
}
.add-list .btn {
  background-color: transparent;
  color: var(--color-4);
  border: 1px solid transparent;
  box-shadow: none;
}
/* readmore */
#tab-description {overflow: hidden;position: relative;}
#tab-description .btn-readmore {position: absolute;min-height: 100px;bottom: 0;right: 0;left: 0;text-align: center;background-color: #ffffffc2;cursor: pointer;}
#tab-description .expanded-all {position: relative;}
/* tootip */
.tooltip-inner {text-align: left;line-height: 1;padding: 10px;background-color: #fff !important;color: #252524;box-shadow: 0 6px 15px #0000002d;}
.tooltip.in {opacity: 1;filter:alpha(opacity=100);}
.tooltip.top .tooltip-arrow {border-top-color: #fff;}
.tooltip.right .tooltip-arrow {border-right-color: #fff;}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #fff;}
.tooltip.left .tooltip-arrow {border-left-color: #fff;}
/* columns 5ths */
.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-5ths {width: 20%;float: left;}
@media (min-width: 768px) {.col-sm-5ths {width: 20%;float: left;}}
@media (min-width: 992px) {.col-md-5ths {width: 20%;float: left;}}
@media (min-width: 1200px) {.col-lg-5ths {width: 20%;float: left;}}
/* scroolbar */
* {scrollbar-width: thin;scrollbar-color: #ddd #fff;}
*::-webkit-scrollbar {width: 12px;}
*::-webkit-scrollbar-track {background: #fff;}
*::-webkit-scrollbar-thumb {background-color: #ddd;border-radius: 20px;border: 2px solid #fff;}
/* form review */
#review {
	& .panel-heading {
		font-size: 17px;
		background-color: #fff;
    border-color: transparent;
	}
	& .panel-footer {
		background-color: #fff;
		border-color: transparent;
	}
	& .fa-stack i {
		color: #efc900;
	}
	& p {
		font-size: 15px;
	}
}
#form-review {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 5%;
}
#button-review {
  min-width: 50%;
  padding: 10px;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  font-weight: var(--font-sbold);
}
.form-rating {
	& .control-label {margin-right: 25px;float: left;}
	& .form-rating-container {
		float: left;
		& label,
		&:hover label {float: right;margin-bottom: 0;padding: 3px 5px 0 0;cursor: pointer}
		& label i,
		&:hover label i {-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;font-size: 25px}
		& label i.fa-star-o,
		&:hover label i.fa-star-o {color: #d9d9d9;text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)}
		& label i.fa-star,
		&:hover label i.fa-star {color: #e6e6e6;text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)}
		& input {display: none}
		&:hover label i.fa-star-o {color: #d9d9d9}
		&:hover label i.fa-star {color: #e6e6e6}
		&:hover label:hover i.fa-star-o,
		&:hover label:hover~label i.fa-star-o {color: #feb645}
		&:hover label:hover i.fa-star, 
		&:hover label:hover~label i.fa-star {color: gold}
	}
	& input:checked~label i.fa-star-o {color: #fea212}
	& input:checked~label i.fa-star {color: #f0ca00}
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left  .product-layout .col-md-3 {width: 100%;}
	#column-left + #content .product-layout .col-md-3 {width: 50%;}
	#column-left + #content + #column-right .product-layout .col-md-3 {width: 100%;}
  #content + #column-right .product-layout .col-md-3 {width: 100%;}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
@media (min-width: 768px) {
  .no-collapse {display: block;height: auto !important;visibility: visible;}
	.no-link {pointer-events: none;cursor: default;}
}
@media (max-width: 767px) {
	.no-link {margin-top: -10px;}
	.no-link h5 {padding: 10px;border-radius: 5px;border: 1px solid var(--color-6);}
	.no-link::after {content: "\f107";color: var(--color-1);font-size: 1.8em;top: 10px;right: 30px;position: absolute;font-family: 'FontAwesome';}
	.no-link[aria-expanded="true"]::after {content: "\f106";}
	.no-collapse li {padding: 10px;}

	.breadcrumb {display: flex;overflow: scroll;}

	.fixed-whatsapp {
		&.right {
			right: 20px;
			bottom: 10%;
		}
	}
	.to_top {
		height: 40px;
		width: 40px;
		right: 25px;
		bottom: 40px;
	}
	
	.product-list {
		& .image {
			max-width: 100px;
		}
	}

}
