/*general style*/
body {
    font-family: "Lato";
}

/*end general style*/

#free-delivery-module span{
	color:white
}
#free-delivery-module span.price{
	font-size:13px;
}
#free-delivery-module .filled-line{
	background-color:white
}

#Ppp svg{
	fill:white;
}

#checkout .order-options span.custom-checkbox{
	display: none;
}

#product #estimateddelivery span.date_green{
	color:#232323;
	font-weight: bolder;
	
}

#product #estimateddelivery.estimateddelivery > div.ed_item{
	margin-bottom: 0px;
}


/*Registro Pro*/
#module-addifyb2bregistrationformbuilder-form .form-group.row{
    display:flex !important;
    flex-direction:column !important;
    position:relative;
    gap:5px;
    margin: 0;
}
#module-addifyb2bregistrationformbuilder-form .form-control-label.required{
    width:100%;
    height:30px;
    text-align:left;
    padding: 0;
}
#module-addifyb2bregistrationformbuilder-form div.col-md-6{
    width:100%;
    padding: 0;
    margin: 0;
}
#module-addifyb2bregistrationformbuilder-form input{
    width:100%;
    height:40px;
    border-radius:10px;
}
#module-addifyb2bregistrationformbuilder-form .btn{
    height:40px;
}
#module-addifyb2bregistrationformbuilder-form form.plugin-form{
    border:1px solid black;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
	font-family:lato;
	padding:50px 60px;
}
#module-addifyb2bregistrationformbuilder-form form.plugin-form label{
	font-weight: 700;
	font-size:20px;
}
/*
#module-addifyb2bregistrationformbuilder-form form.plugin-form .form-group.row:nth-of-type(-n + 6) label::after{
	content:"*";
	color:#83C0F0;
}
*/
#module-addifyb2bregistrationformbuilder-form form.plugin-form h1{
	font-weight:800;
	font-size:32px;
	margin-bottom:20px;

}
#module-addifyb2bregistrationformbuilder-form form.plugin-form h1 span{
	font-size:18px;
	background-color:#83C0F0;
	padding:0 10px;
	border-radius:10px;
	color:white;
	margin-left:5px;
}
#module-addifyb2bregistrationformbuilder-form div#content{
    padding:0;
    margin:0;
    display:flex;
}
#module-addifyb2bregistrationformbuilder-form div#content div.col-lg-6:first-child{
	padding:0 !important;
    margin:0;
    height:auto;
}

#module-addifyb2bregistrationformbuilder-form div#content div.col-lg-6:nth-child(2){
	padding:60px 60px;
    margin:0;
    height:auto;
}
#module-addifyb2bregistrationformbuilder-form button#form_save{
	border-radius:20px;
	padding:5px 20px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color: #83C0F0;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	font-style:normal;
}
#module-addifyb2bregistrationformbuilder-form .Login{
	margin-top:40px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:100%;
	gap:10px;
}
#module-addifyb2bregistrationformbuilder-form .Login a{
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:100%;
	color:#83C0F0;	
}
#module-addifyb2bregistrationformbuilder-form #content div.imagen{
	color: white;
	
}
#module-addifyb2bregistrationformbuilder-form #content div.imagen .texto{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:30px;
	background-color: #0000008F;
	height: 100%;
	padding-left: 100px;
	padding-right: 180px;
}
#module-addifyb2bregistrationformbuilder-form #content div.imagen h2{
        font-weight: 900;
        font-size: 60px;
        line-height: 105%;
}
#module-addifyb2bregistrationformbuilder-form #content div.imagen p{
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
}
#module-addifyb2bregistrationformbuilder-form #terms{
	width:100%;
	padding:0;
	margin:0;
}
#module-addifyb2bregistrationformbuilder-form #terms em{
	font-size:16px;
	font-style:normal;
	font-weight:400;
}
#module-addifyb2bregistrationformbuilder-form #terms a{
	font-size:16px;
	font-style:normal;
	font-weight:400;
	color:#83C0F0;
}

@media (min-width: 768px) {
    #module-addifyb2bregistrationformbuilder-form  .container {
        padding: 0;
        margin: 0;
        width: 100% !important;
    }
}
@media (max-width:992px){
    #module-addifyb2bregistrationformbuilder-form #content div.imagen{
        display:none;
    }
    #module-addifyb2bregistrationformbuilder-form #content div.formulario{
	    width: 100%;
    }
    #module-addifyb2bregistrationformbuilder-form #content div.row{
	    width: 100%;
    }
    #module-addifyb2bregistrationformbuilder-form button#form_save{
	font-size: 12px;
	}
}
@media (max-width: 768px) {
    #module-addifyb2bregistrationformbuilder-form .container {
        width: 100%;
        max-width: 100%;
    }
    #module-addifyb2bregistrationformbuilder-form div#content div.col-lg-6:nth-child(2){
	padding:20px 20px;
    margin:0;
    height:auto;
	}

}
@media (max-width: 576px){
	#module-addifyb2bregistrationformbuilder-form form.plugin-form{ 
	padding:30px 30px;
	}
	#module-addifyb2bregistrationformbuilder-form form.plugin-form h1{
	font-size:24px;
	}
	#module-addifyb2bregistrationformbuilder-form form.plugin-form h1 span{
	font-size:11px;
	}
	#module-addifyb2bregistrationformbuilder-form form.plugin-form label{
	font-size:14px;
	font-weight: 400;
	}
	#module-addifyb2bregistrationformbuilder-form input{
    height:30px;
	}
	#module-addifyb2bregistrationformbuilder-form .btn{
	    height:30px;
	}
}
/*free shipping cart block*/
.cart-side-popup .shipping-amount-display .text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
}

.cart-side-popup .shipping-amount-display .text .line {
    margin-bottom: 7px;
}

.cart-side-popup .shipping-amount-display .truck {
    margin-top: -24px;
}

.cart-side-popup .shipping-amount-display.fsad-free.custom .filled-line {
    border-radius: 5px;
}

.stsb_my_account_page_nav.stsb_my_account_page_nav_left{
	display: none;
}

#my-account .page-header{
    margin:30px 0;
	text-align:center;
}

.link-item:hover{
	background-color: #82c0f0 !important;
    color:white !important;
    border-radius:20px
}
.link-item:hover .material-icons{
    color:white !important;
}

.category-extradescription{
    padding:20px;
    background:#DADADA;
    border-radius:30px;
}
/*end free shipping cart block*/


/***********************checkout************************/
/*colors*/
:root {
    --checkout-white: #ffffff;
    --checkout-black: #000000;
    --checkout-primary: #83C0F0;
    --checkout-text: #1E1E1E;
    --checkout-disabled: #757575;
    --checkout-border: #D9D9D9;
}

/* Variables de colores */
:root {
  --primary-color: #83C0F0;
  --primary-hover: #AED7F6;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #767676;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --white: #ffffff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --border-radius: 0.375rem;
  --border-radius-lg: 0.5rem;
  --box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Estilos principales del formulario */
#password #main {
  max-width: 600px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#password .page-header {
  text-align: center;
  margin-bottom: 2rem;
}

#password .page-header h1 {
  color: var(--dark-color);
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}

/* Tarjeta del contenido */
#password .page-content.card {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-lg);
  padding: 2.5rem;
  border: 1px solid var(--gray-200);
}

/* Formulario */
#password .forgotten-password {
  width: 100%;
}




/* Header del formulario */
#password .forgotten-password header {
  margin-bottom: 2rem;
}

#password .send-renew-password-link {
  color: var(--gray-700);
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 1rem;
  background-color: var(--gray-100);
  border-radius: var(--border-radius);
  border-left: 4px solid var(--info-color);
}

/* Campos del formulario */
#password .form-fields {
  margin-bottom: 2rem;
}

#password .form-group {
  margin-bottom: 1.5rem;
}

#password .center-email-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#password .form-control-label {
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
  display: block;
    width:100% !important;
    height:auto;
    text-align:left;
    padding-left:0px;
}

#password .form-control-label.required::after {
  content: " *";
 
  color: var(--danger-color);
}

#password .email {
  width: 100%;
}

#password .form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid var(--gray-300);
  border-radius: var(--border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--white);
}

#password .form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#password .form-control:invalid {
  border-color: var(--danger-color);
}

#password .form-control:invalid:focus {
  border-color: var(--danger-color);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Botones */
#password .form-control-submit {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-transform: none;
}

#password .btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
}

#password .btn-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--box-shadow-lg);
}

#password .btn-primary:active {
  transform: translateY(0);
  box-shadow: var(--box-shadow);
}

#password .btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* Clases de visibilidad responsive */
#password .hidden-xs-down {
  display: block;
}

#password .hidden-sm-up {
  display: none;
}

/* Footer */
#password .page-footer {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-200);
}

#password .account-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  transition: all 0.15s ease-in-out;
}

#password .account-link:hover {
  background-color: var(--gray-100);
  text-decoration: none;
  color: var(--primary-hover);
}

#password .material-icons {
  font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  #password #main {
    margin: 1rem auto;
    padding: 0 0.5rem;
  }
  
  #password .page-content.card {
    padding: 1.5rem;
  }
  
  #password .page-header h1 {
    font-size: 1.5rem;
  }
  
  #password .send-renew-password-link {
    font-size: 1rem;
    padding: 0.75rem;
  }
  
  #password .hidden-xs-down {
    display: none;
  }
  
  #password .hidden-sm-up {
    display: block;
  }
}

@media (max-width: 480px) {
  #password .page-header h1 {
    font-size: 1.25rem;
  }
  
  #password .page-content.card {
    padding: 1rem;
  }
  
  #password .send-renew-password-link {
    font-size: 0.9rem;
  }
}

/* Estados de carga */
#password .form-control-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

#password .form-control-submit.loading {
  position: relative;
  color: transparent;
}

#password .form-control-submit.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  border: 2px solid transparent;
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*end colors^*/

/*general style ALSO NEEDED FOR CHECKOUT*/
.btn-primary:hover,
.btn-primary:active,
.custom-radio input[type=radio]:checked + span,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary {
    background-color: var(--checkout-primary);
}

input {
    border-radius: 8px;
    border: 1px solid var(--checkout-border) !important;
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-text);
    font-weight: 400;
}

.input-group.focus,
input:focus,
.form-control:focus {
    outline: 1px solid var(--checkout-primary);
    border: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}


/*end general style ALSO NEEDED FOR CHECKOUT*/
body#checkout .user-info p,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier-selector .custom-radio,
body#checkout section.checkout-step .order-options .custom-checkbox > span,
body#checkout .container > .row,
body#checkout #hook-display-after-carrier {
    margin: 0;
}

body#checkout #content-wrapper,
body#checkout section.checkout-step .address-footer {
    padding: 0;
}

body#checkout .cart-grid-right #js-checkout-summary .main-container .top-content,
body#checkout .cart-grid-right .block-promo .cart-voucher,
body#checkout .stsb_checkout_wrapper .cart-grid-right #payment-confirmation {
    padding: 0 24px;
}

body#checkout .btn-primary.disabled:hover {
    color: var(--checkout-white);
}

body#checkout .btn-primary {
    text-transform: initial;
}

body#checkout #wrapper a, body#checkout a:hover {
    color: var(--checkout-primary);
}

body#checkout textarea:focus-visible {
    outline: none;
}

body#checkout textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--checkout-text);
    padding: 13px;
}

body#checkout .step-title {
    gap: 16px;
}

body#checkout section.checkout-step {
    padding: 0 28px;
}

body#checkout .step-number {
    font-weight: 700;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit,
body#checkout section.checkout-step .edit-address {
    text-transform: initial;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-text) !important;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}


body#checkout .user-info .identity,
body#checkout .user-info .identity a {
    color: var(--checkout-text);
    font-size: 14px;
    line-height: 14px;
}

body#checkout .user-info .user-name {
    margin-bottom: 5px;
}

body#checkout .user-info .user-mail {
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-disabled);
}

body#checkout .user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

body#checkout .js-address-form p {
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-text);
}

body#checkout .form-control {
    height: 40px;
}


body#checkout section.checkout-step .delivery-options .delivery-option {
    background: transparent;
}

body#checkout section.checkout-step .address-item {
    background: var(--checkout-white);
    margin: 0;
    flex: unset;
    width: calc(50% - 8px);
    padding: 16px;
}

body#checkout section.checkout-step .address-item.selected {
    border-width: 2px;
}

body#checkout #delivery-addresses {
    gap: 16px;
}

body#checkout section.checkout-step .address-alias {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--checkout-text);
}

body#checkout .js-address-item .radio-block .custom-radio {
    display: none;
}

body#checkout section.checkout-step .address {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--checkout-text);
    margin: 0;
}

body#checkout section.checkout-step .radio-block {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-body {
    width: 70%;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right {
    width: 30%;
}

body#checkout #delivery label,
body#checkout #delivery span {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-disabled);
}

body#checkout #delivery label {
    color: var(--checkout-text);
    margin-bottom: 4px;
}

body#checkout #delivery textarea,
body#checkout section.checkout-step .order-options #gift textarea {
    border-radius: 8px;
    border: 1px solid var(--checkout-border);
}

body#checkout section.checkout-step .carrier-name,
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-text);
}

body#checkout section.checkout-step .carrier-price {
    color: var(--checkout-primary);
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    justify-content: initial;
    gap: 10px;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option .carrier-time {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

body#checkout section.checkout-step .order-options {
    margin-bottom: 15px;
}

body#checkout section.checkout-step .order-options .custom-checkbox {
    align-items: center;
}

body#checkout section.checkout-step .order-options .custom-checkbox .js-gift-checkbox {
    position: relative;
    margin: 0;
}

body#checkout section.checkout-step .order-options .custom-checkbox label[for="input_gift"] {
    color: var(--checkout-text);
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 5px;
    padding: 0;
}

body#checkout section.checkout-step .order-options #gift {
    margin-top: 10px;
}

body#checkout section.checkout-step:last-of-type {
    border-bottom: 1px solid var(--checkout-border);
}


body#checkout .payment-options label span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--checkout-text);
}

body#checkout .js-terms {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--checkout-text);
}

body#checkout .cart-grid-right .products-count span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--checkout-primary);
}

body#checkout .cart-grid-right .products-count {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

body#checkout .cart-grid-right .products-count.open img {
    transform: rotate(180deg);
}

body#checkout #cart-summary-product-list img {
    width: auto;
}

body#checkout .cart-grid-right .products-container {
    display: none;
    margin-top: 20px;
}

body#checkout .cart-grid-right #cart-summary-product-list ul li {
    padding-bottom: 10px;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    gap: 8px;
}

body#checkout .cart-grid-right .cart-summary-line {
    line-height: normal;
}

body#checkout .cart-grid-right #js-checkout-summary .main-container {
    border-bottom: 1px solid var(--checkout-border);
    padding-bottom: 16px;
    margin-bottom: 36px;
}

body#checkout .cart-grid-right .block-promo {
    border-bottom: 1px solid var(--checkout-border);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

body#checkout .cart-grid-right .block-promo .promo-code-button,
body#checkout .form-control-label,
body#checkout .stsb_checkout_wrapper .card-block.cart-summary-totals .cart-summary-line.cart-total .label {
    text-align: left;
}

body#checkout .cart-grid-right .block-promo .promo-code form {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

body#checkout .cart-grid-right .cart-summary-line::after {
    display: none;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total .label .total-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total .label .tax-text {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: var(--checkout-disabled);
    padding-top: 2px;
}


body#checkout .stsb_checkout_wrapper .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    text-align: right;
}


body#checkout .stsb_checkout_wrapper .cart-grid-right .promo-name {
    margin-bottom: 10px;
}

body#checkout .stsb_checkout_wrapper .cart-grid-right .voucher-value {
    display: flex;
    align-items: center;
}

/***********************end checkout************************/

/*********************media queries**********************/
@media (min-width: 1200px) {
    /*checkout*/
    body#checkout .container {
        width: 1215px;
    }

    /*end checkout*/
}

@media (max-width: 992px) {
    /*checkout^*/
    body#checkout .stsb_checkout_wrapper {
        flex-direction: column;
        gap: 0;
    }

    body#checkout .stsb_checkout_wrapper .cart-grid-body,
    body#checkout .stsb_checkout_wrapper .cart-grid-right {
        width: 100%;
    }

    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit img,
    body#checkout .user-info img,
    body#checkout section.checkout-step .edit-address img {
        width: 12px;
    }

    body#checkout section.checkout-step,
    body#checkout .cart-grid-right #js-checkout-summary .main-container .top-content,
    body#checkout .cart-grid-right .block-promo .cart-voucher,
    body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total,
    body#checkout .stsb_checkout_wrapper .cart-grid-right #payment-confirmation {
        padding: 0;
    }

    body#checkout .container {
        padding: 0 20px;
    }

    body#checkout section.checkout-step .address-alias {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    body#checkout section.checkout-step .address {
        font-size: 12px;
        line-height: 18px;
    }

    body#checkout section.checkout-step .radio-block {
        margin-bottom: 8px;
    }

    body#checkout section.checkout-step .address-item {
        padding: 8px;
    }

    body#checkout .cancel-address {
        font-size: 12px;
    }

    body#checkout .js-address-form form .h4 {
        font-size: 14px;
    }

    body#checkout .stsb_checkout_wrapper > .cart-grid-body {
        margin-bottom: 30px;
    }

    body#checkout .cart-grid-right #js-checkout-summary .main-container {
        margin-bottom: 29px;
    }

    body#checkout .stsb_checkout_wrapper .cart-grid-right .card .cart-summary-totals .cart-summary-line.cart-total {
        margin-bottom: 50px;
    }

    /*end checkout^*/
}
#contact input.btn.btn-primary {
	background-color: #83C0F0;
}

#contact input.btn.btn-primary:hover {
	background-color: #AED7F6;
}

#contact label.btn.btn-default {
    background-color:#AED7F6;
}

#contact label.btn.btn-default:hover {
    background-color:#83C0F0;
}
/*******************end media queries********************/