/*
* @Author: Florin M.
* @Date:   2018-01-16 11:18:08
* @Last Modified by:   Florin Marin
* @Last Modified time: 2018-07-03 10:27:13
*/
.row * {
  -moz-box-sizing: border-box;
}
.row *:before,
.row *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.img-responsive {
	display: block;
	max-width: 100%;
}
.text-center {
	text-align: center;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}










 













/* MODIFICARI CUSTOM */

.tooltip-produs-gama {
    text-align: center;
    width: 74%;
    margin-left: 10%;
    font-size: 13px;
    background: gray;
    color: white;
    padding-bottom: 6px;
    line-height: 15px;
    position: absolute;
    left: 0px;
    opacity: 0;
    font-family: Source Sans Pro, sans-serif;
    bottom: 100%;
    transition: 0.3s;
    border-radius: 3px;
    height: auto;
    padding: 3%;
}

.tooltip-produs-gama::before {
    content: '\f0d7';
    position: absolute;
    left: calc(50% - 6px);
    bottom: -8px;
    z-index: -1;
    font-size: 18px;
    color: gray;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.thumb-produs-inner:hover .tooltip-produs-gama {
    opacity: 0.85;
    z-index: 1;
}

.produse-related .product-related {
	position: relative;
	background: #fff;
	border: 1px solid #d1d1d1;
}

.produse-related .product-related:hover {
	/*transform: scale(1.05);*/
}

.produse-related .product-related .imagine-produs {
    width: 100%;
    height: 0;
    position: relative;
}

.produse-related .product-related .imagine-produs .imagine-produs-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pret-redus {
    text-decoration: line-through;
    color: #d1d1d1;
    font-size: 16px;
    text-align: right;
    width:100%;
}

.full-price {
    font-weight: bold;
    font-size: 20px;
}

.gama-vin {
	letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

 .full-price sup, .pret-redus sup {
	    margin-left: -3%;
	    font-size: 12px;
}

.product-related .detalii-produs {
	margin-bottom: 15px;
}

.product-related .add-to-cart-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: calc(100% - 320px);
    margin: 0;
    opacity: 0;
    height: 100%;
    z-index: 3;
}
.product-related .add-to-cart-overlay > form {
    background: white;
    display: block;
    height: 100%;
    height: calc(100% - 320px);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}
.product-related:hover .add-to-cart-overlay {
	opacity: 1;
	pointer-events: all;
}

.product-related:hover hr {
    opacity: 0;
}
.product-related .add-to-cart-overlay .tocart {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%);
	width: 160px;
	padding: 9px 12px;
	height: 34px;
}

.product.media .image-container {
    height: 0;
    padding: 0;
    padding-bottom: 100%;
    position: relative;
}

.product.media .image-container img.elevateZoom{
	    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product.media .image-container .magnify {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}


.checkout-index-index .product-item-details {
	padding-left: 0px;
}

.modal-content .block-new-customer, .modal-content .block-customer-login {
	background-color: #fff !important;
}

.modal-content .block-customer-login input[type="email"], .modal-content .block-customer-login input[type="password"] {
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #c2c2c2 !important;
    border-radius: 1px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px !important;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100% !important;
    box-sizing: border-box;
}

.modal-content .fieldset .field {
	width: 100%;

}
.checkout-index-index fieldset .field._required label span {
	position: relative;
}

.payment-option span.action {
	color: #921117 !important;
}

.checkout-index-index .payment-group fieldset .field, .checkout-index-index .payment-group .fieldset{
	width: 100%;
}
.checkout-index-index .payment-group fieldset .field{
    margin: 0 0 25px;
}

.checkout-index-index .payment-option .field {
	width: 100%;
	float: left; 
}


.checkout-index-index .field.choice label {
	overflow: hidden;
	display: block;
}
.checkout-index-index .field.choice label:before {
    margin-right: 5px;
    content: '\f0c8';
    font-size: 20px;
    padding-right: 4px;
    color: #a1a1a1;
    font-family: "Font Awesome 5 Free";
    opacity: 1;
}

.checkout-index-index .field.choice input[type="radio"] {
	display: none;
}

.checkout-index-index .field.choice label:hover:before {
}
.checkout-index-index input[type="radio"]:checked + label:before {
    content: '\f14a';
    color: #b1b1b1;
    font-size: 20px;
    padding-right: 4px;
    text-shadow:none;
    font-family: "Font Awesome 5 Free";
}

.checkout-payment-method .step-title, .opc-wrapper .step-title {
    display: inline-block;
    color: white;
    background: #ba0000;
    width: auto;
    clear: right;
    padding: 1% 2% !important;
    border-radius: 3px;
    font-size: 18px !important;
    box-sizing: border-box;
    font-family: 'Nunito';
    letter-spacing: .02em;
    margin: 1%;
}
.payment-group .step-title {
    margin-left:0;
}
.billing-address-form .step-title {
    padding-left: 1% !important;
}
.payment-group .step-title {
    margin-bottom: 3%;
}


ol#checkoutSteps li#shipping, ol#checkoutSteps li#opc-shipping_method {
	max-width: 100%;
	border-radius: 4px;
}

.checkout-index-index .opc-wrapper {
    font-family: "RopaSans-Regular";
    margin-top: 20px;
}

.checkout-index-index .payment-methods .payment-method, .checkout-index-index .payment-methods .payment-method .payment-method-title.field.choice {
    width: 100%;
    overflow: hidden;
    border: none;
}

.checkout-index-index .payment-method-content {
	box-sizing: border-box;
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
    border: 0px !important;
}

.checkout-index-index .cartstatus {
	position: static;
}

.checkout-index-index .fieldset>.field-select-billing>.control {
	width: 100% !important;
	padding: 0;
}

.checkout-index-index .control select {
	height: 32px;
	border: none;
	transition: 0.3s;
	box-shadow: 0px 0px 0px 1px #d1d1d1;
	background: white;
	border-radius: 3px;
	font-size: 15px;
	padding: 0px 4px;
	font-family: 'Nunito';
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
	font-size: 17px;
}

.actions-toolbar button.action-cancel {
	color: #921117 !important;
}

.checkout-index-index .payment-group fieldset .field .label, .checkout-index-index .payment-group fieldset .field .control {
	box-sizing: border-box;
}
.checkout-index-index fieldset .field:not(.field-select-billing) .control {
	padding: 0;
}
.checkout-index-index .opc-wrapper .field .control input, .checkout-index-index #opc-new-shipping-address .field .control input{
	height: 32px !important;
	border-radius: 3px;
}
.checkout-index-index .field .control input:focus, .checkout-index-index .control select:focus, .checkout-index-index #opc-new-shipping-address .field .control input:focus, .checkout-index-index #opc-new-shipping-address .field .control select:focus{
}

.checkout-index-index .payment-group fieldset .field .label {
	width: 130px !important;
	padding: 0;
    text-transform: initial;
    font-weight: bold;
}

.checkout-index-index   fieldset.street .field label{
	display: none;
}
.checkout-index-index   fieldset.street .field .control {
	width: 100% !important;
}

.checkout-index-index .payment-group .field .control .field-tooltip-action{
	display: none;
}

.payment-option-title {
    padding: 10px 15px !important;
    border: none !important;
}

.payment-option-title.field.choice {
    box-sizing: border-box;
    font-size: 2.6rem;
}

.payment-option-title.field.choice span.action {
	width: 100%;
}
.payment-option-title.field.choice span.action span{
	color: white;
	padding: 10px;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
    /*display: none;*/
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code ~ .payment-option._collapsible.opc-payment-additional.discount-code {
    display: block;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content {
	opacity: 0;
    transition: 0.3s;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code._active .payment-option-content{
	opacity: 1
}

	/*opacity: 0;*/
.payment-option-title.field.choice span.action:after {
	float: right;
	content: '\f055';
	font-size: 16px;
	width: 20px;
	height: 20px;
	line-height: 14px;
	text-shadow: 0px 0px 1px;
	color: white;
	padding-top: 7px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}
.checkout-payment-method ._active .payment-option-title .action-toggle:after {
    content: '\f056' !important;
    text-align: center;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content{
	display: block;
	overflow: visible;
	box-sizing: border-box;
	padding: 0;
	float: left;
	width: 100%;
}


.checkout-index-index .label--checkbox:before {
    display: block;
    content: '\f0c8';
    border-radius: 2px;
    color: #a1a1a1;
    float: left;
    margin-right: 15px;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    margin-top: -1px;
}

.checkout-index-index input[type="checkbox"] {
	display: none;
}

.checkout-index-index input[type="checkbox"]:checked + label:before{
    content: '\f14a' !important;
    border: none;
    font-size: 20px;
    color: #ba0000 !important;
}

.opc-wrapper #reward-points-form {
    width: 90% !important;
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    background: white;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
}

.opc-wrapper #reward-points-form p {
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    margin-bottom: 0px;
}
.opc-wrapper #reward-points-form p b{
	color: #ba0000;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	padding: 0px 4px;
}

.opc-wrapper #reward-points-form .control{
	float: left;
	padding: 0;
	margin-bottom: 15px;
	width: auto !important;
}

.checkout-index-index aside .minicart-items-wrapper .minicart-items{
	font-size: 19px;
	color: #000;
	overflow: hidden;
}

.checkout-index-index aside .minicart-items-wrapper .minicart-items li:last-child {
	border-bottom: 1px solid;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #989898;
    width: 46%;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: none;
    color: #39B535;
    content: '\f058';
    font-size: 32px;
    right: 30px;
    top: calc(50% - 18px);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.checkout-index-index .shipping-address-items {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.checkout-index-index button.edit-address-link {
	color: #921117;
}
.checkout-index-index button.edit-address-link:hover {
	color: #000;
}

.billing-address-same-as-shipping-block.field.choice {
	width: 100%;
}

.checkout-index-index .fieldset>.legend+br {
	display: none;
}

.checkout-index-index aside .opc-block-shipping-information {
	display: none;
}

.checkout-index-index aside .table-totals tr {
    display: block;
    width: 100%;
    overflow: hidden;
}

.checkout-index-index aside .table-totals tr td{
	float: right;
	font-size: 16px;
	padding: 10px 0px;
}
.checkout-index-index aside .table-totals tr td span{
	color: black;
	font-size: 16px;
	font-family: Nunito, sans-serif;
	text-transform: none;
}
.checkout-index-index aside .table-totals tr th{
	padding: 10px;
	font-size: 14px;
	color: gray;
	display: flex;
	float: left;
	justify-content: center;
	font-family: Nunito, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold !important;
}

.checkout-index-index aside .block items-in-cart {
	margin-bottom: 10px;
}
.checkout-index-index aside .table-totals tr.grand.totals {
	border-bottom: none;
	margin-top: 10px;
	border-top: 1px solid #ba0000;
}
.checkout-index-index aside .table-totals tr.grand.totals .mark {
	float: right;
	color: #303030 !important;
	font-size: 18px;
	font-family: Nunito, sans-serif;
}
.checkout-index-index aside .table-totals tr.grand.totals .amount {
	float: right;
	padding-top:0px !Important;
	clear: right;
	padding-right: 0px;
}

.checkout-index-index aside .table-totals tr.grand.totals .amount .price{
	color: #ba0000 !important;
	font-family: Nunito, sans-serif;
	font-size: 18px;
}

button.hidefromcheckout {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.checkout-index-index .additional-buttons > div {
	box-sizing: border-box;
}

.checkout-index-index aside .additional-buttons  .back-to-cart, .checkout-index-index aside .additional-buttons .finalizezaComandaBtn {
    opacity: .8;
    padding: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    background: #ba0000;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: .1em;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    height: 100%;
}

.checkout-index-index aside .additional-buttons  .back-to-cart {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
}

.checkout-index-index aside .additional-buttons  .back-to-cart:hover {
	background-color: #fff;
}

.checkout-index-index aside .additional-buttons .finalizezaComandaBtn:hover {
	background-color: #363636;
}

#login-connect-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    background: #fff;
    z-index: 99999;
    pointer-events: none;
    box-shadow: 0px 0px 0px 9999999px transparent;
    display: none;
}

#login-connect-popup.animateIn {
	display:block;
}

#login-connect-popup span.tab {
	display: block;
	float: left;
	height: 5%;
	width: 50%;
	box-sizing: border-box;
	color: #d1d1d1;
	font-size: 13px !important;
	text-align: center;
	cursor: pointer;
	letter-spacing: .2em;
	text-transform: uppercase;
}

#login-connect-popup span.tab.active {
	color: white;
}
#login-connect-popup span.tab span {
	border-bottom: 2px solid transparent;
	padding:4px 8px;
	overflow:hidden;
}
#login-connect-popup span.tab.active span {
	border-color:#eaeaea;
}


#login-connect-popup .loginTab, #login-connect-popup .newAccountTab {
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#login-connect-popup .block-title {
	display: none;
}

#login-connect-popup .loginTab form .field, #login-connect-popup .loginTab form .actions-toolbar {
	float: left;
	clear: both;
	width: 100%;
}

#login-connect-popup .loginTab, #login-connect-popup .newAccountTab {
	display: none;
	overflow-y: auto;
	padding: 0;
	height: 75%;
}


#login-connect-popup .loginTab, #login-connect-popup .newAccountTab .custom-new-member {
    width: 90%;
    padding-left: 5%;
}

#login-connect-popup .loginTab.active, #login-connect-popup .newAccountTab.active {
	display: block;
}

#login-connect-popup .loginTab form .field input{
	background-color: #fff!important;
}

#login-connect-popup .field.note {
	display: block;
	float: left;
}

#login-connect-popup.animateIn {
    transform: translate(-50%, -50%);
    pointer-events: all;
    box-shadow: 0px 0px 0px 9999999px #00000085;
    opacity: 1;
}

.closeLoginPopup {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    font-size: 18px;
}

.navigation ul li ul {
	top: 55px !important;
}

.navigation ul li ul li {
	margin-bottom: 0;
	height: initial;
	text-transform: initial;
	font-weight: bold;
}
.navigation ul li ul li:hover a{
	color: #303030 !important;
}

.navigation ul li ul li.active a{
	border-color:#921117 !important;
}

/*.listVeziDetalii {
    padding: 12px;
    width: 200px;
    background: #393939;
    color: #fff;
    font-weight: initial;
	border: 2px solid #393939;
}*/
.listVeziDetalii {
    background: #921117;
    border: 1px solid #921117;
    border-radius: 0;
    font-size: 16px;
    font-family: "Nunito";
    font-weight: initial;
    height: 42px;
    width: 200px;
    padding: 10px 0;
    color: white;
    pointer-events: initial;
}
.listVeziDetalii:hover {
    background: white;
    color: black;
    border: 1px solid black;
}

ul.header.links li a {
	text-transform: initial;
}

.produse-related .listaMedaliiCatalog {
	top:17px;
}

.listaMedaliiCatalog {
    position: absolute;
    right: 10px;
    top: 8px;
    max-height: 100%;
    height: 100%;
    /*width: 100%;*/
    /*text-align: right;*/
}
.listaMedaliiCatalog .medalieCatalogProduct {
	/*max-width: 40px;*/
    position: relative;
}
.listaMedaliiCatalog .medalieCatalogProduct img {
    width: 100%;
    max-width: 36px;
    z-index: 3;
    position: relative;
}
.medalieCatalogProduct .tooltip {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: auto;
	min-width: 180px;
	font-size: 12px;
	top: -50px;
	text-align: center;
	z-index: 999999;
	padding: 5px;
	border-radius: 2px;
	background:gray;
	color: #fff;
	right: -68px;
	transition: 0.3s;
	cursor: default;
	box-sizing: border-box;
}

.medalieCatalogProduct:hover > .tooltip{
	/*display: block;*/
	opacity: 1;
	pointer-events: none;
	pointer-events: initial; 
}
.medalieCatalogProduct .tooltip:before {
	pointer-events: none;
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	position: absolute;
	bottom: -6px;
	transition: 0.3s;
	left: 50%;
	background: gray;
	transform: rotateZ(45deg) translateX(-50%);
}
 
.page-header.sticky a:hover, .page-header.sticky .minicart-wrapper .action.showcart:hover .minicart-text, .page-header.sticky .minicart-wrapper .action.showcart:hover:before{
	color: #fff !important;
} 

.page-header.sticky .counter.qty {
    background: #081826; 
} 

.customer-account-create .form-create-account {
	width: 100% !important;
}
  
.customer-account-create .form-create-account .fieldset .field .control input {
	padding: 10px !important;
	height: 30px;
}

div[role="alert"] { 
	float: left; 
	width: 100%; 
	clear: both;
}
 
div.messages {
    max-width: 100%;
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}

ol.opc#checkoutSteps {
	font-family: 'Nunito';
	border-radius: 10px;
}

form.form.password{
	min-width: initial;
	float: left;
	width: 100%;
	margin-top: 15px;
	background: white;
}