.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .625rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem
}

.modal-header .close {
    padding: 1rem;
    /*margin: -1rem -1rem -1rem auto*/
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .75rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .3125rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #dee2e6
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgba(73,80,87,.5);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #3d4349;
    text-decoration: none;
    background-color: transparent
}

.dropdown-item.active,.dropdown-item:active {
    color: #3755be;
    text-decoration: none;
    background-color: transparent
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .75rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #212529;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: rgba(73,80,87,.5)
}

#addToCart-modal-body .product-price{
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    color: #044B5A;
    opacity: 0.8;
}
#addToCart .modal-lg{
    max-width: 680px;
}
#order_details a{
    color: #044B5A;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0.25rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
}
.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f1f1;
}
.c-preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: 9999;
}
.c-preloader i {
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    line-height: 50px;
    font-size: 30px;
}

/*quatity - +*/

.input-group--style-2 .input-group-btn:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: #FFF;
}
.input-group--style-2 .input-group-btn > .btn[disabled] {
    color: #eceeef;
}
.input-group--style-2 .input-group-btn > .btn {
    border-radius: 50%;
    background: transparent;
    border-color: #e6e6e6;
    color: #818a91;
    font-size: 0.625rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    cursor: pointer;
}
.input-group--style-2 .form-control {
    border-left: 0;
    border-right: 0;
}
.form-control, .form-control > .btn {
    font-size: 0.875rem;
    font-weight: 400;
    color: #555;
    background-color: #FFF;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.input-group--style-2 .input-group-btn:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #FFF;
}
/*input[name="quantity"] {
  height: 39px;
  border-width: 1px;
  border-color: #e6e6e6;
}*/

/*quatity - +*/
/* modal */
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
/* bootstrap extra container */

@media (min-width: 1500px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1200px) {
    .modal-lg {
        max-width: 1050px;
    }
}
.absolute-close-btn {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 1;
}
.added-to-cart .text-success i {
    font-size: 18px;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 2px solid #28a745;
    border-radius: 50px;
    margin-bottom: 15px;
}
.added-to-cart .product-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: 25px 0;
}
.added-to-cart .product-box .block {
    display: table;
    width: 100%;
}
.block {
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    cursor: default;
    border-radius: 0.25rem 0.25rem 0.25rem;
    -moz-border-radius: 0.25rem 0.25rem 0.25rem;
}
.block:after, .block:before {
    display: table;
    content: "";
}
.added-to-cart .product-box .block-image {
    display: table-cell;
    width: 100px;
    height: 100px;
}
.block .block-image {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.block .block-image img {
    max-width: 100%;
}
.added-to-cart .product-box .block-body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 2rem;
}
.btn-base-1.btn-outline, .btn-base-1.btn-outline:active, .btn-base-1.btn-outline:focus, .btn-base-1.btn-outline:hover {
    border-color: #3949DB !important;
    color: #044B5A;
    background-color: #ffffff;
}
/* cart nav */

.dropdown-cart {
    min-width: 360px;
    padding: 0 1rem;
}
.dropdown-cart .dc-header {
    padding: 5px;
    text-align: center;
}
.dropdown-cart .dc-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-cart .dc-header .heading {
    margin: 0;
    color: #1B2431;
}
.dropdown-cart-items {
    max-height: 195px;
    overflow-y: auto;
}
.dropdown-cart .dc-item {
    padding: 5px 15px;
}
.dropdown-cart .dc-item {
    padding: 0rem 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-cart .dc-image {
    display: inline-block;
    float: left;
    width: 70px;
}
.dropdown-cart .dc-content {
    display: inline-block;
    float: right;
    width: calc(100% - 70px);
    padding-left: 1.5rem;
}
.dropdown-cart .dc-quantity, .dropdown-cart .dc-price {
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 0.5rem;
}
.dropdown-cart .dc-actions {
    text-align: right;
}
.dropdown-cart .dc-actions button {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0.5rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.dropdown-cart .dc-item:after {
    clear: both;
}
.dropdown-cart .dc-item:before, .dropdown-cart .dc-item:after {
    content: '';
    display: table;
}
.dc-item .subtotal-text {
    display: inline-block;
    float: left;
    color: rgba(0, 0, 0, 0.5);
}
.dc-item .subtotal-amount {
    display: inline-block;
    float: right;
    color: rgba(0, 0, 0, 0.5);
}
ul.inline-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1;
}
.dropdown-cart .dc-btn .link--style-1 {
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
}

/* cart page */
.sct-color-2 {
    background-color: #fcfcfc;
}
.slice-xs {
    padding-top: 7rem;
    padding-bottom: 1rem;
    position: relative;
}
.icon-block--style-1-v5 {
    position: relative;
}
.icon-block--style-1-v5.active .block-icon{
    color: #044B5A;
    opacity: 0.8;;
}
.icon-block--style-1-v5 .block-icon {
    display: block;
    margin-bottom: 1rem;
}
.icon-block--style-1-v5 .block-icon > i {
    font-size: 40px;
}
.strong-300 {
    font-weight: 300 !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.c-gray-light {
    color: #818a91 !important;
}
.heading-sm {
    font-size: 0.875rem !important;
}
.table-cart > thead > tr > th {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7;
}
.table-cart tbody tr td {
    padding: 1rem 0;
}
.table-cart tbody tr td {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: none;
    padding: 1.25rem 0;
    vertical-align: middle;
    color: #2b2b2c;
    border: none;
}
.table-cart tbody tr td.product-image a {
    width: 60px;
    height: 60px;
}
.table-cart tbody tr td.product-image a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 80px;
}
.table-cart {
    width: 100%;
}

/* order details modal */
.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}
.process-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #044B5A;
    position: relative;
}
.process-steps li + li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #044B5A;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}
.process-steps li.active .icon{
        color: #ffffff;
        background: #044B5A;
}
.process-steps li.active .title{
        color : #044B5A;
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
.dropdown-cart-items {
    /*max-height: 195px;*/
    max-height: 260px;
    overflow-y: auto;
    margin-right: 2px;
}
.p-name{
   width: 70% !important; 
   padding-right:5px;
}
.p-qty{
    width: 15% !important; 
    text-align: center;
}
.p-price{
    width: 15% !important; 
    padding-left: 5px;
    text-align: right;
}


/*input#quantity {
    padding: 5px 5px 5px 5px;
    background: transparent;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}*/

#select-currency {
    border: 0;
    background-color: transparent;
    background-position: 72% center;
    line-height: 23px;
}


@media only screen and (max-width: 768px){
	.added-to-cart .d-f{
		display:block;
	}
.added-to-cart .product-box-img {
    margin-bottom: 50px !important;
    float:none !important;
    margin-right: 75px !important;
  }
.c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
    content: '✔';
    display: block;
    position: absolute;
    color: #EB5757;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 12px;
    height: 5px;
    width: 1px;
    left: 2px;
    top: 8px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

}