.debug-border1 {
  border-color: blue;
  border-width: 3px;
  border-style: solid;
}

.debug-border2 {
  border-color: deeppink;
  border-width: 3px;
  border-style: dashed;
}
.debug-border3 {
  border-color: green;
  border-width: 3px;
  border-style: double;
}

.debug-border4 {
  border-color: rgb(34, 0, 128);
  border-width: 3px;
  border-style: dashed;
}
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #2AE000;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #1DA600;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.bread_crumb{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #2AE000;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

#header {
  height: 95px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color:rgba(0,0,0,1);  
}
#header:after {
    content: '';
    height: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
	background-size: 26px 10px;
}
#header.header-scrolled:after {
   	border-bottom: 5px solid #178400;
}
#header.header-scrolled,
#header.header-pages {
  height: 78px;
  background-color:rgba(0,0,0,1);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
#header.header-scrolled .logo img {
 max-height:50px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  max-height: 80px;
}

#intro {
  width: 100%;
  position: relative;
  background-size: cover;
  padding-top:100px;
}

#headersection{
  width: 100%;
  height: auto;
  position: relative;
  background:#000;
 
  background-size: cover;
  padding-top:0px; 
  top:0;
  border-bottom:5px solid #178400;
}
#headersection .section_name h2 {
  color: #FFF;
  font-size: 38px;
  font-weight: 700;
  margin-top:120px;
}
#section {
  width: 100%;
  position: relative;
  background-size: cover;
  padding-top:40px;
  
}

.intro-img-fluid{
	 max-width: 95%;
    height: auto;
}


.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #2AE000;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #2AE000;
}


.main-nav .drop-down > a:after {
  content: "\e902";
  font-family: 'jhopervic-font';
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(23, 132, 0, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #000;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}
#mobile-menu.mobile-nav-toggle-scrolled,
#mobile-menu.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle-scrolled i,
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #FFF;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 166, 0, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

.section-bg {
  background: #f5f8fd;
}


#footer {
  font-size: 14px;
  background: #fff;
  color:#fff;
  
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000;
  border-top: 5px solid #178400;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  color:#fff;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
 
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2AE000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1DA600;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color:#fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color:#fff;
}

#footer .footer-top .footer-links ul a:hover {
  color:#fff;
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  #header {
    height: 70px;
    padding: 15px 0;
  }
  #header .logo img {
 max-height:50px;
}

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (min-width: 768px) {
  #intro .intro-info {
    padding-top: 100px;
  }
}


@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 130px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: right;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }
  
  #mobile-menu.mobile-nav-toggle {
	  top:20px;
  }

}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-clock:before {
    content: "\f017";
}
.fa-user:before {
    content: "\f007";
	padding-right:5px;
}
.fa-file-upload:before {
    content: "\f574";
	padding-right:5px;
}
.fa-pen:before{
	content: "\f304";
}
.fa-trash-alt:before{
	content: "\f2ed";
}
.fa-clock:before {
    content: "\f017";
}
.fa-star:before {
    content: "\f005";
}
.fa-plus:before {
    content: "\f067";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-sync:before {
    content: "\f021";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-cash-register:before{
	  content: "\f788";
  } 
.fa-paypal:before{
	  content: "\f1f4";
  }   
  .fa-download:before{
	  content: "\f019";
  }  
.pull-left {
    float: left;
}
 .pull-right {
    float: right;
}
.cl-yellow{
	color:#F6A100;
}
.pos-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.triangle-bottom{
        position: relative;
}
.triangle-bottom:after {
        content: '';
        height: 10px;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        background: url(/_img/triangle_bg.png) repeat-x;
        background-size: 26px 10px;
        transform: rotate(180deg); -webkit-transform: rotate(180deg);
}

.footer-top1:after {
    content: '';
    height: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: url(/_img/triangle_bg.png) repeat-x;
    background-size: 26px 10px;
    opacity: .9;
}

.top50{
	margin-top:50px;
}
.top100{
	margin-top:100px;
}

.top200{
	margin-top:200px;
}

.btn1:hover,
.btn1:active {
  color: #1DA600;
  outline: none;
  text-decoration: none;
  outline:0;
}
/* Advertising Section
--------------------------------*/
#advertising {
  padding: 60px 0;
}

@media (max-width: 991px) {
  #advertising .advertising-content {
    padding-top: 30px;
  }
}

/* Branch Section
--------------------------------*/
#branch {
  padding: 60px 0;
}

@media (max-width: 991px) {
  #branch .branch-content {
    padding-top: 30px;
  }
}

#map {
        height: 400px;
		width:100%;
		padding-bottom:100px;
		border: 2px solid rgba(0, 131, 193, 1);
	 }
	 
.card-header {
  background-color: transparent;
  border-bottom:2px solid rgba(29, 166, 0, 1);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-left: 20px;
  margin-right: 20px;
}
.card-title {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    color: #2AE000;
    text-align: left;
}

.gm-style-iw-c {
    border-top: 3px solid #F6A100;
}
.login-form {
    width: 350px;
    margin: 0 auto;
    padding: 100px 0 30px;
}
.login-form h2 {
    font-size: 22px;
    margin: 35px 0 25px;
}
.login-form form {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #ececec;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #30936d !important;
    border-radius: 0.25rem;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(48 147 109 / 25% ) !important;
}
.login-form .avatar img {
    width: 100%;
}

.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #2AE000;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form .alert {
    margin-bottom: 100px;
    text-align: center;
}

.btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    border-radius: 0;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    background: #2AE000;
    color: #fff;
}
.image-header {
    text-align: center;
    height: 150px;
    padding-top: 30px;
}
.box400{
	height:400px;
}
.paddingbottom100{
	padding-bottom:100px;
}
.paddingtop100{
	padding-top:100px;
}

.paddingtop20{
	padding-top:20px;
}
#validate {
    width: 500px;
    margin: 0 auto;
    padding: 50 0 30px;
	padding-bottom:100px;
	}
#validate .validateframe{
	
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #FAFAF8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.09);
    padding: 30px;
    position: relative;
}
#validate p
{
	font-weight: 900;
	font-size:16px;
	text-align:center;
}
.msg-success{
	color: #178400;
}
.msg-error{
	color: #A62828;
}
.mb-70 {
    margin-bottom: 70px !important;
}

#menu > ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	border-bottom: 2px solid #2AE000;
}

#menu > ul > li{
    list-style: none;
    display: inline-block;
    line-height: 1.6;
    font-size: .9em;
}

#menu > ul{
    text-align: center;
    font-size: 1.2em;
	padding-bottom:11px;
}

#menu > ul > li > a {
    padding: 15px 20px;
}

 #menu > ul > li a.active {
    border-radius: 5px 5px 0 0;
    background: #2AE000;
    color: #FFFFFF;
}
#menu > ul > li:hover a{
    border-radius: 5px 5px 0 0;
    background: #b2ffa1;
    color: #178400;
}

.order-box.box-warning {
    border-top-color: #f39c12;
}
.order-box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.order-box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-header.with-border {
    border-bottom: 1px solid #f39c12;
}

.order-box > .box-header {
    color: #444;
    display: block;
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    position: relative;
}
.btn-custom1{
	color: #fff;
    background-color: #2AE000;
    border-color: #3399CC;
}
.btn-outline-danger a:hover{
	background-color: #dc3545;
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

#order-box > a:hover{
	background:#2AE000;
}


.msg-danger{
	color: #A62828;
}

.info-wrap {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #eee; }

.card-product-title {
    margin-top: 0;
	 color: #2AE000;
}

.card-product-new {
    margin-right: 5px
}
.btn-cust-size {
    width: 78px !important;
	font-size: 10px;
	padding:0;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor:pointer;
}
.btn-cust-size:disabled,.btn:disabled{
    cursor: not-allowed;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
 
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #178400;
	
}

.panel-bprimary>.panel-heading {
    color: #fff;
    background-color: #178400;
    border-color: #178400;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-minh300
{
	min-height:300px;
	margin-bottom:30px;
}

.newaddressbox {
    border-style: dashed;
    height: 300px;
    border-width: 2px;
    box-sizing: border-box;
    border-color: #C7C7C7;
    text-align: center;
    vertical-align: middle;
}

.add-address {
    font-size:5em;
	margin-top:100px!important;
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #155724;
    color: #fff;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}


.modal-body>h4 {
    font-size: 1.5rem;
	margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;

}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-warning {
  color: #1F2D3D;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: none;
}
.label {
    position: absolute;
    top: 9px;
    left: 95px;
    text-align: center;
    font-size: 10px;
    padding: 5px 5px;
    line-height: .9;
	border-radius: 8px;
}
.label-warning {
    background-color: #f39c12 !important;
	color:#fff;
}

.balloon{
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 30px;
  top: 100px;
  font-size: 17px;
  }
  
  #Messageballoon{
    z-index: 2000;
  }
  #Messageballoon.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  .spinner{
    position: absolute;
    height: 100px !important;
    width: 100px !important;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    color: #30936d  !important;
    
  }

  #spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1051;
  }

.cart-table{
	width:100%;
	font-family: "Roboto Condensed", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.cart-table th:first-child {
    padding-left: 0;
    text-align: left;
	
}

.cart-table th {
    padding: 0 0 12px 10px;
    border-bottom: 1px solid #6e6e6e;
    text-align: right;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.cart-table .name {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.Column-Product{
	width:50%;
}
.Column-Price{
	width:15%;
}
.Column-Qty{
	width:15%;
}
.Column-Total{
	width:20%;
}

.cart-table .product-line-attributes {
    padding: 0 0 2px;
	list-style: none;
    padding: 0;
    margin: 0;
	color: #989898;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.cart-table .link-icon {
    margin-left: 15px;
    margin-top: 10px;
    vertical-align: middle;
    text-decoration: underline;
    color: #505050;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 0 0 0 23px;
    background-color: transparent;
    border: none;/* 
    cursor: pointer; */
}

.cart-table .item-price {
    font-size: 14px;
       font-weight: 400;
    letter-spacing: 0.05em;
	text-align:right;
}

.cart-table .item-quantity {
    text-align:right;
    margin-top: 10px;
	
}
.cart-table .item-total {
    text-align:right;
    margin-top: 10px;
	
}
.addresscart
{
	margin-left:0px;
}

.my-addresses {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}
.my-addresses>li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.my-addresses>li>input[type='radio']:not(old) + label,
.my-addresses>li>input[type='radio']:not(old){
  cursor: pointer;
}

.my-addresses>li>input[type='radio'] {
    margin: 0 10px 0 5px;
	vertical-align:top;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
    border-collapse: collapse;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.btnc {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.topping{
	position:absolute;
    top:0;
	left:0;
}
.tidx1{
    z-index:1;
}
.tidx2{
    z-index:2;
}
.tidx3{
    z-index:3;
}
.tidx4{
    z-index:4;
}
.tidx5{
    z-index:5;
}
.tidx6{
    z-index:6;
}
.tidx7{
    z-index:7;
}
.tidx8{
    z-index:8;
}
.tidx9{
    z-index:9;
}
.tidx10{
    z-index:10;
}
.tidx11{
    z-index:11;
}
.tidx12{
    z-index:12;
}
.nostock{
 color: #FF3333;
 text-decoration:line-through;
}

.outstock{
 color: #FF3333;
 
}
.pdt-50{
	margin-top:50pt;
}


.md-danger{
	background-color: #A62828;
}

.md-success{
	background-color: #28a745;
}


.md-success{
	background-color: #28a745;
}
.icon-danger:before{
	content: "\f071";
	font-size:100px;
	color: #A62828;
	margin-left:10px;
	margin-top:10px;
	padding-bottom:60px;
  } 
 
.icon-success:before{
	content: "\f058";
	font-size:100px;
	color: #28a745;
	margin-left:10px;
	margin-top:10px;
	padding-bottom:60px;
  } 
.paymenticon{
	font-size:100px;
	color: #155724;
	margin-left:10px;
	margin-top:10px;
	padding-bottom:60px;
}

.debug-border1{
  border-color:blue;
  border-width: 3px;
  border-style: solid;
}

.debug-border2{
  border-color:deeppink;
  border-width: 3px;
  border-style: dashed;
}

.btn-danger {
  color: #ffffff;
  background-color: #A62828;
  border-color: #A62828;
  box-shadow: none;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}

#confirmation {
    width: 60%;
    margin: 0 auto;
    padding: 50 0 30px;
	padding-bottom:100px;
	}
#confirmation .confirmationframe{
    border-radius: 12px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #D4EDDA;
	border: 1px solid #155724;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.09);
    padding: 30px;
    position: relative;
}
#confirmation .confirmationframe b{
  color:#165724;
}

.flags{
	width:100%;
	display:block;
	margin-top:10px;
}

.flags img{
		width:80px;
		height:auto;
		border:none;
		
}



#countries {
  width: 100%;
  position: relative;
  background-size: cover;
  padding-top:100px;
}

.countries {
	margin-top:50px !important;
  padding: 70px 0;
}

.owl-carousel{
	margin-top:30px !important;
}
.owl-item .item a{
	text-decoration:none;
}

.owl-item .item a h4{
	background:#178400;
	color:white;
	text-align:center !important;
}

.owl-item .item a:hover img{
	opacity: 0.6 !important;
}

.owl-item .item a:hover h4{
	opacity: 0.6 !important;
}


.owl-carousel button.owl-dot:focus{
	border:none !important;
}

.logo-whatsap {
	width:15px !important;
	height:15px !important;
	
	background-color: #2AE000;
	-webkit-mask: url("/_img/whatsapp-brands.svg") no-repeat center;
	mask: url("/_img/whatsapp-brands.svg") no-repeat center;
	display:inline-flex;
	margin-right:5px;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.custom-label {
  font-size: 1em !important;
  font-weight: bold;
  padding-bottom: 10px !important;
}
#rgcaptcha{
      color: #2AE000;
    font-size: 15pt;
    margin-left: 10pt;
    cursor: pointer;
}

.floating-label { 
  position:relative; 
  margin-bottom:20px; 
}


.floating-select:focus {
     outline:none;
     border-bottom:2px solid #5264AE; 
}

.form-floating >label {
  color:#30936d; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:15px;
  top:-23px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}





.payment-form {
  padding-bottom: 10px;
  margin-right: 15px;
  margin-left: 15px;
	
}
  
.payment-form.dark {
	background-color: #f6f6f6;
}
  
  
.payment-form .block-heading {
  padding-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
  
.payment-form .block-heading h3 {
  margin-bottom: 1.2rem;
  color: #2AE000;
}
  


.payment-form .mercadopago-button {
  padding: 8px 0;
} 
  
.payment-form  .control-label {
  font-size: 1em !important;
  font-weight: bold;
  padding-bottom: 10px !important;
}

.btn-custom {
  color: #fff;
  background-color: #184936;
  border-color: #184936;
  box-shadow: none;
  padding: 10px 24px;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus{
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}


.big-icon{
  font-size: 26px;
  padding-right: 5px;
}

.media-network{
  padding-right: 10px !important;
}
.media-network > span{
  font-size: 20pt !important;
}

