/*Css Yms*/
a.tooglePaymentInfor:not(.collapsed) i.fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paymentInforForm .wrap-pyif div{
    visibility: hidden;
    opacity: 0;    
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    -webkit-transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    height: 0;
}
.paymentInforForm.open .wrap-pyif div{
    visibility: visible;
      opacity: 1;      
      transition-delay: 0s;
      height: auto;
}
.product-qty input[type=number]::-webkit-inner-spin-button, 
.product-qty input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
table.shop_table.cart{width: 100%;}
.shop_table.cart .cart_item .product-desc img{
    width: 100px;
    height: auto;
}
.top-cart{position: relative;width: 100%;display: inline-block;/* border-bottom: 1px solid #ccc */;margin-bottom: 10px;padding-bottom: 15px;}
.ml-sm{margin-left: 10px!important;}
.mr-sm{margin-right: 10px!important;}
.mt-sm{margin-top: 14px!important;}
.mb-sm{margin-bottom: 10px!important;}
.no-mgr{margin: 0!important;}
.no-pd{padding: 0!important;}
.no-pl{padding-left: 0!important;}
.ml-md{margin-left: 30px!important;}
.mt-md{margin-top: 30px!important;}
.text-uppercase{text-transform: uppercase;}
.text-sm{font-size: 13px!important;}
.group-btn-top{display: inline-block;width: 100%;text-align: center;}
.cart-title {
    text-align: center;
    font-size: 26px;
    color: #002d3d;
}
table.shop_table.cart th{border-left: 0;border-top: 1px solid #ccc;}
#dv_26 .dv_12{text-align: right;}
#dv_26 .dv_12 #btnUpdate{float: none;}
.dv_16 input{border: 1px solid #adadad;}
.dv_2{display: inline-block;width: 100%;}
#btnUpdate__ {
    background-color: #adadad;
    color: #fff;
    border-color: #adadad;
}
.dv_14 .dv_16 label {
    text-align: right;
    color: #838383;
    font-size: 14px;
    font-weight: normal;
}
@media screen and (min-width: 768px) {
    h2.cart-title {
        position: absolute;
        top: -20px;
        left: 44%;
    }
    .no-pd-sm{padding: 0!important;}
    .cartdesk td.product-price,.cartdesk td.product-qty{vertical-align: initial;}
}
@media screen and (max-width: 768px) {
    .shopareaclass .dv_14 .dv_16{text-align: right;}
}
@media screen and (max-width: 767px) {
    .shopareaclass .dv_14 .dv_16{padding-left: 15px;}
    .shopareaclass .dv_14 .dv_16 label{width: 100%;}
    .shopareaclass .dv_14 .dv_22{padding-left: 0;}
}
@media screen and (max-width: 400px) {
    .group-btn-top .grbtn-item{float: none!important;margin: 8px 0;}
}
.btn-full-width{width: 100%!important;}
.order-summaries {
    padding: 4px 15px 15px 15px;
    background-color: #acc4ce;
    color: #000;
}
.top-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
h3.black-color {
    font-size: 25px;
    color: #022d3d;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
span.number-circle {
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 100%;
    background: #022d3d;
    border: 1px solid #022d3d;
    color: #fff;
    font-size: 13px;
    float: left;
    margin-top: 2px;
}
span.number-circle.nobg{background-color: transparent;color:#022d3d;}
.top-title>div{float: left;display: inline-block;line-height: initial;}
.text-title h3{
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #000;
    /*font-family: "Raleway Bold", Arial, sans-serif;*/
}
.font-normal {
    font-weight: normal!important;
}
.order-summaries .cart-items{width: 100%;}
.order-summaries .cart-items td{font-size: 12px;padding: 0;}
hr.light-diliver {
    border: 0.74px solid #fff!important;
    background-color: #fff;
}
hr.gray-diliver {
    border: 0.74px solid #ccc!important;
    background-color: #ccc;
}
.crtitem {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.crtitem .img-responsive{padding: 0;}
.flright{float: right;}
.title-section{
    color: #7d9fab;
    font-family: "Vidaloka", Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}
/*product Quantity Input*/
.productQuantityInput {
    display: inline-flex;
}
.quantity-down, .quantity-up{
    background: #f2f2f2;
    border-width: 2px;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #000;
    line-height: 1.5rem;
    display: inline-flex;
    text-decoration: none;
    transition: background .2s;
    height: 40px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /*box-shadow: 0 2px 1px 0 #ccc;*/
    white-space: nowrap;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.quantity-down {    
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    margin-right: 0;
}
.quantity-up {    
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    margin-left: 0;    
}

.productQuantityInput_input {
    flex-basis: 0px;
}

.productQuantityInput_input {
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #1a1a1a;
    text-transform: none;
    letter-spacing: .2px;
    color: #1a1a1a;
    border-width: 0;
    padding: 7px;
    background-color: #fff;
    text-align: center;
    display: inline-flex;
    width: 0;
    height: auto;
    min-width: 3em;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    flex-basis: 0px;
    flex-grow: 1;
    padding: 8px;
    border-top: 0;
    border-bottom: 0;
}
.productQuantityInput_input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.productQuantityInput_input::-webkit-inner-spin-button, 
.productQuantityInput_input::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
/*End Quantity input*/
.view-cart {margin-top: 20px;}
.top-cart{position: relative;width: 100%;display: inline-block;/* border-bottom: 1px solid #ccc */;margin-bottom: 10px;padding-bottom: 15px;}
.ml-sm{margin-left: 10px!important;}
.mr-sm{margin-right: 10px!important;}
.mt-sm{margin-top: 14px!important;}
.mb-sm{margin-bottom: 10px!important;}
.no-mgr{margin: 0!important;}
.no-pd{padding: 0!important;}
.no-pl{padding-left: 0!important;}
.ml-md{margin-left: 30px!important;}
.mt-md{margin-top: 30px!important;}
.text-uppercase{text-transform: uppercase;}
.text-sm{font-size: 13px!important;}
.btn{text-transform: uppercase;}
.group-btn-top{display: inline-block;width: 100%;text-align: center;}
.group-btn-top .btn{margin-top: 0!important;}
.group-btn-top .btn, .view-cart .btn, #frmCheckout .btn{
    font-size: 13px;
    height: auto!important;
    padding: 10px 17px!important;
    font-weight: 600;
}
.group-btn-top button#btnCheckout{background-color: #333;}
.blackbtn {
    background-color: #333!important;
    color: #fff!important;
}
.cart-title {
    text-align: center;
    font-size: 26px;
    color: #002d3d;
}
a.remove {
    display: inline-block;
    width: 100%;
    line-height: normal;
}

#overlay {
	background: rgba(200,200,200,0.5) url('../imgs/spinner.gif') no-repeat center;
	z-index: 99999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}
@media screen and (min-width: 768px){
    h2.cart-title {
        position: absolute;
        top: 10px;
        left: 44%;
    }
}
#btnUpdate{
    float: none;
    width: initial;
    color: #6b6b6b;
    background-color: transparent;
    border: 1px solid #e3e3e3;
}
#btnUpdate:hover{color: #fff;}
#btnUpdate.btn-primary{background-color: #002d3d;border: 1px solid #00151d;color: #fff;}
table.totals th,table.totals td{padding: 10px!important;}
table.totals {
    border-color: #7d9fab;
    border-top-width: 2px;
    border-top-style: solid;
}
.flright{float: right;}
@media screen and (max-width: 767px){
    .top-cart .cart-title {
        margin-top: 5px;
         display: inline-block;
        float: left;
        width: auto;
    }
    .group-btn-top {
        width: auto;
        float: right;
        display: inline-block;
    }
    .group-btn-top #btnContinue {
        display: none;
    }
    .shopareaclass .dv_14 .dv_22 {
        padding-left: 0;
    }
    .btnaction .flright{float: none;}
}


.yms-group-img{position: relative;}
.yms-group-img .yms-img{right: 0;bottom: -61px;position: absolute;}
.row.delivery-title {margin: 0px;}
.yms-cart-step1-mb .yms-title {padding: 15px 0px 0px 15px;background-color:#acc4ce}
span.collapse{position: relative;border-radius: 50%;width: 32px;height: 32px;float: right;}
.order-summaries.collapse{display:block}
.yms-collapse{float: right !important;}
.yms-collapse .total{
    float: left;
    margin-right: 5px;
    font-weight: 600;
    color: #022d3d;
    font-size: 16px;
}
.yms-collapse{display:none !important}
section#yms-checkout {padding: 20px 0 60px;}
.yms-radio {margin-bottom: 10px;}
.yms-radio .radio {margin: 0px;}
#pymt_frm label.radio img
{
    float: left;
    width: 63px;
    height: 40px;
    padding:  0 2px;
    cursor: pointer;
}
#pymt_frm label.afterpay_payment img, #pymt_frm label.zip_payment img
{
    float: left;
    width: 100px;
    height: auto;
    padding:  0 2px;
    cursor: pointer;
}
.text-title small {color: #333;}
.yms-cart-step1-mb .title-crtitem, .yms-cart-step1-mb .title-qty , .yms-cart-step1-mb .title-total {font-size: 12px;}
img.re-p {position: absolute;left: 235px;top: 7px;}
.checkout-img{width: 200px;}
.lsp-0{letter-spacing:0}
.no-pr{padding-right:0px}
.resize-col-md-3 {width: 20%;}
.ml-20{margin-left:20px}
 
img.check-step2 {
    width: 155px;
}
.check-p p {margin-bottom: 0px;}
/*@font-face {
  font-family: Raleway Bold;
  src: url(fonts/Raleway-Bold.ttf);
}*/

.cus {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: initial;
}

.cus input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12.5px;
    height: 12.5px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px ;
    z-index: 999;
}
.cus input:checked ~ .checkmark {
    background: #0075ff;
    width: 8px;
    height: 8px;
    border: 0;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus input:checked ~ .checkmark:after {
  display: block;
}
.cus .checkmark:after {
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: solid 1px #0075ff;
    transform: translate(-50%,-50%) rotate(45deg);
}


.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 12.5px;
    width: 12.5px;
    background-color: #eee;
    border: 1px solid;
    border-radius: 2px;
}

.cus input:checked ~ .checkmark-checkbox {
  background-color: darkgray;
}

.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.cus input:checked ~ .checkmark-checkbox:after {
  display: block;
}

.cus .checkmark-checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #002e3d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-step2 .cus {padding-left: 40px}
.radio-step2 .cus input:checked ~ .checkmark {margin-left: 10px;margin-top: 5px;}
.radio-step1 .cus input:checked ~ .checkmark {margin-left: 2px;margin-top: 2px;}
.radio-step1.pay .cus input:checked ~ .checkmark {margin-left: 2px;margin-top: 3.5px;}
.radio-step2 .checkmark{top: 10px;left: 10px;   margin-left: 7.5px;margin-top: 2.5px;}
.radio-step1 .checkmark{margin-top: 0px;}
.radio-step1.pay .checkmark{margin-top: 1px;}
.radio-step1 strong{color:#002e3d}
.checkbox-step1 .checkmark-checkbox{margin-top: 6px;}
.checkbox-step1 .cus input:checked ~ .checkmark-checkbox:after {
    margin-top: -6px;
    margin-left: -5px;
}
/*.yms-cart-step1-mb.step2 {
    margin-top: -10px;
}*/
.dv_8 p{line-height: 13px;}
img.img-step2 {
    position: absolute;
    top: -7px;
}
/*End cart on mobile*/
@media screen and (min-width: 900px) {
    .order-summaries{min-height: 1000px;}
}
@media screen and (max-width: 1030px) {
    .resize-col-md-3{width:25%;}
}
@media screen and (max-width: 767px) {
    #frmCheckout div.dis-inline{
        display: inline-block;
    }
    div.dis-inline.col-md-12{width: 100%;}
    .btnaction .flright{float: none;}
    .mbflnone{float: none!important;}
    .delivery_tb tr td:first-child{width: 25%;}
    .dv_4 input{padding: 6px;font-size: 13px !important;}
    .cart-mb-wrap{display: block;}
    .cartdesk{display: none;}
    .group-btn-top, .cart-title {
        display: inline-block;
        float: left;
        width: auto;
    }
    .group-btn-top{width: auto;float: right;}
    .group-btn-top #btnContinue{display: none;}
    .top-cart .cart-title{margin-top: 5px;}
    .no-pd-mb{padding:0px !important;}
    .no-mg-mb{margin:0px !important;}
    .no-bb-mb{border-bottom:0px !important;}
    .no-bdr-mb{border-radius:0px !important;}
    .no-bl-mb{border-left:0px !important;}
    .no-br-mb{border-right:0px !important;}
    .no-blr-mb{border-right:0px !important;border-left:0px !important;}
    .form-control{font-size: 13px;padding: 6px 10px;width: 100%;}
    .yms-group-img .yms-img{right: 0;bottom: 0px;width: 130px;position: absolute;}
    .text-center-mb{text-align:center}
    .row.delivery {padding: 6px 15px;border-top: 1px solid #ccc;margin-left: -15px;margin-right: -15px;}
    .yms-cart-step1-mb{
        padding:0px;
    }
    .no-pr-mb {padding-right: 0px;}
    button#btnStep1 {width: 100%;}
    .yms-collapse{display:block !important}
    span.collapse{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }
    span.collapse.collapsed::after,span.collapse::after{position: absolute;left: 8px;top: 7px;}
    span.collapse.collapsed::after{content:'\f078';}
    span.collapse::after{content:'\f077';}
    .order-summaries.collapse{display:none}
    .order-summaries.collapse.in{display:block}
    .yms-cart-step1-mb .order-summaries {padding: 15px 60px;}
    .yms-cart-step1-mb .yms-title {background-color: #fff;}
    section#yms-checkout {padding: 0px;}
    .yms-cart-step1-mb .crtitem div {line-height: 1.2 !important;}
    
    .yms-cart-step1-mb .yms-title {padding:15px;border-bottom:1px solid #ccc}
    .dp-none-mb{display:none}
    .label-step2{margin: 0px;padding: 9px 7px 5px 10px;line-height: 1.3;}
    .b-t-mb{border-top:1px solid #ccc;}
    .yms-form-step2{}
    .no-pd-mb.yms-radio{padding: 10px 0px 10px 0px !important;}
    .yms-radio input#creditcard_payment {margin: 10px 10px 0px 0 !important;}
    h3.reset-pd{padding:0px 15px 0px 15px !important;display: inline-block;}
    .yms-radio {margin-bottom: 0px;}
    #pymt_frm label.radio img {
        width: 50px;
        height: 30px;
    }
    #pymt_frm label.afterpay_payment img, #pymt_frm label.zip_payment img{
        width: 80px;
        height: auto;
    }
    img.re-p {position: unset;left: unset;top: unset;width: 300px;}
    .checkout-img{width: 150px;}
    
    .col-xs-4 {width: 33.33333333%;}
    .col-xs-12{width:100%}
    .img-mb-method{
        width:300px;
        margin:0px !important;;
    }
    .mt-10-mb{margin-top:10px;}
    .radio-step2 .checkmark {margin-top: -2px;}
    .radio-step2 .cus input:checked ~ .checkmark {margin-top: 0;}
    .row.delivery-title {
        margin-bottom: 10px;
    }
    .yms-cart-step1-mb.step2 {margin-top: 0px;}
    .yms-checkout-step1 .form-group{padding-right: 0;}
    .yms-checkout-step1 textarea[name="delnotes"]{width: 100%;margin-top: 10px;}
    .dv_4 label{line-height: 16px;padding-left: 25px!important;}
}
.modal-sm .modal-content{padding: 0;}
#md-notify-error .modal-header {
    background: #de1c20;
    color: #fff;
}
#md-notify-error .close, #md-notify-error .modal-title{color: #fff;}
#md-notify-error .close{border-color: #fff;opacity: .8;}
.dv_12 img{max-width: 100%;}
.delivery_tb tr td {padding:0 0 5px 0;}
#frmCheckout .delivery_tb tr td{padding-bottom: 13px;}
img{max-width: 100%;}
@media (min-width: 768px){
    .modal-sm {
        width: 300px!important;
    }
}
@media screen and (max-width: 375px){
    .dv_4 label {
        padding-left: 25px!important;
        font-size: 12px;
    }
    .delivery_tb tr td{padding-bottom: 11px;}
}
@media screen and (max-width: 350px){
    .dv_4 input#txtShippingPostalCode{font-size: 11px !important;}
    #dv_26 .dv_16 button{padding: 5px 15px;}
    .shopareaclass .dv_14 .dv_16 {padding-left: 0;}
}

/*credit-card-data form*/
#pymt_frm #credit-card-data select{
    border-radius: 3px;
    height: 34px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.visible-xs-inline{display: none;}
@media (max-width: 767px){
    .no-order-mb{border: 0!important;}
    #credit-card-data h3{padding-left: 10px;}
    #pymt_frm .radio-step2:nth-child(2n+1){clear: both;}
    #pymt_frm #credit-card-data .frm-grp{padding: 0;}
    #pymt_frm #credit-card-data .frm-grp .frm-lbl:not(._show){display: none;}
    #pymt_frm #credit-card-data .frm-grp .frm-lbl._show{padding-left: 10px;}
    #pymt_frm #credit-card-data .frm-grp .frm-cnt{margin: 0;}
    #pymt_frm #credit-card-data .form-control,#pymt_frm #credit-card-data select.sl-1{
        font-size: 13px;
        padding: 6px 10px;
        width: 100%;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    #pymt_frm #credit-card-data select{
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    #pymt_frm #credit-card-data select.sl-2{width: 30%;}
    .col-sm-6.check-p {margin-bottom: 10px;}
    .check-p p{line-height: initial;}
    .check-p.billingaddr{display: none;}
    .frmCred{clear: both;}
    .visible-xs-inline {display: inline-block!important;}
}
/*End credit-card-data form*/
#frmCheckout input,#frmCheckout select{max-width: 100%!important;width: 100%;height: 34px;}
.has-error .form-control {border-color: #da1010!important;}
.has-error label.error {color: #da1010;font-size: 11px;}
.shopareaclass form input:not([type="radio"]) {
    -webkit-appearance: auto!important;
}
.tagline, .tagline span, .tagline br {
    line-height: 12px!important;
}
.tagline{margin-top: 5px;}
form#addform #txtQty.form-control{border: 0;box-shadow: none;border-radius: initial;}
#errorMessage {color: red;margin: 20px 0;;width: 100%!important;}