#ProOPC,#ProOPC span,#ProOPC div,#ProOPC p,#ProOPC input,#ProOPC select,#ProOPC button,#ProOPC h1,.proopc-finalpage h3,.proopc-finalpage h2,.proopc-finalpage h1,.proopc-finalpage h4,.proopc-register-login h3,.proopc-register-login h2,.proopc-register-login h4,.proopc-register-login h1 {
    font-size: 14px
}

#ProOPC span {
    *display: none!important
}

#ProOPC textarea,
#ProOPC input[type=text],
#ProOPC input[type=password],
#ProOPC input[type=datetime],
#ProOPC input[type=datetime-local],
#ProOPC input[type=date],
#ProOPC input[type=month],
#ProOPC input[type=time],
#ProOPC input[type=week],
#ProOPC input[type=number],
#ProOPC input[type=email],
#ProOPC input[type=url],
#ProOPC input[type=search],
#ProOPC input[type=tel],
#ProOPC input[type=color],
#ProOPC .uneditable-input {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(200, 200, 200, 0.6);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#ProOPC input:focus,
#ProOPC textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  border-color: #007bff;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}


button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

.vmCartPaymentLogo img {
    display: none!important
}

#ProOPC select {
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%
}

#ProOPC select[multiple] {
    height: auto
}

#ProOPC select[readonly],#ProOPC select[disabled] {
    background-color: #eee;
    cursor: not-allowed
}

#ProOPC .asterisk {
    color: #ec1c00
}

#ProOPC textarea.invalid,#ProOPC input[type=text].invalid,#ProOPC input[type=email].invalid,#ProOPC input[type=password].invalid,#ProOPC select.invalid {
    border-color: #b94a48;
    color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

#ProOPC a:not(.proopc-btn) {
}

a.terms-of-service {
    text-transform: uppercase
}

#ProOPC a:not(.proopc-btn):hover,#ProOPC a:not(.proopc-btn):focus {
    text-decoration: underline;
    outline: 0;
    border: 0
}

a.terms-of-service {
    font-weight: 700
}

#ProOPC label {
  display: flex;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

#ProOPC label:hover {
  color: #007bff;
}

}

#ProOPC label.invalid,#ProOPC div.invalid {
    color: #b94a48;
    background-color: transparent
}

#ProOPC form,#ProOPC fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

#ProOPC .proopc-input-append input[type=text],#ProOPC .proopc-input-append input[type=email],#ProOPC .proopc-input-append input[type=password] {
    padding-right: 20px
}

#ProOPC .proopc-qty-update .proopc-input-append input[type=text] {
    padding-right: 5px;
    width: auto;
    text-align: center
}

#ProOPC .proopc-input-append #proopc-coupon-code[type=text] {
    padding-right: 5px;
    float: left;
    font-size: 16px
}

#proopc-coupon {
    position: relative
}

#proopc-coupon button.proopc-btn {
    float: left;
    margin-left: -1px
}

#proopc-coupon .proopc-system-message {
    min-height: 30px
}

#proopc-coupon .proopc-input-append {
    padding: 15px 0
}

#ProOPC .inner-wrap {
    padding: 0 25px;
    min-height: 50px
}

#ProOPC .proopc-st-address .inner-wrap {
    min-height: 30px
}

#ProOPC input[type=checkbox] {
    margin: 0 5px 2px 0
}

#ProOPC input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #4777ee;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
  margin-right: 10px;
}

#ProOPC input[type=radio]:checked {
  border-color: #3579f6;
  background-color: #3579f6;
}

#ProOPC input[type=radio]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#ProOPC input[type=radio]:checked::after {
  opacity: 1;
}

label[for=BTasST] {
    margin-top: 10px
}

#ProOPC .cart-page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 25px;
  border: none;
  background: linear-gradient(90deg, #f0f2f5, #ffffff);
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.3s ease;
}

#ProOPC .cart-page-title i {
  font-size: 24px;
  color: #007bff;
}

#ProOPC .cart-page-title span {
  font-size: 18px;
  font-weight: 500;
  color: #555;
}


#ProOPC .cart-page-title {
    color: #333;
}

#ProOPC .cart-page-title span {
    color: #555
}

.proopc-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: .8rem 1.6rem;
    margin-bottom: 0;
    font-size: .933rem;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    /* text-shadow:0 1px 1px rgba(255,255,255,.75); */
    /* vertical-align:middle; */
    /* cursor:pointer; */
    background-color: #cecece;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    /* background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6)); */
    /* background-image:-webkit-linear-gradient(top,#fff,#e6e6e6); */
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    /* background-image:linear-gradient(to bottom,#fff,#e6e6e6); */
    /* background-repeat:repeat-x; */
    border: 1px solid #212121;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color: #212121;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

.proopc-btn:hover,.proopc-btn:focus,.proopc-btn:active,.proopc-btn.active,.proopc-btn.disabled,.proopc-btn[disabled] {
    color: #333;
    *background-color: #d9d9d9
}

.proopc-btn:active,.proopc-btn.active {
    background-color: #ccc \9
}

.proopc-btn:first-child {
    *margin-left: 0
}

.proopc-btn:hover,.proopc-btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.proopc-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.proopc-btn.active,.proopc-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.proopc-btn.disabled,.proopc-btn[disabled] {
    cursor: default;
    cursor: not-allowed;
    background-image: none;
    opacity: .65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.proopc-btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.proopc-btn-primary.active,.proopc-btn-warning.active,.proopc-btn-danger.active,.proopc-btn-success.active,.proopc-btn-info.active,.proopc-btn-inverse.active {
    color: rgba(255,255,255,.75)
}

.proopc-btn-primary {
    background-color: #006dcc;
    background-color: #04c;
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.proopc-btn-primary:hover,.proopc-btn-primary:focus,.proopc-btn-primary:active,.proopc-btn-primary.active,.proopc-btn-primary.disabled,.proopc-btn-primary[disabled] {
    background-color: #003bb3;
    background-color: #04c;
    color: #fff
}

.proopc-btn-primary:active,.proopc-btn-primary.active {
    background-color: #039 \9
}

.proopc-btn-warning {
    background-color: #f89406;
    background-color: #faa732;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-image: -moz-linear-gradient(top,#fbb450,#f89406);
    background-image: -o-linear-gradient(top,#fbb450,#f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.proopc-btn-warning:hover,.proopc-btn-warning:focus,.proopc-btn-warning:active,.proopc-btn-warning.active,.proopc-btn-warning.disabled,.proopc-btn-warning[disabled] {
    background-color: #df8505;
    background-color: #f89406;
    color: #fff
}

.proopc-btn-warning:active,.proopc-btn-warning.active {
    background-color: #c67605 \9
}

.proopc-btn-danger {
    background-color: #bd362f;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.proopc-btn-danger:hover,.proopc-btn-danger:focus,.proopc-btn-danger:active,.proopc-btn-danger.active,.proopc-btn-danger.disabled,.proopc-btn-danger[disabled] {
    background-color: #a9302a;
    background-color: #bd362f;
    color: #fff
}

.proopc-btn-danger:active,.proopc-btn-danger.active {
    background-color: #942a25 \9
}

.proopc-btn-success {
    background-color: #51a351;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.proopc-btn-success:hover,.proopc-btn-success:focus,.proopc-btn-success:active,.proopc-btn-success.active,.proopc-btn-success.disabled,.proopc-btn-success[disabled] {
    background-color: #499249;
    background-color: #51a351;
    color: #fff
}

.proopc-btn-success:active,.proopc-btn-success.active {
    background-color: #408140 \9
}

.proopc-btn-info {
    background-color: #007f00;
    background-color: #007f00;
    background-image: linear-gradient(to bottom,#c2026d,#4bc743);
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#007f00),to(#007f00));
    *background-image: -webkit-linear-gradient(top,#4bc743,#4bc743);
    background-repeat: repeat-x;
    border-color: #000 #000 #000;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.proopc-btn-info:hover,.proopc-btn-info:focus,.proopc-btn-info:active,.proopc-btn-info.active,.proopc-btn-info.disabled,.proopc-btn-info[disabled] {
    color: #fff
}

.proopc-btn-info:active,.proopc-btn-info.active {
    background-color: #24748c \9
}

.proopc-btn-inverse {
    background-color: #222;
    background-color: #363636;
    background-image: linear-gradient(to bottom,#444,#222);
    background-image: -moz-linear-gradient(top,#444,#222);
    background-image: -o-linear-gradient(top,#444,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image: -webkit-linear-gradient(top,#444,#222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.proopc-btn-inverse:hover,.proopc-btn-inverse:focus,.proopc-btn-inverse:active,.proopc-btn-inverse.active,.proopc-btn-inverse.disabled,.proopc-btn-inverse[disabled] {
    background-color: #151515;
    background-color: #222;
    color: #fff
}

.proopc-btn-inverse:active,.proopc-btn-inverse.active {
    background-color: #080808 \9
}

button.proopc-btn,input[type=submit].proopc-btn {
    padding-bottom: 3px;
    padding-top: 3px
}

button.proopc-btn::-moz-focus-inner,input[type=submit].proopc-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

button.proopc-btn.proopc-btn-large,input[type=submit].proopc-btn.proopc-btn-large {
    padding-bottom: 7px;
    padding-top: 7px
}

button.proopc-btn.proopc-btn-small,input[type=submit].proopc-btn.proopc-btn-small {
    padding-bottom: 3px;
    padding-top: 3px
}

button.proopc-btn.proopc-btn-mini,input[type=submit].proopc-btn.proopc-btn-mini {
    padding-bottom: 1px;
    padding-top: 1px
}

.proopc-btn-link,.proopc-btn-link:active,.proopc-btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.proopc-btn-link {
    border-color: transparent;
    border-radius: 0;
    color: #08c;
    cursor: pointer;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.proopc-btn-link:hover,.proopc-btn-link:focus {
    background-color: transparent;
    color: #005580;
    text-decoration: underline
}

.proopc-btn-link[disabled]:hover,.proopc-btn-link[disabled]:focus {
    color: #333;
    text-decoration: none
}

[class^=proopc-icon-],[class*=" proopc-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat
}

.proopc-icon-refresh {
    background-position: -240px -24px
}

.proopc-icon-trash {
    background-position: -456px 0
}

.proopc-group {
    width: 100%;
    margin: 0 0 3px;
    padding: 0;
    display: block
}

.proopc-group:before,.proopc-group:after {
    display: table;
    line-height: 0;
    content: ""
}

.proopc-group:after {
    clear: both
}

.proopc-input-group-level,.proopc-input {
    float: left;
    display: block;
    margin: 0;
    padding: 0
}

.proopc-input {
    float: right
}

.proopc-input-group-level {
    width: 40%
}

.proopc-input {
    width: 60%
}

.proopc-input-group-level label {
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0;
    padding-right: 5px;
    line-height: 28px;
    color: #7b7a7a
}

.proopc-reg-form input {
    width: 100%
}

.proopc-reg-form {
    padding: 10px 0
}

.hover-tootip {
    cursor: pointer
}

.proopc-tooltip {
    position: absolute;
    visibility: hidden;
    border: 1px solid #333;
    background-color: #161616;
    padding: 0;
    color: #fff;
    font-size: 12px Verdana;
    max-width: 250px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    z-index: 10001
}

.proopc-tooltip.show {
    visibility: visible;
    opacity: 1
}

.proopc-tooltip:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.proopc-tooltip .tooltip-body {
    background: 0 none;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff
}

.proopc-tooltip .tooltip-body>:last-child {
    margin-bottom: 0
}

.proopc-tooltip .tooltip-title {
    padding: 3px 8px 1px;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 12px;
    line-height: 1.4
}

.proopc-input-append {
    position: relative
}

.proopc-input-append>.status {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 0 0;
    width: 16px;
    height: 12px;
    padding: 0;
    vertical-align: middle
}

.strength-meter {
    height: 3px;
    background: #ddd;
    margin: 5px 0;
    padding: 0;
    display: block
}

#meter-status {
    height: 3px;
    width: 0;
    margin: 0;
    padding: 0;
    display: block
}

#meter-status.short {
    background: #df0000;
    width: 25%
}

#meter-status.weak {
    background: #ffea00;
    width: 50%
}

#meter-status.good {
    background: #007fcf;
    width: 75%
}

#meter-status.strong {
    background: #00cf3a;
    width: 100%
}

.proopc-input-append>.status.valid {
    display: inline-block;
    background: url(../images/data-validation.png) no-repeat 0 0 transparent
}

.proopc-input-append>.status.invalid {
    display: inline-block;
    background: url(../images/data-validation.png) no-repeat 0 -13px transparent
}

.proopc-input-append>.status.validating {
    display: inline-block;
    background: url(../images/data-validating.gif) no-repeat 50% 50% transparent
}

.password-stregth {
    margin: 0;
    color: #7b7a7a;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-shadow: 0 1px 1px rgba(255,255,255,.75)
}

.password-stregth>span {
    margin-left: 10px;
    float: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-shadow: 0 1px 1px rgba(255,255,255,.75)
}

.short {
    color: #df0000
}

.weak {
    color: #ffea00
}

.good {
    color: #007fcf
}

.strong {
    color: #00cf3a
}

.proopc-button-process {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -17px;
    padding: 0;
    height: 3px;
    width: 17px
}

.proopc-reg-form .proopc-btn {
    float: right;
    margin: 20px 0 0
}

#ProOPC .proopc-ul {
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
    margin: 10px 0;
    padding: 0
}

.proopc-checkbox {
    font-size: 12px
}

.proopc-checkbox.inline input[type=checkbox] {
    display: inline;
    vertical-align: middle;
    margin: 0 0 2px
}

.proopc-row {
    width: 100%;
    margin: 0;
    padding: 0
}

.proopc-row:after,.proopc-row:before {
    display: table;
    line-height: 0;
    content: ""
}

.proopc-row:after {
    clear: both
}

.proopc-register-login {
    width: 100%^;
    display: block;
    margin: 0;
    padding: 0
}

.proopc-register-login:after,.proopc-register-login:before,.proopc-checkout:after,.proopc-checkout:before {
    display: table;
    line-height: 0;
    content: ""
}

.proopc-register,.proopc-login {
    float: left;
    width: 50%
}

.proopc-register-login .proopc-inner {
    border: 1px solid #ddd;
    padding: 0 15px 20px;
    margin: 0 10px 0 0;
    background: #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.proopc-inner {
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear
}

#ProOPC .proopc-register-login h3 {
    border: 1px solid #ddd;
    margin: 0 10px 0 0;
    border-bottom: 0
}

.proopc-login .proopc-inner,#ProOPC .proopc-login h3 {
    margin: 0 0 0 10px
}

.proopc-register-login h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 2px 15px;
    background: #fafafa;
    font-weight: 400;
    text-transform: none;
    border-bottom: 0;
    text-rendering: optimizelegibility
}

.proopc-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
    text-rendering: optimizelegibility;
    margin: 15px 0;
    padding: 0
}

.proopc-register-login .proopc-switch {
    font-size: 13px;
    vertical-align: top;
    margin: 0 0 5px;
    padding: 0
}

.proopc-switch input[type=radio] {
    vertical-align: top;
    margin: 2px 5px 0 2px
}

.proopc-reg-form>.proopc-inner,.proopc-guest-form>.proopc-inner {
    padding: 0;
    margin: 0;
    border: 0
}

.proopc-reg-form>.proopc-inner.with-switch,.proopc-guest-form>.proopc-inner.with-switch {
    padding-left: 3px
}

.proopc-pull-right {
    float: right
}

.proopc-reg-form.hide,.proopc-guest-form.hide,.proopc-reg-form.soft-hide,.proopc-guest-form.soft-hide {
    display: none;
    opacity: 0
}

.proopc-reg-form.show,.proopc-reg-form.soft-show {
    display: block;
    padding-top: 0
}

.proopc-reg-form.show>.proopc-inner,.proopc-reg-form.soft-show>.proopc-inner {
    padding: 0
}

.proopc-checkout {
    text-align: right
}

.proopc-alert .close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.proopc-alert {
  padding: 12px 20px;
  margin-bottom: 20px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  color: #856404;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.proopc-error-msg {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.proopc-success-msg {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.proopc-info-msg {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

#ProOPC .proopc-process-title {
    margin: 0;
  background: linear-gradient(90deg, #f8f9fa, #ffffff);
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 20px;
  color: #212529;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 8px 8px 0 0;
}

h3.proopc-process-title {
    text-transform: uppercase
}

.proopc-step {
    background: #0b1e40;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px!important;
    font-size: 14px!important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
    margin: 3px 5px 3px -5px;
    text-align: center;
    font-weight: 700;
    font-family: Verdana,helvetica,sans-serif
}

.edit-address {
    margin: 10px 0;
    padding: 0
}

.proopc-finalpage .proopc-column3 {
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 0
}

.proopc-bt-address,.proopc-st-address {
    border: 1px solid #ddd;
    margin: 0 5px 0 0;
    background: #fff
}

.proopc-column3 .proopc-st-address {
    margin: 0 5px
}

.proopc-column3 .proopc-shipments,.proopc-column3 .proopc-payments,.proopc-column3 .proopc-coupon,.proopc-column3 .proopc-confirm-order {
    margin-top: 15px
}

.proopc-column3 .proopc-confirm-order.no-top-margin,.proopc-column3 .proopc-coupon.no-top-margin {
    margin-top: 0
}

.proopc-alert-error {
    color: #000;
    background-color: #f2dede;
    border: 1px solid #f14c4c;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.proopc-alert-error.payment {
    border-radius: 10px
}

.proopc-bt-address input,.proopc-bt-address select {
    width: 95%
}

.group-enabled .title-group {
    float: left;
    width: 28%
}

.group-enabled .first_name-group {
    float: left;
    width: 72%
}

.group-enabled .middle_name-group,.group-enabled .last_name-group,.group-enabled .zip-group,.group-enabled .city-group,.group-enabled .shipto_middle_name-group,.group-enabled .shipto_last_name-group,.group-enabled .shipto_zip-group,.group-enabled .shipto_city-group {
    float: left;
    width: 50%
}

.group-enabled .middle_name-group .inner,.group-enabled .title-group .inner,.group-enabled .zip-group .inner,.group-enabled .shipto_middle_name-group .inner,.group-enabled .shipto_zip-group .inner {
    padding-right: 2px
}

.group-enabled .last_name-group .inner,.group-enabled .first_name-group .inner,.group-enabled .city-group .inner,.group-enabled .shipto_last_name-group .inner,.group-enabled .shipto_city-group .inner {
    padding-left: 2px
}

.proopc-bt-address label,.proopc-st-address label {
    margin-bottom: 2px;
    font-size: 14px
}

.proopc-bt-address input[type=text],.proopc-bt-address select,.proopc-st-address input[type=text],.proopc-st-address select {
    margin-bottom: 5px
}

.proopc-st-address .edit-address {
    display: none
}

.proopc-st-address .edit-address.show,.proopc-st-address .edit-address.soft-show {
    display: block
}

.proopc-shipments,.proopc-payments,.proopc-coupon,.proopc-cartlist,.proopc-confirm-order {
    border: 1px solid #ddd;
    margin: 0 5px;
    background: #fff
}

.last .proopc-shipments,.last .proopc-payments,.last .proopc-coupon,.last .proopc-cartlist,.last .proopc-confirm-order {
    margin-right: 0
}

.proopc-shipments h3,.proopc-payments h3 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 14px
}

.proopc-shipments input[type=radio],.proopc-payments input[type=radio] {
    float: left;
    margin: 8px 10px 1px 0
}

.proopc-shipments label,.proopc-payments label {
    font-size: 14px;
    float: left;
    max-width: 87%;
    margin: 2px 0
}

.vmpayment_cardinfo table {
    width: 100%
}

.proopc-cart-summery {
    position: relative;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0
}

#ProOPC table tr {
    display: table-row
}

.proopc-cart-summery tr,.proopc-cart-summery td {
    border: 0
}

.proopc-cart-summery td {
    vertical-align: top
}

.proopc-p-list,.proopc-subtotal tr,.poopc-shipment-table tr,.poopc-payment-table tr,.proopc-coupon-details tr,.proopc-bill-taxrules tr {
    border: 0;
    border-bottom: 1px dashed #eee
}

.proopc-grand-total-p-currency tr {
    border: 0;
    border-top: 1px dashed #eee
}

tr.grand-total {
    border: 0
}

.product-field-type-S>p {
    margin: 0;
    padding: 0;
    display: inline
}

.proopc-p-list>td,.proopc-subtotal td,.poopc-shipment-table td,.poopc-payment-table td,.proopc-grand-total td,.proopc-grand-total-p-currency td,.proopc-coupon-details td,.proopc-bill-taxrules td {
    border: 0;
    padding: 7px 0
}

.proopc-coupon-details .coupon-form-col span {
    display: inline-block;
    vertical-align: text-top;
    margin: 0;
    padding: 8px 16px;
    background-color: #FF9800;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    border-radius: 12px;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border: 2px dashed #fff;
}

/* Perforacija lijevo */
.proopc-coupon-details .coupon-form-col span::before,
.proopc-coupon-details .coupon-form-col span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.proopc-coupon-details .coupon-form-col span::before {
    left: -8px;
}

.proopc-coupon-details .coupon-form-col span::after {
    right: -8px;
}


.proopc-product-hover {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 10001;
    width: 100%
}

.proopc_arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 5px 10px #ccc;
    -webkit-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc
}

.proopc_arrow_box:after,.proopc_arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.proopc_arrow_box:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    left: 50%;
    margin-left: -12px
}

.proopc_arrow_box:before {
    border-color: transparent;
    border-bottom-color: #ddd;
    border-width: 13px;
    left: 50%;
    margin-left: -13px
}

.proopc-product-image {
    float: left;
    width: 35%;
    margin: 0;
    padding: 0
}

.proopc-p-info {
    width: 65%;
    float: left;
    margin: 0;
    padding: 0
}

.proopc-p-info.noimage {
    width: 100%;
    float: none
}

.p-info-inner {
    padding: 10px
}

.proopc-product-name br {
    display: none
}

.proopc-product-name p {
    margin: 0;
    padding: 0;
    display: inline
}

.proopc-price-table {
    width: 100%;
    margin-top: 10px
}

.vmpayment_cardinfo.additional-payment-info {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    padding-top: 10px
}

.additional-payment-info.hide {
    display: none
}

.proopc-creditcard-info {
    margin: 10px 0
}

.proopc-creditcard-info label {
    float: none;
    margin-bottom: 2px
}

.vmpayment_cardinfo input[type=text],#ProOPC .vmpayment_cardinfo select {
    width: auto
}

#ProOPC .vmpayment_cardinfo select {
    margin-top: 2px
}

.creditcard-label {
    display: block;
    width: 100%
}

#proopc-pricelist,#proopc-payments,#proopc-shipments,#proopc-st-address {
    position: relative
}

#proopc-shipments fieldset,#proopc-payments fieldset {
    padding: 10px 0;
    border: 0
}

#ProOPC .proopc-customer-comment {
    width: 100%!important;
    height: 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.proopc-column3 .vmCartPaymentLogo {
    display: block
}

.proopc-loader-overlay {
    display: block;
    background: #fff;
    opacity: .7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.proopc-area-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10001
}

#proopc-page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    opacity: 0;
    z-index: 10000
}

#proopc-page-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001
}

#proopc-order-process {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -158px;
    width: 300px;
    text-align: center;
    background: #111;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 8px 5px;
    color: #fff;
    z-index: 10001
}

#ProOPC table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0
}

table.cart-summary.proopc-table-striped tr th {
    background-image: none;
    background: #fafafa;
    padding: 8px;
    border-bottom: 0
}

#ProOPC .proopc-table-striped {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-top: 0
}

table.cart-summary.proopc-table-striped tr th,table.cart-summary.proopc-table-striped tr td {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px;
    line-height: 20px;
    vertical-align: top;
    border: 0;
    border-top: 1px solid #ddd
}

table.cart-summary.proopc-table-striped tr td {
    border-color: #eee
}

table.cart-summary.proopc-table-striped tr th {
    color: #333;
    background-color: #fafafa
}

.cart-p-sales-price .PricesalesPrice,.cart-p-price .PricebasePriceVariant,.cart-p-tax .PricetaxAmount,.cart-p-discount .PricediscountAmount {
    display: inline-block!important
}

.price-title,.final-price,.product-discount,.product-price .PricesalesPrice,.col-total .PricesalesPrice {
    color: #212121
}

.first-page .cart-summary.proopc-table-striped tr.cart-sub-total td {
    background-color: #f5f5f5
}

.cart-p-sales-price,.cart-p-price,.cart-p-tax,.cart-p-discount {
    text-align: right
}

.cart-p-sales-price {
    margin-bottom: 10px
}

.cart-p-price>span::after,.cart-p-tax>span::after,.cart-p-discount>span::after {
    content: ": "
}

.cart-p-sales-price-title {
    color: #333;
    text-transform: uppercase
}

.line-through {
    text-decoration: line-through;
    margin-left: 2px
}

.cart-p-price,.cart-p-tax,.cart-p-discount {
    font-size: 1em
}

.table .cart-p-details {
    text-align: center
}

.cart-p-sku {
    font-size: 1em
}

.cart-p-name {
    padding: 10px 2px 2px
}

.cart-p-details .cart-p-image {
    display: block;
    text-align: center
}

.cart-p-image.visible-phone img {
    margin: 0 auto
}

.col-name {
    width: 30%
}

.proopc-column3 .col-name {
    width: 50%
}

.col-name div {
    vertical-align: top
}

.proopc-product-name a,
.col-name a {
  color: #212529;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.proopc-product-name a:hover,
.col-name a:hover {
  color: #007bff;
  text-decoration: underline;
}


.proopc-product-name a:hover .col-name a:hover {
    text-decoration: underline
}

.vm-customfield-cart {
    font-size: 1em
}

.col-name p {
    display: inline-block
}

.input-ultra-mini {
    width: 30px
}

.cart-p-qty form {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0
}

.cart-p-qty .qty-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 30px
}

.cart-p-qty .proopc-btn {
    margin-left: 0
}

.cart-p-qty .proopc-btn .proopc-icon-refresh {
    margin-left: -5px;
    margin-right: -5px
}

.remove_from_cart.proopc-btn {
    padding: 3px 8px;
    margin: 0 0 0 1px
}

#ProOPC .product-field-type-B,#ProOPC .product-field-type-S,#ProOPC .product-field-type-I {
    margin: 0;
    padding: 0;
    width: auto
}

.input-ultra-mini {
    width: 30px
}

.cart-summary.proopc-table-striped .proopc-input-append {
    display: inline
}

#ProOPC .proopc-input-append .input-ultra-mini {
    margin-bottom: 0
}

#ProOPC .cart-images {
    width: 55px;
    margin-left: -70px;
    float: left;
    padding: 3px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.15)
}

#ProOPC .cart-product-description.with-image {
    padding-left: 70px
}

#ProOPC .cart-images img {
    display: inline;
    margin: 0;
    padding: 0;
    max-height: 100px;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#ProOPC .clearfix {
    *zoom:1}

#ProOPC .clearfix:before,#ProOPC .clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

#ProOPC .clearfix:after {
    clear: both
}

.cart-summary.proopc-table-striped th,.order-item.proopc-table-striped th {
    text-transform: uppercase;
    color: #333;
    font-weight: 400
}

.priceCol.col-total {
    white-space: nowrap
}

.proopc-table-striped.order-details td {
    border: 0
}

.proopc-table-striped .col-name[class*=span] {
    display: block;
    float: left
}

.cart-summary.proopc-table-striped .grand-total,.cart-summary.proopc-table-striped .grand-total-p-currency {
    font-size: 1.2em;
    color: #333
}

.cart-summary.proopc-table-striped .grand-total td,.cart-summary.proopc-table-striped .grand-total-p-currency td,.continue-checkout-box {
    padding: 15px 8px;
    background-color: #e9e9e9;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4
}

.proopc-table-striped .col-total,.proopc-table-striped .col-discount,.proopc-table-striped .col-tax,.proopc-table-striped .col-price {
    text-align: right
}

.proopc-table-striped .col-sku {
    text-align: center
}

.col-total,.col-price,.col-tax,.col-discount {
    white-space: nowrap
}

#ProOPC div.customer-comment {
    margin: 15px 0 0;
    text-align: left;
    border: 0;
    padding-top: 0
}

.checkout-button-top {
    text-align: left;
    border: 0
}

#ProOPC textarea.customer-comment {
    margin: 5px 0 0
}

#ProOPC input.terms-of-service {
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: 0;
    margin-top: 4px
}

label.prooopc-tos-label {
    display: block;
    width: auto
}

.radio,.checkbox {
    min-height: 20px;
    padding-left: 20px
}

input[type=radio],input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.terms-of-service {
    text-decoration: none
}

.terms-of-service,.terms-of-service:focus,.terms-of-service:hover {
    outline: 0;
    border: 0
}

.terms-of-service:focus,.terms-of-service:hover {
    text-decoration: underline;
    background: 0 0
}

#ProOPC .radio input[type=radio], #ProOPC .checkbox input[type=checkbox] {
  appearance: none;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 2px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

#ProOPC .radio input[type=radio], #ProOPC .checkbox input[type=checkbox]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

#ProOPC .radio input[type=radio], #ProOPC .checkbox input[type=checkbox]:checked::after {
  content: "✓";
  color: white;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 3px;
}

.terms-of-service-cont {
    display: inline
}

.checkout-button-top {
    margin-top: 15px
}

.proopc-checkout-box {
    margin: 15px 0 20px
}

#proopc-order-submit {
    width: 100%
}

.clear {
    clear: both;
    float: none
}

.clear:after {
    clear: both
}

.hide {
    display: none
}

#ProOPC img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.bootmodal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.bootmodal-backdrop.fade {
    opacity: 0
}

.bootmodal-backdrop,.bootmodal-backdrop.fade.in {
    opacity: .8
}

.bootmodal {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.3);
    *border: 1pxsolid#999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
}

.bootmodal.fade {
    -webkit-transition: opacity .3s linear,top .3s ease-out;
    -moz-transition: opacity .3s linear,top .3s ease-out;
    -o-transition: opacity .3s linear,top .3s ease-out;
    transition: opacity .3s linear,top .3s ease-out;
    top: -25%
}

.bootmodal.fade.in {
    top: 10%
}

.bootmodal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.bootmodal-header .close {
    margin-top: 2px
}

#ProOPC .bootmodal-header h3 {
    margin: 0;
    line-height: 30px;
    font-size: 1.4em
}

.bootmodal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}

.bootmodal-form {
    margin-bottom: 0
}

.bootmodal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *zoom:1}

.bootmodal-footer:before,.bootmodal-footer:after {
    display: table;
    content: "";
    line-height: 0
}

.bootmodal-footer:after {
    clear: both
}

.bootmodal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.bootmodal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.bootmodal-footer .btn-block+.btn-block {
    margin-left: 0
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

.dropdown-toggle:active,.open .dropdown-toggle {
    outline: 0
}

#ProOPC .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

#ProOPC .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

#ProOPC .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

#ProOPC .close:hover,#ProOPC .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

#ProOPC button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

#ProOPC .pull-right {
    float: right
}

#ProOPC .pull-left {
    float: left
}

.hide,.soft-hide {
    display: none
}

#ProOPC .show,#ProOPC .soft-show {
    display: block
}

#ProOPC .invisible {
    visibility: hidden
}

#ProOPC .affix {
    position: fixed
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.collapse.in {
    height: auto
}

#ProOPC .caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #333;
    border-bottom-color: #333;
    vertical-align: middle
}

.proopc-login-message-cont {
    position: relative;
    float: left;
    max-width: 50%
}

.proopc-loggedin-user,.proopc-toolbar-right {
    margin-bottom: 10px
}

.proopc-loggedin-user {
    cursor: pointer
}

.proopc-logout-cont {
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 10000;
    background: 0 0
}

.proopc-logout-cont.hide {
    display: none
}

.proopc-arrow-inner {
    padding: 10px;
    text-align: center
}

.proopc-toolbar-right {
    float: right;
    max-width: 50%;
    text-align: right
}

.proopc-continue-link,.proopc-clear-cart-wrapper {
    display: inline-block
}

.proopc-clear-cart-wrapper {
    margin-right: 10px
}

.proopc-qty-title,.proopc-qty-update,.proopc-delete-product {
    float: left;
    display: inline
}

#ProOPC .proopc-qty-title {
    line-height: 29px
}

.proopc-mini-qty-area {
    padding: 0 10px 10px;
    float: right
}

.proopc-mini-qty-area .proopc-btn {
    padding-left: 8px;
    padding-right: 8px
}

.proopc-delete-product .proopc-btn {
    margin-left: 3px
}

.proopc-cart-summery th {
    padding-top: 10px
}

.proopc-grand-total .grand-total td {
    padding-top: 2px;
    padding-bottom: 2px
}

.proopc-grand-total>.grand-total:first-child td {
    padding-top: 15px
}

.proopc-grand-total>.grand-total:last-child td {
    padding-bottom: 10px
}

.proopc-grand-total {
    color: #1d1d1f
}

.proopc-empty-continue-link {
    text-align: center;
    margin-top: 15px
}

.billto-shipto span,a.terms-of-service {
    font-size: 14px;
    padding-left: 15px
}

#proopc-shipments br {
    clear: both;
    float: none
}

#proopc-shipments br:after,#proopc-shipments br:before {
    display: table;
    clear: both;
    float: none
}

#ProOPC .klarna_box_bottom_left,#ProOPC .klarna_box_bottom_right {
    float: none;
    width: auto;
    display: block
}

#ProOPC .klarna_box {
    width: 100%;
    background: #fafafa;
    border-color: #eee;
    min-width: 0
}

#ProOPC .proopc-klarna-payment img {
    position: absolute
}

#ProOPC .proopc-klarna-payment .klarna_logo {
    height: 40px;
    max-width: 120px;
    width: auto;
    position: inherit
}

#ProOPC .proopc-klarna-payment .klarna_box_bottom_content input[type=radio] {
    margin: 4px 5px 1px 0
}

.klarna_box_top {
    height: auto;
    width: auto;
    padding: 5px
}

.klarna_box_bottom_radio_title {
    margin-bottom: 10px
}

#ProOPC #box_klarna_consent_invoice {
    float: left;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: 0;
    margin-top: 0
}

.proopc-klarna-consent-container {
    width: auto;
    display: block;
    margin-left: 20px;
    padding-top: 20px;
    font-size: 12px
}

#ProOPC .klarna_box_bottom {
    display: none
}

#proopc-system-message #system-message>.message>ul {
    background: 0 none;
    border: 0;
    padding: 0;
    margin: 0;
    color: #b94a48;
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

#proopc-system-message #system-message {
    margin: 0;
    padding: 0
}

#ProOPC button {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, #3579f6, #4d79e1);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
  max-width: 100%;
}

#ProOPC button:hover {
  background: linear-gradient(90deg, #2d67d0, #4569bd);
  box-shadow: 0 6px 14px rgba(0, 123, 255, 0.35);
  transform: translateY(-1px);
}

#ProOPC button:active {
  transform: scale(0.98);
}


button#proopc-order-submit {
    text-transform: uppercase
}

button#proopc-order-submit {
    font-weight: 700
}

button#proopc-order-submit {
}

button#proopc-order-submit {
}

#ProOPC .inner {
    padding: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    background: 0 none;
    border: 0;
    width: 100%
}

#ProOPC .inner:after,#ProOPC .inner:before {
    display: table;
    line-height: 0;
    content: ""
}

#ProOPC .inner:after {
    clear: both
}

#proopc-payments fieldset fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 none
}

#proopc-payments table {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    background: 0 none
}

#proopc-payments tbody {
    display: table-row-group;
    vertical-align: middle;
    border: 0;
    background: 0 none
}

#proopc-payments tr {
    display: table-row;
    vertical-align: inherit;
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 none
}

#proopc-payments td {
    vertical-align: inherit;
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 none
}

#proopc-payments .klarna_box_container {
    margin-top: 10px
}

[id*=cc_cardnumber_errormsg_] {
    color: RED
}

#ProOPC label.proopc-radio-label {
    float: left;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 12px
}

#ProOPC .recaptcha_only_if_privacy {
    line-height: 1px
}

#proopc-advertise-box .checkout-advertise {
    padding: 0 15px;
    margin-bottom: 20px
}

#proopc-payment-advertise .checkout-advertise {
    padding: 15px;
    background: #f8f8ff;
    border-top: 1px solid #ddd;
    margin: 0
}

.proopc-table-striped td.col-advertisement {
    padding: 10px 8px;
    border-top: 1px solid #ddd;
    background: #fafafa;
    text-align: right
}

#proopc-payment-advertise-table .checkout-advertise img {
    float: none
}

.fancy-tos-container {
    max-width: 560px;
    padding: 0;
    margin: 0;
    background: #fff
}

.fancy-tos-body {
    font: 12px/1.55 Verdana,helvetica,sans-serif;
    padding: 10px 15px;
    max-height: 500px;
    overflow-y: scroll
}

.fancy-tos-head>h3.fancy-tos-title {
    font: 12px/1.55 Verdana,helvetica,sans-serif;
    margin: 0;
    line-height: 30px;
    font-size: 1.4em
}

.fancy-close:hover,.fancy-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

.fancy-close {
    float: right;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: 0 none;
    border: 0;
    -webkit-appearance: none
}

.fancy-tos-head {
    font: 12px/1.55 Verdana,helvetica,sans-serif;
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

#fancybox-wrap #facebox .content>div,#fancybox-wrap #fancybox-content>div {
    padding-bottom: 0
}

.nowrap {
    white-space: nowrap
}

.proopc-product-image .p-info-inner {
    padding-right: 0
}

table.proopc-p-info-table td {
    padding: 0;
    border: 0
}

table.proopc-p-info-table .add-padding td {
    padding: 2px 10px
}

table.proopc-p-info-table .add-padding>td:first-child {
    padding-right: 0
}

#ProOPC .proopc-qty-update .proopc-btn,#ProOPC .proopc-delete-product .proopc-btn {
    padding-right: 8px;
    padding-left: 8px
}

table.proopc-p-info-table .add-padding.add-padding-top td {
    padding-top: 10px
}

table.proopc-p-info-table .add-padding.add-padding-bottom td {
    padding-bottom: 12px
}

#ProOPC .proopc-input-append input[type=text].proopc-qty-input,#ProOPC .proopc-input-append input[type=number].proopc-qty-input {
    width: auto;
    text-align: center;
    max-width: 70px;
}

.proopc-cart-summery thead th {
    font-weight: 400;
    border: 0
}

.cart-summary.proopc-table-striped tr.blank-row>td {
    padding: 3px
}

.proopc-confirm-order .customer-comment-group {
    margin-top: 10px
}

.proopc-confirm-order .cart-tos-group {
    margin-top: 15px
}

label.st-same-checkbox {
    position: static!important;
    display: block;
    vertical-align: middle;
    padding-left: 5px;
    margin: 10px 0
}

#ProOPC input#STsameAsBT[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

#ProOPC input#STsameAsBT[type=checkbox]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

#ProOPC input#STsameAsBT[type=checkbox]:checked::after {
  content: "✓";
  color: white;
  font-size: 13px;
  position: absolute;
  top: -1px;
  left: 3px;
}

input#STsameAsBT {
    transform: scale(1.5)
}

#ProOPC .proopc-form-inline {
    display: inline
}

#ProOPC .proopc-change-shopper-cont {
    background-color: #fff;
    padding: 0;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

#ProOPC .proopc-change-shopper-title {
    margin: 0;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 15px
}

#ProOPC .proopc-active-shopper {
    margin-bottom: 10px;
    font-size: 14px
}

#ProOPC .proopc-change-shopper-inner {
    padding: 10px 15px
}

#ProOPC .proopc-form-inline .proopc-field-group {
    margin-bottom: 10px
}

#ProOPC .proopc-form-inline .proopc-field-group select,#ProOPC .proopc-form-inline .proopc-field-group input[type=text] {
    margin: 0
}

#ProOPC .proopc-form-inline .proopc-field-group,#ProOPC .proopc-form-inline .proopc-field-group label {
    display: inline-block
}

.proopc-fieldtip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0;
    color: #fff;
    font-size: 12px Verdana;
    max-width: 250px;
    z-index: 10001
}

.proopc-fieldtip .fieldtip-body {
    background: 0 none;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

.proopc-fieldtip:after,.proopc-fieldtip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.proopc-fieldtip:after {
    border-color: transparent;
    border-top-color: #161616;
    border-width: 5px;
    margin-left: -5px
}

.proopc-fieldtip:before {
    border-color: transparent;
    border-top-color: #333;
    border-width: 6px;
    margin-left: -6px
}

.proopc-logout-cont button {
    white-space: nowrap
}

.col-total,th.col-total {
    text-align: right
}

.col-qty,th.col-qty {
    text-align: center
}

#ProOPC .proopc-finalpage .proopc-register-login {
    margin-bottom: 15px
}

#ProOPC .proopc-finalpage .proopc-register-login h3,.proopc-finalpage .proopc-register-login .proopc-inner {
    margin-right: 5px
}

.proopc-register-login>.proopc-inner {
    padding-top: 20px
}

.proopc-finalpage .proopc-reg-form {
    padding-top: 0
}

.proopc-finalpage .proopc-register,.proopc-finalpage .proopc-login {
    float: none;
    width: auto
}

.proopc-login-form {
    opacity: 1
}

.proopc-login-form.soft-hide {
    opacity: 0
}

.proopc-login-form>.proopc-inner {
    padding: 0;
    margin: 0;
    border: 0
}

.proopc-additional-info {
    border: 1px solid #ddd;
    margin: 0 5px;
    background: #fff
}

.proopc-column3 .proopc-additional-info {
    margin-top: 15px
}

#proopc-additional-info {
    padding: 15px 0
}

#proopc-additional-info .cart-tos-group {
    margin-top: 15px
}

.proopc-checkout-box.proopc-checkout-box-splitted {
    margin-top: 20px;
    margin-bottom: 0
}

.separate-tax-heading-n td {
    text-transform: uppercase
}

.proopc-separate-tax>tr:last-child {
    border-bottom: 0
}

.proopc-separate-tax>tr:last-child>td {
    padding-bottom: 15px
}

.grand-total .PricebillTotal {
    color: #1d1d1f;
    font-weight: 700!important
}

.proopc-grand-total>.grand-total:last-child>td {
    font-weight: 700!important
}

.proopc-cart-summery thead,.proopc-cart-summery thead>tr,.proopc-cart-summery thead>tr>th {
    background: 0 none;
    border: 0;
    color: inherit
}

tbody.proopc-cart-product>tr.proopc-p-list {
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in
}

tbody.proopc-cart-product.open>tr.proopc-p-list {
    opacity: .8
}

.proopc-hint-row>td {
    font-size: .9em;
    font-style: italic;
    color: #999;
    padding: 5px 0 15px
}

.only-login>.proopc-subtitle {
    margin-top: 0
}

#proopc-preloader>span {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    opacity: .9;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear
}

#proopc-preloader>span.proopc-loading-bar {
    width: 10%;
    height: 3px;
    top: 0;
    bottom: auto;
    right: auto;
    border: 0;
    background-color: #bd362f;
    z-index: 9999999
}

#proopc-preloader.proopc-loaded>span.proopc-curtain {
    opacity: 0
}

#proopc-preloader.proopc-started>span.proopc-loading-bar {
    width: 100%
}

#proopc-preloader.proopc-loaded>span.proopc-loading-bar {
    width: 100%
}

#ProOPC .custom-cart-field-1 {
    margin-top: 10px
}

button.proopc-btn-lg {
    padding-top: 10px;
    padding-bottom: 10px
}

.proopc-social-login {
    margin-top: 15px
}

#ProOPC .proopc-delimiter,#ProOPC .proopc-delimiter>span {
    font-weight: 700;
    font-size: 14px
}

#ProOPC table tr.proopc-product-hover {
    display: none
}

#ProOPC .proopc-no-margin-top {
    margin-top: 0
}

.proopc-input-append.proopc-input-append-checkbox,.proopc-input-append.proopc-input-append-radio {
    padding-right: 20px
}

#UserRegistration .proopc-input-append input[type=checkbox],#UserRegistration .proopc-input-append input[type=radio] {
    margin-top: 4px
}

.proopc-alert-field {
    padding: 8px 14px;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.edit-address .proopc-alert-field {
    margin-top: 5px
}

#sbox-content iframe {
    max-width: 100%;
    max-height: 100%
}

.proopc-payment-logins {
    margin-bottom: 20px
}
/* Glavni stil za kupon iznos */
div.PricesalesPriceCoupon {
  display: inline-flex;
  align-items: center;
  background: #f19d3745;
  border: 1px solid #f19d377d;
  border-left: 5px solid #f19d37;
  border-radius: 8px;
  padding: 0.5rem 0.9rem;
  gap: 0.4rem;
  box-shadow: 0 2px 5px rgba(16, 185, 129, 0.12);
  color: #065f46;
  font-size: 1.05rem;
  font-weight: 600;
  position: relative;
}

/* Ikona ispred kupona */
div.PricesalesPriceCoupon::before {
  content: "\f02b"; /* Font Awesome price tag */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f19d37;
  font-size: 1rem;
  margin-right: 0.4rem;
}

/* Resetiraj stilove za span unutar kupona da ne stvara duplikate */
span.PricesalesPriceCoupon {
  all: unset;
}
/* Glavni stil za ukupan iznos */
div.PricebillTotal {
  display: inline-flex;
  align-items: center;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-left: 5px solid #10b981;
  border-radius: 8px;
  padding: 0.5rem 0.9rem;
  gap: 0.4rem;
  box-shadow: 0 2px 5px rgba(16, 185, 129, 0.12);
  color: #065f46;
  font-size: 1.5rem ;
  font-weight: 600;
  position: relative;
}

/* Ikona ispred kupona */
div.PricebillTotal::before {
  content: "\f02b"; /* Font Awesome price tag */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #10b981;
  font-size: 1.5rem;
  margin-right: 0.4rem;
}

/* Resetiraj stilove za span unutar iznosa da ne stvara duplikate */
span.PricebillTotal {
  all: unset;
}
