input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

    opacity: 1;

}

a:focus, a:hover {
    text-decoration: none;
    color: #000;
}

.myaccount-area ul li{
    margin-bottom: 5px;
}

.myaccount-area ul li a{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
    text-transform: capitalize;
    background: #f2f2f2;
    border-radius: 3px;
}
.myaccount-area ul li a.active {
    background: #ff9401;
    color: #ffffff;
}
.myaccount-area ul li a:hover {
    background: #ff9401;
    color: #ffffff;
}
.myaccount-page-title h1 {
    font-size: 22px;
    /*text-transform: capitalize;*/
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 15px;
}
.myaccount-page-title h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 15px;
}

input[type="radio"] {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
input[type="checkbox"]{

    margin-right: 10px;
}

.private label{
    margin-bottom: 0;
}

.gender label:first-child{
    margin-right: 10px;
}

.table-responsive table thead tr th {
    text-align: center;
}
.table-responsive .table {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-responsive table thead {
    background: #f2f2f2;
}
.table-responsive table tbody tr td {
    border-right: 1px solid #e5e5e5;
    color: #4c4c4c;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    /*min-width: 150px;*/
}


/*.menu ul li:last-child a{
    padding-right: 0;
}*/

.categorybanner .categorybanner_item .categorybanner_image:before{
    transform: scale(1);
}

.categorybanner .categorybanner_item:hover .categorybanner_image:before {
    transform: scale(0);
}

.categorybanner .categorybanner_item .categorybanner_title{
    width: 100%;
    right: 0%;
}

.categorybanner .categorybanner_item .categorybanner_title h5{
    font-size: 34px;
}

.categorybanner .categorybanner_item .categorybanner_title h3{
    font-size: 28px;
}

.header-main .logo a{
    width: 250px;
}


.txtcount {
    color: #fff;
    background-color: #ff9401;
    padding: 3px;
    border-radius: 4px;
    position: absolute;
    font-size: 11px;
    bottom: -12px;
    right: 0;
}
.mockup-area {
    position:relative;
    /*height:620px;*/
    background-image:url(../img/mockup/uniformbg.png);
    background-position:center;
    background-repeat:repeat no-repeat;
    overflow:hidden
}

.mockup-area>.container {
    position:relative
}
.mockup-area .pamockup {
    background-color:transparent;
    display: inline-block;
    width:50%;
    transition:transform .5s;
    position: relative;
}
.mockupuniform {
    position:absolute;
    left:30px;
    top:100px
}
.mockupoption {
    position:relative;
    float:right;
    width:50%;
    margin:10px 0;
    transition:transform .5s
}
.mockupoption:focus {
    transform:none
}
.mockupoption .btn {
    float:right;
    outline:1px solid transparent;
}
.pamockuparea {
    position:relative
}
.pamockup {
    background-color:#fff;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
    display:none
}
.pamockup>span {
    position:absolute;
    right:20px;
    top:10px;
    cursor:pointer;
    font-size:40px
}
.pamockup>img {
    width:450px;
    height:auto;
    margin:0 auto;
    display:block
}
.pamockup.active:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center 0;
    background-size:contain
}
.pamockup.forma1:before {
    background-image:url('/Assets/temp/forma1sps.png')
}
.pamockup.forma2:before {
    background-image:url('/Assets/temp/forma2sps.png')
}
.pamockup.forma3:before {
    background-image:url('/Assets/temp/forma3sps.png')
}
.paarma {
    position:absolute;
    top:180px;
    left:106px
}
.paarma2 {
    position:absolute;
    top:205px;
    left:400px;
    visibility:hidden
}
.pamno {
    position:absolute;
    top: 44%;
    width:40%;
    height:20%;
    /*overflow:hidden;*/
    left:-8px;
    right:0;
    margin:0 auto;
    text-align:center
}
.pamtxt {
    text-align: center;
    position: absolute;
    top: 63%;
    left: -8px;
    right: 0;
    color: #00284b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.pamno img {
    height:100%
}
.paimgarea .pamno {
    top:23%
}
.paimgarea .pamtxt {
    top:45%
}
.pamockup.active img,.pamockup.active .pamno,.pamockup.active .pamtxt,.pamockup.active .paarma,.pamockup.active .paarma2 {
    visibility:hidden
}
.mockuptitle {
    font-family: 'Oswald',sans-serif;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 4px;
    width: 90%;
    line-height: 50px;
    background-color: #00284b;
    margin: 30px auto 0;
    box-shadow: 3px 3px 10px #333;
}

.mockuptitle span {
    display:block;
    font-size:40px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    letter-spacing:15px
}

.mockupforma {
    position:relative;
    width:90%;
    margin:20px auto 0
}
.mockupforma p,.mockuptype p {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.mockupforma p span,.mockuptype p span {
    font-size:14px
}
.mockupforma>span {
    display:inline-block;
    text-align:center;
    background-color:#fff;
    cursor:pointer;
    padding:0 10px;
    margin-right:10px;
    border:2px solid #ddd;
    border-radius:4px
}
.mockupforma>span.active {
      border-color: #4480ec;
}
.mockupforma>span:hover {
      border-color: #ff9401;
}
.mockupforma>span img {
    width:60px;
    height:auto
}
.mockuptype {
    display:table;
    width:90%;
    margin:10px auto 0
}
.mockuptype>p {
    display:table-cell;
    position:relative
}
.mockuptype .formtype {
    width:80%
}
.mockuptype .pSize {
    width:20%
}
.mockup-area .tooltip-inner {
    font-size:15px;
    color:#01305e;
    background-color:#fff
}
.mockup-area .tooltip.top .tooltip-arrow {
    border-top-color:#fff
}
.mockuptxtinput {
    display:table;
    width:90%;
    margin:20px auto 0
}
.mockuptxtinput>p {
    display:table-cell;
    position:relative
}
.mockuptxtinput>p>span {
    display:block;
    font-size:14px;
    color:#fff;
    font-weight:500
}
.mockuptxtinput>.motype {
    width:40%
}
.mockuptxtinput>.moname {
    width:40%
}
.mockuptxtinput>.mono {
    width:20%
}
.mockuptxtinput>.moplayer {
    width:60%
}
.mockupoption input,.mockupoption select {
    background-color: white;
    border: 2px solid #4480ec;
    border-radius: 4px;
    padding: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    width: calc(100% - 10px);
    outline: none;
}
.mockupoption select option {
    background-color:#fff
}
.mockuparma {
    display:table;
    width:90%;
    margin:20px auto 0;
    padding-right: 11px;
}
.mockuparma .checkbox {
    display:inline-block;
    margin:0
}
.mockuparma .checkbox label {
    padding-left:28px;
    font-size:14px;
    color:#fff;
    font-weight:500;
    padding-top:10px
}
.mockuparma .checkbox label::before {
    width:41px;
    height:41px;
    top:0
}
.mockuparma .checkbox label::after {
    width:36px;
    height:36px;
    background-image:url(/Assets/temp/arma.jpg);
    background-size:cover
}
.mockuparma .checkbox.spschc label::after {
    background-image:url(/Assets/temp/avislogo.jpg)
}
.mockuparma .checkbox.spschc2 label::after {
    background-image:none;
    background-color:#d60e54
}
.mockuparma .checkbox.spschc3 label::after {
    background-image:url(/Assets/temp/heforshe.png)
}

.pamno1, .pamno2{
    font-size: 170px;
    font-weight: 600;
    color: #00284b;
}

.product-item .product-image-wraper img {
    width: 100%;
    border: solid 1px #3333331f;
    border-radius: 5px;
    -o-object-fit: none;
    object-fit: none;
}

.product-item .product-item-button a{
    border: solid 1px;
}
.discount-ribbon{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: auto;
    height: auto;
    padding: 5px 5px;
    line-height: 15px;
    border-radius: 3px;
    background-color: red;
    color: white;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
}
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 85px;
    height: 85px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 120px;
    display: block;
    background: #01305e;
    background: linear-gradient(#3b76e0  0%,#4a81e5 100%);
    box-shadow: 0 3px 10px -5px rgb(1, 0, 102);
    position: absolute;
    top: 25px;
    left: -25px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #333;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #333;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}


.stars {
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}
.stars .br-widget, .br-wrapper {
    height: 28px;
    white-space: nowrap;
    font-size: 20px;
}

.stars .br-readonly a {
    cursor: default;
}

.stars .br-widget a {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}
.stars .br-widget a.br-selected i {
    color: #f8bf00;
    cursor: pointer;
    font-size: 15px;
}

.stars .br-widget a::after {
    color: rgb(225, 225, 225);
}

.product-item .product-item-wraper {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.product-item .product-item-button{
    bottom: 50px;
}

/*.theme-carousel .owl-prev, .theme-carousel .owl-next{*/
    /*opacity: 1;*/
/*}*/

/*.theme-carousel .owl-prev {*/
    /*left: -40px;*/
/*}*/
/*.theme-carousel .owl-next {*/
    /*right: -40px;*/
/*}*/

ul.product-tab li a.active {
    color: #ffffff;
    background-color: #4480ec;
    font-weight: 600;
}

ul.product-tab li a {
    background-color: #e8e8e8;
    padding: 10px 20px;
    font-size: 15px;
}

.header-main {
    /*background-color: #4480ec;*/
}

.menu>ul>li>a{
    font-weight: 700;
    padding: 14px 17px;
    color: #444444;
}

.menu>ul>li>a>i{
    margin-left: 5px;
}

.menu>ul>li.item>a:hover{
    color: #ff9400 !important;
}

.menu>ul>li{
    position: relative;
}

.menu>ul>li:first-child{
    background-color: #ff9401;
}
.menu>ul>li:first-child>a>i{
    margin: 0;
    color: white;

}
.menu>ul>li.outlet{
    margin-left: 5px;
}

.menu>ul>li.outlet>a>span{
    position: relative;
    z-index: 1;
    color: white;
}

.menu>ul>li.outlet>a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4480ec;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.top-search {
    width: 100%;
    position: relative;
    margin: 0 70px;
}

.top-search input {
    position: relative;
    padding: 12px 20px 12px 20px;
    width: 100%;
    color: #444;
    background: 0 0;
    border: 1px solid #444;
    transition: all .2s ease-in-out;
    font-weight: 400;
    border-radius: 0px;
    background-color: white;
}
.top-search input:hover{
    border: 1px solid #ff9401;
}
.top-search input:focus{
    border: 1px solid #ff9401;
}

.top-search i{
    position: absolute;
    right: 4px;
    color: white;
    padding: 8px;
    cursor: pointer;
    background-color: #444;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

.top-search i:hover{
    background-color: #fff;
    border: solid 1px #444;
    color: #444;
}

.top-search button, .top-search input {
    font-size: 0.8em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    outline: 0;
}

.top-search button {
    z-index: 2;
    padding: 13px 20px;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 13px;
    background: #ff9401;
    border-radius: 0 4px 4px 0;
    transition: all .2s ease-in-out;
}

.top-search-icon {
    left: 20px;
    position: absolute;
}

.header-right > ul > li > a {
    background: #f2f2f2;
    height: 40px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.header-right > ul > li > a:hover{
    color:#ff9401;
}
.header-right > ul > li > span {
    margin: 5px 0 0;
    color: #fff;
    font-size: .8em;
    font-weight: 500;
}

.header-right > ul > li > ul {
    padding: 10px 0;
    top: calc(100% + 17px);
    left: 50%;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #232323;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all .2s ease-in-out;
}

.header-right > ul > li > ul:before {
    content: "";
    top: -8px;
    left: calc(50% - 8px);
    position: absolute;
    border-bottom: 8px solid #232323;
    border-top: 0 solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.header-right > ul > li > ul:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 170px;
    height: 30px;
    display: block;
}

.header-right > ul > li:nth-child(n+2) {
    margin: 0 0 0 20px;
}

.basket-noti::before {
    content: attr(noti-number);
    padding: 5px;
    top: -8px;
    right: -5px;
    width: 18px;
    font-size: 10px;
    height: 18px;
    color: #ffffff;
    border: solid 1px #ff9401;
    background-color: #ff9401;
    display: -webkit-box;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
}

.header-right > ul > li > span {
    margin: 0px 0px 0 10px;
    color: #ff9401;
    font-size: 15px;
    font-weight: 500;
}

.header-main .header-main-inner{
    display: none;
}

.header-right > ul > li {
    position: relative;
    cursor: pointer;
}

.header-right > ul > li:hover > span{
    color: #ff9401;
    font-weight: 500;
}

.header-right{
    margin-left: 20px;
}

.top-left li{
    list-style: none;
}


.top-left li {
    border-right: solid 1px #e1e1e1;
}

.top-left li a {
    padding: 5px 10px;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.top-left li:last-child{
    border-right: none;
}

.header-social-link .list-none-ib li:first-child{
    border-left: solid 1px #e1e1e1;
}
.header-social-link .list-none-ib li{
    /*padding: 5px 10px;*/
    border-right: solid 1px #e1e1e1;
}

.header-social-link .list-none-ib li:last-child{
    /*border-right: none;*/
    padding-right: 0;
}

.header-social-link .list-none-ib li a{
    font-size: 12px;
    padding: 5px 10px;
    color: white;
}

.header-topbar-left p{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.tooltiptext {
    display: none;
    width: 210px;
    background-color: white;
    color: #fff;
    text-align: center;
    padding: 12px;
    border: solid 1px #ece9e9;
    border-radius: 6px;
    position: absolute;
    left: -83px;
    top: 50px;
    z-index: 99999;
}
.loginbul:hover .tooltiptext {
    display: block;
}

.tooltiptext::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 47px;
    width: 100px;
    height: 12px;
    display: block;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #cccccc transparent;
}

.login {
    font-weight: 600;
    background-color: #ff9401;
}

.account-button {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}



.register {
    margin-top: 3px;
    border-bottom: solid 1px #ece9e9;
    color: black;
}
.register:hover {
    text-decoration: none;
    color: #ff9401;
}

.login a {
    color: #fff;
}

.register a {
    color: #000;
}

.register:hover a{
    color: #000;
}

.login:hover{
    background-color: #000;
}

.theme-carousel .owl-prev, .theme-carousel .owl-next{
    top: 40%;
}

.product-image-gallery .product-gallery-item img {
    border: solid 1px #eaeaea;
}

.product-detail-thumbnails .item img {
    border: solid 1px #eaeaea;
}

.breadcrumb {
    padding: 10px 0;
    border-bottom: solid 1px rgba(210, 210, 210, 0.4196078431372549);
    background-color: #f9f9f9;
}

.main-menu{
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    background-color: #f9f9f9;
}

.content-page-wrapper{
    padding-top: 20px;
    background-color: #fff;
}

.product-sorting{
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-detail-thumbnails .item img {
    max-width: 75px;
}

.product-detail-right{
    width: 85%;
    float: right;
    z-index: 1;
    border: solid 1px #eaeaea;
}

.product-detail-left{
    width: 15%;
    float: left;
}

.product-detail-thumbnails {
    margin-top: 0px;
}

.product-detail-slider .slick-prev, .product-detail-slider .slick-next{
    opacity: 1;
    visibility: visible;
}

.up{
    position: absolute;
    z-index: 9;
    top: -0px;
    left: 0;
    font-size: 24px;
    cursor: pointer;
    color: #656565;
    background-color: #ffffff;
    width: 76px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 0px;
}

.down{
    position: absolute;
    z-index: 9;
    bottom: 0px;
    left: 0;
    font-size: 24px;
    cursor: pointer;
    color: #656565;
    background-color: #fff;
    width: 76px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 0px;
}


.menu-close, .menu-open{
    display: none;
}

.product-detail{
    background-color: white;
    padding-top: 20px;
    position: relative;
    box-shadow: -1px 0 75px rgba(153,153,153,.2);
}

.product-tabs-wrapper {
    background-color: white;
    padding: 15px;
}

.product-tabs-title li a{
    color: #a3778d;
}
.product-tabs-title li a.active{
    font-weight: 600;
}

.zoom-images-button{
    z-index: 1;
}

.content-blog-page .col-md-9{
    background-color: white;
    padding: 15px;
}

.a-item{
    border: solid 1px #f3f3f3;
    padding: 15px;
}
.a-item h4{
    font-size: 13px;
}
.a-item span{
    font-size: 13px;
    font-weight: 600;
    color: #868686;
}
.a-item p{
    font-size: 13px;
    color: #868686;
    margin-bottom: 0;
    line-height: 15px;
}

.a-item b{
    font-size: 13px;
}

.a-item .action button{
width: 100%;
}

.main-item, .main-item a{
    height: 100%;
    background-color: #ceedff;
}

.main-item i {
    font-size: 40px;
}
.address-modal{
    width: 100%;
}
.frm-border{
    background-color: white;
}

.page-sidebar{
    background-color: white;
    /*padding-top: 15px;*/
    height: fit-content;
    position: sticky;
    top: 80px;
}
.step-bg{
    padding: 7px 0;
    border: solid 1px #e4e4e4;
    margin-bottom: 15px;
}

.DetailTitle{
    background-color: #f2f2f2;
    padding: 10px;
    font-weight: 500;
    color: black;
}

.DetailContent{
    padding: 10px;
    border: solid 1px #e5e5e5;
    /*max-height: 200px;*/
    height: 100%;
}
.DetailCard{

}

.DeliveryStatus{

}

.DetailContent .DetailRow{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0;
}

.DetailContent .DetailRow:last-child{
    border-bottom: none;
}

.DetailImage img{
    width: 50px;
}

.DetailTable td{
    text-align: center;
    vertical-align: middle;
}

.productNo{
    background-color: #ececec;
    color: #4c4c4c;
}

.players-list{
    position: relative;
}

.players-list img{
    border: solid 1px #dadada;
}

.players-list:after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 10%);
    height: 100%;
}

.players-list:before {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 10%);
    height: 100%;
    z-index: 1;
}

.players-list .owl-prev, .players-list .owl-next {
    top: 50%;
}

.playerName{
    position: absolute;
    width: 100%;
    bottom: -60px;
    display: flex;
    justify-content: center;
    background-color: #d9d9d9;
    padding: 12px;
    transition: all .2s ease-in-out;
}

.playerName h6{
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.owl-item.center li a div {
    bottom: 8px;
    transition: all .2s ease-in-out;
}

.players-list .owl-nav button.owl-prev, .players-list .owl-nav button.owl-next{
    z-index: 99;
    color: white;
}
.em-promo-box .promo-icon{
    text-align: center;
}
.em-promo-box i{
    font-size: 25px;
    color: #444;
}

.em-promo-box .promo-info h6{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.em-promo-box .promo-info p{
    text-align: center;
    font-size: 13px;
    line-height: 17px;
}

.credit-card{
    width: 100%;
    padding: 15px 15px;
}

.footer-newsletter .footer-newsletter-form input[type="text"]{
    border: 1px solid #a2a2a2;
}

.footer p.copyright{
    font-size: 12px;
}

.footer-bottom{
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #fff;
}

.footer-middle{
    padding-top: 55px;
    padding-bottom: 55px;
}

.flag svg{
    width: 20px;
    height: 20px;
}

.content-cart-page input[type="number"]::-webkit-outer-spin-button, .content-cart-page input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.productDetail input[type="number"]::-webkit-outer-spin-button, .productDetail input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.checkout-box {
    background-color: #f1f0f0;
}
.checkout-page .order-review {
    background-color: #faf9f9;
    border-radius: 4px;
    border: 1px solid rgba(159, 172, 189, .3);
}

.delivery{
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(159, 172, 189, .3);
}

 .head{
    border-radius: 4px 4px 0 0;
    background: #fbfbfb;
    border-bottom: 1px solid #e1e1e1;
}

 .head h2{
    font-size: 16px;
    padding: 20px;
    margin: 0;
    font-weight: 400;
}

.delivery-select > h4 {
    padding: 10px 20px;
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(159, 172, 189, .3);
}

.deliverybot{
    margin: 20px 0 0;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
}

.deliverybot ul li:hover, .deliverybot ul li:hover {
    background: #faf9f9;
}

.deliverybot ul li{
    list-style: none;
    padding: 20px;
}

.deliverybot label{
    margin: 0;
    cursor: pointer;
}
.loaderhidden{
    display: none;
    transition: all .2s ease-in-out;
}

.loader-area{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.43);
    z-index: 9999999;
    left: 0px;
    top: 0px;
    transition: all .2s ease-in-out;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48.2842712474619px;
    height: 48.2842712474619px;
    margin-left: -24.14213562373095px;
    margin-top: -24.14213562373095px;
    border-radius: 100%;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.loader .side {
    display: block;
    width: 6px;
    height: 20px;
    background-color: #ff9401;
    margin: 2px;
    position: absolute;
    border-radius: 50%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.loader .side:nth-child(1),
.loader .side:nth-child(5) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-name: rotate0;
    animation-name: rotate0;
}
.loader .side:nth-child(3),
.loader .side:nth-child(7) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-name: rotate90;
    animation-name: rotate90;
}
.loader .side:nth-child(2),
.loader .side:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-name: rotate45;
    animation-name: rotate45;
}
.loader .side:nth-child(4),
.loader .side:nth-child(8) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation-name: rotate135;
    animation-name: rotate135;
}
.loader .side:nth-child(1) {
    top: 24.14213562373095px;
    left: 48.2842712474619px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.loader .side:nth-child(2) {
    top: 41.21320343109277px;
    left: 41.21320343109277px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.loader .side:nth-child(3) {
    top: 48.2842712474619px;
    left: 24.14213562373095px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.loader .side:nth-child(4) {
    top: 41.21320343109277px;
    left: 7.07106781636913px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.loader .side:nth-child(5) {
    top: 24.14213562373095px;
    left: 0px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.loader .side:nth-child(6) {
    top: 7.07106781636913px;
    left: 7.07106781636913px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.loader .side:nth-child(7) {
    top: 0px;
    left: 24.14213562373095px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.loader .side:nth-child(8) {
    top: 7.07106781636913px;
    left: 41.21320343109277px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
@-webkit-keyframes rotate0 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    60% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes rotate0 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    60% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes rotate90 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    60% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@keyframes rotate90 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    60% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@-webkit-keyframes rotate45 {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@keyframes rotate45 {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}
@-webkit-keyframes rotate135 {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    60% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}
@keyframes rotate135 {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    60% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.empty-page-content {
    padding: 60px 20px 100px;
}
.empty-page-content .ico_empty i {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee;
}

.empty-page-content .cart_empty {
    color: #191919;
    padding: 0;
    margin: 13px 0 0 0;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 44px;
    text-transform: uppercase;
}

.empty-page-content .cart__continue-btn {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
    background: #ff9401;
    border-radius: 0;
    color: #fff;
    margin-top: 20px;
}
.empty-page-content .cart__continue-btn i{
    margin-right: 5px;
}

.cart-page table tr td {
    padding: 15px 0px;
}

.removeToCart{
    font-weight: 600;
    font-size: 20px;
}

.product-price-text{
    color: #ff9401;
    font-size: 33px;
}
.detail-title {
    text-transform: uppercase;
    padding-right: 105px;
}
.star-rating li i{
    font-size: 20px;
}

.qtyminus-btn {
    border-left: 1px solid #ddd;
    top: unset;
    bottom: 0;
}
.qtyplus-btn {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    top: 0;
    bottom: unset;
}
.favoriteadd {
    font-family: 'Fira Sans',sans-serif;
    position: absolute;
    right: -10px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}

.favoriteadd>div {
    width: 55px;
    position: relative;
    text-align: center;
    padding: 5px 5px 0px 5px;
    color: #fff;
    box-shadow: -4px 4px 2px rgba(0, 0, 0, 0.25098039215686274);
    margin-bottom: 15px;
    border-radius: 3px 3px 0;
    background-color: #ff9401;
}
.favoriteadd i{
    font-size: 20px;
}

.favoriteadd>div:after {
    border-color: #555 transparent transparent transparent;
    position: absolute;
    display: block;
    border-style: solid;
    bottom: -10px;
    content: "";
    right: 0;
    border-width: 10px 10px 0 0;
}

.signle-product-qty-wrapper .product-qty {
    width: 160px;
    margin-right: 15px;
    margin-bottom: 0;
}
.signle-product-qty-wrapper #addToCart {
    width: 100%;
}

.checkout .cart-totals .cart-totals-inner {
    background: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
}

.checkout .cart-totals tr td, .checkout .cart-totals tr th{
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    font-weight: 500;
}
.checkout .cart-totals-inner table tr.cart-order-total th, .checkout .cart-totals .cart-totals-inner table tr.cart-order-total td{
    font-size: 15px;
}



.adress-label{
    width: 100%;
    height: 100%;
    padding: 20px 20px 35px;
    cursor: pointer;
}

.adress-actions{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    line-height: 40px;
}
.adress-box{
    border: solid 1px #e1e1e1;
    border-radius: 5px!important;
    height: 200px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all .2s ease;
}

.adress-box:hover{
    border-color: #000066;
    border-width: 1px;
    transition: all .2s ease;
}

.adress-box.active{
    border-color: #000066;
}
.adress-content{
    padding: 25px;
    height: 100%;
}
.adress-content span{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}
.adress-add{
    font-size: 15px;
    width: 100%;
    height: 100%;
}

.fa-adress{
    font-size: 20px;
    margin-bottom: 5px;
}
.adress-text{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.adress-action{
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 25px;
}

.adress-action a:first-child{
    margin-right: 10px;
}

.adress-tick, .invoice-tick{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.adress-tick i, .invoice-tick i{
    color: #000066;
    font-size: 20px;
}

.adress-tick.active, .invoice-tick.active{
    display: block;
}

.switch input {
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:30px;
    margin: 0;
    margin-right: 15px;
    position:relative;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
    transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

.product-price{
    color: #ff9401;
    font-size: 20px;
    font-weight: 600;
}
.product-item .product-title {
    margin-bottom: 7px;
}


.pay-tabs{
    border: solid 1px #e1e1e1;
    transition: all .2s ease-in-out;
}

.pay-tabs a.active{
    transition: all .2s ease-in-out;
    background-color: #4480ec;
    color: white;
}
.pay-tabs a{
    color: #000000;
    background-color: #fff;
    width: 100%;
    padding: 20px 15px;
    border-bottom: solid 1px #e1e1e1;
    font-size: 15px;
    transition: all .2s ease-in-out;
    font-weight: 400;
    text-align: center;
    border-right: solid 1px #e1e1e1;
}
.pay-tabs a:last-child{
    /*border-right: 0;*/
}
.pay-tabs a i{
    display: block;
    text-align: center;
    font-size: 23px;
}
.tabs{
    display: none;
    padding: 20px;
    transition: all .2s ease-in-out;
}

.sozlesme-area{
    background: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding: 30px;
}

.sozlesme-area .custom-control-description{
    font-size: 12px;
}


.list-group-item{
    position: relative;
    transition: all .2s ease-in-out;
}

.list-group-item.selected-this{
    background-color: #faf9f9;
    transition: all .2s ease-in-out;
}
.selected{
    display: none;
    color: #ff9401;
    position: absolute;
    right: 59px;
    bottom: 25px;
    font-size: 20px;
    transition: all .2s ease-in-out;
}

.selected.active{
    display: block;
}

/*--------------------
Form
--------------------*/
.form fieldset {
    border: none;
    padding: 5px 0;
    position: relative;
    clear: both;
}
.form fieldset.fieldset-expiration {
    float: left;
    width: 60%;
}
.form fieldset.fieldset-expiration .select {
    width: 84px;
    margin-right: 12px;
    float: left;
}
.form fieldset.fieldset-ccv {
    clear: none;
    float: right;
    width: 86px;
}
.form fieldset label {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
    font-weight: bold;
}
.form fieldset input,
.form fieldset .select {
    width: 100%;
    height: 38px;
    color: #333333;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.form fieldset input.input-cart-number,
.form fieldset .select.input-cart-number {
    width: 362px;
    display: inline-block;
    margin-right: 8px;
}
.form fieldset input.input-cart-number:last-child,
.form fieldset .select.input-cart-number:last-child {
    margin-right: 0;
}
.form fieldset .select {
    position: relative;
}
.form fieldset .select::after {
    content: '';
    border-top: 8px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 10px;
    pointer-events: none;
}
.form fieldset .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    padding: 0 0 0 10px;
    border: none;
    width: 100%;
    height: 37px;
    outline: none !important;
    top: 0px;
    left: 0px;
    background: none;
}
.form fieldset .select select :-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.form button {
    width: 100%;
    outline: none !important;
    background: linear-gradient(180deg, #49a09b, #3d8291);
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    box-shadow: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 90px;
}
.form button .fa {
    margin-right: 6px;
}
/*--------------------
Credit Card
--------------------*/


.pay-completed{
    width: 100%;
    height: 100%;
}

.pay-message i{
    font-size: 90px;
    color: #00005e;
}

.pay-message h4{
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
}

.pay-orderid{
    background-color: white;
    padding: 20px 120px;
    border: solid 1px #e1e1e1;
    margin-bottom: 15px;
}

.pay-orderid span{

    color: #4480ec;
}

.pay-completed-wrap{
    padding: 80px 0;
}

.stok-area{
    position: relative;
}

.stok-area small{
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 13px;
}

.color-box {
    border: solid 1px #dadada;
}
.sidebar-size-filter ul li {
    display: block;
    margin: 0;
}
.color-box-wrapper label{
    padding-left: 0;
    cursor: pointer;
}
.custom-checkbox{
    width: 100%     ;
}

.label--checkbox {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
}

.checkboxfilter {
    position: relative;
    top: -0.075rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.checkboxfilter:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #828181;
}
.checkboxfilter:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #009688;
    border-top-style: none;
    border-right-style: none;
}
.checkboxfilter:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
}
.color-box-click{
    display: none;
}
.sidebar-size-filter ul li span {
    font-size: unset;
}
.slick-slide img {
    cursor: zoom-in;
    width: 100%;
}
.festival-seasons-inner h3 {
    color: white;
}
.festival-seasons-inner {
    background-color: #ff9401;
    color: white;
}

.product-tabs-wrapper .tabs{
    display: block;
}

.product-list{
    padding-bottom: 17px;
    border-bottom: solid 1px #eee;
}

.product-list li{
    list-style: none;
    margin-bottom: 10px;
}
.product-list li:last-child{
    margin-bottom: 0;
}

.product-list .left-img img{
    width: 60px;
    max-width: 60px;
}

.product-list .center-text{
    font-size: 12px;
    padding: 0 13px;
    line-height: 15px;
    max-width: 175px;
    flex-grow: 2;
}
.product-list .right-price{
    font-size: 11px;
    width: 85px;
    text-align: right;
}

.btn-gradient-05, .btn-gradient-05 a {
    background: #bc0056;
    background: linear-gradient(to right,#bc0056 0%,#730062 100%);
    background-size: 200% auto;
    font-weight: 600;
    transition: 0.5s;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
}

.btn-gradient-03, .btn-gradient-03 a {
    background: #6859ea;
    background: linear-gradient(to right,#6859ea 0%,#6acbe0 100%);
    background-size: 200% auto;
    font-weight: 600;
    transition: 0.5s;
    color: #fff;
    border: 0 none;
    padding: 12px 20px;
}

.ui-slider-range, .ui-slider-handle {
    position: absolute;
    background: #888888;
    /*background: linear-gradient(to right,#6859ea 0%,#6acbe0 100%);*/
    /*background-size: 200% auto;*/
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff9400;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999;
}
#return-to-top i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
    line-height: 45px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.transferlist input{
    display: none;
}

.transferlist small img{
    width: 100px;
}

.three-input div{
    margin: 2px;
    width: 100%;
}
.mobilFilterBtn{
    display: none;
    background-color: #ff9401;
    color: white;
    padding: 15px 0;
    text-align: center;
}

.mobilMenuBtn{
    display: none;
    background-color: #ff9401;
    color: white;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    border:none;
}

.step-block{
    padding: 5px 20px;
    border-radius: 10px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #e0e0e0;
}

.step-block.btn-primary{
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.owl-slider .slider_item {
    cursor: pointer;
}


/*
.homemenu > li.has-sub:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 3px;
    top: 12px;
    color: white;
}
*/
.categorylistpage .sidebar-content {
    max-height: 150px;
    overflow: auto;
}


.homemenu > li.has-sub > .dropdown{
    border: solid 1px rgba(35, 35, 35, 0.10980392156862745);
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.categorylistpage .sidebar-content {
    max-height: 150px;
}

.sidebar-content-range{
    list-style: none;
    margin: 0;
    padding: 0;
}


.radio {
    margin: 0.5rem;
    position: relative;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.intl-tel-input .selected-flag .iti-arrow{
    display: none;
}

.note-area {
    background: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding: 30px;
}
.note-area h5 {
    font-size: 16px;
    font-weight: 400;
}
.note-area textarea{
    font-size: 12px;
}


.promo-banner-wraper img{
    -o-object-fit: contain;
    object-fit: contain;
}

.live-search{
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: white;
    border: solid 1px #e1e1e1;
    z-index: 1;
    height: auto;
    transition: all .2s ease-in-out;
}

.live-search .row-block{
    padding: 5px;
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
}

.live-search .row-block:last-child{
    border-bottom: none;
}

.live-search .row-img img{
    width: 35px;
}

.live-search .row-title{
    font-size: 12px;
    line-height: 13px;
}

.live-search .empty-result{
    padding: 5px;
    font-size: 12px;
}

.header.header-fix.header-fix-active .main-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
}

.banner-block{
    padding-top: 10px;
    padding-bottom: 10px;
}
.theme-carousel .owl-dots .owl-dot {
    background: #000;
}

.footer-dark-bg {
    background: rgba(1, 0, 102, 0.85);
}
.footer-dark-bg p, .footer-dark-bg a {
    color: #ffffff;
}

.footer-block a:hover {
    color: #ff9401;
}
.btn-color:hover {
    background-color: #4480ec;
}

.product-detail-filters .size-box-wrapper .size-box{
    height: unset;
}

.user-action a{
    padding: 2px 5px;
    border: solid 1px #e1e1e1;
}

.counter-area{
    min-height: 70px;
    background-color: #9acefe;
    background-image: linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
}

.counter-area .left-text, .counter-area .right-text{
    color: #07034f;
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    font-size: 25px;
    word-spacing: 5px;
    letter-spacing: 2px;
}
.counter-area #odometer{
    font-size: 40px;
    line-height: 46px;
}

.odometer-formatting-mark{
    margin-left: 5px;
    margin-right: 5px;
}

.web{
    border-top: solid 1px #e1e1e1;
}
.alert-outline-info {
    color: #5bc0de;
    border-color: #5bc0de;
    border-width: 2px;
    border-style: dashed;
}

.homelogo .logo-item {
    border: solid 1px #e1e1e1;
}
.categorylistpage .sidebar-title {
    margin-bottom: 15px;
}
.bg-newsletter{
    background-color: #efefef;
}

.footerbasket:before{
    content: "";
    top: -87px;
    left: 0;
    width: 267px;
    height: 216px;
    position: absolute;
    background-repeat: no-repeat;
}

.footer-newsletter h4{
    font-size: 23px;
    color: #353535;
}

.promo-item-inner {
    padding: 25px;
    border-radius: 4px;
    min-height: 175px;
}

.footer-top-bot-border{
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    padding: 15px 0;
}

.footer .social-link ul li a {
    color: #666666;
    background-color: #e5e5e5;
}

.footer .social-link ul li a:hover{
    background-color: #ff9401;
    color: #fff;
}

.btn-color {
    background-color: #ff9401;
}
.btn-color:hover{
    background-color: #222222;
}

.section-heading{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.section-heading h2{
    padding: 0 20px;
    display: block;
    white-space: nowrap;
    color: #444444;
    text-transform: uppercase;
    font-size: 1.875em;
    font-weight: 700;
    margin: 0;
    background-repeat: no-repeat;
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../img/1.gif);
}
.section-heading::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #EBEBEB;
}
.section-heading::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #EBEBEB;
}

.productDetail input[type="number"]::-webkit-outer-spin-button, .productDetail input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.menu>ul>li.has-sub>ul>li>a>i{
    display: none;
}


#headingOne .headstyle{
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: bold;
    padding-left: 25px;
    cursor: pointer;
}

#headingOne .headstyle img{
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 4px;
}

.ticket-reply.staff {
    border: 1px solid #CCE4FC;
}

.ticket-reply {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #efefef;
    background-color: #fff;
}

.ticket-reply .date {
    float: right;
    padding: 8px 10px;
    font-size: 0.8em;
}

.ticket-reply.staff .user {
    background-color: #F2F9FF;
}

.ticket-reply .user {
    padding: 5px 0;
    background-color: #f8f8f8;
}

.ticket-reply .user i {
    float: left;
    font-size: 1.5em;
    padding: 2px 15px;
}
.ticket-reply .user .name {
    font-size: 0.9em;
}

.ticket-reply .user .type {
    font-weight: bold;
    font-size: 0.8em;
}

.ticket-reply .message {
    padding: 12px 15px;
}


.timer-banner-two {
    background-image: url(../img/time_banner.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.2);
}
.timer-text {
    text-align: right;
}
.banner-title {
    font-size: 72px;
    color: #ff9400;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-shadow: 1px 1px 1px #000;
}
.banner-offer {
    color: #444;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.fashion-title {
    font-size: 36px;
    color: #444;
    font-weight: 700;
    margin-bottom: 0;
}
.timer-two {
    padding: 10px 15px;
    background-color: #ff9400;
    display: inline-block;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
}
.timer-two p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 2px;
}

.timer-two span{
    text-align: center;
    width: auto;
    display: inline-block;
}

.top-banner .close-button {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    margin: 0 auto;
    color: #ffffff;
    background: #444;
    width: 25px;
    height: 25px;
    cursor: pointer;
    line-height: 2.5;
    z-index: 9;
    text-align: center;
    font-size: 10px;
}

.em-promo-box{
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    padding: 15px 0px;
}

.promo-item:first-child{
    border-left:none;
}

.promo-item{
    border-left: 1px solid #dddddd;
}

.mobilFilter{
    padding: 25px 30px;
    border: 1px solid #dddddd;
}

.shop-sidebar .sidebar-title{
    position: relative;
    cursor: pointer;
}

.content-page-wrapper.content-blog-page .col-md-9{
    border: 1px solid #ddd;
    padding: 30px;
}

.modal#news-popup .modal-body:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/bg-popup.png) !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.4;
}

.newsletter-popup-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
}

@media only screen and (max-width: 1199px){
    .timer-banner-two{
        display: none;
    }
    .footer-newsletter h4 {
        font-size: 17px;
    }
}
@media only screen and (min-width: 992px){
    .pamno{
        width: 45%;
    }

    .featured-collecations .product-item .product-image-wraper img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-detail-img{
        object-fit: none;
        -o-object-fit: none;
    }
    .top-search {
        width: 100%;
        position: relative;
        margin: 0 20px;
    }
    .mobile-search .top-search{
        display: none;
    }
}

@media only screen and (max-width: 991px){
    .em-promo-box .promo-item:nth-child(3){
        border-left: none;
    }
    .menu>ul>li:first-child{
        display: none;
    }
    .menu>ul>li>a{
        color: black;
    }
    .footerbasket::before{
        content: unset;
    }
    .footerbasket::after{
        content: unset;
    }
    .menu>ul>li>a>i{
        display: none;
    }
    .menu>ul>li>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu>ul>li.outlet>a:after {
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
    }
    .menu>ul>li.outlet {
        margin-left: 0;
    }
    .menu>ul.mobile-menu-active {
        background: #fff;
        width: 100%;
        border: none;
    }
    .menu>ul>li+li {
        border-top: 1px solid rgba(156, 156, 156, 0.2196078431372549);
    }
    .header-main-inner .top-search{
        display: none;
    }

    .mobile-search .top-search{
        margin: 0 0 15px 0;
    }

    .mobile-search .live-search .row-title{
        font-size: 9px;
    }
    .mobile-search .live-search .row-img img {
        width: 30px;
    }
    .product-item .product-image-wraper img {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .menu ul > li > ul{
        padding-left: 0 !important;
    }
    .homemenu > li.has-sub:after {
        display: none;
    }

    .menu ul li:last-child a {
        padding-right: 14px;
    }

    .menu>ul>li {
        position: relative;
    }

    .menu li.has-sub:before {
        content: "\f107";
        font-family: "FontAwesome";
        display: inline-block;
        cursor: pointer;
        float: right;
        font-size: 24px;
        padding: 0;
        /* background: #eee; */
        /* margin: 5px; */
        width: 50px;
        height: 100%;
        line-height: 46px;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        right: 5px;
        top: 0;
        color: black;
    }

    .menu.menu-active .mobile-menu:after, .menu li.active.has-sub:before {
        content: "\f106";
        color: #fff;
    }



   /* .menu>ul ul, .menu>ul .menu-wrapper {
        padding-left: 0;
    }*/

    .homemenu > li.has-sub > .dropdown {
        background-color: #f7f7f7;
    }

    .homemenu > li.has-sub > .dropdown > li > a{

    }

    .rightTotalCart{
        margin-top: 25px;
    }
    #stepper1{
        display: none;
    }

    .cart-totals .cart-totals-inner{
        max-width: 100%;
    }


    .detail-title {
        font-size: 23px;
    }
    .pamno1, .pamno2{
        font-size: 115px;
    }
    .mt-sm-30 {
        margin-top: 0px;
    }
    .pr-0 {
        padding-right: 15px !important;;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .DetailContent{
        padding: 10px 10px 20px
    }
    .tooltiptext{
        left: unset;
        right: -40px;
    }
    .tooltiptext::after{
        left: unset;
        right: 25%;
    }
    .tooltiptext::before {
        content: "";
        top: -20px;
        left: 131px;
        width: 51px;
        height: 20px;
    }
    .menu {
        width: 100%;
    }
    .mobil-bg{
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -999px;
        background-color: rgba(0, 0, 0, 0.4);
        overflow-x: hidden;
        transition: all .2s ease-in-out;
    }
    .mobil-nav{
        position: relative;
        background-color: #fff;
        height: 100%;
    }

    .mobil-nav.active{
        width: 50%;
        padding-top: 55px;
    }

    .mobile-menu{
        display: none !important;
    }

    .menu-close{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 23px;
        font-weight: 600;
        background-color: #ff9401;
        color: white;
        padding: 5px;
        transition: all .2s ease-in-out;
        display: block;
    }

    .menu-open{
        font-size: 24px;
        display: block;
        color: #ff9401;
    }

    .product-detail-right {
        width: unset;
        float: none;
    }

    .product-detail-left {
        width: unset;
        float: none;
    }
    .product-detail-thumbnails .item img {
        max-width: 100%;
    }

    .up{
        display: none;
    }

    .down{
        display: none;
    }

    .product-detail-thumbnails {
        margin-top: 15px;
    }

    .header-main .logo a {
        width: 100%;
    }

    .header-main .logo{
        text-align: left;
    }

    .header-main .logo img{
        max-width: 145px;
    }

    .header-right > ul > li > span{
        display: none;
    }

    .header-right > ul > li:nth-child(n+2) {
        margin: 0 0 0 10px;
    }
    .header-main{
        padding: 0;
    }
    .header-right{
        margin-left: 0;
    }

}

@media only screen and (max-width: 768px){
    .em-promo-box .promo-item{
        border: none;
    }
    .promo-item-inner {
        padding: 5px;
        min-height: auto;
    }
    .page-sidebar{
        position: unset;
        top: unset;
    }
    .counter-area{
        min-height: 90px;
    }
    .mobilMenuArea{
        display: none;
        margin-top: 5px;
    }
    .mobilMenuBtn{
        display: block;
    }
    .sidebar-content{
       /*display: none;*/
    }
    .shop-sidebar{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .sidebar-title {
        margin-bottom: 0;
        padding: 15px 10px;
        position: relative;
    }
    .sidebar-title:before{
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        padding-right: 3px;
        position: absolute;
        right: 0;
    }

    .sidebar-content{
        padding: 10px;
    }
    .mobilFilter{
        display: none;
    }
    .mobilFilterBtn{
        display: block;
    }
    .pay-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 555;
        width: 100%;
    }
    .mobil-nav.active{
        width: 100%;
    }

    #return-to-top{
        bottom: 60px;
        background: rgba(0, 0, 0, 0.22);
    }

    .btn-gradient-01, .btn-gradient-01 a {
        background: #e23f83;
        background: linear-gradient(to right,#e23f83 0%,#ea5844 100%);
        background-size: 200% auto;
        font-weight: 600;
        transition: 0.5s;
        color: #fff;
        border: 0 none;
        padding: 19px 20px;
    }
    .favorite-add{
        display: block !important;
        width: 60%;
    }
    .detail-title {
        padding-right: 0;
    }
    .favoriteadd{
        display: none;
    }
    .categorybanner .categorybanner_item .categorybanner_title h5 {
        font-size: 20px;
    }
    .categorybanner .categorybanner_item .categorybanner_title h3 {
        font-size: 15px;
    }
    .mockup-area > .container{
        flex-direction: column;
    }

    .pamno1, .pamno2 {
        font-size: 155px;
    }

    .pamtxt{
        font-size: 28px;
    }

    .mockup-area {
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 0 0 75px 0;
    }

    .mockup-area .pamockup{
        width: 100%;
    }
    .mockupoption{
        width: 100%;
        float: unset;
    }
}

@media only screen and (max-width: 576px){
    .intro{
        display: none;
    }
    .promo-banner{
        padding-top: 15px;
    }
    .cart-page-table-wrapper .product-name a{
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .header-topbar-left{
        display: none !important;
    }
    .promo-banner-wraper img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .pay-tabs a{
        border-right: 0;
    }
    .deliverybot .checkbox img{
        display: none;
    }
    .transferlist small img{
        width: 65px;
    }

    .transferlist .selected{
        right: 40px;
        bottom: 21px;
    }
    .card-wrapper{
        display: none;
    }
    .tab_drawer_heading{
        display: none !important;
    }

    ul.tabs li{
        padding: 0px 15px;
    }

    .modal-dialog{
        padding: 15px;
        margin: 0;
    }
    .pay-tabs a{
        font-size: 15px;
    }
    .credit-card-box{
        display: none;
    }

    .form fieldset input.input-cart-number, .form fieldset .select.input-cart-number{
        width: 100%;
        font-size: 13px;
    }

    .form fieldset.fieldset-expiration .select{
        width: 62px;
    }

    .form fieldset.fieldset-expiration {
        width: 67%;
    }

    .form fieldset.fieldset-ccv {
        width: 30%;
    }

    .pamno1, .pamno2 {
        font-size: 95px;
    }

    .pamtxt {
        font-size: 19px;
    }

    .empty-page-content {
        padding: 0px 20px 0px;
    }
    .empty-page-content .ico_empty i {
        font-size: 70px;
    }

    .empty-page-content .cart_empty {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .empty-page-content .message p{
        font-size: 11px;
    }

    .footer-newsletter h4 {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 14px;
    }



}

.cart-page-table-wrapper tbody tr img{
    border: solid 1px #eee;
}

/* Other Elements Styles */

.c-progress-steps {
    margin: 0;
    list-style-type: none;
    font-family: Lato;
}
.c-progress-steps li {
    position: relative;
    font-size: 14px;
    color: #7f8c8d;
    padding: 2px 0 2px 23px;
    font-family: 'Open Sans', sans-serif;
}
.c-progress-steps li a {
    color: inherit;
}
.c-progress-steps li.done {
    color: #2ecc71;
}
.c-progress-steps li.done:before {
    color: #2ecc71;
    content: "\f058";
}
.c-progress-steps li.current {
    color: #3498db;
    font-weight: bold;
}
.c-progress-steps li.current:before {
    color: #3498db;
    content: "\f192";
}
.c-progress-steps li:before {
    position: absolute;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    background-color: #fff;
    content: "\f10c";
}
@media all and (max-width: 768px) {
    .product-thumbnail{
        text-align: left;
    }
    .cart-button{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 555;
        width: 100%;
    }
    .c-progress-steps {
        padding: 0px 15px;
    }
    .c-progress-steps li:before {
        top: calc(50% - 8px);
        font-size: 16px;
    }

    .cart-page-table-wrapper thead{
        display: none;
    }
    .cart-page-table-wrapper tbody tr{
        position: relative;
        display: inline-table;
        width: 100%;
    }
    .cart-page-table-wrapper tbody td:nth-child(1){
        width: 75px;
    }
    .cart-page-table-wrapper tbody td:nth-child(2){
        text-align: left;
        padding: 15px 85px 0 6px;
        vertical-align: top;
        position: relative;
        font-size: 16px;
    }
    .cart-page-table-wrapper tbody td:nth-child(2) span{
        display: block !important;
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
        position: absolute;
        bottom: 20px;
    }
    .cart-page-table-wrapper tbody td:nth-child(3){
        display: none;
    }
    .cart-page-table-wrapper tbody td:nth-child(4){
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .cart-page-table-wrapper tbody td:nth-child(5){
        vertical-align: top;
    }
}
@media all and (min-width: 768px) {
    .c-progress-steps {
        display: table;
        list-style-type: none;
        margin: 0px 0 15px 0;
        padding: 0;
        table-layout: fixed;
        width: 100%;
    }
    .c-progress-steps li {
        display: table-cell;
        text-align: center;
        padding: 0;
        padding-bottom: 10px;
        white-space: nowrap;
        position: relative;
        border-left-width: 0;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #7f8c8d;
    }
    .c-progress-steps li.done {
        border-bottom-color: #2ecc71;
    }
    .c-progress-steps li.current {
        color: #3498db;
        font-size: 16px;
        line-height: 14px;
        border-bottom-color: #3498db;
    }
    .c-progress-steps li.current:before {
        color: #3498db;
        content: "\f192";
    }
    .c-progress-steps li:before {
        bottom: -14px;
        left: 50%;
        margin-left: -9px;
    }
}


.bs-stepper .bs-stepper-header {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.bs-stepper.vertical .bs-stepper-header {
    flex-direction: column;
    align-items: flex-start;
}

.bs-stepper .bs-stepper-content {
    overflow: hidden;
    padding: 0 24px 24px 24px;
}

.bs-stepper.vertical .bs-stepper-content {
    padding: 0 0 0 48px;
}

.bs-stepper .step {
    display: flex;
    height: 72px;
    overflow: hidden;
    align-items: center;
    outline: 0;
    position: relative;
    box-sizing: content-box;
    -webkit-tap-highlight-color: transparent;
}

.bs-stepper.vertical .step {
    width: 100%;
    padding: 0 12px;
}

.bs-stepper .step.active .bs-stepper-circle {
    background-color: #4480ec;
}

.bs-stepper .step:hover button:not(:disabled),
.bs-stepper .step:hover a:not(:disabled),
.bs-stepper .step:hover .step-trigger:not(:disabled) {
    background-color: rgba(0, 0, 0, .06);
    cursor: pointer;
    text-decoration: none;
}

.bs-stepper .content.dstepper-block {
    display: block;
}

.bs-stepper .content.dstepper-none {
    display: none;
}

.bs-stepper.vertical .content.fade.dstepper-none {
    visibility: hidden;
}

.bs-stepper .content:not(.fade) {
    display: none;
}

.bs-stepper .content.active:not(.fade) {
    display: block;
}

.bs-stepper .content.fade {
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity;
}

.bs-stepper.vertical .content {
    visibility: hidden;
    display: inherit;
}

.bs-stepper .content.fade.active {
    visibility: visible;
    opacity: 1;
}

.bs-stepper.vertical .content.active {
    visibility: visible;
}

.bs-stepper .bs-stepper-circle {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    text-align: center;
    line-height: 33px;
    background-color: #6c757d;
}

.bs-stepper .step button,
.bs-stepper .step a,
.bs-stepper .step .step-trigger {
    text-align: center;
    text-decoration: none;
    padding: 24px;
}

.bs-stepper .step button:focus,
.bs-stepper .step a:focus,
.bs-stepper .step .step-trigger:focus {
    text-decoration: none;
}

.bs-stepper .step button .bs-stepper-label,
.bs-stepper .step a .bs-stepper-label,
.bs-stepper .step .step-trigger .bs-stepper-label {
    font-weight: 600;
    color: #212529;
    display: inline-block;
}

.bs-stepper.linear .step:not(.active) button .bs-stepper-label,
.bs-stepper.linear .step:not(.active) a .bs-stepper-label,
.bs-stepper.linear .step:not(.active) .step-trigger .bs-stepper-label {
    color: rgba(0, 0, 0, .38);
}

.bs-stepper .line {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    flex: auto;
    height: 0;
    min-width: 32px;
}

.bs-stepper.vertical .line {
    min-height: 32px;
    width: 0;
    min-width: 0;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .bs-stepper:not(.vertical) {
        display: flex;
    }

    .bs-stepper:not(.vertical) .bs-stepper-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .bs-stepper:not(.vertical) .bs-stepper-content {
        padding: 0 0 0 48px;
    }

    .bs-stepper:not(.vertical) .step {
        width: 100%;
        padding: 0 12px;
    }

    .bs-stepper:not(.vertical) .line {
        min-height: 32px;
        width: 0;
        min-width: 0;
        border-top: none;
        border-left: 1px solid rgba(0, 0, 0, 0.12);
        margin-right: auto;
        margin-left: auto;
    }

    .bs-stepper:not(.vertical) .content.active {
        visibility: visible;
    }

    .bs-stepper:not(.vertical) .content:not(.active),
    .bs-stepper:not(.vertical) .content:not(.fade):not(.active)  {
        visibility: hidden;
        display: unset;
    }
}



.pages p{
    text-align: justify;
}

.bank-area{
    width: 100%;
}
.bank-head{
    font-size: 15px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
}
.bank-area table td{
    padding: 10px 20px;
    border: solid 1px #f2f2f2;
}
.bank-area table td:first-child{
    font-weight: bold;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0px 21px;
    height: 31px;
    line-height: 31px;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #333;
    display: block;
}

.tab_container {
    border: 1px solid #ddd;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .cart-page-table-wrapper tbody td:nth-child(2){
        font-size: 12px;
        line-height: 19px;
    }
    .cart-page-table-wrapper .product-qty-block {
        width: 75px;
    }
    .cart-page-table-wrapper .product-qty-block input.input-lg, .input-lg {
        padding-top: 16px;
        padding-bottom: 16px;
        height: 40px;
    }
    .cart-page-table-wrapper .product-qty-block .qty-btn {
        height: 22px;
    }
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #fff;
        color: #000;
        margin: 0;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-bottom: 1px solid #ECECEC;
        padding: 10px 15px;
        font-weight: 400;
    }
    .d_active {
        background-color: #f3f3f3;
        border-bottom: 1px solid #b7b7b7;
        color: #000;
        padding: 10px 15px;
        font-weight: 400;
    }
}



.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 50%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
