﻿/*offer slider css start*/
.offerItems {
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
}

.offerItems:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.offerItems:hover div {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease;
}

.offerItems .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.offerItems .contentBox {
    color: #fff;
    text-align: center;
    position: absolute;
    font-weight: initial;
    margin: auto;
    width: 200px;
    height: 40px;
    line-height: 20px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease;
}

#latestOffer {
    background-color: #274594;
}

    #latestOffer h5 {
        color: #fff;
        margin: 6px 0;
    }

    #latestOffer h2 {
        color: #fff
    }

    .carousel-control .fa-chevron-left, #latestOffer .carousel-control .fa-chevron-right {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        padding: 25px;
        border-radius: 50%;
        color: #274594;
        background-color: #fff;
    }

.carousel-control {
    display: inline-block;
    top: -30%
}

.carousel-control {
    width: 4%;
    background-image: none;
}

carousel-control.left {
    margin-left: 15px;
}

.carousel-control.right {
    margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media only screen and (min-width: 768px) {
    .logo {
        margin: 28px;
        float: left;
    }
}

.title {
    padding: 28px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.offerItems {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    cursor: pointer;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    box-shadow: 6px 7px 15px 4px rgba(0,0,0,.4);
}

.contentBox .fa-search {
    font-size: 26px;
    color: #fff;
}

@media(max-width:1190px) {
    .carousel-control {
        top: -14%;
    }
}

@media(max-width:768px) {
    .carousel-control {
        top: -30%;
    }
}

.tabSec .owl-stage-outer .owl-stage .owl-item {
    margin-right: 4% !important;
}

/*offer slider css end*/

a.ShoppingPage {
    text-transform: none !important;
}

.shippingTitle {
    font-size: 22px;
}

#rdnewuserheader {
    background: #cb2127;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .section-inset-1 {
        padding-top: 0px !important;
    }

    #trustpilot {
        margin-top: 0px !important;
    }

    #multicols {
        padding-left: 12px;
    }

    .cal-section {
        padding-bottom: 0;
    }

    .container-mid {
        width: 1150px;
    }

    .section, section {
        padding-top: 0px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    /*#dkreviewsheader {
        margin-top: 30px;
    }
    .section-inset-1{
    padding-top:0px!important;
    }
    }*/
}

@media (min-width:768px) and (max-width:1199px) {
    .jumbotron {
        padding-top: 130px !important;
    }

    .container-mid {
        width: 750px;
    }
}

@Media(max-width:990px) {

    #shopping .row ul {
        padding-left: 35%;
        text-align: left;
    }

    ul, ol {
        margin-top: -12px;
    }

    #product-title {
        text-align: center;
    }

    #content-paragraph {
        text-align: center;
    }

    .container-mid {
        width: 950px;
    }
}

.cal-hr {
    border-bottom: 3px solid #fff !important;
}

#trustpilotframe {
    display: none !important;
}

@media (max-width: 600px) {
    .lnkAddCateg {
        font-size: 18px !important;
    }
}

@media (max-width: 520px) {
    .dutiestaxes-btn {
        max-width: 200px;
        margin: 25px auto auto;
    }

    #btnCalculateCategory {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width:340px) {
    #spndeleteCat {
        left: 0 !important;
    }
}

@media (max-width: 991px) {

    .ddlFranchiseCategory {
        margin-bottom: 0px;
    }
}

span#CalcValWeightinLB {
    width: 94%;
    z-index: 99;
    color: #cb2127;
    font-weight: normal !important;
}

#multicols {
    margin-left: 0;
    margin-right: 0;
}

    #multicols .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }

.txtWidth {
    padding: 15px 4px !important;
}

#multicols .col-md-3 span {
    float: right;
    position: relative;
    top: 0px;
    left: 2px;
    font-size: 12px;
    z-index: 1;
    font-weight: 500;
}

#multicols .col-md-3 .form-control {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 15px 4px !important;
    text-align: center;
}

.borderinput {
    border: 1px solid #ddd;
    border-radius: 4px !important;
    background: #fff;
    height: 60px;
}

#multicols select {
    width: 80px;
    background: #ddd !important;
    color: #000;
    position: relative;
    top: -1px;
    left: 3px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    float: right;
    text-indent: 5%;
    font-family: "Montserrat", cursive;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

#dimsUnit {
    font-weight: bold;
}

.spndeletepkg {
    left: 50px !important;
}

#chargeinsurance-row1, #chargeinsurance-row3 {
    margin-top: 40px;
}

@media(max-width:430px) {
    #multicols .col-md-3 span {
        left: 0;
    }
}

#CalcValLength {
    color: #cb2127;
    font-weight: normal !important;
    font-size: 10px;
    position: absolute !important;
    top: 2px !important;
    left: 14px !important;
    display: block;
    width: 100%;
    white-space: nowrap;
}

#btnaddpkg:focus {
    background: #fff;
    color: #274594;
    border-color: transparent !important;
}

/*#btnaddpkg {
            margin-right: 50px;
        }*/

#btnCalculateCost {
    margin-top: 30px;
    height: 60px !important;
}

.txtHeight {
    padding: 15px 12px !important;
}
/*@@media(max-width:581px) {

            #btnaddpkg {
                margin-right: auto;
                display: block;
                margin-bottom: 20px;
                margin-left: auto;
                border: 1px solid transparent;
                font-size: 18px;
            }
        }*/
.spndeletepkg {
    position: absolute !important;
    left: 12px;
    float: right;
    top: -2px;
    right: 6px;
}

.addPkgDiv {
    padding-left: 20px;
}

#WgtUnit {
    background: #ddd;
    color: #000;
}

#WgtUnit2, #WgtUnit3, #WgtUnit2, #dimsUnit2 {
    font-family: "Montserrat", cursive;
    font-size: 16px;
    background: #ddd !important;
    color: #000 !important;
}

@media(max-width:1199px) {

    .spndeletepkg {
        left: 38px !important;
    }
}

@media(max-width:991px) {

    .spndeletepkg {
        position: absolute !important;
        left: 12px;
        float: right;
        right: 0px;
        top: -9px;
    }

    #multicols .col-md-3 {
        height: 60px;
    }
}

.overcolor:hover {
    color: #fff !important;
}

#dkCalculator tbody tr td:first-child {
    text-align: left;
    position: relative;
    left: 47px;
}

#dkCalculator tbody tr td img {
    padding-right: 10px;
}

@media (max-width: 767px) {

    #multicols select, #WgtUnit2, #WgtUnit3, #WgtUnit {
        color: #000 !important;
        background: #ddd !important;
    }

    .spndeletepkg {
        top: -242px;
    }

    #dkCalculator tbody tr td:first-child {
        text-align: center;
        left: 0;
    }
}

@media(max-width:581px) {
    /*#btnaddpkg {
                margin-right: auto;
                display: block !important;
                margin-bottom: 20px;
                margin-left: auto;
                font-size: 18px;
            }*/
    #multicols select {
        background: #ddd !important;
        color: #000 !important;
    }
    /*#addressBtn{
                min-height:87px;
            }*/
}

#actualWeight {
    height: 120px;
}

#actual_Weight {
    height: 120px;
}

.top768count2 {
    margin-top: 320px !important;
}

.top768count3 {
    margin-top: 800px !important;
}

.top518count2 {
    margin-top: 400px !important;
}

.top518count3 {
    margin-top: 800px !important;
}

#btnaddpkg {
    text-transform: uppercase;
    min-width: 227px;
}

#CalcValWeightinLB {
    font-size: 10px !important;
    padding: 13px 10px;
}

@media(max-width:480px) {
    #dimsUnit {
        font-size: 16px;
    }
}

#calDutiesandVat tbody tr td img {
    padding-right: 10px;
}

#calDutiesandVat tbody tr td:first-child {
    text-align: left;
    position: relative;
    left: 25px;
}

.hidetooltip-mobile {
    display: none !important;
}

@media (max-width:767px) {
    .hidetooltip-mobile {
        display: inline-block !important;
    }
}

.unitBox {
    display: flex;
    align-items: center;
}

.rd-navbar-nav li a {
    font-weight: 500 !important;
}

#multicols .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mutliSymb {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

.cycle-slideshow {
    min-height: 460px
}

.cal-grid .mfInput .error-msg {
    top: -10px;
}

@media(max-width:1200px) {
    .multiSymb {
        font-size: 18px;
        font-weight: 800;
        color: #fff;
    }

    .calculateBtnBottom {
        display: block !important;
    }

    .calculateBtnTop {
        display: none;
    }

    #btnCalculateCost {
        margin-top: 0;
    }

    .transparentBtn {
        width: 100%;
    }
}

.transparentBtn {
    margin-top: 0;
    height: 60px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    border: 2px solid;
    border-radius: 5px;
    padding: 15px 8px;
}

.sizeDiv {
    padding-left: 12px;
}

.transparentBtn:hover {
    background: #cb2127;
}

.w-100 {
    width: 100%;
}

.clacOperation {
    padding: 0 10px;
}

.calculate-btn {
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0;
    width: 100%;
    height: 60px;
}

.btn-min-width {
    min-width: 232px;
}

#shipping-last-pricce {
    padding-bottom: 50px;
}

.container-mid {
    margin: 0 auto;
}
/*flexbox start*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}
/*flexbox ends*/
@media (max-width: 767px) {
    #mobileresponsive {
        height: auto !important;
        width: 100% !important;
    }

    .clacOperation div {
        margin: 10px 0;
    }

    .calculate-btn {
        padding: 3px 10px;
        /*padding: 15px 25px;*/
    }

    .container-mid {
        width: 98%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {
    .addressDiv, .addPkgDiv, .calculateBtnBottom {
        padding-left: 12px;
    }

    .addressDiv {
        padding-left: 10px !important;
    }
}

@media(max-width:578px) {
    .clacOperation div button, .clacOperation div a {
        width: 100%;
    }

    .section-process {
        margin-top: 580px;
    }

    .cal-section {
        padding-bottom: 0px;
    }

    #tblpkginfo {
        margin-top: -30px;
    }

    .calculate-btn {
        padding: 15px 5px;
    }
}

@media(max-width:992px) {
    #btnCalculateCost {
        width: 100%;
    }
}

@media(min-width:992px) {
    /*.bg-calculator-dk {
            background-size: 100% !important;
        }*/

    .flex-lg-row {
        flex-direction: row !important;
    }
}

@media only screen and (max-width:1025px) and (min-width:768px) {
    .section-process {
        margin-top: 450px;
    }
}

@media only screen and (max-width:768px) and (min-width:578px) {
    .section-process {
        margin-top: 510px;
    }

    .calculate-btn {
        padding: 16px 10px;
    }

    .addressDiv {
        order: 3;
    }

    .sizeDiv {
        padding-left: 18px;
    }

    #addressBtn {
        padding: 16px 0;
    }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

    section#fungerer[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] span[_ngcontent-dgg-c1], section#dineFordele[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] span[_ngcontent-dgg-c1] {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        margin-bottom: 15px;
    }

    section#fungerer[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] h3[_ngcontent-dgg-c1], section#dineFordele[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] h3[_ngcontent-dgg-c1] {
        font-size: 18px;
        font-weight: bold;
        color: #274594;
    }

    section#fungerer[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] p[_ngcontent-dgg-c1], section#dineFordele[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] p[_ngcontent-dgg-c1] {
        font-size: 14px;
        color: #686868;
    }

h2.underlineHead {
    color: #274594;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 35px;
}

    h2.underlineHead span {
        display: inline-block;
        width: 80%;
        max-width: 250px;
        height: 2px;
        background-color: #cb2127;
    }

section#dineFordele[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] {
    width: 100%;
    margin: 10px 0;
    box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
    border-radius: 15px;
    text-align: center;
    background-color: #fafafa;
}

section#fungerer[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] {
    width: 100%;
    margin: 20px 0;
    box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    background-color: #fafafa;
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row;
    }

    .flex-md-row {
        flex-direction: row;
    }

    .flex-md-wrap {
        flex-wrap: wrap;
    }

    section#dineFordele[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] {
        width: calc(95% / 3);
    }

    section#fungerer[_ngcontent-dgg-c1] aside[_ngcontent-dgg-c1] {
        width: 230px;
        margin: 20px;
    }

    section#dineFordele aside {
        width: calc(95% / 3) !important;
    }
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.text-center {
    text-align: center !important;
}

.p-3 {
    padding: 1rem !important;
}

h2 {
    font-weight: bold;
    font-size: 35px;
}

* {
    font-family: "Poppins", sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: unset !important;
}

section#fungerer aside {
    width: 100%;
    margin: 20px 0;
    -webkit-box-shadow: rgba(210, 210, 210, 0.6);
    box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    background-color: #fafafa;
}

section#dineFordele aside {
    width: 100%;
    margin: 10px 0;
    -webkit-box-shadow: rgba(210, 210, 210, 0.6);
    box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
    border-radius: 15px;
    text-align: center;
    background-color: #fafafa;
    width: 100%;
}

    section#fungerer aside span,
    section#dineFordele aside span {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        margin-bottom: 15px;
    }

    section#fungerer aside h3,
    section#dineFordele aside h3 {
        font-size: 18px;
        font-weight: bold;
        color: #274594;
    }

    section#fungerer aside p,
    section#dineFordele aside p {
        font-size: 14px;
        color: #686868;
    }

/* Member */

section#memberPlan aside {
    width: 100%;
    margin: 20px 0;
    -webkit-box-shadow: rgba(210, 210, 210, 0.6);
    box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
    border-radius: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: auto;
    transition: 0.2s all linear;
}

    section#memberPlan aside:hover {
        filter: brightness(70%);
    }

    section#memberPlan aside.bigSec {
        height: auto;
    }

    section#memberPlan aside a {
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }

    section#memberPlan aside a,
    section#memberPlan aside h3 {
        color: #ffffff;
        background-color: #274594;
        padding: 20px 0;
        margin: 0;
        font-size: 24px;
        position: relative;
        font-weight: bold;
        transition: 0.2s all linear;
    }

        section#memberPlan aside a:hover {
            color: #686868;
        }

        section#memberPlan aside h3:first-child {
            border-radius: 20px 20px 0 0;
        }

    section#memberPlan aside a {
        border-radius: 0 0 20px 20px;
    }

    section#memberPlan aside h3 small {
        font-size: 15px;
        letter-spacing: 1px;
    }

    section#memberPlan aside.bigSec a,
    section#memberPlan aside.bigSec h3 {
        background-color: #CB2228;
    }

        section#memberPlan aside h3 span,
        section#memberPlan aside.bigSec h3 span {
            position: absolute;
            top: 0px;
            right: 0;
            bottom: 0;
            width: 100px;
            border-top-right-radius: 20px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('/images/homepage/Path-red.png');
        }

        section#memberPlan aside.bigSec h3 span {
            background-image: url('/images/homepage/Path-blue.png');
        }

            section#memberPlan aside h3 span samp,
            section#memberPlan aside.bigSec h3 span samp {
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                width: 80px;
                height: 50px;
                margin-top: 15px;
                margin-left: 15px;
                -ms-transform: rotate(43deg);
                -webkit-transform: rotate(43deg);
                transform: rotate(43deg);
            }

    section#memberPlan aside ul {
        margin: 0 auto;
        width: 60%;
    }

        section#memberPlan aside ul li {
            list-style: none;
            width: 100%;
            text-align: left;
            font-size: 14px;
            margin: 8px 0;
            position: relative;
        }

            section#memberPlan aside ul li::before {
                position: absolute;
                content: '';
                width: 18px;
                height: 18px;
                left: -24px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-image: url('/images/homepage/tick.svg');
            }

/* End Member */

section#shopList a.btn {
    color: #ffffff;
    background-color: #CB2127;
    padding: 8px 25px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(210, 210, 210, 0.6);
    box-shadow: 12px 12px 5px 0 rgba(210, 210, 210, 0.6);
}

    section#shopList a.btn:hover {
        color: #383838;
    }

@media(min-width:1200px) {
    section#memberPlan aside {
        width: calc(90% / 3);
    }
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

#myModalpopup .modal-header {
    padding: 0px;
    background: #fff;
}

button.popupclosebtns {
    position: absolute;
    right: -7px;
    top: -10px;
    height: 30px;
    width: 30px;
    background: #000;
    color: #fff;
    z-index: 999;
    border-radius: 50%;
    opacity: 1;
}

.addressDiv {
    padding-left: 21px;
}

.popupclosebtns:focus, .popupclosebtns:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

@media (min-width: 768px) {
    .modal-dialog1 {
        width: 850px;
        margin: 30px auto;
    }
}

.modal-dialog1 {
    top: 100px;
}

.shippingTitle {
    font-size: 22px;
}

@media(max-width:370px) {
    #addressBtn {
        padding: 16px 0;
    }

    #btnaddpkg, .transparentBtn, #addressBtn, #btnCalculateCost {
        font-size: 14px !important;
    }
}

.dksebtnradius {
    border-radius: 10px;
}

.betweenLine {
    border-left: 2px solid;
    height: 70px;
    position: absolute;
    left: 50%;
}
