@font-face {
    font-family: AVGARDD;
    src: url(../fonts/AVGARDD.TTF) format('truetype')
}
@font-face {
    font-family: AVGARDN;
    src: url(../fonts/AVGARDN.TTF) format('truetype')
}
html.cssanimations .onscroll-animate {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

body {
    color: #333;
    font-family:AVGARDD;
	-webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;
}



@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #0eacf3;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #098eca;
  text-decoration: none;
}

a, .nav-tabs > li > a {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.25;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-bottom: 24px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom: 16px;
}

small, .small {
    font-size: 60%;
    text-transform: none;
}


ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

.clear {
  clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
  text-align: center;
}

.center-responsive img {
  margin: 0px auto;
}

.position-relative {
  position: relative;
}

.cn_item i {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
}



.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}



.float-right-right {
  float: right;
}

.full-width-float, .float-left-left {
  float: left;
}

.full-width-inblocks {
  display: inline-block;
}

.full-width-blocks {
  display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks, .full-width-img {
  width: 100%;
}


.btn {
  border-radius: 0px;
}
.btn-info {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #df3b3e;
  border-color: #df3b3e;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-primary {
  background-color: #ff5757;
  border-color: #ff5757;
  color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #ff5757;
  border-color: #ff5757;
  color: #fff;
}

.btn-primary:hover {
  background-color:  #f44545;
  border-color:  #f44545;
  color: #fff;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color:  #f44545;
  border-color:  #f44545;
  color: #fff;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color:  #f44545;
  border-color:  #f44545;
  color: #fff;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #5e940f;
  border-color: #5e940f;
}

.btn-default {
  background-color: #fff;
  border-color: #959595;
  color: #000000;
}

/*---default-theme---*/

.m-a-xl {
    margin: 72px !important;
}

.m-t-xl {
    margin-top: 72px !important;
}

.m-r-xl {
    margin-right: 72px !important;
}

.m-b-xl {
    margin-bottom: 72px !important;
}

.m-l-xl {
    margin-left: 72px !important;
}

.m-x-xl {
    margin-right: 72px !important;
    margin-left: 72px !important;
}

.m-y-xl {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
}

.m-a-xs {
    margin: 8px !important;
}

.m-t-xs {
    margin-top: 8px !important;
}
.m-t-sm { margin-top:16px !important; }
.m-r-xs {
    margin-right: 8px !important;
}

.m-b-xs {
    margin-bottom: 8px !important;
}

.m-l-xs {
    margin-left: 8px !important;
}

.m-x-xs {
    margin-right: 8px !important;
    margin-left: 8px !important;
}

.m-y-xs {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.m-b-g {
    margin-bottom: 15px;
}

.m-b-2g {
    margin-bottom: 30px;
}

.m-r-g {
    margin-right: 15px;
}

.m-r-2g {
    margin-right: 30px;
}

.p-a-xl {
    padding: 72px !important;
}

.p-t-xl {
    padding-top: 72px !important;
}

.p-r-xl {
    padding-right: 72px !important;
}

.p-b-xl {
    padding-bottom: 72px !important;
}

.p-l-xl {
    padding-left: 72px !important;
}

.p-x-xl {
    padding-right: 72px !important;
    padding-left: 72px !important;
}

.p-y-xl {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.p-a-xs {
    padding: 8px !important;
}

.p-t-xs {
    padding-top: 8px !important;
}

.p-r-xs {
    padding-right: 8px !important;
}

.p-b-xs {
    padding-bottom: 8px !important;
}

.p-l-xs {
    padding-left: 8px !important;
}

.p-x-xs {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.p-y-xs {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


.b-a {
    border: 1px solid #ccc;
}

.b-t {
    border-top: 1px solid #ccc;
}

.b-r {
    border-right: 1px solid #ccc;
}

.b-b {
    border-bottom: 1px solid #ccc;
}

.b-l {
    border-left: 1px solid #ccc;
}

.b-x {
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc;
}

.b-y {
    border-width: 1px 0;
    border-style: solid;
    border-color: #ccc;
}

.f-xs {
    font-size: 12px !important;
}

.f-sm {
    font-size: 14px !important;
}

.f-md {
    font-size: 16px !important;
}

.f-lg {
    font-size: 20px !important;
}

.f-xl {
    font-size: 32px !important;
}

.f-xxl {
    font-size: 40px !important;
}

.f-3xl {
    font-size: 40px !important;
}

.f-4xl {
    font-size: 48px !important;
}

.lh-0 {
    line-height: 0;
}

.lh-xs {
    line-height: 1;
}

.lh-sm {
    line-height: 1.25;
}

.lh-md {
    line-height: 1.5;
}

.lh-lg {
    line-height: 2;
}

.lh-xl {
    line-height: 2.5;
}

.of-hidden {
    overflow: hidden;
}

@media (min-width: 1340px) {
    .container {
        max-width: 1200px;
    }
}
.nebula { background: linear-gradient(to right, #ff0029,#383ab5); }
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.333333%;
    }

    .col-xl-pull-2 {
        right: 16.666667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.333333%;
    }

    .col-xl-pull-5 {
        right: 41.666667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.333333%;
    }

    .col-xl-pull-8 {
        right: 66.666667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.333333%;
    }

    .col-xl-pull-11 {
        right: 91.666667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.333333%;
    }

    .col-xl-push-2 {
        left: 16.666667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.333333%;
    }

    .col-xl-push-5 {
        left: 41.666667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.333333%;
    }

    .col-xl-push-8 {
        left: 66.666667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.333333%;
    }

    .col-xl-push-11 {
        left: 91.666667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.666667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1680px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        float: left;
    }

    .col-xxl-1 {
        width: 8.333333%;
    }

    .col-xxl-2 {
        width: 16.666667%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-4 {
        width: 33.333333%;
    }

    .col-xxl-5 {
        width: 41.666667%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.333333%;
    }

    .col-xxl-8 {
        width: 66.666667%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-10 {
        width: 83.333333%;
    }

    .col-xxl-11 {
        width: 91.666667%;
    }

    .col-xxl-12 {
        width: 100%;
    }

    .col-xxl-pull-0 {
        right: auto;
    }

    .col-xxl-pull-1 {
        right: 8.333333%;
    }

    .col-xxl-pull-2 {
        right: 16.666667%;
    }

    .col-xxl-pull-3 {
        right: 25%;
    }

    .col-xxl-pull-4 {
        right: 33.333333%;
    }

    .col-xxl-pull-5 {
        right: 41.666667%;
    }

    .col-xxl-pull-6 {
        right: 50%;
    }

    .col-xxl-pull-7 {
        right: 58.333333%;
    }

    .col-xxl-pull-8 {
        right: 66.666667%;
    }

    .col-xxl-pull-9 {
        right: 75%;
    }

    .col-xxl-pull-10 {
        right: 83.333333%;
    }

    .col-xxl-pull-11 {
        right: 91.666667%;
    }

    .col-xxl-pull-12 {
        right: 100%;
    }

    .col-xxl-push-0 {
        left: auto;
    }

    .col-xxl-push-1 {
        left: 8.333333%;
    }

    .col-xxl-push-2 {
        left: 16.666667%;
    }

    .col-xxl-push-3 {
        left: 25%;
    }

    .col-xxl-push-4 {
        left: 33.333333%;
    }

    .col-xxl-push-5 {
        left: 41.666667%;
    }

    .col-xxl-push-6 {
        left: 50%;
    }

    .col-xxl-push-7 {
        left: 58.333333%;
    }

    .col-xxl-push-8 {
        left: 66.666667%;
    }

    .col-xxl-push-9 {
        left: 75%;
    }

    .col-xxl-push-10 {
        left: 83.333333%;
    }

    .col-xxl-push-11 {
        left: 91.666667%;
    }

    .col-xxl-push-12 {
        left: 100%;
    }

    .col-xxl-offset-0 {
        margin-left: 0;
    }

    .col-xxl-offset-1 {
        margin-left: 8.333333%;
    }

    .col-xxl-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxl-offset-4 {
        margin-left: 33.333333%;
    }

    .col-xxl-offset-5 {
        margin-left: 41.666667%;
    }

    .col-xxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxl-offset-7 {
        margin-left: 58.333333%;
    }

    .col-xxl-offset-8 {
        margin-left: 66.666667%;
    }

    .col-xxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxl-offset-10 {
        margin-left: 83.333333%;
    }

    .col-xxl-offset-11 {
        margin-left: 91.666667%;
    }

    .col-xxl-offset-12 {
        margin-left: 100%;
    }
}

.col-xs-sep {
    display: block;
}

.col-sm-sep, .col-md-sep, .col-lg-sep, .col-xl-sep, .col-xxl-sep {
    display: none;
}

@media (min-width: 544px) {
    .col-sm-sep {
        display: block;
    }

    .col-xs-sep, .col-md-sep, .col-lg-sep, .col-xl-sep, .col-xxl-sep {
        display: none;
    }
}

@media (min-width: 768px) {
    .col-md-sep {
        display: block;
    }

    .col-xs-sep, .col-sm-sep, .col-lg-sep, .col-xl-sep, .col-xxl-sep {
        display: none;
    }
}

@media (min-width: 992px) {
    .col-lg-sep {
        display: block;
    }

    .col-xs-sep, .col-sm-sep, .col-md-sep, .col-xl-sep, .col-xxl-sep {
        display: none;
    }
}

@media (min-width: 1200px) {
    .col-xl-sep {
        display: block;
    }

    .col-xs-sep, .col-sm-sep, .col-md-sep, .col-lg-sep, .col-xxl-sep {
        display: none;
    }
}

@media (min-width: 1680px) {
    .col-xxl-sep {
        display: block;
    }

    .col-xs-sep, .col-sm-sep, .col-md-sep, .col-lg-sep, .col-xl-sep {
        display: none;
    }
}

.form-group {
    margin-bottom: 24px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.bg-white {
    background: #fff;
}

.bg-gray-dark {
    background: #1d1d1d;
}

.bg-gray {
    background: #ccc;
}

.bg-gray-light {
    background: #f8f8f8;
}

.bg-gray-lighter {
    background: #f8f8f8;
}

.bg-gray-lightest {
    background: #f8f8f8;
}


.text-primary {
    color: #eb0028 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray-dark {
    color: #1d1d1d !important;
}

.text-gray {
    color: #666 !important;
}

.text-gray-light {
    color: #ccc !important;
}

.text-gray-lighter {
    color: #f4f4f4 !important;
}

.text-gray-lightest {
}

.l-s-n {
    list-style: none;
}

.link-red {
    color: #eb0028;
}

    .link-red:hover {
        color: #ca142d;
        text-decoration: underline;
    }

.row-box {
    padding-left: 0;
    padding-right: 0;
}

    .row-box > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 15px;
    }

.col-fix {
    margin-bottom: 15px;
}

.display-table {
    display: table;
    width: 100%;
}

    .display-table > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

@media (min-width: 768px) {
    .row-box {
        padding-left: 15px;
        padding-right: 15px;
    }

        .row-box > [class*=col-] {
            padding-right: 15px;
            padding-left: 15px;
            margin-bottom: 30px;
        }

    .col-fix {
        margin-bottom: 30px;
    }
}

.color {
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}

.color-silver {
    background: #ddd;
}

.color-rosegold {
    background: #fcd8d2;
}

.color-black {
    background: #000;
}

.color-white {
    border: 1px solid #dcdcdc;
    background: #fff;
}

.color-grey {
    background: grey;
}

.color-gold {
    background: goldenrod;
}

.color-pink {
    background: #FFA69E;
}

.color-mintgreen {
    background: #57FFDE;
}

.color-brown {
    background: #D45D3B;
}

.brown {
    background-color: #D45D3B
}
.wine { background-color: #7A2230 }
.iron-gray { background-color: #565E6D }
.color-red {
    background: red;
}

.color-syan {
    background: #57FFDE;
}

.color-green {
    background: #3ca271;
}

.color-yellow {
    background: yellow;
}

.color-orange {
    background: orange;
}

.color-blue {
    background: #2c40a5;
}

.color-winered {
    background: #952949
}

.color-mochagold {
    background: #988D8A
}

.winered {
    background: #952949
}

.mochagold {
    background: #988D8A
}

.color-champagnegold {
    background: #e9d1b4;
}

.color-transparent {
    background: transparent;
    border: 1px solid #dcdcdc;
}

.color-chocolate {
    background: #47352d;
}

.section {
    background: #fff;
}

    .section:nth-of-type(2n+1) {
        background: #f8f8f8;
    }


.body-grey {
    background: #f8f8f8;
}

.body-dark {
    background: #1d1d1d;
}

.peacockblue {
    background: #038D8D
}

.color-peacockblue {
    background: #038D8D
}
/*---default-theme end---*/
/*---animation effect---*/
@media (min-width: 992px) {
    .special-effects {
        -webkit-transform: translate3D(0,0px,0);
        -moz-transform: translate3D(0,0px,0);
        -o-transform: translate3D(0,0px,0);
        -ms-transform: translate3D(0,0px,0);
        transform: translate3D(0,0px,0);
        -webkit-transition: all 1s cubic-bezier(.39,.575,.565,1);
        -moz-transition: all 1s cubic-bezier(.39,.575,.565,1);
        -o-transition: all 1s cubic-bezier(.39,.575,.565,1);
        -ms-transition: all 1s cubic-bezier(.39,.575,.565,1);
        transition: all 1s cubic-bezier(.39,.575,.565,1);
    }
    .in-view.special-effects {
        -webkit-transform: translate3D(0,30px,0);
        -moz-transform: translate3D(0,30px,0);
        -o-transform: translate3D(0,30px,0);
        -ms-transform: translate3D(0,30px,0);
        transform: translate3D(0,30px,0);

    }
}
/*---animation effect end---*/
/*---all-sprite-md---*/
.all-sprite-md {
    background-image: url(../images/all-sprite-md.png) !important;
    background-repeat: no-repeat;
    height: 22px !important;
    width: 21px !important;
}
.location-icon {
    background-position: 0px 0px;
}
.address-icon {
    background-position: -21px 0px;
}
.phone-icon {
    background-position: -42px -1px;
}
.email-icon {
    background-position: -63px 0px;
}

.extentscreen-icon {
    background-position: -65px -45px;
}
.came-icon {
    background-position: 0px -23px;
}
.battery-icon {
    background-position: 0px -47px;
}
.processor-icon {
    background-position: -21px -23px;
}
.ram-icon {
    background-position: -42px -23px;
}
.storage-icon {
    background-position: -63px -23px;
}
/*---all-sprite-md---*/
/*---header---*/
.top-header-bt {
    background: #3e404d;
}
.list-top-left li, .list-top-right li {
    float: left;
    color: #fff;
}
.list-top-left li a, .list-top-right li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-top-right li a {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}
.list-top-left li a {
    margin-right: 30px;
}
.cell-icon {
    background-position: -17px -20px;
}
.info-icon {
    background-position: -36px -20px;
}
.header-top-nav {
    background: #fff;
    border-bottom: 1px solid #f6f6f8;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 99;
    padding: 0px 0px;
    transition: top 0.2s ease-in-out 0s;
    -webkit-transition: top 0.2s ease-in-out 0s;
    box-shadow: 0px 5px 4px rgba(0,0,0,.012);
}

.header-top-nav .navbar-nav {
    margin: 0px 0 0;
    width: auto;
    text-align: right;
    color: #fff;
    float: right;
}
.header-top-nav .navbar-nav.navbar-nav-left {
    float: left;
}
.header-top-nav .navbar-nav > li {
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    display: inline-block;
    padding: 0px 30px 0px 24px;
}

.header-top-nav .navbar-nav > li > a {
    color: #fff;
    color: #343535;
    font-size: 14px;
    padding: 0px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-bottom: 3px solid transparent;
    line-height: 56px;
    font-family: AVGARDN;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a:hover, .nav > li.active > a {
    background-color: transparent;
    color: #ff5858 !important;
}
.header-top-nav .navbar-nav > li.active > a:before {
    background: #84d037;
    height: 2px;
    content: '';
    position: absolute;
    left: 5%;
    width: 95%;
    top: 65%;
}
.header-top-nav .navbar-nav > li > a .cn_item{
    display: inline-block;
    margin-right: 2px;

}
.header-top-nav .navbar-nav > li > .btn {
    padding: 8px 16px;
    border-radius: 35px;

}
.header-top-nav .navbar-nav > li > .btn-primary {
    background-color: #84d037;
    border-color: #84d037;
    color: #fff;
}
.header-top-nav .navbar-nav > li > .btn-primary.focus, .header-top-nav .navbar-nav > li > .btn-primary:focus {
    background-color: #70ba26;
    border-color: #70ba26;
    color: #fff;
}

.header-top-nav .navbar-nav > li > .btn-primary:hover {
    background-color: #70ba26;
    border-color: #70ba26;
    color: #fff;
}
.header-top-nav .navbar-nav > li.btn-addtop {
    position: relative;
    top: -1px;
}
.header-top-nav .navbar-nav > li.btn-addtop > .btn {
    padding: 8px 17px 5px 17px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;

}

.header-top-nav .navbar-nav .move-social-top {
    position: relative;
    top: 24px;
}
.nav > .dropdown-megamenu {
    position: static;
}
.dropdown-megamenu.open>a,.dropdown-megamenu.open>a:active, .dropdown-megamenu.open>a:focus, .dropdown-megamenu.open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff5757 !important;
}
.dropdown-megamenu:hover>a{
    background-color: transparent;
    border-color: transparent;
    color: #343535 !important;
}
.dropdown-megamenu>a>i.fa.fa-angle-down {
    margin-left: 5px;
}

.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    max-width: 330px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
.dropdown-megamenu > .dropdown-container {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 15px;
    box-shadow: 0px 4px 5px rgba(0,0,0,.033);
    border: none;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.93);
}
.dropdown-megamenu .dropdown-menu {
    display: block;
}
.itm-outstock {
    background: rgba(97, 192, 224, 0.49);
    padding: 3px 0px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    left: 0px;
    top: 37%;
    width: 100%;
}
.list-mege-mb-all {
    text-align: left;
    margin: 20px 0px 0px;
    padding: 0px 30px;
}
.list-mege-mb-all>li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
    position: relative;
}
.list-mege-mb-all>li:last-child {
    margin-right: 0px;
}
.list-mege-mb-all>li:before {
    content: '';
    position: absolute;
    right: -23px;
    height: 90%;
    width: 1px;
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.4) 0%,rgba(238, 238, 238, .4) 100%);
    background:linear-gradient(to top, rgba(238, 238, 238, 0.0) 3%, rgba(238, 238, 238, 0.9) 94%, rgba(238, 238, 238, 0.0) 3%);
}
.list-mege-mb-all>li:last-child:before {
    background:transparent;
}
.list-mege-mb-all>li a {
    text-align: center;
}
.thumb-mega {
    position: relative;
}
.list-mege-mb-all .thumb-mega .img-mega {
    max-width: 105px;
}
.list-mege-mb-all .thumb-mega .img-mega {
    max-width: 105px;
}
.list-mege-mb-all .mega-content h4 {
    font-size: 12px;
    color: #2c3640;
    margin-top: 15px;
}
.logo {
    float: left;
    margin-top: 21px;
    margin-right: 15px;
}
.logo img {
    width: 110px;
}
.busket-icon {
    background-position: -21px -45px;
}
.busket-icon2 {
    background-position: 0px -64px;
}
.pkflag-icon {
    background-position: -42px -45px;
}

#slide-overlay, #slide-overlay2 {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#sidebar {
    background: rgba(255, 255, 255, 1);
    width: 237px;
    height: 100vh;
    position: fixed;
    left: 0px;
    overflow-y: auto;
    top: 0;
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(-268px, 0px, 0px);
    -webkit-transform: translate3d(-268px, 0px, 0px);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

#menu-trigger {
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 99;
    cursor: pointer;
}
.line-wrap {
    height: 12px;
    position: relative;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 18px;
}
.line-wrap .line {
    height: 3px;
    width: 24px;
    display: block;
}
.line-wrap .line.center {
    margin: 3px 0;
}
.line-wrap .line {
    background-color: #ff5757;
}
.c-menu {
    position: relative;
}
.menu-list .logo {
    float: left;
    left: 45px;
    position: absolute;
    top: 32px;
}
.menu-list .logo img {
    margin: 0px !important;
}
.menu-list .logo .cn_item {
    position: absolute;
    left: 43px;
    top: 30px;
}
.slide-on-hover {
    display: block;
    position: relative;
    top: 60px;
}

.slide-on-hover > li {
    position: relative;
    margin: 0px 0px;
    line-height: 12px;
}

.slide-on-hover > li > a {
    font-weight: 300;
    color: #828282;
    font-size: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    display: block;
}
.slide-on-hover > li > a .cn_item{
    display: inline-block;
    margin-right: 2px;

}
.slide-on-hover > li > a:hover, .slide-on-hover > li.active > a {
    color: #fff;
    background: #ff5757;
}
.slide-on-hover > li:hover {
    color: #fff;
    background: #84d037;
}

.slide-on-hover > li > .btn {
    padding: 9px 16px 8px ;
    border-radius: 35px;
    letter-spacing: -1px;
}
.slide-on-hover > li.btn-addtop  .btn {
    margin: 5px 15px 0px 15px;
}
.slide-on-hover > li.btn-addtop .btn-primary {
    background-color: #84d037;
    border-color: #84d037;
    color: #fff;
}

.sub-ul {
    background: #f9f9f9;
    display: none;
}
.sub-menu .sub-ul > li > a {
    font-weight: 300;
    color: #828282;
    font-size: 14px;
    padding: 12px 25px;
    text-transform: uppercase;
    display: block;
}
.sub-menu .sub-ul > li > a:focus, .sub-menu .sub-ul > li > a:hover, .sub-menu .sub-ul > li > a.active {
    background: rgba(222, 222, 222, 0.555);
    text-decoration: none;
}
.sub-menu .drp-caret {
    display: inline-block;
    font: normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 22px;
    top: 14px;
}
.sub-menu .drp-caret:before {
    content: "\f107";
    color: #828282;
}
.sub-menu.active .drp-caret:before {
    content: "\f106";
    color: #fff;
}
#sidebar.toggled {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
}

#close-trigger {
    cursor: pointer;
    float: right;
    padding-top: 20px;
    position: absolute;
    right: 13px;
    z-index: 11;
}
#close-trigger svg {
    fill: #000000;
    color: #000000;
    width: 20px;
    height: 20px;
}
.header-top-nav .navbar-nav > li.busket-addcart {
    border-left: 1px solid #2f2f2f;
    padding-left: 28px;
    padding-right: 15px;
}
.busket-menu {
    min-width: 232px;
    margin: 0px;
    padding: 0px 4px;
    border-radius: 0px !important;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.04);
    border: 1px solid #f2f2f2;
}
.badge.busket-count {
    position: absolute;
    right: -5px;
    top: 20px;
    z-index: 2;
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 500;
    background-color: #e75050;
    border-radius: 8px;
    min-width: 12px;
}
.busket-icon-top {
   /* background: url(../images/basket-icon-top.png) no-repeat;*/
    width: 23px;
    height: 30px;

}
.busket-menu .cart-no-products {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.busket-menu .cart-no-products p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
}
.busket-menu .cart-info {
    position: relative;
    border-bottom: 1px dashed #c1c1c1;
}
.busket-menu .cart-link {
    padding: 10px 20px;
}
.busket-menu .btn {
    padding: 8px 12px;
    border-radius: 35px;
}
.busket-menu .link, .busket-menu .nav-link {
    display: block;
    line-height: 50px;
    height: 50px;
}
.busket-menu .link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.busket-menu .link-sign {
    color: #ff4842;
}
.busket-menu .link-sign:hover {
    color: #555;
}
.busket-addcart .open>a,
.busket-addcart .open>a:focus,
.busket-addcart .open>a:hover,
.busket-addcart.open>a,
.busket-addcart.open>a:focus,
.busket-addcart.open>a:hover
{
    background-color: transparent;
    border-bottom: 3px solid #84d037;
}
.busket-addcart .cn_item i {
    top: 0px;
}

.dropdown-menu {
    border-radius: 0px ;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.04);
    border: 1px solid #f2f2f2;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
}
.dropdown .dropdown-menu, .btn-group .dropdown-menu {
    display: block;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.dropdown.open .dropdown-menu, .dropup.open .dropdown-menu, .bootstrap-select.open .dropdown-menu, .btn-group.open .dropdown-menu {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    color: #333;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}
.addcart-listshow {
    padding-top: 10px;
}
.max-height-cart {
    max-height: 190px;
}

.addcart-listshow .close-addcart {
    position: absolute;
    right: 20px;
    color: #ff4842;
    top: 6px;
    font-size: 15px;
}
.addcart-listshow li {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0px 15px 16px;
    margin-bottom: 13px;
    position: relative;
}

.addcart-listshow li .media-body, .addcart-listshow .media-left, .addcart-listshow .media-right {
    display: table-cell;
    vertical-align: top;
}
.addcart-listshow li .media-body {
    vertical-align: middle;
}
.addcart-listshow .media-left, .addcart-listshow .media>.pull-left {
    padding-right: 16px;
}
.addcart-listshow li .media-heading,
.addcart-listshow li .type-addcart,
.addcart-listshow li .total-price-add{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    white-space: nowrap;
}
.addcart-listshow li .media-heading {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 12px;
    color: #41ac26;
}
.addcart-listshow li .type-addcart {
    color: #41ac26;
    margin: 0px 0px 7px;
    text-transform: uppercase;
}
.addcart-listshow li .total-price-add {
    font-size: 12px;
    color: #6e6f6f;

}
.subtotal-cartlist {
    padding:8px 20px 20px;
}
.subtotal-cartlist h4 {
    font-size: 16px;
    color: #515252;
    font-weight: 400;
}
.subtotal-cartlist .btn {
    background: #41ac26;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 9px;
    margin-top: 10px;
}
.subtotal-cartlist .btn + .btn {
    margin-left: 5px;
    background: #666560;

}
.suce-added-cart {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.04);
    border: 1px solid #f2f2f2;
    width: 243px;
    top: 70px;
    padding: 15px 12px;
    position: fixed;
    right: 30px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    z-index: 100;
}
.suce-added-cart span {
    color: #6e6f6f;
    font-size: 12px;
}
.suce-added-cart b {
    color: #6e6f6f;
    font-size: 12px;
}
.stiky-sucesscart {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.suce-added-cart.move-stickup {
    top: 54px;

}
.header-top-nav.fixedtop {
    position: fixed;
}

.header-top-nav.header-bg-color .busket-icon {
    background-position:0px -67px;
}
.header-top-nav.second-topnav {
    border-bottom: 1px solid #f3f2f1;
}
.header-top-nav.second-topnav .navbar-nav > li > a {
    color: #343535 ;
}

#main {
    padding-top: 0px;
}
#main.paddmaintop {
    padding-top: 60px;
}
@media (max-width: 767px) {
    #main.paddmaintop {
        padding-top: 0px;
    }
    .header-top-nav {
        height: 40px;
        padding: 0px;
    }
    .logo {
        left: 78px;
        position: absolute;
        top: 19px;
        margin: 0px;
    }
    .logo img {
        width: 45px;
    }
    .header-top-nav .navbar-nav {
        float: right;
        position: relative;
    }
    .header-top-nav .navbar-nav > li {
        padding: 0px 15px 0px 15px;
    }
    .header-top-nav .navbar-nav > li.busket-addcart {
        border-left: 1px solid #f2f2f2;
        padding-left: 15px;
        padding-right: 0px;
    }
    .header-top-nav .navbar-nav > li > a {
        line-height: 47px;
    }
    .busket-addcart .open>a,
    .busket-addcart .open>a:focus,
    .busket-addcart .open>a:hover,
    .busket-addcart.open>a,
    .busket-addcart.open>a:focus,
    .busket-addcart.open>a:hover
    {
        background-color: transparent;
    }
    .busket-menu {
        background: #fff !important; ;
        position: absolute !important;
    }
    .badge.busket-count {
        padding: 3px 6px;
        top: 17px;
    }
    .addcart-listshow .close-addcart {
        font-size: 18px;
    }
    .list-top-left {
        display: none;
    }

    .list-top-right {
        float: left;
    }
    .list-top-left li a, .list-top-right li a {
        font-size: 11px;
    }
    .list-top-right li a {
        padding-left: 3px;
        padding-right: 3px;
    }
    .list-top-left li a {
        margin-right: 3px;
    }
    .navbar-nav .open .dropdown-container {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }


}
@media (max-width: 360px) {
    .busket-menu {
        min-width: 270px;
    }
    .busket-menu.dropdown-menu-right {
        right: 0px;
    }
}
@media (min-width: 768px) {
    #menu-trigger {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-top-nav .navbar-nav > li {
        padding: 0px 10px 0px 10px;
    }


}

/*---header end---*/
/*---main-slider-banner---*/

.main-slider-banner .full-banner-slider {
    position: relative;
    cursor: pointer;
}
.main-slider-banner .owl-theme .owl-nav [class*='owl-'] {
    margin: 0px;
    padding: 0px 4px;
    background: transparent;
}
.main-slider-banner .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}
.main-slider-banner .owl-theme .owl-nav {
    margin-top: 0px;
}
.main-slider-banner .owl-carousel .owl-nav .owl-prev, .main-slider-banner .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.main-slider-banner .owl-carousel .owl-nav .owl-next {
    right: 35px;
}
.main-slider-banner .owl-carousel .owl-nav .owl-prev {
    left:35px;
}
.main-slider-banner .owl-theme .owl-dots {
    position: relative;
    bottom: 60px;
    left: auto;
    right: 20%;
    text-align: right;
}
.main-slider-banner .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #3d3b3b;
}
.main-slider-banner .owl-theme .owl-dots .owl-dot.active span, .main-slider-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.full-banner-slider .visible-custome {
    display:none !important;
}

.textbanner-content .brandlg img {
    width: auto;
}
.textbanner-content h1 {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 66px;
    margin-top: 20px;
}
.textbanner-content h1 span {
    color: #c33f3b;
}
.textbanner-content h5 {
    font-size: 39px;
    font-weight: 500;
    margin: 0px;
    text-transform: uppercase;
}
.textbanner-content ._btn-primary-tranparent {
    background-color: rgba(28, 24, 49, 0.32);
    border-color: #ff4842;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    padding: 12px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    border-width: 2px;
    font-weight: 500;
}
@media (max-width: 767px) {

    .main-slider-banner .owl-theme .owl-dots {
        position: relative;
        bottom: 40px;
        left: auto;
        right: auto;
        text-align: center;
    }

    .brand-img {
        position: absolute;
        bottom: 0px;
    }
    .textbanner-content h1 {
        font-size: 46px;
        line-height: 43px;
    }
    .textbanner-content h5 {
        font-size: 25px;
    }

    .textbanner-content {
        position: absolute;
        left: 30px;
        z-index: 10;
        bottom: 40px;
        color: #fff;
    }
}
@media (max-width: 414px) {
    .textbanner-content h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .textbanner-content h5 {
        font-size: 16px;
    }
    .textbanner-content ._btn-primary-tranparent {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-slider-banner .owl-carousel .owl-nav .owl-next {
        right: 0px;
    }
    .main-slider-banner .owl-carousel .owl-nav .owl-prev {
        left:0px;
    }

    .textbanner-content {
        position: absolute;
        left: 30px;
        z-index: 10;
        top: 30px;
        color: #fff;
    }
    .textbanner-content h1 {
        font-size: 46px;
        line-height: 43px;
    }
    .textbanner-content h5 {
        font-size: 25px;
    }
}
@media (min-width: 768px) {
    .brand-img-outer {
        display: table;
    }
    .brand-img {
        display: table-cell;
        vertical-align: bottom;
    }
    .banner-right-text {
        display: table;
        min-height: 100%;
    }
    .textbanner-content {
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        top: 0px;
    }
}

@media (min-width: 1200px) {
    .textbanner-content {
        vertical-align: bottom;
        top: -130px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px)  {
    .full-banner-slider {
        background-image: none !important;
    }
    .full-banner-slider .visible-custome {
        display: block !important;
    }
}


/*---main-slider-banner  end---*/
/*---default heading---*/
.title-center-main {
    margin-bottom: 24px;
    margin-top: 20px;
}
.title-center-main h1 {
    font-size: 54px;
    color: #2e2f33;
    line-height: 50px;
    margin: 0px;
    letter-spacing: -2px;
}
.title-center-main span {
    color: #2e2f33;
    display: block;
    font-family: AVGARDN;
}
.font38 {
    font-size: 32px;
}
@media (max-width: 767px) {
    .title-center-main {
        margin-bottom: 0px;
    }
    .title-center-main h1 {
        font-size: 48px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .font38 {
        font-size: 28px;
    }
}
@media (max-width: 479px) {
    .title-center-main h1 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .font38 {
        font-size: 31px;
    }
}

/*---default heading end---*/
/*---dailydeals-home---*/
.bg-color {
    background: #f4f4f4;
}
.dailydeals-home {
    padding: 0px 0px 0pc;
}

.dailydeals-padd {
    padding-left: 0px;
    padding-right: 0px;

}
.brand-show-img {
    margin-bottom: 20px;
}
.brand-show-img li {
    margin-right: 30px;
    display: inline-block;
}
.brand-show-img li a {
    display: block;
    border: 1px dashed transparent;
    padding: 9px 10px 14px;
}

/*.brand-show-img li a:hover, .brand-show-img li a:focus {
  border: 1px dashed #5b5b5b;
}*/
.brand-show-img li:last-child {
    margin-right: 0px;
}
.tabs-daily .nav-tabs {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tabs-daily .nav-tabs > li {
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 114px;
    padding: 0;
    line-height: 52px;
    display:  inline-block;
    float: none;
}
.tabs-daily .nav-tabs > li:last-child {
    margin-right: 0px;
    border-right: none;
}
.tabs-daily .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #191919;
    background: transparent;
    margin: 0px;
    padding: 0 0px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 18px;
}
.tabs-daily .nav-tabs > li.active a::before {
    background-image: -webkit-linear-gradient(left, #ff5757 0%, #e1027b 100%);
    background-image: linear-gradient(to left, #ff5757 0%, #e1027b 100%);
    content: "";
    height: 3px;
    left: 0%;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    border-radius: 0px;
}
.tabs-daily .nav-tabs > li.active > a, .tabs-daily .nav-tabs > li.active > a:focus, .tabs-daily .nav-tabs > li.active > a:hover {
    color: #191919;
    border: none;
    background: transparent;
}

.mob-content-price {
    text-align: center;
    position: relative;
}
.mob-content-price .price-outer {
    display: inline-block;
    padding: 15px 0px 8px;
    text-transform: uppercase;
}
.mob-content-price .price-outer .dc-price {
    color: #ff5757;
    font-size: 18px;
    background: transparent;
    padding: 2px 10px;
}
.mob-content-price .price-outer .re-price {
    font-size: 16px;
    color: #b8b8b8;
    margin-left: 10px;
}

.img-mob-tumbnail {
    padding: 0px 0px;
    border-right: 1px solid #eeeeee;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}
.img-mob-tumbnail img {
    margin: 20px auto 0px;
    width: auto !important;
}
.mob-content {
    width: 100%;
    text-align: center;
}
.mob-content h4 {
    font-size: 17px;
    color: #605e59;
    margin: 0px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mob-content span {
    font-size: 14px;
    color: #605e59;
    display: block;
    font-family: AVGARDN;
}
.mob-content-cart .view-eyes {
    background: url(../images/views-eyes.png) 0px 0px no-repeat;
    width: 42px;
    height: 42px;
    opacity: 0;
    border: none;
    position: relative;
    top: 16px;
    border: 1px solid transparent;

}
.mob-content-cart a {
    font-size: 14px;
    color: #191919;
    border: 1px solid #edebe9;
    padding: 9px 20px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 0px;
    opacity: 0;
    margin-left: 7px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.mob-content-item {
    text-align: center;
    background: #fff;
    padding: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.pro-custome-carousel .mob-content-item:hover{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
}
.pro-custome-carousel .mob-content-item:hover .mob-content-price .price-outer .dc-price{
    background: #ff5757 !important;
    border-radius: 8px;
    color: #fff;
}
.pro-custome-carousel .mob-content-item:hover .img-mob-tumbnail{
    border-right: none;
}
.pro-custome-carousel .mob-content-item:hover .mob-content-cart a, .pro-custome-carousel .mob-content-item:hover .mob-content-cart .view-eyes{
    opacity: 1;
}
.pro-custome-carousel .mob-content-item .mob-content-cart:hover a {
    color: #ff5757;
    border: 1px solid #ff5757;
}
.pro-custome-carousel .owl-carousel .owl-stage-outer {
    padding: 45px 0px 20px;
}

.pro-custome-carousel .owl-theme .owl-nav [class*='owl-'] {
    margin: 0px;
    padding: 28px 20px 28px 10px;
    background: rgba(38, 39, 43, 0.35);
    border-radius: 0px;
}
.owl-theme .owl-nav .owl-prev.disabled,
.owl-theme .owl-nav .owl-next.disabled {
    opacity: .5;
}
.pro-custome-carousel .owl-carousel .owl-nav .owl-prev, .pro-custome-carousel .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 35%;
}
.pro-custome-carousel .owl-theme .owl-nav {
    margin-top: 0px;
}
.pro-custome-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0px 15px 15px 0px;
}
.pro-custome-carousel .owl-carousel .owl-nav .owl-next {
    right: 0px;
    border-radius: 15px 0px 0px 15px;
    padding: 28px 10px 28px 20px;
}
.pro-custome-carousel .owl-theme .owl-dots {
    margin-top: -20px !important;
    position: relative;
    z-index: 3;
}
.pro-custome-carousel .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 7px 3px 0px;
    background: #d6d3ce;
    border-radius: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.pro-custome-carousel .owl-theme .owl-dots .owl-dot.active span, .pro-custome-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5757;
    width: 31px;
    height: 8px
}
@media (max-width: 767px) {
.dailydeals-home {
    padding: 0px 0px 0px;
}
.pro-custome-carousel .owl-theme .owl-dots {
    display: none;
}
.tabs-daily .nav-tabs {
    margin-bottom: 0px;
}
.tabs-daily .nav-tabs > li {
    margin-bottom: 10px;
    margin-right: 40px;
}
.tabs-daily .nav-tabs > li > a {
    font-size: 14px;
    line-height: 26px;
}
.tabs-daily .nav-tabs > li.active a::before {
    top: 124%;
}
.brand-show-img {
    margin-bottom: 0px;
}
.brand-show-img li {
    margin-right: 0px;
}
}
@media (max-width: 479px) {
    .img-mob-tumbnail {
        border-right: none;
    }
}
@media (min-width: 768px) {
    .dailydeals-home {
        padding: 30px 0px 0px;
    }
}
@media (min-width: 1200px) {

    .brand-show-img li {
        margin-right: 80px;
    }
    .dailydeals-padd {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (min-width: 1600px) {
    .pro-custome-carousel .owl-theme .owl-dots {
        margin-top: -15px !important;
    }
}
/*---dailydeals-home end---*/
/*---allproduct-sh-main---*/
.allproduct-sh-main {
    padding: 0px 0px;
}
#allproduct-sh-main {
    padding-top: 25px;
}

.our-all-pr ul {
    width: 100%;
    display: inline-block;
}
.our-all-pr li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}

.play-md-pos {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
}
.play-md-icon {
    background: url("../images/play-md.png") 0px 0px no-repeat;
    width: 64px;
    height: 44px;
}

@media (max-width: 767px) {
    .allproduct-sh-main {
        padding: 0px 0px 30px;
    }
    .our-all-pr li img {
        width: 319px;
        height: 190px;
    }

}
@media (min-width: 768px) {
    .allproduct-sh-main {
        padding: 30px 0px 0px;
    }

}
/*---allproduct-sh-main end---*/
/*---stayin-touch---*/
.stayin-touch {
    background-image: url("../images/contact-us-bar.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 13px 0px 12px;
    margin-top: 60px;
}
.stayin-touch-content {
    margin: 0px auto;
}

.stayin-form, .stayin-text {
    display: inline-block;
}
.stayin-text {
    padding-right: 40px;
    position: relative;
    top: 12px;
}
.stayin-form {
    position: relative;
    top: 0px;
}
.stayin-text h3, .stayin-text span {
    color: #222222;
}
.stayin-text h3 {
    font-size: 16px;
    margin: 0px;
    line-height: 18px;
    font-weight: 600;
}
.stayin-text span {
    font-size: 12px;
}

.stayin-icon {
    width: 40px;
    height: 29px;
    margin: 0px auto 14px;
}
.stayin-form input {
    background: #fff;
    height: 44px;
    padding: 10px 20px;
    font-size: 14px;
    color: #9b9b9b;
    width: 465px;
    border: none;
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
    border-radius: 25px;
}
.stayin-form .stayin-form-inner {
    position: relative;
}
.stayin-form .stayin-form-inner .btn {
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 42px 10px;
    display: inline-block;
    position: relative;
    top: -1px;
    left: 15px;
}
.stayin-form .stayin-form-inner .btn-primary {
    color: #fff;
    background-color: #ff5757 !important;
    border-color: #ff5757 !important;
}


@media (max-width: 991px) {
    .stayin-touch {
        padding: 15px 0px 15px;
        margin-top: 20px;
    }
    .stayin-touch-content {
        width: 100%;
        padding: 0px 15px;
        text-align: center;
    }
    .stayin-text-iner {
        padding-left: 0px;
        background: none;
    }
    .social-icon {
        top: 0px;
    }
    .stayin-form, .stayin-text {
        display: inline-block;
        width: 100%;
    }
    .stayin-text {
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .stayin-form input {
        width: 100%;
    }
    .stayin-form .stayin-form-inner .btn {
        top: 0px;
        left: 0px;
        display: block;
        width: 100%;
        margin-top: 13px;
        margin-bottom: 7px;
    }
   .social-icon-footer {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .stayin-touch-content {
        width: 100%;
    }
    .stayin-form input {
        width: 385px;
    }
}
/*---stayin-touch end---*/
/*---footer---*/

.backtop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  background: #666460;
  width: 32px;
  height: 32px;
  z-index: 888;
  display: inline-block;
  border-radius: 100%;
  line-height: 33px;
  text-align: center;
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.backtop:hover {
  background: #ff5757;
}
.backtop .up-arrow {
  width: 16px;
  height: 16px;
  background-image: url(../images/up-arrow.svg);
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  display: inline-block;
}
.footer-section {
    width: 100%;
    position: relative;
    color: #777777;
    padding-bottom: 60px;
    padding-top: 48px;
}
.footer-section h4 {
    color: #191919;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 18px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
}
.footer-section h4:before {
    content: '';
    position: absolute;
    width: 31px;
    height: 2px;
    background: #ff5757;
    left: 0px;
    top: 100%;
}
.footer-section .hr-style {
    border-top: 1px dashed #e2e2e2;
    width: 100%;
    text-align: left;
    float: left;
    margin: 12px 0px 11px;

}
.play-inon a {
    float: left;
    margin: 0px 25px 0px 0px;

}
.list-footer-first > li {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}
.list-footer-first > li a, .list-footer-first > li span {
    font-size: 14px;
}
.list-footer-first > li a {
    color: #9b9eb3;
}
.list-footer-first > li span {
    color: #5f5f5f;
}
.list-footer-first > li a:hover {
    color: #84d037;
}
.list-footer, .list-footer > li {
    display: inline-block;
    width: 100%;
}

.list-footer > li {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 32px;
    font-weight: 400;
}

.list-footer > li > a, .list-footer > a {
    display: inline-block;
    font-size: 14px;
    color: #777777;
}

.list-footer2 > li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #9b9eb3;
    line-height: 20px;
    margin-bottom: 14px;
}
.list-footer2 > li:first-child {
    padding-left: 0px;
}
.list-footer2 > li.textlow {
    text-transform: none;
}
.list-footer2 span.cn_item {
    margin-right: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.WhatsApp-svg {
    background-image: url(../images/svg/WhatsApp.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    top: -1px !important;
    left: 2px;
}
.comingson {
    color: #aaaaaa !important;
}
.list-footer > a {
    margin: 0 22px;
}
.list-footer > li:hover, .list-footer > li > a:hover, .list-footer > a:hover {
    color: #ff5757;
}
.logo-footer {
    margin-top: 16px;
}
.copyright span {
    font-size: 14px;
    line-height: 15px;
    color: #777777;
    position: relative;
}
.copyright img {
    float: left;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.play-inon {
    position: relative;
    top: -5px;
}
.social-footer {
    border-top: 1px solid #f2f2f2;
    padding: 25px 0px 20px;
}
.social-icon {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 10px;
}
.social-icon a {
    display: inline-block;
    margin: 0px 28px 10px 0px;
}
.social-icon a:last-child {
    margin-right: 0px;
}

.all-sprite-sm {
    background-image: url(../images/all-sprite-sm.png) !important;
    background-repeat: no-repeat;
    height: 18px !important;
    width: 18px !important;
}

.facebook-icon {
    background-position: -75px 0px;
}
.twitter-icon {
    background-position: -52px 0px;
}
.locationmin-icon {
    background-position: 0px 0px;
}
.list-footer2 .locationmin-icon {
    background-position: 2px 0px;
}
.phonemin-icon {
    background-position: -36px -2px;
}
.emailminr-icon {
    background-position:-17px -1px;
}
.get-question-rc span {
    display: block;
    color: #343e48;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
}
.footer-logo {
    margin-top: 24px;
}
.get-question-rc span:last-child {
    font-size: 20px;
}
@media (max-width: 767px) {
    .footer-section {
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .footer-section .hr-style {
        margin: 18px 0px 18px;
    }
    .copyright {
        padding-bottom: 10px;
    }
    .copyright, .social-icon-footer {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .social-footer {
        padding: 15px 0px 15px;
    }
    .play-inon {
        top: 0px;
    }
    .social-icon a {
        margin: 0px 40px 10px 0px;
    }
    .copyright span {
        font-size: 14px;
        top: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-section {
        padding-bottom: 20px;
        padding-top: 30px;
    }
}
/*---footer end---*/
/*social-footersvg*/
.social-icon a .cn_item i {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.facebook-svg {
    background-image: url(../images/svg/facebook.svg);
}
.twitter-svg {
    background-image: url(../images/svg/twitter.svg);
}
.instagram-svg {
    background-image: url(../images/svg/instagram.svg);
}
.pinterst-svg {
    background-image: url(../images/svg/pinterst.svg);
}
.linkedin-svg {
    background-image: url(../images/svg/linkedin.svg);
}
.linkedin-ic {
    top: -2px;
}
/*social-footersvg end*/
/*---video-container---*/
.video-container {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: none
}
.video-container.in {
    display: block
}
.video-container .close-video {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 99
}
.video-container .close-video:after,.video-container .close-video:before {
    content: '';
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.video-container .close-video:after:hover,.video-container .close-video:before:hover {
    border-color: #656666
}
.video-container .close-video:before {
    border-top: 1px solid #989999;
    border-bottom: 1px solid #989999;
    height: 0;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -12px
}
.video-container .close-video:after {
    border-left: 1px solid #989999;
    border-right: 1px solid #989999;
    height: 24px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -12px
}
.video-container .video-area {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.video-container .video-area:before,.video-container .video-area:after {
    content: '';
    display: none;
    width: 101%;
    height: 52px;
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: #000
}
.video-container .video-area:before {
    top: 0
}
.video-container .video-area:after {
    bottom: -1px;
    display: none;
}
.video-container .video-area #videoplayer {
    width: 100%;
    height: 100%
}
/*---video-container end---*/
/*---accesories-section---*/
.accesories-section {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 0px;
}
.padd-ace-outer {
    padding: 40px 18px 0px 18px;
}

.padd-ace-outer .acce-contentbox-padd {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.padd-ace-outer .acce-contentbox-padd-off {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.acce-contentbox-row {
    margin-right: -5px;
    margin-left: -5px;
}
.acce-contentbox {
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #f6f6f8;
}
.acce-contentbox h3 {
    text-transform: uppercase;
    color:#1a1a1a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.acce-contentbox-detail {
    opacity: 0;
}
.acce-hmdelink{
    width: 100%;
    -webkit-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}

.acce-hmdelink ul li {
    display: inline-block;
    padding: 7px 25px;
    position: relative;
}
.acce-hmdelink ul li:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 4px;
    background: transparent url(../images/btn-title-ver.png) no-repeat 0px 0px;
    width: 2px;
    height: 26px;
}
.acce-hmdelink ul li:last-child:after {
   display: none;
}
.acce-hmdelink ul li a {
    color: #4d4d4d;
    font-size: 13px;
}
.acce-hmdelink ul li a:hover {
    color: #ff5757;
}
.overlay-cont {
    content: '';
    position: absolute;
    left: 50%;
    width: 260px;
    background: #fff;
    bottom: -33px;
    opacity: 0;
    transform: translate(-50%, -50%);
    border-radius: 5px 5px 0px 0px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    z-index: 2;
    padding: 7px 20px;
    text-align: center;
    height: 0%;
    box-shadow: 8px 0px 15px rgba(0, 0, 0, 0.05);
}
.acce-contentbox:hover .overlay-cont, .acce-contentbox:hover .acce-contentbox-detail {
    opacity: 1;
}

.acce-contentbox:hover .acce-contentbox-detail2 {
    opacity: 1;
    height: 46px;
    bottom: -23px;
}
.acce-contentbox .image-modal {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}
.acce-contentbox:hover .image-modal {
    width: 100%;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
@media (max-width: 991px) {
    .padd-ace-outer {
        padding: 10px 15px 0px 15px;
    }
    .padd-ace-outer .acce-contentbox-padd {
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

}
@media (max-width: 767px) {
    .accesories-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .padd-ace-outer .acce-contentbox-padd {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }


}

@media (max-width: 479px) {
    .title-center-main h1 {
        font-size: 30px;
    }
}
@media (max-width: 360px) {
    .acce-contentbox:hover .acce-contentbox-detail h3 {
        top: 45%;
    }
    .acce-contentbox:hover .acce-contentbox-detail2 h3 {
        top: 40%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .accesories-section {
        background-size: contain;
    }

    .acce-contentbox h3 {
        font-size: 16px;
    }
    .acce-contentbox ._btn-white-tranparent {
        font-size: 14px;
    }
    .acce-contentbox:hover .acce-contentbox-detail h3 {
        top: 45%;
    }
    .acce-contentbox:hover .acce-contentbox-detail2 h3 {
        top: 35%;
    }

}
@media (min-width: 1024px) and (max-width: 1199px) {

    .acce-contentbox ._btn-white-tranparent {
        font-size: 14px;
    }
    .acce-contentbox:hover .acce-contentbox-detail h3 {
        top: 45%;
    }
    .acce-contentbox:hover .acce-contentbox-detail2 h3 {
        top: 35%;
    }

}
@media (min-width: 1200px) {

    .accesories-section {
        background-size: contain;
    }
}
@media (min-width: 1400px) {
    .accesories-section {
        background-size: cover;
    }
}
/*---accesories-section end---*/
/*---acce-page-content---*/
/*---rating---*/

.rating-tag {
    color: #5b5b5b;
    display: inline-block;
    font-size: 20px;
    left: 10px;
    position: relative;
    top: 5px;
}
.rating {
    border: none;
    float: left;
}
.rating > input {
    display: none;
}
.rating > label:before {
    margin: 5px;
    font-size: 20px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f006";
}
.rating > .half:before {
    content: "\f005";
    position: absolute;
}
.rating > label {
    color: #c1c1c1;
    float: right;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #ffd402;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #ffd402;
}
/*---rating end---*/
.check-out-buy {
    padding-top: 18px;
}
.check-out-buy li {
    float: left;
    margin-right: 30px;
}
.radio-sub {
    padding: 0px 0px 11px;
}
.radio-sub input[type="radio"] {
    display: none;
}
.radio-sub .check-alighn {
    position: relative;
    top: 8px;
}
.radio-sub input[type="radio"]+label span {
    background: transparent url(../images/check_radio_sheet.png) no-repeat scroll right top;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    margin: -18px 8px 0 0;
    vertical-align: middle;
    width: 21px;
}
.radio-sub input[type="radio"]:checked+label span {
    background: transparent url(../images/check_radio_sheet.png) no-repeat scroll left top;
}
.text-theme {
 color: #ff5757 !important;
}
.get-on-st .daraz-img {
    width: 80px;
}
.get-on-st a {
    float: left;
    margin-right: 15px;
}
.acce-page-addcart .tax-bar-get {
    font-size: 22px;
    color: #323534;
    margin-bottom: 5px;

}
.get-on-st a svg {
    width: 170px;
    position: relative;
    top: 7px;
}
.sbsub-padd-al {
    height: 80px;
}
.padd-sub-allto {
    padding-top: 20px;
}
.slide-box-big {
    background: #f9f9f9;
    position: relative;
}
.flexslider .slides .slide-box-big img {
    width: auto;
    margin: 0px auto;
}
.slide-box-big .acce-type {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #82cc36;
    z-index: 10;
    padding: 0px 8px;
    line-height: 23px;
    border-radius: 4px;
}
#slider.flexslider, #carousel.flexslider {
    margin-bottom: 10px;
    border: none;
}
#slider .flex-direction-nav a:before, #carousel .flex-direction-nav a:before {
    color: rgba(255, 255, 255, 0.9);
    text-shadow:0px 1px 2px rgba(0, 0, 0, 0.9) ;
}
#slider.flexslider:hover .flex-direction-nav .flex-prev,
#slider.flexslider:hover .flex-direction-nav .flex-next,
#carousel.flexslider:hover .flex-direction-nav .flex-prev,
#carousel.flexslider:hover .flex-direction-nav .flex-next{
    opacity: 1;
}
.flexslider .flex-direction-nav .flex-next {
    right: 10px;
}
.flexslider .flex-direction-nav .flex-prev {
    left: 10px;
}

#carousel .thumb-slides img {
    background: #f4f3f3;
}
#carousel .thumb-slides {
    background: #f4f3f3;
    height: 118px;
    display: table-cell;
    vertical-align: middle;
}
.acce-page-content {
    padding-left: 15px;
}
.acce-page-content h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    margin-top: 5px;
}
.acce-page-content .title-min-acce {
    text-transform: uppercase;
    font-size: 14px;
}
.acce-page-content .acce-page-detail {
    padding: 15px 0px 15px;
}
.acce-page-content .acce-page-detail p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
}

.acce-page-rating .rating > label:before {
    font-size: 15px;
    margin: 0px 3px;
}
.acce-page-rating .rating > label {
    color: #dfdcdb;
}
.acce-page-content .customer-review {
    font-size: 14px;
    font-weight: 300;
    color: #676767;
    margin-left: 5px;
}
.acce-page-detail .acce-page-price {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.acce-page-detail .tax-bar {
    font-size: 16px;
    color: #676767;
    font-weight: 300;
}
.acce-page-addcart {
    margin-top: 30px;
}
.status-ind-price {
    border-bottom: 1px solid #edecea;
    padding-bottom: 8px;
}
.status-ind-price .acce-page-price {
    font-size: 22px;
    font-weight: 500;
    color: #323534;
    margin-top: 15px;
    margin-bottom: 5px;
}
.status-ind-price  .tax-bar {
    font-size: 12px;
}
.status-ind-price .acce-page-price strike {
    font-size: 18px;
    color: #ada8a3;
    margin-left: 10px;
}
.cart-status-se {
    margin-bottom: 14px;
}
.cart-status-se .btn {
    padding: 10px 15px 7px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 14px;
}
.cart-status-se .btn-default {
    background-color: #fff;
    border-color: #ada8a3;
    color: #323534;
    border-width: 2px;
}
.cart-status-se .btn-default:hover, .cart-status-se .btn-default:focus, .cart-status-se .btn-default:active {
    background-color: #ff5757;
    border-color: #ff5757;
    color: #fff;
    border-width: 2px;
}
.cart-status-countingbar {
    width: 80px;
    position: relative;
    margin-right: 10px;
}
.cart-status-countingbar .inpt-num-total {
    height: 42px;
    border: 1px solid #ececec;
    background: #fff;
    font-size: 22px;
    padding: 15px 0px 15px 41px;
    width: 91px;
    border-radius: 5px;
    color: #84d037;
}
.cart-status-countingbar .btn-countdecre, .cart-status-countingbar .btn-countincre {
    position: absolute;
    background: transparent;
    color: #394646;
    width: 20px;
    height: 19px;
    border: 1px solid #394646;
    border-radius: 100%;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}
.cart-status-countingbar .btn-countdecre {
    top: 12px;
    left: 10px;
}
.cart-status-countingbar .btn-countincre {
    top: 12px;
    right: -3px;
}
.list-cart-pr-sm {
    margin-top: 20px;
    list-style-type: disc;
    padding-left: 17px;
    margin-bottom: 20px;
}
.list-cart-pr-sm li {
    font-size: 15px;
    line-height: 26px;
    font-family: AVGARDN;
    list-style-type: disc;
}
.check-out-buy2 {
    padding-top: 4px;
    padding-bottom: 10px;
}
.check-out-buy2 label {
    font-weight: 400;
}
.check-out-buy2 .color-check {
    font-size: 14px;
    color: #ada8a3;
}
.check-out-buy2 .color-check div {
    position: relative;
    top: 0px;
}
.radio-sub input[type="radio"]:checked+label .color-check {
    color: #676767;
}
.color-select-mob li {
    font-size: 14px;
    float: left;
}
.color-select-mob li {
    font-size: 14px;
    float: left;
    margin-right: 15px;
}
.color-select-mob li:last-child {
    margin-right: 0px;
}
.color-select-mob li .color-select-mob-ti {
    position: relative;
    top: 5px;
}
.color-select-mob li .de-color-select {
    position: relative;
}
.color-select-mob li .active.de-color-select i {
    background-image: url(../images/all-sprite-sm.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 21px;
    background-position: -53px -18px;
    position: absolute;
    top: 5px;
    left: 4px;
}
.color-select-mob li span {
    border-radius: 4px;
    width: 28px;
    height: 28px;
    background: transparent;
    display: block;
}

.color-select-mob li .type-colr-1 {
    background: #c01b29;
    border: 1px solid #90322f;
}
.color-select-mob li .type-colr-2 {
    background: #f1e9de;
    border: 1px solid #f0efed;
}
.color-select-mob li .type-colr-3 {
    background: #222220;
    border: 1px solid #f0efed;
}
.status-cart {
    font-size: 15px;
    color: #434343;
    font-weight: 300;
    width: 100%;
    display: inline-block;
}
.spec-tabs-detail {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 70px;
    margin-top: 32px;

}
.full-page-brand-all {
    padding-bottom: 0px;
}
.spec-tab-ul .nav-tabs {
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 0px;
}
.spec-tab-ul .nav-tabs > li {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right:15px;
    padding: 0;
    line-height: 52px;
}
.spec-tab-ul .nav-tabs > li:last-child {
    margin-right: 0px;
}
.spec-tab-ul .nav-tabs > li:first-child {
    margin-left: 0px;
}
.spec-tab-ul .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #676767;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    margin: 0px;
    padding: 0 0px;
    line-height: 52px;
}

.spec-tab-ul .nav-tabs > li.active > a, .spec-tab-ul .nav-tabs > li.active > a:focus, .spec-tab-ul .nav-tabs > li.active > a:hover {
    color: #676767;
    background: transparent;
    border: none;
}
.spec-tab-ul .nav-tabs > li.active a::before {
    background-image: -webkit-linear-gradient(left, #ff5757 0%, #e1027b 100%);
    background-image: linear-gradient(to left, #ff5757 0%, #e1027b 100%);
    content: "";
    height: 3px;
    left: 0%;
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    border-radius: 0px;
}
.table-spec .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #edecea;
    font-size: 15px;
    font-weight: 300;
}
.table-spec .table.table-bordered > thead > tr > th,
.table-spec .table.table-bordered > tbody > tr > td{
    color: #454544;
    font-size: 15px;
    font-weight: 300;
    background: #fcfcfc;
    padding: 16px 12px;
}
.table-spec .table.table-striped > thead > tr > th,
.table-spec .table.table-striped > tbody > tr > td{
    color: #454544;
    font-size: 15px;
    font-weight: 300;
    padding: 12px 12px;
    background: transparent;
}
.table-spec .table.table-striped > thead > tr > th {
    background-color: #f9f9f9 !important;
}
.table-spec .table.table-striped > thead > tr > th, .table-spec .table.table-striped > tbody > tr > td b {
    font-weight: 600;
}
.table-ordersum .table-striped>tbody>tr:nth-of-type(odd) {
    background:transparent;
}
.table-ordersum .table-striped>tbody>tr:nth-of-type(even) {
    background-color: transparent !important;
}
.table-ordersum {
    margin-top: 20px;
}
.table-ordersum .table.table-striped > thead > tr > th{
    color: #454544;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 12px;
    background: #f9f9f8;
}
.table-ordersum .table.table-striped > tbody > tr > td{
    background: #fff;
    font-size: 14px;
    font-weight: 400;
}
.table-ordersum b {
    font-size: 14px;
}
.user-review-spec li {
    margin-bottom: 18px;
}
.user-review-spec .media {
    padding: 30px 30px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.11);

}
.user-review-spec .media, .user-review-spec .media-body {
    overflow: visible;
}
.user-review-spec .media-left, .user-review-spec .media>.pull-left {
    padding-right: 15px;
}
.user-review-spec .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    color: #676767;
    line-height: 20px;
    font-weight: 600;
}
.user-review-spec .user-star-rating {
    position: relative;
    top: -7px;
}
.user-review-spec .user-star-rating .rating > label:before {
    font-size: 14px;
    margin: 0px 3px;
}
.user-review-spec p {
    width: 100%;
    float: left;
    line-height: 17px;
    color: #676767;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}
.user-review-spec .media-object {
    display: block;
    background: #f4f3f3;
    width: 44px;
    height: 44px;
}
.review-form-submit h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase;
}
.review-form-submit p {
    color: #676767;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
.add-reviw-rating {
    margin-bottom: 20px;

}
.add-reviw-rating .add-reviw-titile {
    color: #676767;
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px;
}

.add-reviw-rating .acce-page-rating .rating > label:before {
    font-size: 15px;
    margin: 0px 2px;
}
.user-sub-form .form-control {
    height: 34px;
    padding: 6px 12px 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    font-weight: 300;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none;
}
.user-sub-form select.form-control {
    height: 25px;

}
.user-sub-form .form-group {
    margin-bottom: 25px;
}
.user-sub-form .label-helper {
    position: absolute;
    opacity: 1;
    -webkit-transition: .2s bottom, .2s opacity;
    transition: .2s bottom, .2s opacity;
    bottom: 10px;
    left: 15px;
    z-index: 1;
    color: #676767;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    pointer-events: none;
}
.user-sub-form .label-helper span {
    color: #ff4742;

}
.user-sub-form .lable-toggle + .label-helper  {
    bottom: 30px;
    font-family: arial;
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    padding: 0px 4px;
}
.user-sub-form .lable-toggle .form-control  {
    border-bottom: 1px solid #ff4842;
}
.user-sub-form .btn {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-box-big {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 557px;
    width: 100vw;
}
#slider.flexslider .slides > li {
    min-height: 557px;
    background: #f9f9f9;
}
@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb {
        margin-bottom: 0px;
    }

    .acce-page-content h2 {
        font-size: 25px;
    }
    .acce-page-content .acce-page-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .acce-page-detail  .acce-page-price {
        font-size: 25px;
    }
    .acce-page-detail .tax-bar {
        font-size: 13px;
    }
    .user-star-rating.pull-right, .user-star-rating.media-body .pull-left {
        float: left !important;
        width: 100%;

    }
    .user-star-rating .rating > label {
        margin-bottom: 0px;
    }
    .user-review-spec .user-star-rating {
        position: relative;
        top: -5px;
    }
    .sbsub-padd-al {
        height: 60px;
    }
    .padd-sub-allto {
        padding-top: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .acce-page-content h2 {
        font-size: 25px;
    }
    .acce-page-content .acce-page-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .acce-page-detail  .acce-page-price {
        font-size: 25px;
    }
    .acce-page-detail .tax-bar {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .acce-page-content {
        padding-left: 40px;
    }
    .sbsub-padd-al {
        height: 100px;
    }
    .padd-sub-allto {
        padding-top: 40px;
    }
}
/*---acce-page-content end---*/
/*---col2band---*/

.col2band-box {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.col2band-box:hover .overlay-cont, .col2band-box:hover .acce-contentbox-detail {
    opacity: 1;
}

.col2band-box:hover .acce-contentbox-detail2 {
    opacity: 1;
    height: 46px;
    bottom: -23px;
}

/*---hm col2band end---*/
/*colwatch-hm*/
.padd-default {
    padding-top: 60px;
    padding-bottom: 0px;
}
.colwatch-hm {
    padding-bottom: 60px;
    background: url(../images/colwatch-hm-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
}
.position-abs {
    position: absolute;
}
.smart-text {
    left: 0px;
    top: 20px;
    opacity: 0.8;
}
.watch-text {
    right: 0px;
    bottom: 100px;
    opacity: 0.8;
}
.cn-smrtwatch {
    overflow: hidden;
    width: 100%;
    margin-top: -100px;
}

@media (min-width: 1200px) {
    .colwatch-hm {
        min-height: 870px;
    }
    .cn-smrtwatch {
        margin-top:0px;
    }
    .cn-smrtwatch img {
        position: absolute;
        left: 0%;
        top: 5%;
    }
}
@media (min-width: 1600px) {
    .colwatch-hm {
        min-height: 1084px;
    }
}
@media (min-width: 1800px) {
    .cn-smrtwatch img {
        left: 8%;
        top: 0px;
    }
}
/*colwatch-hm ends*/