

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #CC3333;
	font-family: 'Roboto', sans-serif;
}


.product-thumb .price {
	color: #ff855c;
    font-size: 21px;
    font-weight: 400;               
}

.main-price {
  color: #167f1e;
}

.product-thumb .price-new {
	font-weight: 600;
    font-size: 21px;
    color: #ff855c;
}

.sellby-list-lg {
    font-size: 12px;
    color: #033577;
    padding-top: 4px;
}

.form-control {
	border-radius: 0px;
	box-shadow: none;
	border:1px solid #eeecec;
	outline: none;
	font-size: 14px;
    min-width: 40px;
    min-height: 40px;
}

input {
	font-size: 14px;
}

.form-control:focus {
  border-color: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

#menu {
    background-color: #167f1e;
    min-height: 60px;
    border-radius: 0px;
    border-bottom: 1px solid #16881f;
    padding-top: 8px;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    padding: 10px 0px 10px 0px;
    border-radius: 0px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    border-radius: 0px;
    font-size: 16px;
}
.dropdown-menu > li > a:hover {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background: #eee;
    font-size: 16px;
}

.dropdown-header {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #666;
}

#menu .see-all, #menu .see-all {
	text-decoration: none;
	color: #444;
    /*menu Ver todo Focus*/
	background-color: transparent;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
    /*menu Ver todo Focus*/
	background-color: #fa830c;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu .btn-navbar {
	/*boton navegacion pantalla pequeña*/
    font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color:#2b2b2b;
	background-repeat: repeat-x;
	border-color: #2b2b2b #2b2b2b #2b2b2b;
}

#menu-cat {  
	background-color: #167f1e;
	border-color: #167f1e #167f1e #167f1e;
	min-height: 20px;
    border-radius: 0px;  
    margin: 0 0 0px 0;
    padding-top: 10px;
}

#menu-cat .see-all, #menu .see-all {
	text-decoration: none;
	color: #fff;
    /*menu Ver todo Focus*/
	background-color: transparent;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
        font-weight: 500;
}        
      
#menu-cat .see-all-lg, #menu .see-all-lg {
	text-decoration: none;
	color: #333333;
    /*menu Ver todo Focus*/
	background-color: transparent;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
        font-weight: 500;
}  

#menu-cat .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
    /*menu Ver todo Focus*/
	background-color: #fa830c;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu-cat .see-all-lg:hover, #menu .see-all-lg:focus {
	text-decoration: none;
	color: #ffffff;
    /*menu Ver todo Focus*/
	background-color: #167f1e;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu-cat .btn-navbar {
	/*boton navegacion pantalla pequeña*/
    font-size: 15px;
	font-stretch: expanded;
	color: #333;
	padding: 2px 18px;
	float: right;
	background-color: 
	#f5ab1e;
	border-color: #f5ab1e;
}

a {
	color: #f5ab1e;
}

a:hover {
	text-decoration: none;
    color: #f5ab1e;  
}

.btn-primary {
	color: #ffffff;
	background-color: #167f1e;
	border-color: #167f1e;
	border-radius: 0px;
	font-size: 14px;
    height: 40px;
    min-width: 40px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #3bac44;
        border-color: #167f1e;
}

footer {
	margin-top: 30px;
	/*background-color: #f4f4f4;*/
        background-color:#f2f2f2;
	border-top: 1px solid #f2f2f2;
    color: #333;
    padding-top: 20px;
}

#feedback {
	
	border-radius: 2px;
	color: #cccccc;
	background: #323232;
	margin: 10px 0px;
	padding: 5px 0;
}

#feedback li {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 10px;
	border-bottom: 1px dotted #ffffff;
} 
footer hr {
	border-top: none;
	border-bottom: 1px solid #ffffff;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #cccccc;
}
footer h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.panel-default-product {
	border-radius:0px; 
	border:0px solid transparent; 
	width:100%;
	background: #fff;
	/*padding-top: 15px;*/
}
.panel-default-product:hover {
	border-radius:0px;
	border:0px solid transparent; 
	max-width:100%;
	background: #fff;
	box-shadow: 0px 0px 6px #888888;
}
    
.panel-heading-product {
	background:#fff; 
	border-radius:0px; 
	border:1px solid transparent; 
	text-align:center;
        padding: 0px 0px;
}



.alto2 {
    height:100px; 
}

@media only screen and (min-width : 1200px) and (max-width : 1400px) {
   .alto1 {
        height:120px !important; 
    }
}
.panel-body-product {
	background:#fff; 
	border-radius:0px;
	border:1px solid #ebebeb; 
	border-bottom:0px; 
	text-align:center;
}

.category-alto {
    max-height: 185px !important;
    min-height: 185px !important;
}

.category-alto-name {
    max-height: 160px !important;
    min-height: 160px !important;
}
.panel-footer-product {
	background:#fff;
	border-radius:0px; 
	border:1px solid #ebebeb; 
	border-top:0px; 
	text-align:center;
	padding-bottom: 20px;
        max-height: 170px;
        min-height:  170px;
}

.botones-ocultos {
	margin-top: 8px;
}

.product-tittle {
	color: #333;
    font-size: 28px;
    font-weight: 600;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px; 
}


.product-tittle-cart {
	color: #333;
    font-size: 15px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-cart:hover {
	color: #f5ab1e;
    font-size: 15px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-cart:active {
	color: #fa830c;
    font-size: 15px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-cart:focus {
	color: #fa830c;
    font-size: 15px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}

.product-price-ask {
	color: #167f1e;
    font-size: 18px;
    font-weight: 600;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
.product-quantity-ask {
	color: #333;
    font-size: 18px;
    font-weight: 400;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}

.product-comment-ask {
	color: #777;
    font-size: 16px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}

.product-awsner-ask {
	color: #999;
    font-size: 16px;
    font-weight: 400;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}

/* */
.product-tittle-cart-grand {
	color: #333;
    font-size: 18px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-cart-grand:hover {
	color: #f5ab1e;
    font-size: 18px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-cart-grand:active {
	color: #fa830c;
    font-size: 18px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-cart-grand:focus {
	color: #fa830c;
    font-size: 18px;
    font-weight: 500;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
}
/* */

.price-product-cart {
	color: #666;
    font-size: 14px;
    font-weight: 400;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}

.product-tittle-panel-thumb {
	color: #333;
    font-size: 16px;
    font-weight: 400;  
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-panel-thumb:hover {
	color: #f5ab1e;
    font-size: 16px;
    font-weight: 500;  
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-panel-thumb:active {
	color: #fa830c;
    font-size: 16px;
    font-weight: 500;  
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif; 
}
.product-tittle-panel-thumb:focus {
	color: #fa830c;
    font-size: 16px;
    font-weight: 500;  
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif; 
}

.price-product-thumb {
    color: #167f1e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;   
}
.price-product-thumb-one {
    color: #fa830c;
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 28px;   
}
.price-product-new-thumb {
	color: #fa830c;
    font-size: 18px;
    font-weight: 600;  
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.price-product-old-thumb {
	color: #dad0c6;
    font-size: 16px;
    font-weight: 400;  
    margin-bottom: 20px;
    text-decoration: line-through;
    font-family: 'Roboto', sans-serif;
}
.price-product-tax-thumb {
	color: #fa830c;
    font-size: 18px;
    font-weight: 600;  
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.product-description-panel-thumb {
	color: #666;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.space-20px {
	height: 10px;
	background: transparent;
	width: 100%;
}


.icn-20px {
	height: 16px;
	width: 16px;
	margin-bottom: 5px;
}


.footer-tittle {
	color: #333;
    font-size: 16px;
    font-weight: 600;  
    font-family: 'Roboto', sans-serif;
}

.footer-text-bold {
	color: #666;
    font-size: 14px;
    font-weight: 600;  
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2px;
}

.footer-text {
	color: #666;
    font-size: 14px;
    font-weight: 400;  
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2px;
}

ul.footer-info > li a {
	color: #666;
    font-size: 14px;
    font-weight: 400;  
    font-family: 'Roboto', sans-serif;
}
ul.footer-info > li a:hover {
	color: #fa830c;
    font-size: 14px;
    font-weight: 400;  
    font-family: 'Roboto', sans-serif;
}
ul.footer-info > li a:active {
	color: #fa830c;
    font-size: 14px;
    font-weight: 400;  
    font-family: 'Roboto', sans-serif;
}
ul.footer-info > li a:focus {
	color: #fa830c;
    font-size: 14px;
    font-weight: 400;  
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
	.footer-col-padding-left-0 {
		padding-left:0px; padding-right: 0px;
		text-align: left;
	}
	.footer-col-padding-left-6 {
		padding-left:6px;
		text-align: left;
	}
	.footer-col-padding-left-15 {
		padding-left:15px;
		text-align: left;
	}
}
@media (max-width: 767px) {
	.footer-col-padding-left-0 {
		padding-left:0px; padding-right: 0px;
		text-align: center;
	}
	.footer-col-padding-left-6 {
		padding-left:6px;
		text-align: center;
	}
	.footer-col-padding-left-15 {
		padding-left:15px;
		text-align: center;
	}
}

.footer-social-network-icons {
	font-size: 26px;
	color: #333;
}
.footer-social-network-icons:hover {
	font-size: 26px;
	color: #fa830c;
}
.footer-social-network-icons:focus {
	font-size: 26px;
	color: #fa830c;
}
.footer-social-network-icons:active {
	font-size: 26px;
	color: #fa830c;
}


.footer-link-text {
    font-size: 16px;
    color: #333 ;
}

.footer-link-text:hover {
	font-size: 16px;
	color: #fa830c;
}
.footer-link-text:focus {
	font-size: 16px;
	color: #fa830c;
}
.footer-link-text:active {
	font-size: 16px;
	color: #fa830c;
}


.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 240px;
}

.footer-flag {
	height:14px; margin-bottom: 5px;
}

.sections-tittle {
	font-size: 23px;
	color: #2b2c35;
	margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
}

.sections-text {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.sections-text-bold {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.img-responsive-logo {
    margin-top: 0px;
    width: 100px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-item:first-child {
    border-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.label {
    display: inline;
    padding: .2em .4em .2em;
    font-size: 70%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-top-left-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	border-bottom-right-radius: 30px 0px;
	border-bottom-left-radius: 30px;
}


.label-primary {
    background-color: #033577;
}

.label-info {
    background-color: #1967d0;
}

.label-success {
    background-color: #5bb75b;
}

.label-warning {
    background-color: #ff8500;
}

.label-danger {
    background-color: #da4f49;
}



.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #033577;
    border-color: #033577;
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #167f1e;
    border-color: #167f1e;
    cursor: default;
}

.tables-tittle {
	font-weight: 600; font-size: 16px;
    color: #444;
}

.tables-text {
	font-weight: 400; font-size: 15px;
    color: #444;
}

.tables-text-small {
	font-weight: 400; font-size: 14px;
    color: #444;
}



ul.ul-general > li a {
	color: #666;
    font-size: 15px;
    font-weight: 300;  
    font-family: 'Roboto', sans-serif;
}
ul.ul-general > li a:hover {
	color: #fa830c;
    font-size: 15px;
    font-weight: 300;  
    font-family: 'Roboto', sans-serif;
}
ul.ul-general > li a:active {
	color: #fa830c;
    font-size: 15px;
    font-weight: 300;  
    font-family: 'Roboto', sans-serif;
}
ul.ul-general > li a:focus {
	color: #fa830c;
    font-size: 15px;
    font-weight: 300;  
    font-family: 'Roboto', sans-serif;
}

.links-product {
    font-size: 14px;
    font-weight: 500;
}

.average-rating-stats {
    background: #f4f4f4; padding-top: 4px; padding-bottom: 4px; padding-right: 6px; padding-left: 6px; margin-right: 6px; font-size: 12px;
}

.positive-icon {
    color:  #2db855;
    font-size: 12px;
}
.neutral-icon {
    color:  #eae041;
    font-size: 12px;
}
.negative-icon {
    color:  #da102d;
    font-size: 12px;
}


.payment_method_button_content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.no-padding-in-col {
    padding: 0px;
}

@media (min-width: 960px) {
    .row-margin-right-in-normal {
        margin-right: 15px;
    }
}
@media (max-width: 959px) {
    .row-margin-right-in-normal {
        margin-right: 0px;
    }
}


.padding-bottom-cols {
    padding-bottom: 20px;
}



@media (min-width: 960px) {
    .quantity-content {
        max-width: 120px; float: right; overflow: hidden;
    }
}
@media (max-width: 960px) {
    .quantity-content {
        width: 100%; float: right; overflow: hidden;
        margin-bottom: 10px;
    }
}


.badgeCart {
   position:relative;
}
.badgeCart[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-8px;
   right:16px;
   font-size:.7em;
   background:#f5ab1e;
   color:#000000;
   width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    border-bottom-right-radius: 30px 0px;
    border-bottom-left-radius: 30px;
}

.badgeBell {
   position:relative;
}
.badgeBell[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-8px;
   right:12px;
   font-size:.7em;
   background:#f5ab1e;
   color:#333;
   width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   border-top-left-radius: 30px 30px;
   border-top-right-radius: 30px 30px;
   border-bottom-right-radius: 30px 0px;
   border-bottom-left-radius: 30px;
}

.badgeSeller {
   position:relative;
}
.badgeSeller[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-8px;
   right:12px;
   font-size:.7em;
   background:#ff8500;
   color:white;
   width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   border-top-left-radius: 30px 30px;
   border-top-right-radius: 30px 30px;
   border-bottom-right-radius: 30px 0px;
   border-bottom-left-radius: 30px;
}

@media (min-width: 960px) {
    .wrapper-inner {
        margin-bottom: 0px;
    }
}
@media (max-width: 960px) {
    .wrapper-inner {
        margin-bottom: 20px;
    }
}


@media (min-width: 960px) {
    .center-in-responsive {
        text-align: left;
    }
}
@media (max-width: 960px) {
    .center-in-responsive {
        text-align: center;
    }
}

@media (max-width: 960px) {
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: 130px;
        line-height: 1;
    }
}

.product-links-button {
    background: #f4f4f4; padding-top: 4px; padding-bottom: 4px; padding-right: 6px; padding-left: 6px; margin-right: 6px; font-size: 12px;
}


.badge-primary {
    background: #167f1e;
    color: #fff;
}

.pd-av-bold {
    font-weight: 600;
}

.hr-dotted {
    border-top: 2px dotted; border-color:#ebebeb;
}

.text-line-through {
    text-decoration: line-through;
    color: #999;
}


@media (min-width: 960px) {
    .icon-margin-top-only-nrl {
        margin-top:4px;
    }
}
@media (max-width: 960px) {
    .icon-margin-top-only-nrl {
        margin-top:0px;
    }
}

.tittle-not-found {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color:#999;
    line-height: 20px;
}


.tooltip.top .tooltip-inner {
    background-color:#E17500;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #E17500;
}




.panel-left-bnt {
    width: 100%;
    height: auto;
    padding: 25px 25px 25px 25px;
    background: #f6f9fb;
    margin-bottom: 20px;
}

ul.ul-general {
    list-style: none;
    padding-left: 0px;
}
ul.ul-general li {
    list-style: none;
    padding-left: 0px;
}
ul.ul-general li a {
    font-size: 14px;
    color: #5f6068;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
ul.ul-general li a:hover {
    font-size: 14px;
    color: #2b2c35;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
ul.ul-general li a:focus {
    font-size: 14px;
    color: #2b2c35;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
ul.ul-general li a:active {
    font-size: 14px;
    color: #2b2c35;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.tittle-general {
    font-size: 28px;
    color: #2b2c35;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.tittle-general-sm {
    font-size: 16px;
    color: #2b2c35;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.text-general {
    font-size: 14px;
    color: #5f6068;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.btn-responsive {
    font-size: 9px; height: 25px; width:10px; padding: 2px 2px 0px 2px; margin-bottom:4px;
}
.btn-responsive:hover, .btn-responsive:active, .btn-responsive:focus {
    font-size: 9px; height: 25px; width:10px; padding: 2px 2px 0px 2px; margin-bottom:4px;
}

.responsive-table-tittle {
    font-size: 11px; font-weight: bold;
}
.responsive-table-text {
    font-size: 11px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #69b06f;
    border-color: #468c4c;
}

.square-biiboot-seller {
    background: #1352a7;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 6px;
    margin-right: 22px;
    font-size: 12px;
    margin-left: 22px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    position: relative;
}

.btn-promo-whatsapp {
    color: #ffffff;
    background-color: #16cd64;
    border-color: #16cd64;
    border-radius: 0px;
    font-size: 14px;
    height: 40px;
    min-width: 40px;
}

.btn-primary-checkout {
    color: #ffffff;
    background-color: #167f1e;
    border-color: #167f1e;
    border-radius: 0px;
    font-size: 20px;
    height: 50px;
    min-width: 50px;
}

.btn-primary-checkout:hover, .btn-primary-checkout:focus, .btn-primary-checkout:active, .btn-primary-checkout.active, .btn-primary-checkout.disabled, .btn-primary-checkout[disabled] {
    color: #ffffff;
    background-color: #3f9746;
    border-color: #3f9746;
   
}

.label-status {
    display: inline;
    padding: .2em .4em .2em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    border-bottom-left-radius: 30px 30px;
}

.save-circule {
    background: #ff8500;
    padding-top: 11px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    position: relative;
    padding-left: 10px;
    width: 65px;
    height: 65px;
    margin-top: 5px;
    font-weight: 500;
}

.save-circule-catalog {
    position: absolute;
    margin-top: 50px;
    margin-left: 10px;
    z-index: 40;
}

.save-circule-small {
    background: #ff8500;
    padding-top: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    position: relative;
    padding-left: 4px;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    font-weight: 500;
}

.save-circule-catalog-small {
    position: absolute;
    margin-top: 50px;
    margin-left: 10px;
    z-index: 40;
}

.save-circule-catalog-small-module {
    position: absolute;
    margin-top: 35px;
    margin-left: 10px;
    z-index: 3;
}

.save-circule-catalog-small-module-xs {
    position: absolute;
    margin-top: 35px;
    margin-left: 0px;
    z-index: 3;
}

.save-stiker {
    font-size: 10px;
    margin-top: -4px;
}

 .price-product-old-thumb-small {
    color: #e1a060;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: line-through;
    font-family: 'Roboto', sans-serif;
}






