body{
  -webkit-overflow-scrolling:touch;
  font-size:12px;
  line-height:1.5;font-family: 'Roboto',sans-serif;
  font-weight: 200;
  color: #2a2a2a;
  background-color:#fff;
  overflow: auto!important;
}
.ant-btn>a:only-child {
  color: currentColor;
}
button, select {
  text-transform:none
}
[hidden], template {
  display:none
  }
  *, :after, :before {
    box-sizing:border-box
  }
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body, html {
    width:100%;
    height:100%
  }
  
  article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin:0;
    padding:0
  }
  button, input, select, textarea {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit
  }
  ol, ul {
    list-style:none
  }
  a {
    background:transparent;
    text-decoration:none;
    outline:none;
    cursor:pointer;
  -webkit-transition:color .3s ease;
  transition:color .3s ease
  }
  a:active, a:hover {
    outline:0;
    text-decoration:none
  }
  .clearfix {
    zoom:1
  }
  .clearfix:after, .clearfix:before {
    content:" ";
    display:table
  }
  .clearfix:after {
    clear:both;
    visibility:hidden;
    font-size:0;
    height:0
  }
  .anticon {
    display:inline-block;
    font-style:normal;
    vertical-align:baseline;
    text-align:center;
    text-transform:none;
    line-height:1;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }
  .anticon:before {
    display:block;
    font-family:anticon!important
  }
  .anticon-arrow-up:before {
    content:"\E61A"
  }
  .anticon-arrow-right:before {
    content:"\E61B"
  }
  .anticon-arrow-left:before {
    content:"\E61C"
  }
  .anticon-down:before {
    content:"\E61D"
  }
  .anticon-right:before {
    content:"\E61F"
  }
  .anticon-close:before, 
  .anticon-cross:before {
    content:"\E633"
  }
  .anticon-clock-circle-o:before {
    content:"\E641"
  }
  .anticon-search:before {
    content:"\E670"
  }
  .anticon-bell:before {
    content:"\E64E"
  }
  .anticon-star:before {
    content:"\E660"
  }
  .anticon-star-o:before {
    content:"\E661"
  }
  .ant-anchor {
    position:relative
  }
  .ant-anchor-ink {
    position:absolute;
    height:100%;
    left:0;
    top:0
  }
  .ant-anchor-ink:before {
    content:" ";
    position:relative;
    width:2px;
    height:100%;
    display:block;
    background-color:#e9e9e9;
    margin:0 auto
  }
  .ant-anchor-ink-ball {
    display:none;
    position:absolute;
    width:9px;
    height:9px;
    border-radius:9px;
    border:3px solid #108ee9;
    background-color:#fff;
    left:50%;
  -webkit-transition:top .3s ease-in-out;
  transition:top .3s ease-in-out;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
  }
  .ant-anchor-link {
    padding:8px 0 8px 18px;
    line-height:1
  }
  .ant-select-auto-complete.ant-select .ant-select-selection {
    border:0;
    box-shadow:none
  }
  .ant-select-auto-complete.ant-select .ant-select-selection__rendered {
    margin-left:0;
    margin-right:0
  }
  .ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
    margin-left:8px;
    margin-right:8px;
    top:14px
  }
  .ant-select-auto-complete.ant-select .ant-input {
    border:1px solid #d9d9d9;
    position:relative;
    display:inline-block;
    padding:4px 7px;
    width:100%;
    height:28px;
    cursor:text;
    font-size:12px;
    line-height:1.5;
    color:rgba(0, 0, 0, .65);
    background-color:#fff;
    background-image:none;
    border-radius:4px;
  -webkit-transition:all .3s;
  transition:all .3s;
    background:transparent
  }
  .ant-select-auto-complete.ant-select-lg .ant-input {
    padding:6px 7px;
    height:32px
  }
 
  .ant-select {
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    color:rgba(0, 0, 0, .65);
    font-size:12px;
    width: 100%
  }
  .ant-select-arrow {
    font-style:normal;
    vertical-align:baseline;
    text-align:center;
    text-transform:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position:absolute;
    top:50%;
    right:8px;
    line-height:1;
    margin-top:-6px;
    display:inline-block;
    font-size:12px;
    font-size:9px\9;
    -webkit-transform:scale(.75) rotate(0deg);
    -ms-transform:scale(.75) rotate(0deg);
    transform:scale(.75) rotate(0deg);
    -ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
    zoom:1
  }
  :root .ant-select-arrow {
    -webkit-filter:none;
    filter:none;
    font-size:12px
  }
  .ant-select-selection {
    outline:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    box-sizing:border-box;
    display:block;
    background-color:#fff;
    border-radius:4px;
    border:1px solid #d9d9d9;
  -webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);
  transition:all .3s cubic-bezier(.645, .045, .355, 1)
  }
  .ant-select-selection--single {
    height:28px;
    position:relative;
    cursor:pointer
  }
  .ant-select-selection__rendered {
    display:block;
    margin-left:7px;
    margin-right:7px;
    position:relative;
    line-height:26px
  }
  .ant-select-selection__rendered:after {
    content:".";
    visibility:hidden;
    pointer-events:none;
    display:inline-block;
    width:0
  }
  .ant-select-lg .ant-select-selection--single {
    height:32px
  }
  .ant-select-lg .ant-select-selection__rendered {
    line-height:30px
  }
  .ant-select-search__field__wrap {
    display:inline-block;
    position:relative
  }
  .stick {
    position: fixed!important;
    margin-top: 60px!important;
}
.skiner {
    position: relative;
    top: 0;
    margin-top:0px;
    width: 100%;
}
.takeover-catfish {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.add-left{
    width: 120px;
    height: 600px;
    left: -150px;
    position: absolute;
}
.add-right{
    width: 120px;
    right: -109px;
    height: 600px;
    position: absolute;
}  position: absolute;

@media only screen and (max-width: 1024px) and (min-width: 0px){
.skiner {
    display: none;
}
}
  .ant-select-search__field__placeholder, .ant-select-selection__placeholder {
    position:absolute;
    top:50%;
    left:0;
    right:9px;
    color:#ccc;
    line-height:20px;
    height:20px;
    max-width:100%;
    margin-top:-10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }
  .ant-select-search--inline {
    position:absolute;
    height:100%
  }
  .ant-select-search--inline .ant-select-search__field__wrap {
    width:100%;
    height:100%
  }
  .ant-select-search--inline .ant-select-search__field {
    border:0;
    font-size:100%;
    height:100%;
    width:100%;
    background:transparent;
    outline:0;
    border-radius:4px
  }
  .ant-select-search--inline .ant-select-search__field__mirror {
    position:absolute;
    top:0;
    left:-9999px;
    white-space:pre;
    pointer-events:none
  }
  .ant-select-open .ant-select-arrow {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform:rotate(180deg)
  }
  .ant-select-combobox .ant-select-arrow {
    display:none
  }
  .ant-select-combobox .ant-select-search--inline {
    height:100%;
    width:100%;
    float:none
  }
  .ant-select-combobox .ant-select-search__field__wrap {
    width:100%;
    height:100%
  }
  .ant-select-selection-selected-value {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-right: 14px
}
  .ant-input::-webkit-input-placeholder {
    color:#ccc
    }
    .ant-input-affix-wrapper {
      position:relative;
      display:inline-block;
      width:100%
    }
    
    .ant-input-affix-wrapper .ant-input {
      z-index:1
    }
    .ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
      position:absolute;
      top:50%;
      -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
      transform:translateY(-50%);
      z-index:2;
      line-height:0;
      color:rgba(0, 0, 0, .65)
    }
    .ant-input-affix-wrapper .ant-input-suffix {
      right:7px
    }
    .ant-input-affix-wrapper .ant-input:not(:last-child) {
      padding-right:24px
      }
      .ant-btn {
        display:inline-block;
        margin-bottom:0;
        font-weight:500;
        text-align:center;
        -ms-touch-action:manipulation;
        touch-action:manipulation;
        cursor:pointer;
        background-image:none;
        border:1px solid transparent;
        white-space:nowrap;
        line-height:1.5;
        padding:0 15px;
        font-size:12px;
        border-radius:4px;
        height:28px;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
      -webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);
      transition:all .3s cubic-bezier(.645, .045, .355, 1);
        position:relative;
        color:rgba(0, 0, 0, .65);
        background-color:#fff;
        border-color:#d9d9d9
      }
    .ant-btn:not([disabled]):hover {
        text-decoration: none
    }
    .ant-btn:not([disabled]):active {
        outline: 0;
        -webkit-transition: none;
        transition: none
    }
      .ant-btn, .ant-btn:active, .ant-btn:focus {
        outline:0
      }
      .ant-btn.active,.ant-btn:active,.ant-btn:focus,.ant-btn:hover {
        background: #fff
    }
    .ant-btn:active>span,.ant-btn:focus>span {
      position: relative
  }
      .ant-btn-primary {
        color:#fff;
        background-color: #ec2127!important;
        border-color: #ec2127!important;
        border-radius: 2px!important;
        padding: 0 8px;
        height: 33px
      }
      .ant-btn:before {
        position:absolute;
        top:-1px;
        left:-1px;
        bottom:-1px;
        right:-1px;
        background:#fff;
        opacity:.35;
        content:"";
        border-radius:inherit;
        z-index:1;
      -webkit-transition:opacity .2s;
      transition:opacity .2s;
        pointer-events:none;
        display:none
      }
      .ant-row:after,.ant-row:before {
        content: " ";
        display: table
    }
    
    .ant-col-12 {
      display: block;
      width: 50%
  }
    .ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24,.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24,.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24,.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24,.ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24 {
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0
  }
  
  .ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24 {
      float: left;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto
  }
  .ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.ant-col-2 {
  display: block;
  width: 8.33333333%;
}
.ant-col-8 {
  display: block;
  width: 33.33333333%;
}
.ant-col-6 {
	display:block;
	width:25%
}
.ant-col-18 {
	display:block;
	width:75%
}
.ant-col-14 {
  display: block;
  width: 58.33333333%;
}
.ant-col-xs-24 {
    display: block;
    width: 100%
}
.ant-col-xs-20 {
	display:block;
	width:83.33333333%
}
.ant-col-xs-18 {
  display: block;
  width: 75%
}
.ant-col-xs-16 {
  display: block;
  width: 66.66666667%
}
.ant-col-xs-14 {
  display: block;
  width: 58.33333333%
}

.ant-col-xs-13 {
  display: block;
  width: 54.16666667%
}
.ant-col-xs-12 {
  display: block;
  width: 50%
}
.ant-col-xs-11 {
  display: block;
  width: 45.83333333%
}

.ant-col-xs-10 {
  display: block;
  width: 41.66666667%
}
.ant-col-xs-8 {
  display: block;
  width: 33.33333333%
}

.ant-col-xs-7 {
  display: block;
  width: 29.16666667%
}

.ant-col-xs-6 {
  display: block;
  width: 25%
}

.ant-col-xs-5 {
  display: block;
  width: 20.83333333%
}
.ant-col-xs-4 {
	display:block;
	width:16.66666667%
}
      .ant-btn .anticon {
      -webkit-transition:margin-left .3s cubic-bezier(.645, .045, .355, 1);
      transition:margin-left .3s cubic-bezier(.645, .045, .355, 1)
      }
      .ant-row {
        position:relative;
        margin-left:0;
        margin-right:0;
        height:auto;
        zoom:1;
        display:block
      }
      .ant-row:after, .ant-row:before {
        content:" ";
        display:table
      }
      .ant-row:after {
        clear:both;
        visibility:hidden;
        font-size:0;
        height:0
      }
      
      label {
        font-size:12px;   position:relative
      }
      input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }
      input[type=checkbox], input[type=radio] {
        line-height:normal
      }
     
      label>.anticon {
        vertical-align:top;
        font-size:12px
      }
      .ant-form-item {
        font-size:12px;
        margin-bottom:6px;
        color:rgba(0, 0, 0, .65);
        vertical-align:top
      }
      .ant-form-item-control {
        line-height:32px;
        position:relative;
        zoom:1
      }
      form input[type=checkbox],form input[type=radio] {
        width: 14px;
        height: 14px
    }
    form .ant-cascader-picker,form .ant-select {
      width: 100%
  }
  .ant-input-number {
    position: relative;
    width: 100%;
    cursor: text;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    background-image: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
    padding: 0;
    font-size: 12px;
    height: 28px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 80px
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #d9d9d9;
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: opacity .24s linear .1s;
  transition: opacity .24s linear .1s
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1
}
.ant-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 26px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: rgba(0,0,0,.65);
  border: 0;
  border-radius: 4px;
  padding: 0 7px
}
      .ant-form-item-control:after, .ant-form-item-control:before {
        content:" ";
        display:table
      }
      .ant-form-item-control:after {
        clear:both;
        visibility:hidden;
        font-size:0;
        height:0
      }
      form .ant-cascader-picker, form .ant-select {
        width:100%
      }
      .ant-layout {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-flex:1;
        -webkit-flex:auto;
        -ms-flex:auto;
        flex:auto;
        overflow:auto;
     
      }
      .ant-layout-footer,.ant-layout-header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
      .ant-layout-header {
        background:#404040;
        padding:0 15px;
        height:64px;
        line-height:64px
      }
      .ant-layout-footer {
        padding:24px 50px;
        color:rgba(0, 0, 0, .65);
        font-size:12px
      }
      .ant-layout-content {
        -webkit-box-flex:1;
        -webkit-flex:auto;
        -ms-flex:auto;
        flex:auto;
        overflow:auto
      }
      sub,sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }
    sup {
      top: -.5em
  }    
      html {
        line-height:1.15;
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%
      }
      b, strong {
        font-weight:inherit;
        font-weight:bolder
      }
      img {
        border-style:none
      }
      a:active,a:hover {
        outline: 0;
        text-decoration: none
    }
      svg:not(:root) {
      overflow:hidden
      }
      button, input, optgroup, select, textarea {
        margin:0
      }
      button, input {
        overflow:visible
      }
      [type=checkbox], [type=radio] {
      box-sizing:border-box;
      padding:0
      }
        .ant-modal {
          position: relative;
          width: auto;
          margin: 0 auto;
          top: 24%;
          padding-bottom: 24px
      }
      
      .ant-modal-wrap {
          position: fixed;
          overflow: auto;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1000;
          -webkit-overflow-scrolling: touch;
          outline: 0
      }
      
      .ant-modal-title {
          margin: 0;
          font-size: 14px;
          line-height: 21px;
          font-weight: 500;
          color: rgba(0,0,0,.85)
      }
      .ant-modal.zoom-appear,.ant-modal.zoom-enter {
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 0
    }
    
    .ant-modal-mask {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #373737;
        background-color: rgba(55,55,55,.6);
        height: 100%;
        z-index: 1000;
        filter: alpha(opacity=50)
    }
    
    .ant-modal-mask-hidden {
        display: none
    }
      .ant-modal-content {
          position: relative;
          background-color: #fff;
          border: 0;
          border-radius: 4px;
          background-clip: padding-box;
          box-shadow: 0 2px 8px rgba(0,0,0,.2)
      }
      
      .ant-modal-close {
          cursor: pointer;
          border: 0;
          background: transparent;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 10;
          font-weight: 700;
          line-height: 1;
          text-decoration: none;
          -webkit-transition: color .3s ease;
          transition: color .3s ease;
          color: rgba(0,0,0,.43);
          outline: 0
      }
      
      .ant-modal-close-x {
          display: block;
          font-style: normal;
          vertical-align: baseline;
          text-align: center;
          text-transform: none;
          text-rendering: auto;
          width: 48px;
          height: 48px;
          line-height: 48px;
          font-size: 14px
      }
      
      .ant-modal-close-x:before {
          content: "\E633";
          display: block;
          font-family: anticon!important
      }
      
      .ant-modal-close:focus,.ant-modal-close:hover {
          color: #444;
          text-decoration: none
      }
      
      .ant-modal-header {
          padding: 13px 16px;
          border-radius: 4px 4px 0 0;
          background: #fff;
          color: rgba(0,0,0,.65);
          border-bottom: 1px solid #e9e9e9
      }
        .ant-modal-close:focus, .ant-modal-close:hover {
          color:#444;
          text-decoration:none
        }
        .ant-select-search__field__placeholder,.ant-select-selection__placeholder {
          position: absolute;
          top: 50%;
          left: 0;
          right: 9px;
          color: #ccc;
          line-height: 20px;
          height: 20px;
          max-width: 100%;
          margin-top: -10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap
      }
      .ant-select-dropdown-menu {
        outline: none;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        max-height: 250px;
        /* overflow: auto */
    }
    .ant-select-dropdown-menu-item {
      position: relative;
      display: block;
      padding: 7px 16px;
      font-weight: 400;
      color: rgba(0,0,0,.65);
      white-space: nowrap;
      cursor: pointer;
      overflow: hidden;
      -webkit-transition: background .3s ease;
      transition: background .3s ease
  }
  
  .ant-select-dropdown-menu-item-active,.ant-select-dropdown-menu-item:hover {
      background-color: #ecf6fd
  }
  
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0,0,0,.3)
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
.ant-carousel .slick-slide img {
  display: block
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.ant-carousel .slick-slider .slick-list,.ant-carousel .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.ant-carousel .slick-track:after,.ant-carousel .slick-track:before {
  content: "";
  display: table
}

.ant-carousel .slick-next,.ant-carousel .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0
}

.ant-carousel .slick-next,.ant-carousel .slick-next:focus,.ant-carousel .slick-next:hover,.ant-carousel .slick-prev,.ant-carousel .slick-prev:focus,.ant-carousel .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none
}

.ant-carousel .slick-next:focus:before,.ant-carousel .slick-next:hover:before,.ant-carousel .slick-prev:focus:before,.ant-carousel .slick-prev:hover:before {
  opacity: 1
}

.ant-carousel .slick-next.slick-disabled:before,.ant-carousel .slick-prev.slick-disabled:before {
  opacity: .25
}

.ant-carousel .slick-prev {
  left: -25px
}

.ant-carousel .slick-prev:before {
  content: "\2190"
}

.ant-carousel .slick-next {
  right: -25px
}

.ant-carousel .slick-next:before {
  content: "\2192"
}
.ant-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom
}

.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner {
  border-color: #108ee9
}

.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  -webkit-transition: all .1s cubic-bezier(.71,-.46,.88,.6);
  transition: all .1s cubic-bezier(.71,-.46,.88,.6)
}

.ant-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  -webkit-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
  transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s
}
.createOwnTop10 .ant-checkbox-checked .ant-checkbox-inner:after {
  border: 2px solid #ec2127;
  border-top: 0;
  border-left: 0;
}
.ant-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block
}
.ant-checkbox+span,.ant-checkbox-wrapper+span {
  padding-left: 8px;
  padding-right: 8px
}
.ant-collapse {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  border-bottom: 0
}

.ant-collapse>.ant-collapse-item {
  border-bottom: 1px solid #d9d9d9
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header {
  height: 38px;
/*   line-height: 38px; */
  padding-left: 32px;
  color: rgba(0,0,0,.85);
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0,0,0,.65);
  padding: 0;
  background-color: #fff
}

.ant-collapse-content>.ant-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px
}

.ant-collapse-content-inactive {
  display: none
}

.ant-collapse-item:last-child>.ant-collapse-content {
  border-radius: 0 0 4px 4px
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0
}

.ant-collapse-borderless>.ant-collapse-item-active {
  border: 0
}

.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content {
  background-color: transparent;
  border-top: 1px solid #d9d9d9
}

.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-header {
  -webkit-transition: all .3s;
  transition: all .3s
}

.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-header:hover {
  background-color: #f7f7f7
}
.ant-progress {
  display: inline-block
}

.ant-progress-line {
  width: 100%;
  font-size: 12px;
  position: relative
}

.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0
}

.ant-progress-text {
  width: 35px;
  text-align: left;
  font-size: 1em;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px
}
.ant-rate {
  font-size: 12px!important;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle
}

.ant-rate-disabled .ant-rate-star {
  cursor: not-allowed
}
.ant-rate-star {
  padding: 0;
  display: inline-block;
  margin: 0 8px 0 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #e9e9e9;
  cursor: pointer
}

.ant-rate-star-first,.ant-rate-star-second {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s
}
.ant-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0
}
.ant-rate-star-full .ant-rate-star-second,.ant-rate-star-half .ant-rate-star-first {
  color: #f5a623
}
.ant-slider {
  position: relative;
  margin: 10px 6px;
  height: 12px;
  border-radius: 5px;
  background-color: #e9e9e9;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.ant-slider,.ant-slider-vertical {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff
}
.ant-slider-with-marks {
  margin-bottom: 28px
}

.ant-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background-color: #9fd2f6;
  z-index: 1;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.ant-slider:hover {
  background-color: #e1e1e1
}
.ant-slider-handle {
  border: 4px solid #e84c3d!important;
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #88c7f4;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: border-color .3s ease,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);
  transition: border-color .3s ease,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);
  transition: border-color .3s ease,transform .3s cubic-bezier(.18,.89,.32,1.28);
  transition: border-color .3s ease,transform .3s cubic-bezier(.18,.89,.32,1.28),-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28)
}
.ant-slider-mark {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  font-size: 12px;
  z-index: 3
}

.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  color: rgba(0,0,0,.43)
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 1
}

.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle
}

.ant-slider-dot,.ant-slider-dot:first-child,.ant-slider-dot:last-child {
  margin-left: -4px
}

.ant-slider-dot-active {
  border-color: #88c7f4
}
.ant-tooltip {
  position: absolute;
  z-index: 1060;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5
}

.ant-tooltip-hidden {
  display: none
}

.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight {
  padding: 5px 0 8px
}
.ant-tooltip-inner {
  max-width: 250px;
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(64,64,64,.85);
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
  min-height: 34px
}

.ant-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(64,64,64,.85)
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px
}
.ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform .5s cubic-bezier(.645,.045,.355,1);
  transition: transform .5s cubic-bezier(.645,.045,.355,1);
  transition: transform .5s cubic-bezier(.645,.045,.355,1),-webkit-transform .5s cubic-bezier(.645,.045,.355,1);
  position: relative;
  margin: 0;
  list-style: none;
  float: left
}
.ant-tabs-nav:after,.ant-tabs-nav:before {
  display: table;
  content: " "
}

.ant-tabs-nav:after {
  clear: both
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin-right: 24px;
  box-sizing: border-box;
  position: relative;
  padding: 8px 20px;
  -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1);
  transition: color .3s cubic-bezier(.645,.045,.355,1);
  cursor: pointer;
  text-decoration: none
}
.common-heading-h1,.common-heading-h2,.common-heading-h3,.common-heading-h4,h1,h1 span,h2,h2 span,h3,h3 span,h4,h4 span {
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Fjalla One',sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0,0,0,.004);
  -webkit-font-smoothing: antialiased!important;
  margin-bottom: 0
}
.common-heading-h1,h1 {
  font-size: 26px;
  color: #252525
}
.common-heading-h2,h2,.askdigitModal .ant-modal-title {
  font-size: 20px;font-family: 'Fjalla One',sans-serif;
}
.common-heading-h3,h3 {
  font-size: 18px;
  font-weight: 400
}

.common-heading-h4,h4 {
  font-size: 16px;
  font-weight: 400
}

b,strong {
  font-weight: 500
}

h2,h3,h4 {
  color: #2a2a2a
}
.ant-modal .ant-modal-close-x {
  width: 45px;
  height: 36px;
  line-height: 43px
}


.ant-breadcrumb>span:last-child {
  font-weight: 400;
  color: rgba(0,0,0,.4)
}

.breadcrumb {
  margin: 15px 0 0;
  padding-left: 15px;
  padding-right: 15px
}
.ant-modal button.ant-btn {
  height: 33px
}
.ant-affix .buyTop span.buy-info {
  line-height: 25px;
  padding-left: 0
}

.ant-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 4px;
}
.ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content {
  width: 100%
}

.ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0!important
}

.ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content-animated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  will-change: margin-left;
  -webkit-transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
  transition: margin-left .3s cubic-bezier(.645,.045,.355,1)
}
:root .ant-tabs-tab-prev {
  -webkit-filter: none;
  filter: none
}

.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap
}
.ant-tabs-tab-next,.ant-tabs-tab-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
  font-family: Arial
}

.ant-pagination-item-active {
  background-color: #108ee9;
  border-color: #108ee9
}
.ant-pagination-item-active:hover a,.ant-pagination-item-active a {
  color: #fff
}
.ant-pagination-jump-next:after,.ant-pagination-jump-prev:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0,0,0,.25);
  text-align: center
}
.ant-pagination-prev {
  margin-right: 8px
}

.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-next,.ant-pagination-prev {
  font-family: Arial;
  cursor: pointer;
  color: rgba(0,0,0,.65);
  border-radius: 4px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block
}

.ant-pagination-next,.ant-pagination-prev {
  border: 1px solid #d9d9d9;
  background-color: #fff
}

.ant-pagination-next a,.ant-pagination-prev a {
  color: rgba(0,0,0,.65)
}

.ant-pagination-next a:after,.ant-pagination-prev a:after {
  display: inline-block;
  font-size: 12px;
  font-size: 8px\9;
  -webkit-transform: scale(.66666667) rotate(0deg);
  -ms-transform: scale(.66666667) rotate(0deg);
  transform: scale(.66666667) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom:1;display: block;
  height: 26px;
  line-height: 27px;
  font-family: anticon;
  text-align: center
}

:root .ant-pagination-next a:after,:root .ant-pagination-prev a:after {
  -webkit-filter: none;
  filter: none;
  font-size: 12px
}
.ant-pagination-next a:after {
  content: "\E61F";
  display: block
}

.ant-pagination-disabled {
  cursor: not-allowed;
  display: none
}


@media only screen and (max-width: 1024px) {
  .ant-pagination-item-after-jump-prev,.ant-pagination-item-before-jump-next {
      display:none
  }
}

.ant-dropdown-menu-item:first-child, .ant-dropdown-menu-item:first-child>a, .ant-dropdown-menu-submenu-title:first-child, .ant-dropdown-menu-submenu-title:first-child>a {
  border-radius: 4px 4px 0 0;
}
.ant-dropdown-menu-item-selected, .ant-dropdown-menu-item-selected>a, .ant-dropdown-menu-submenu-title-selected, .ant-dropdown-menu-submenu-title-selected>a {
  color: #108ee9;
  background-color: #ecf6fd;
}
.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
  padding: 7px 16px;
  margin: 0;
  clear: both;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,.65);
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-dropdown-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
  background-clip: padding-box;
}

.ant-tabs-tab-btn-disabled {
  cursor: not-allowed
}

.ant-tabs-tab-btn-disabled,.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0,0,0,.25)
}

.ant-tabs-tab-next {
  right: 2px
}
.ant-tabs-nav-container:after,.ant-tabs-nav-container:before {
  content: " ";
  display: table
}

.ant-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0
}
.ant-tabs {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  zoom:1;color: rgba(0,0,0,.65)
}

.ant-tabs:after,.ant-tabs:before {
  content: " ";
  display: table
}

.ant-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0
}

.ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #108ee9;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.ant-tabs-ink-bar-animated {
  -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)
}

.ant-tabs-bar {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
  outline: none
}

.ant-tabs-nav-container {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  zoom:1
}

.ant-col-16 {
  display: block;
  width: 66.66666667%;
}
/* antd finish */

   h1,h2,h2 span,h1 span,h3, h3 span,h4, h4 span,.common-heading-h1,.common-heading-h2,.common-heading-h3,.common-heading-h4{font-weight:normal;line-height:1.4;font-family:'Fjalla One',sans-serif;text-transform:uppercase;-moz-osx-font-smoothing:grayscale;text-shadow:1px 1px 1px rgba(0,0,0,0.004);-webkit-font-smoothing:antialiased!important;margin-bottom:0}
h1,.common-heading-h1{font-size:26px;color:#252525}
h3,.common-heading-h3{font-size:18px;font-weight:400}
h4,.common-heading-h4{font-size:16px;font-weight:400}
b,strong{font-weight:500}
h2,h3,h4{color:#2a2a2a}
.borderTop0{border-top:0}.borderTop{border-top:1px solid #e8e8e8} .border-right{border-right:1px solid #e8e8e8} .border-left{border-left:1px solid #e8e8e8} .border-bottom{border-bottom:1px solid #e8e8e8}
.MB0{margin-bottom:0!important} .MT5{margin-top:5px} .MR5{margin-right:5px} .ML5{margin-left:5px} .MB10{margin-bottom:10px} .MT10{margin-top:10px}
.ML10{margin-left:10px} .MR10{margin-right:10px} .MB5{margin-bottom:5px} .MB20{margin-bottom:20px} .MB30{margin-bottom:30px}
.MT20{margin-top:20px !important} .MT45{margin-top:45px} .MT25{margin-top:25px}
.ML15{margin-left:15px} .MR15{margin-right:15px} .ML0{margin-left: 0!important}
.inline-block {
  display: inline-block!important
}
.PT5{padding-top: 5px;}
.height30 {
  height: 30px;
}
.lineHeight30 {
  line-height: 30px;
}
.fontBold,.fontBold500 {
  font-weight: 500!important
}
.upperCase {
  text-transform: uppercase!important
}
.MB15 {
  margin-bottom: 15px;
}
.MT15 {
  margin-top: 15px;
}
.font12 {
  font-size: 12px;
}
.PR5 { padding-right: 5px;}
.font8{font-size:8px} .font9{font-size:9px} .font10{font-size:10px} .font11{font-size:11px} 
.font{font-size:12px}.font14{font-size:14px}.font16{font-size:16px} .font18{font-size:18px}
.font20{font-size:20px}.font24{font-size:24px} .font26{font-size:26px} .font13{font-size:13px;line-height:15px} .font32{font-size: 32px;}
.PL0{padding-left:0!important} .PR0{padding-right:0!important} .PB5{padding-bottom:5px}
.PL5{padding-left:5px} .PD7{padding:7px} .PL10{padding-left:10px!important}
.PT10{padding-top:10px} .PR10{padding-right:10px} .PB10{padding-bottom:10px}
.PT15{padding-top:15px} .PL15{padding-left:15px}
.PR15{padding-right:15px}.PL20{padding-left:20px}.PT20{padding-top:20px}
.text-center{text-align:center}.text-right{text-align:right!important} .text-left{text-align:left}
.grayBg{background:#fbfbfb} .whiteBg{background:#fff} .lightGray{background:#ebebeb}
a,.redColor,a:hover{color:#fd3d39}
.grayColor{color:rgba(0,0,0,0.5)!important} .greentext{color:#47b92e}
.pull-right{float:right!important} .pull-left{float:left}
.clear{clear:both}
.hide{display:none!important}
.googlead{width:100%;}
.googlead .banner{text-align:center}
.searchproduct{position:relative;width:100%}
hr{border-top:1px solid #e8e8e8;border-bottom:0}
.footer li a span,.leadership span{color:#989898!important}
.imageGallery{position:relative}
.mainMenu{width:100%;margin-top:5px}
.img-responsive{max-width:100%}
.nav li label.LanguageSelect {background:s#e23f3b !important;display:block; padding: 0px 10px 0px 24px; border-radius: 5px;}
/* .nav li label.LanguageSelect:hover, li label.LanguageSelect:focus  {background:#ec2127;} */
.nav__list li input:checked +label.LanguageSelect{background:#ec2127;}
.copyright{color:#fff;font-size:14px;padding:12px 0;background:#0D0C11}
.footer-img{text-align:left;padding:15px}
.lists{text-align:left}
.lists ul{list-style:disc;margin-left:28px!important}
.lists li{color:#FD3D39;padding:2px 24px 0 0;font-size:12px;text-align:left;float:left}
.follow-us{text-align:left}
.leadership img{float:left;vertical-align:bottom;padding-top:5px;text-align:left}
.follow-title span{color:#fff;font-weight:500;padding:5px 15px}
.following-images{padding:0 7px 11px 4px}
.following-images img{padding:0 0 0 11px}
.border-top{border-top:1px solid #ddd;margin:16px 15px}
.products{display:block;padding:0}
.products .borderBottom{padding:15px 0}
.products .product-img img,.homelist .newlistwrapper .newsimg img{padding:0;max-width:100%;max-height:100%;}
.products .product-img{min-height:79px}
.products .product-desc{min-height:66px;position:relative;font-size:16px;font-weight:200;margin-left: 10px;}
.products .date,.video-desc .date{color:rgba(0,0,0,0.5);font-size:12px;margin-top:18px;font-weight:200;line-height: 14px;}
.copyright span{color:#fff;font-size:10px;padding:12px 0;background:#0D0C11}
.leadership{display:grid;grid-template-columns:20% 80%;font-size:12px;padding-right:33px;padding-left:15px}
.isomorphicContent.ant-layout-content{background:#fff!important;overflow-x: hidden;}
.isomorphicTopbar .isoRight li{margin-right:10px!important}
.DigitLogo{position:absolute!important;left:50%;text-align:center;top:14px;transform:translate(-50%)}
.article_main_div{background:#fff; margin-top: 5px;}
.Askdigit{display:block;position:relative;border-top:2px solid #000;margin:30px 0}
.Askdigit .askbtn{background:#000;color:#fff;position:absolute;right:0;top:-2px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:14px!important;height:40px; padding: 10px 10px;}
.sign-in-text{color: #2a2a2a;font-weight:200;font-size:14px; text-align: center}
.user_comments{font-size:14px}
.trending_articles,.releated-products{padding:15px}
.Social-connect{display:block;margin:15px 0 0;border-top:1px solid #fff;padding-top:10px}
.Social-connect span{vertical-align:top;display:inline-block;color:#fff;font-weight:400;font-size:16px}
.mob_price_details{padding:10px 15px;overflow:hidden}
.mainMenu a, .mainMenu span{color:#fff!important }
.OverviewTab .ant-anchor-wrapper, 
.OverviewTab .ant-anchor-wrapper span.navMenu,
#reviewSticky .ant-anchor-wrapper
{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAArCAIAAAA2QHWOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxMzc2NDVCMjJFRjExRTk5NjVBOTgxMDQ4QkQzOUI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxMzc2NDVDMjJFRjExRTk5NjVBOTgxMDQ4QkQzOUI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjEzNzY0NTkyMkVGMTFFOTk2NUE5ODEwNDhCRDM5QjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjEzNzY0NUEyMkVGMTFFOTk2NUE5ODEwNDhCRDM5QjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6tXGX0AAAAJklEQVR42mK4efM2EzMzMxiDAIwGAUZGRhQ2DDMwMMBpOmKAAAMA9/cDKgABZ6MAAAAASUVORK5CYII=) 0 0 repeat-x}
.OverviewTab .ant-anchor-wrapper .ant-anchor{width:100%;overflow:auto}
.buy-now-btn{padding:0 7px;font-size:11px;white-space:normal;}
:focus{outline:0;background: transparent}
.products .borderBottom .product-img{width:96px;float:left;text-align:center;height:96px;border: 1px solid #e7e7e7 !important }
.products .borderBottom .product-desc{width:70%;float:left}
.borderBottom{border-bottom:1px solid #e8e8e8}
.products .borderBottom .product-img,.products .borderBottom .product-desc{border:none;font-size:16px;line-height:20px;color:#2a2a2a}
.OverviewTab .ant-affix .ant-anchor-wrapper .ant-anchor{width:100%}
.trending_articles .products{grid-template-columns:none}
.mob_price_details .seller-icon img{max-width:100%;vertical-align:middle}
#backtop{position: relative;}
.slideshow .slideCount{position:absolute;bottom:0;background:rgba(0,0,0,.6);color:#fff;padding:5px 20px}
.products .borderBottom .product-desc a,.hot_detail_row .hot-detail a,.videoGallery .video-desc a{color:#2a2a2a!important;height:67px;overflow:hidden;font-size:16px;display:block;line-height:21px;margin-top:-3px}
.isomorphicTopbar .isoLeft{margin:0 20px 0 0;padding-top:8px;line-height:38px}
.mob_price_details .mob-name a{color:rgba(0,0,0,.5)}
.trending_title h4{font-size:20px;font-weight:500}
.trending_title h4 span{font-family:'Fjalla One',sans-serif}
.slideshow .mob_price_details .seller-icon{margin-top:0}
.slideshow .slideContent p,.slideshow .slideContent p span{font-size:18px!important;line-height:30px}
.slideshow .slideContent h2{color:rgba(0,0,0,.8)}
.slideshow .slideContent p strong{color:#252525!important;font-size:20px!important;text-transform:uppercase;font-family:'Fjalla One',sans-serif}
#stickyslide.stickyAdded .ant-affix,
#detailsticky.stickyAdded .ant-affix,
#stickyArticleSlider.stickyAdded .ant-affix,
.staticDropdown.stickyAdded .ant-affix, .staticDropdown.stickyAdded1 .ant-affix,
#stickyslide.stickyAdded .ant-anchor-wrapper,
#detailsticky.stickyAdded .ant-anchor-wrapper,
#stickyArticleSlider.stickyAdded .ant-anchor-wrapper,
.staticDropdown.stickyAdded .ant-anchor-wrapper,.staticDropdown.stickyAdded1 .ant-anchor-wrapper{position:static!important;top: 0!important; width: auto!important;}
.OverviewTab a{padding:9px 15px;color:#6f6f6f;text-transform:uppercase;display:inline-block;white-space:nowrap; float:left; font-size:14px; font-weight:400; letter-spacing:1px;}
.OverviewTab a.Active{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACCAIAAADNWItSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQxQkNFQTM1MkE5MjExRTk4Njc3ODAwMTBDQ0VERjU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQxQkNFQTM2MkE5MjExRTk4Njc3ODAwMTBDQ0VERjU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDFCQ0VBMzMyQTkyMTFFOTg2Nzc4MDAxMENDRURGNTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFCQ0VBMzQyQTkyMTFFOTg2Nzc4MDAxMENDRURGNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4lsXkWAAAAFUlEQVR42mL8a2vJQA3AxEAlABBgANMqAXdKM852AAAAAElFTkSuQmCC) bottom center no-repeat;color:#fd3d39; font-weight: 500;}
@media only screen and (min-width:480px) {
  .slideshow .slideImg,.leaderImg{height:480px!important;    max-width: 480px;
    margin: auto;}
  }
  .ant-input:focus{outline:0;box-shadow:none}
  .ant-select{width:100%}
  .ant-select-focused .ant-select-selection,.ant-select-selection:active,.ant-select-selection:focus{box-shadow:inherit}
  .global-search.ant-select-auto-complete.ant-select .ant-input{width:0;height:48px;border:0;transition:initial;padding:0}
.global-search .ant-input-affix-wrapper .ant-input-suffix{right:0}
.ant-select-auto-complete.ant-select .ant-input:focus{box-shadow:initial}
.global-search.expand .ant-input-affix-wrapper .ant-input-suffix .ant-avatar.arrowTopbar{display:block;position:absolute;text-align:left;left:5px;top:-35px}
.global-search.expand .ant-input-affix-wrapper .ant-input-suffix{top:0;position:relative;width:100%;display:block}
.top10bestmobile{display:block;margin:10px 15px}
.top10bestmobile .ant-collapse-header{margin-bottom:10px;padding-left:8px!important;font-size:16px;font-weight:500; text-transform:uppercase;background:#ebebeb;overflow:hidden}
.view_all .ant-btn{color:red;border-color:red;padding:8px 30px;text-transform:uppercase;font-weight:600;height:40px;margin-top:10px}
.products .borderBottom:last-child,.videoGallery .borderBottom:last-child{border-bottom:0}
.HeadTitle span,.bianPageTitle .HeadTitle{font-family:'Fjalla One',sans-serif;text-transform:uppercase}
.hamburger .ant-modal-content{padding: 15px 15px; background-color:#0d0d0d; position: relative;border: 0;border-radius: 4px;background-clip: padding-box; box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.hamburger{position:relative;width:auto;padding:0;margin:0 auto;top:0;padding-bottom:0;height:100%;background:#0d0d0d;margin:0}
.hamburger .login{color:#fff;font-size:12px;text-transform:uppercase;font-weight:500}
.hamburger .login a{color:#fff}
.hamburger .languageSwitcher{background:#e23f3b}
.hamburger .languageSwitcher .languageBox{width:48%;float:left;padding-left:20px;font-size: 16px; color: #ffffff;}
.comment_section .ant-tabs {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}.comment_section .ant-tabs-nav .ant-tabs-tab-active {color: #ec2127!important;}.comment_section .ant-tabs-ink-bar {background-color: #ec2127!important;}.like_comment input {width: 100%;margin: 5px 0px;padding: 5px 5px 25px 6px;}.name-and-content .pic{width: 20%;float: left;margin-top: 5px;margin-top: 5px;}.name-and-content .all-content {margin-left: 2%;width: 78%;float: left;}.trending_articles,.releated-products {padding: 15px;}.device-img {text-align: center;padding: 20px 5px 0 0;position:relative;}.mainVideos {width: 100%;margin: 0px auto;}.buy-button, .buy-button:focus, .buy-button:hover {color: #fff;border-radius: 0;background: #fd3d39;}.specifications .ant-select-selection {border-radius: 0;border: 0;border-bottom: 1px solid #e8e8e8;}
.next-article-button { bottom: 15px;background: #f3f3f3;border-radius: 1px;color:#2a2a2a;border:0;}.trending_articles .product-img:last-child {border-bottom: 0!important;}

.mob_price_details .seller-price {text-align: right;font-size: 16px;font-weight: 500;width: 33%;float: left;line-height: 29px;height: 29px;}
.mob_price_details .seller-icon {text-align: center;width: 33%;float: left;line-height: 30px;margin-top: 2px;}
.mob_price_details .mob-name {font-size: 12px;width: 33%;float: left;font-weight: 500;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;height: 29px;line-height: 29px;}
.OverviewTab .ant-anchor-ink:before{content: ''; width: 0;}
.OverviewTab .ant-anchor-wrapper .ant-anchor-ink-ball{display: none}
.OverviewTab .ant-anchor-wrapper .ant-anchor-link{
  float: left; padding: 3px 0 2px;}
  .product-row {display: grid;grid-template-columns: 20% 80%;}.device-detailing {padding: 15px 0px 0px 0px;position: relative;}.seller-links {display: grid;grid-template-columns: 36% 33% 30%;padding-top: 10px;border-bottom:1px solid #ddd;line-height: 15px;}.seller-links .seller-rate {text-align: center;}.seller-panel .seller-links:nth-last-child(1) {border: 0;}.seller-panel {padding-right: 15px;}.seller-panel.collapsed {height: 0;display: none;}.user_comments .out-going-comment {margin-bottom: 5px;}.user_comments .out-going-comment:last-child {border-bottom: 0;}
  .top10Summary .proName, .mobileListTable .proName{width: 90px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;}.image-gallery-image {text-align: center;height: 200px;}.confirm-modal .ant-modal-close{display: none;}.review_detail.top10Spec table tr td {vertical-align: top;font-size: 14px;padding:5px 0}
.borderBottom {border-bottom: 1px solid #e8e8e8;}
.videoGallery .video-desc {width: 70%;float: left;font-size: 16px;line-height: 18px;padding: 0 0 0 15px;color:rgba(0, 0, 0, 0.8)}span.rating-score {position: absolute;right: 48px;top: 12px;color: #00A446;font-size: 15px;font-weight: bold;transform: rotate(-20deg);}.OverviewTab.videoDetail .ant-anchor button {padding: 10px 15px 9px;color: rgba(255,255,255,.5)!important;text-transform: uppercase;background: transparent;border: 0;font-weight: normal;}.OverviewTab.videoDetail .ant-anchor-wrapper .ant-anchor {width: 100%;overflow: visible;display: inherit;}.OverviewTab.videoDetail .videoPopupWrapper .ant-popover-inner-content {height: 35px;background: #fd3d39;color: #b90300;text-transform: uppercase;}.OverviewTab.videoDetail .videoPopupWrapper .ant-popover{width: 100%;top:32px!important}.OverviewTab.videoDetail .videoPopupWrapper .ant-popover-inner-content ul{display: inline-flex;overflow: auto;white-space: nowrap;width: 100%;}
  .OverviewTab .ant-affix .ant-anchor-wrapper .ant-anchor {
    width: 100%;
    /* height: 48px; */
  }
  .trending_articles .products {
    grid-template-columns: none;
  }
  .OverviewTab .ant-anchor-wrapper .ant-anchor >span {
    width: 100%;
    display: flex;
    overflow: auto;
  }
  .slideshow .slideImg,.leaderImg{position: relative;    text-align: center;     height: 360px;}
.slideshow .slideCount {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.6);
  color: #fff;
  padding: 5px 20px;
}
.slideshow .image-gallery-image {max-width: 100%;height: auto;}.slideshow .image-gallery-image img{max-height:initial;width:100%;}
.slideshow .image-gallery-slides {max-height: inherit;}
.hot_detail_row .hot-detail a{height: 44px;overflow: hidden;display: block;}.resp-sharing-button__link,.resp-sharing-button__icon {display: inline-block}.slideshow .products .borderBottom .product-desc a {height: 40px;overflow: hidden;display: block;}.resp-sharing-button__link {text-decoration: none;color: #fff !important;margin: 0.5em}.resp-sharing-button {border-radius: 5px;transition: 25ms ease-out;padding: 0.5em 0.75em;width:100px;}.resp-sharing-button a{color: #ffffff;}.resp-sharing-button__icon svg {width: 1.5em;height: 1.5em;margin-right: 0.4em;vertical-align: top}.resp-sharing-button--small svg {margin: 0;vertical-align: middle}.resp-sharing-button__icon {stroke: #fff;fill: none}.resp-sharing-button__icon--solid,.resp-sharing-button__icon--solidcircle {fill: #fff;stroke: none}.resp-sharing-button--twitter {background-color: #55acee}.resp-sharing-button--twitter:hover {background-color: #2795e9}.resp-sharing-button--facebook {background-color: #3b5998}.resp-sharing-button--facebook:hover {background-color: #2d4373}.resp-sharing-button--google {background-color: #dd4b39}.resp-sharing-button--google:hover {background-color: #c23321}.resp-sharing-button--whatsapp {background-color: #25D366}.resp-sharing-button--whatsapp:hover {background-color: #1da851}.resp-sharing-button--facebook {background-color: #3b5998;border-color: #3b5998;}.resp-sharing-button--facebook:hover,.resp-sharing-button--facebook:active {background-color: #2d4373;border-color: #2d4373;}.resp-sharing-button--twitter {background-color: #55acee;border-color: #55acee;}.resp-sharing-button--twitter:hover,.resp-sharing-button--twitter:active {background-color: #2795e9;border-color: #2795e9;}.resp-sharing-button--google {background-color: #dd4b39;border-color: #dd4b39;}.resp-sharing-button--google:hover,.resp-sharing-button--google:active {background-color: #c23321;border-color: #c23321;}.resp-sharing-button--whatsapp {background-color: #25D366;border-color: #25D366;}.resp-sharing-button--whatsapp:hover,.resp-sharing-button--whatsapp:active {background-color: #1DA851;border-color: #1DA851;}
.pointer{cursor: pointer;}
.fontNormal{font-weight: normal}
.trending_title h4, .trending_title .common-heading-h4  {
  font-size: 20px;
  font-weight: 500;
}
.trending_title h4 span ,.trending_title .common-heading-h4 span{
  font-family: 'Fjalla One', sans-serif;
}
.slideshow .mob_price_details .seller-icon {
  margin-top: 0px;
}
.slideshow .slideContent p,.slideshow .slideContent p span {
  font-size: 18px!important;
  line-height: 30px;
}
.slideshow .slideContent h2 {
  color: rgba(0,0,0,.8);
}  
.ant-select-focused .ant-select-selection, .ant-select-selection:active, .ant-select-selection:focus{box-shadow:inherit;background: transparent}
.global-search .ant-input-affix-wrapper .ant-input-suffix {
  right: 0;
}
.global-search.ant-select-auto-complete.ant-select .expand .ant-input {
  height: 46px;
  width: 100%;
  border-radius: 0;
  padding-left: 35px;
  border-bottom: 1px solid #d9d9d9;
}
.global-search.expand .ant-input-affix-wrapper .ant-input-suffix .ant-avatar.arrowTopbar {
  display: block;
  position: absolute;
  text-align: left;
  left: 5px;
  top: -35px;
} 
.global-search.expand .ant-input-affix-wrapper .ant-input-suffix {
  top: 0;
  position: relative;
  width: 100%;
  display: block;
}

.products .borderBottom:last-child, 
 .videoGallery .borderBottom:last-child {border-bottom: 0}
 @media (min-width: 768px) {
  .footer .adcontainer{display: none}
  .comp_prod_listing .products .borderBottom .product-desc{width:58%!important}
  .homelist .newlistwrapper .newstitle{width: 82%!important;}
/*   .isomorphicTopbar#Header {
    top: 65px!important;
  } */
  .isomorphicTopbar#Header.headerScrollTop {
    top: 0px!important;
  }
  .isomorphicTopbar#Header.headerRemove {
    top: -88px!important;
  } 
  .global-search.expand {
		width: 100%;
		position: fixed;
		top: 0px;
		height: 400px!important;
		width: 100%;
		background: #fff;
		right: 0;
		left: 0;
		margin: auto;
		border: 1px solid #ddd;
		max-width: 630px;
	}
  .vsComp {
    left: 44%!important;}
  #topheaderAd {
    left: 0;
    right: 0;
    margin: auto;
    width: 1024px!important;
}
.digitPageWrapper, #userOfferWrapper{max-width:630px;margin:0 auto}
.left_ad{display:block!important}
.right_ad{display:block!important}
}
.slideImg img,.leaderImg img{max-height:100%;max-width:100%;}
.formExpended{position:absolute;left:0;background:#fff;width:100%}
.formExpended .ant-select-selection__rendered{height:40px}
.searchForm .ant-row.ant-form-item{margin-bottom:0}
.searchForm .ant-select-lg .ant-select-selection__rendered,.searchForm .ant-form-item-control{line-height:0}
.searchForm span.ant-form-item-children{display:block}
.searchForm .ant-select-lg .ant-select-selection--single{height:46px}
#footerAd{   display: block!important;
  max-width: 100%;
  padding-top: 5px;
  background: #fff;
  height: 55px!important;
  z-index: 2;
  position: relative!important;
  box-shadow: 0px 0px 5px #b7b5b5;}
.adcontainer{width:100%;height:auto;position:fixed;bottom:0;display:block;margin:0 auto;z-index: 9;max-width: 630px;}
.left_ad{left:0.3%;}
.right_ad{right:0.3%;}
.left_ad,.right_ad {
  position: fixed;
  top: 272px;
  width: 160px;
  display: none;
  overflow: hidden
}
.article_main_div .adsCustomClass{text-align:center}
.menu-modal-mask {position: fixed;top: 0;right: 0;left: 0;bottom: 0;background-color: #373737;background-color: rgba(55,55,55,.6);height: 100%;z-index: 1000;overflow: auto;}
.hamburger .ant-modal-close{cursor: pointer;border: 0;background: transparent;position: absolute;right: 0px;z-index: 10;font-weight: 700;left: 15px;top: 20px;line-height: 1;text-decoration: none;-webkit-transition: color .3s ease;transition: color .3s ease;color: #fff;outline: 0;font-size: 25px;}
.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {font-style: normal;vertical-align: -0.125em;text-align: center;text-transform: none;line-height: 0;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 12px;position: absolute;display: inline-block;line-height: 46px;vertical-align: top;top: 50%;margin-top: 2px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 12px;}

.OverviewTab > div, #reviewSticky > div,#carouselAtTop >div{ width: auto!important;height: auto!important;}
#stickyslide .ant-anchor-wrapper, #detailsticky .ant-anchor-wrapper{
  position: fixed; top: 0px;  width: 100%; z-index: 3; left: 0; max-width: 630px; right: 0;margin: auto;}
#topheaderAd {background: #fff !important; width: 100%; text-align: center;}
.isomorphicTopbar#Header {max-width: 630px;left: 0;margin: auto;right: 0; z-index:999; color: #616161;
   background-color: #fff!important; -webkit-box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);}
.Askdigit .anticon-right:before,.productSpec i:before {transform: rotate(90deg);}
.advertisements { width: 100%;  text-align: left; display: block; margin: 10px 15px 0;  font: 300 12px 'Roboto',sans-serif; color: #4F4F4F;}
  button.ant-btn.arrowbtn {position: absolute;right: 1px;margin-top: 5px;color: red;background: transparent !important;border-color: transparent !important;font-size: 20px;font-weight: bold;top: 0px;}
  .cursor_normal{cursor:inherit;}
  .nav a, .nav label, .nav label { display: block;color: #fff;
    background-color: transparent;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;font-size: 18px;line-height: 42px;height: 42px;}
  .nav .nav__list li{padding-left: 20px; padding-right:10px; }
  /* .nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
    color: rgba(255, 255, 255, 0.5);
    background:transparent;} */
    .group-list, .sub-group-list, .sub-sub-group-list {height: 100%;max-height: 0;overflow: hidden;-webkit-transition: max-height .5s ease-in-out;transition: max-height .5s ease-in-out;font-size: 18px;}.nav__list input[type=checkbox]:checked + label + ul { max-height: 1200px; }.nav label > .anticon {float: right;-webkit-transition: -webkit-transform .65s ease;transition: transform .65s ease;vertical-align: middle;margin-top: 14px;}.nav__list input[type=checkbox]:checked + label > .anticon{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
    .article_main_div .slideshow .adsCustomClass, .article_main_div .slideshow .advertisements {margin-bottom:10px;}
    .userListsContent .common-heading-h4{
      font-family:'Roboto',sans-serif!important;
      font-size: 16px!important;
    text-transform: inherit
    }
    .width32{ width: 32px;}
    .ant-form-explain-holder {
      height: 0;
    }  
    .isomorphicTopbar .isoRight li i {
      font-size: 24px;
      color: rgb(50, 51, 50);
      line-height: 1;
    }
    .isomorphicTopbar .isoRight li:last-child {
      margin: 0px;
    }
    .isomorphicTopbar .isoRight li {
      margin-left: 0px;
      margin-right: 35px;
      cursor: pointer;
      line-height: normal;
      position: relative;
      display: inline-block;
    }
     .isomorphicTopbar .isoRight {
      display: inline-block;
      float: right;
    }
    .isomorphicTopbar .isoLeft {
      margin: 0px 20px 0 0;
      padding-top: 8px;
      line-height: 38px;
      display: inline-block;
        -webkit-box-align: center;
        align-items: center;
    }
    .global-search.expand .ant-input-affix-wrapper .ant-input-suffix .ant-avatar.certain-category-icon {
      position: absolute;
      right: 20px;
      top: -33px;
      text-align: right;
    }
     .ant-layout-footer li {padding: 2px 24px 0 0!important;}

    @media only screen and (min-device-width: 768px){
      .OverviewTab { margin:10px auto 0; max-width:630px;}
      #detailsticky .OverviewTab { margin:0 auto;}
      .OverviewTab ::-webkit-scrollbar, .OverviewTab.videoDetail ul::-webkit-scrollbar {height: 5px;}
      
      .OverviewTab.videoDetail ul::-webkit-scrollbar-thumb
      {
        background-color:  #e23330;
      }

      .videoDetail .videoCtxWrapper .ant-tabs-nav>div::-webkit-scrollbar {height: 5px;}
      .videoDetail .videoCtxWrapper .ant-tabs-nav>div::-webkit-scrollbar-thumb,
      .OverviewTab .ant-anchor-wrapper .ant-anchor>span::-webkit-scrollbar-thumb { background-color:  #eaeaea;}
      .Relative .descriptionvideo {bottom: 60px;}
      }
      .sharing-div{position:fixed;right:0px;top:47%;z-index:99;}
      .share-red-content.collapsed{ display:none;}
      .share-red-content {background: #fff; border: 1px solid #ddd;}
.top10bestmobile.nobg .ant-collapse-item.ant-collapse-item-active{border:1px solid #e1e1e1;border-radius:4px;margin-bottom:10px}
.top10bestmobile.nobg .ant-collapse-item.ant-collapse-item-active .ant-collapse-header{border:none}
.top10bestmobile .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{border-top:none}
.top10bestmobile .ant-collapse-content{padding:0}
.top10bestmobile .ant-collapse-content>.ant-collapse-content-box{padding-top:0;padding-bottom:0}
.topPhnDesc.collapsed span.readmore{display:none}
.MlbfW .userListsGravatar{width:50px;margin:0 15px 0 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:50px}
.MlbfW .userListsGravatar img{width:100%;height:100%;-moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%;}
.comment_section .incoming{margin:10px 0 15px}
.comment_section p,.comment_section h4,.comment_section .common-heading-h4{font-size:16px!important;font-weight:200; color:#858585; line-height: 24px;    word-wrap: break-word;}
.MlbfW{width:100%;margin:0;padding:20px 0px 20px;display:flex;justify-content:flex-start;flex-shrink:0;text-align:left;position:relative;margin-bottom:3px;align-items:center;cursor:pointer;box-sizing:border-box;-webkit-transition:all .25s ease;transition:all .25s ease}
.Askdigit .ant-collapse-item-active .anticon-right:before,.productSpec .ant-collapse-item-active i:before { transform: rotate(-90deg);}
.top10bestmobile .ant-collapse>.ant-collapse-item{border-bottom:none}
.askdigitSearch{display:block;border-bottom:1px solid #b9b9b9;position:relative;font-size:16px}
.askdigitSearch .ant-select-auto-complete.ant-select .ant-input{border:none;font-size:16px !important; font-weight: 200 !important; border-bottom: 1px solid #b9b9b9; border-radius: 0;  color: #2a2a2a; width: 88%;}
.askdigitSearch .ant-btn.arrowbtn{position:absolute;top:0;right:1px;color:red;background:transparent!important;border-color:transparent!important;font-size:20px;font-weight:700}
.askdigitSearch .ant-select{font-size:16px;padding:0px}
.hot_deals_title .viewlink span{float: right; color: #7d7d7d; 
  font-size: 12px; font-family: 'Roboto',sans-serif  !important;     
text-transform: capitalize!important; padding-top: 7px;
}
.hot_detail_row{padding:15px 15px 10px;border-bottom:1px solid #ddd;overflow:hidden; width: 100%}
.hot_detail_row.sponser{padding:0;position: relative;}
.hot_detail_row.sponser img.sponserImg {position: absolute;width: 68px;}
.sponser .yellowborder{border:1px solid #ffcb2f;border-right:0;border-left:0;padding:10px 15px;background:#f2f2f2}
.hot_detail_row .hot-detail{float:left;width:50%;font-size:14px;line-height:1.3;font-weight:200}
.hot_detail_row .hot_image{float:left;width:19%;margin-right:2%;text-align:center}
.hot_detail_row .hot-buy-now{float:left;width:29%}
.hot_detail_row:last-child{border-bottom: 0}
.hot_image img{max-width:100%;max-height:60px}    
.Title-div {
  margin: 10px auto 25px;
  position: relative
}
.Title-div .Title {
  margin-bottom: 0;
  width: 75%;
  padding-left: 15px
}
.Title-div .Title a {
  color: #252525!important
}
.Title-div .Rumoured {
  color: #fd3d39;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase
}
.Title-div .timer {
  color: #6f6f6f;
  font-weight: 300;
  font-size: 12px;
  padding-left: 5px;
  margin-left: 5px
}
.Title-div .timer:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #6f6f6f;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  opacity: .6;
  vertical-align: middle
}
.Buynow-row {
  border-top: 1px solid #e8e8e8;
  display: block;
  margin: 10px 0;
  vertical-align: middle;
  padding: 6px 0;
  border-bottom: 1px solid #e8e8e8
}
.Buynow-row .BuyCol {
  margin: 0!important;
  display: inline-block;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden
}
.Buynow-row .BuyCol:nth-child(2) {
  width: 40%
}
.Buynow-row .BuyCol:first-child {
  text-align: left;
  padding: 0 0 0 10px
}
.Buynow-row .lowestprice {
  color: #6f6f6f;
  line-height: 12px;
  font-size: 10px
}
.Buynow-row .lowestprice span {
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
  vertical-align: middle;
  line-height: 25px
}
.short-description {
  display: block;
  margin-bottom: 10px;
  padding: 0
}
.short-description li .specImage {
  height: 30px;
  content: "";
  width: 30px;
  display: flex;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  margin-top: 4px
}
.short-description li {
  display: block;
  list-style: none;
  flex: 1;
  font-size: 10px;
  padding: 7px 2px;
  overflow: hidden;
  color: #b9b9b9;
  font-weight: 600;
  text-transform: uppercase
}
.short-description li:first-child {
  padding-top: 0
}
.short-description li span {
  display: block;
  text-transform: uppercase;
  line-height: 15px;
  padding: 0 2px 0 33px
}
.short-description li div.value,.short-description li span+span {
  font-size: 16px;
  font-family: Fjalla One,sans-serif;
  color: #2a2a2a;
  line-height: 18px;
  letter-spacing: -1px
}
.short-description li div.value {
  font-weight: 500!important
}
.short-description li:last-child {
  border-right: none
}
.PriceRow {
  position: relative;
  border-bottom: 1px solid #d9d9d9
}
.PriceRow .ant-row:last-child {
  border-bottom: 0
}
.PriceRow .ant-row {
  border-top: 1px solid #ebebeb;
  margin: 0;
  padding: 5px 10px
}
.PriceRow .ant-row:first-child {
  border-top: 0
}
.PriceRow .ant-row .ant-col-xs-6 {
  font-size: 11px
}
.contentPrice {
  line-height: 1.6em;
  height: 5em;
  word-break: break-word;
  font-size: 16px;
  font-weight: 200
}
.contentPrice,.contentPrice.collapsed {
  overflow: hidden
}
.Scorebox {
  position: absolute;
  width: 45px;
  top: 0;
  right: 0;
  text-align: center
}
.Scorebox .smartScore {
  font-size: 9px;
  text-align: center;
  height: 28px;
  background: #363636;
  color: #fff;
  line-height: 10px;
  word-break: break-all;
  padding: 3px 6px;
  font-weight: 500
}
.Scorebox .smartScoreValue.poor{background:#ef4723;}
.Scorebox .smartScoreValue.fair{background:#f68e1f;}
.Scorebox .smartScoreValue.good{background:#fbc800;}
.Scorebox .smartScoreValue.excellent{background:#7dbb42;}
.Scorebox .smartScoreValue.exceptional{background:#0f9246;}
.Scorebox .smartScore:after {
  z-index: 1;
  position: absolute;
  top: 28px;
  left: 41%;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent
}
.Scorebox .smartScoreValue {
  background: #41b757;
  color: #fff;
  height: 32px;
  line-height: 27px
}
.Scorebox .smartScoreValue strong {
  font-size: 16px;
  font-weight: 700
}
.excellent { color: #0f9246}
.verygood { color: #7dbb42}
.good { color: #fbc800}
.average{color:#f68e1f}
.excellentProgress.ant-progress-line,.verygoodProgress.ant-progress-line,.goodProgress.ant-progress-line,.averageProgress.ant-progress-line,.belowaverageProgress.ant-progress-line{vertical-align:text-bottom}
.excellentProgress .ant-progress-bg{background:#0f9246}
.veryGoodProgress .ant-progress-bg, .verygoodProgress .ant-progress-bg{background:#7dbb42!important}
.goodProgress .ant-progress-bg{background:#fbc800!important}
.averageProgress .ant-progress-bg{background:#f68e1f!important}
.belowaverageProgress .ant-progress-bg{background:#ef4723}

.ant-progress-show-info .ant-progress-outer {
  padding-right: 0!important;
  margin-right: 0!important
}
.usrReviewWrapper blockquote {
  margin: 0 0 5px
}
blockquote>:before {
  content: "\201C"
}
blockquote>:after {
  content: "\201D"
}
.productSpec {
  width: 100%;
  border: 1px solid #d9d9d9
}
.panel-detail table tr:nth-child(2n) {
  background-color: #d3d3d3
}

.panel-detail table {
  width: 100%;
  border-collapse: collapse
}

.panel-detail table tr td {
  font-size: 11px;
  width: 100%;
  color: #2a2a2a;
  padding: 5px 7px
}

.panel-detail table tr td:last-child,.panel-detail table tr td:nth-last-child(2) {
  font-weight: 500
}

.spec-tab .ant-collapse-content>.ant-collapse-content-box {
  padding: inherit
}

.panel-detail {
  background: #f2f2f2
}
.spec-table th {
  font-size: 12px;
  color: #2a2a2a;
  padding: 5px 7px;
  white-space: nowrap;
  text-align: left;
  font-weight: 600
}

.range-section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 7px;
  font-weight: 500;
  color: #2a2a2a
}
.ant-collapse-header {
  color: #2a2a2a
}

.spec-list {
  padding: 14px 7px;
  overflow: hidden
}

.spec-list ul {
  margin: 0 0 0 19px;
  padding: 0;
  list-style-type: none
}
.spec-list li {
  float: left;
  width: 49%;
  list-style: square;
  color: #e84c3d;
  margin-right: 1%;
  padding: 4px 0
}
.productSpec .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  margin-bottom: -1px;
  background: #fff;
  color: #17171f;
  border-bottom: 1px solid #fff
}
.setAlert {
  display: block;
  padding: 15px 0;
  text-transform: uppercase
}
.sammary table {
  border-radius: 0;
  border-collapse: collapse
}
.specifications,.variants {
  padding: 0 5px;
  color: rgba(0,0,0,.5);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px
}
.productSpec .ant-tabs-nav .ant-tabs-tab-active {
  color: #17171f;
  font-weight: 500
}
.bianPageTitle {
  font-size: 20px;
  text-align: left;
  position: relative;
  margin: 15px 0;
  font-family: Fjalla One,sans-serif
}
.darkGrayColor,.darkGrayColor a {
  color: rgba(0,0,0,.8)!important
}

.borderRadius3 {
  border-radius: 3px;
  border: 1px solid #e8e8e8
}
.topTen {
  width: 100%;
  overflow: hidden
}
.scoreWrapper {
  position: relative
}
.bestPhone {
  margin: auto;
  max-width: 100%;
  max-height: 140px
}

.scoreWrapper .Scorebox .smartScoreValue strong {
  font-size: 16px
}

.scoreWrapper .Scorebox .smartScoreValue {
  font-size: 9px;
  height: 27px
}

.scoreWrapper .Scorebox .smartScore {
  height: 28px;
  font-size: 9px;
  word-break: break-all;
  padding: 3px 6px;
  font-weight: 400;
  font-family: Roboto,sans-serif;
}

.scoreWrapper .Scorebox {
  width: 45px
}
.comPhone {
  max-height: 43px;
  max-width: 78px
}
.vsComp {
  position: absolute;
  font-weight: 700;
  width: 35px;
  height: 35px;
  text-align: center;
  box-shadow: 0 0 8px #b9b5b5;
  border-radius: 50%;
  line-height: 35px;
  left: 39%;
  background: #fff;
  top: 20%
}
.positionRelative {
  position: relative;
  border: 1px solid #d9d9d9!important;
  background: #fff
}

.positionRelative .ant-collapse-content-inactive .panel-detail,.positionRelative .ant-collapse-content-inactive .PriceRow {
  display: none
}

.positionRelative .ant-collapse-content-inactive {
  display: block
}

.positionRelative .ant-collapse-content-inactive .ant-collapse-content-box {
  padding: 0!important
}

.panelProg.ant-progress {
  position: absolute;
  top: 0;
  width: 40%;
  left: 130px
}
.productSpec .ant-collapse-borderless {
  background: none
}

.sammary table tr:nth-child(2n) {
  background: #dcdcdc
}
.productSpec .ant-collapse-header {
  font-weight: 700;
  padding-left: 8px!important
}

.positionRelative .ant-collapse-content.ant-collapse-content-active {
  border-top: 1px solid #d9d9d9!important;
  padding: 0
}

.productSpec .ant-tabs-nav {
  box-sizing: none!important;
  float: none!important;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px
}
.productSpec .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0;
  padding: 8px 0;
  border-right: 1px solid #d9d9d9;
  width: 33.3%;
  text-align: center;
  font-family: Fjalla One,sans-serif;
  color: #bbb;
  font-size: 16px;
  text-transform: uppercase
}

.productSpec .ant-tabs-nav .ant-tabs-tab:last-child {
  border: 0
}

.productSpec .ant-tabs-tabpane {
  padding: 0 7px 10px;
  display: none
}
span.buy-info {
  border: 1px solid #ddd;
  padding: 6px 0;
  margin-left: 10px;
  vertical-align: middle;
  margin-right: -4px
}

.ant-btn.buy-button:hover,.buy-button,.buy-button:focus {
  color: #fff;
  border-radius: 0;
  background: #fd3d39;
  border: 1px solid #fd3d39
}

.ant-slider-handle,.ant-slider-track {
  background-color: #e84c3d!important
}

.mainMenu a,.mainMenu span {
  color: #fff!important
}

#reviewSticky .ant-affix,.OverviewTab .ant-affix {
  z-index: 9;
}
.popularCraousel.topTen .ant-carousel .slick-list .slick-slide.slick-cloned:last-child,.priceRangeCarousel.topTen .ant-carousel .slick-list .slick-slide.slick-cloned:last-child {
  display: none
}
.buyTop span.buy-info {
  border: 1px solid #ddd;
  padding: 1px 5px 2px 0;
  margin-left: 0;
  border-radius: 4px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  z-index: 1;
  background: #fff;
  vertical-align: top;
  min-height: 30px;
  width: 65%
}

.buyTop .buy-button {
  border: 1px solid #fd3d39;
  border-radius: 4px;
  height: 30px
}

.buyTop {
  float: left;
  min-height: 42px;
  margin: 0;
  width: 50%
}
.proCons .common-heading-h2.pros,.proCons h2.pros {
  background: #41b757;
  color: #fff;
  padding: 3px 0px;
  width: auto;
  text-align: center;
}

.proCons .common-heading-h2.pros:after,.proCons h2.pros:after {
  border-bottom: 2px solid #2dcc70;
  content: "";
  position: absolute;
  left: -15px;
  top: 37px;
  right: -15px
}
.proCons .common-heading-h2.cons:after,.proCons h2.cons:after {
  border-bottom: 2px solid #ec2127;
  content: "";
  position: absolute;
  left: -15px;
  top: 37px;
  right: -15px
}

.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #d9d9d9
}

.ant-checkbox-checked span.ant-checkbox-inner {
  border-color: #2dcc70!important;
  background: #2dcc70
}
.ant-select-dropdown {
    z-index: 2!important;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none
}

.progress-report .ant-progress-bg {
  height: 6px!important;
  border-radius: 6px!important
}
.video-img img {
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-test {
  background: #000
}
.productDesc span,.verdict-div p,.verdictSection span {
  font-size: 18px!important;
  font-weight: 200
}
#detailsticky .OverviewTab a.active,.OverviewTab a.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACCAIAAADNWItSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQxQkNFQTM1MkE5MjExRTk4Njc3ODAwMTBDQ0VERjU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQxQkNFQTM2MkE5MjExRTk4Njc3ODAwMTBDQ0VERjU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDFCQ0VBMzMyQTkyMTFFOTg2Nzc4MDAxMENDRURGNTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFCQ0VBMzQyQTkyMTFFOTg2Nzc4MDAxMENDRURGNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4lsXkWAAAAFUlEQVR42mL8a2vJQA3AxEAlABBgANMqAXdKM852AAAAAElFTkSuQmCC) bottom no-repeat;
  color: #fd3d39;
  font-weight: 500
}
.productDesc.contentPrice {
  height: auto
}
.range-section .ant-input-number-handler-wrap {
  display: none
}
.recently_viewed .mobDetail a {
  color: rgba(0,0,0,.8)!important;
/*   font-weight: 500 */
}
.recently_viewed .min-height-recent {
  min-height: 102px
}
.ant-carousel .slick-initialized .slick-slide {
  display: block
}
.gray-button {
  background: #6f6f6f!important;
  color: #fff;
  width: 100%;
  border-radius: 0!important;
  border: 1px solid #6f6f6f!important;
  height: 40px;
}
.compareProduct .gray-button {
  font-family: Roboto,sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.galleryWrapper .galleryImg img {
  max-width: 100%;
  max-height: 155px
}

.variants .ant-select-selection .ant-select-selection__rendered {
  margin: 0;
  text-transform: uppercase
}


.award ul li:before {
  color: #ec2127;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  margin-right: 7px;
  background: #ec2127;
  vertical-align: middle
}

.award li a {
  color: #2a2a2a
}

.ant-select-auto-complete.ant-select .ant-input:focus {
  box-shadow: none
}
.top10bestmobile {
  display: block;
  margin: 10px 15px
}
.top10bestmobile .products .borderBottom:last-child,.videoGallery .borderBottom:last-child {
  border-bottom: none!important
}
.ant-btn:focus,.ant-btn:hover {
  border-color: inherit;
  color: inherit
}

.ant-btn-primary:focus,.ant-btn-primary:hover {
  color: #fff
}
.MRRound {
  margin: 5px
}
.productUserrating strong {
  color: #2a2a2a;
  font-weight: 700
}

.productProsWrapper span {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 1px
}

.productProsWrapper .common-heading-h2{
  height: 34px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 35px
}

.productProsWrapper .common-heading-h2:after,.productProsWrapper h2:after {
  display: none
}

.productProsWrapper .common-heading-h2 span,.productProsWrapper h2 span {
  text-transform: uppercase;
  font-family: Fjalla One,sans-serif;
  font-size: 20px
}

.productProsWrapper .productprosData {
  padding-right: 5px
}

.productRatingDetail {
  height: 38px;
  border-bottom: 1px solid #6c6c6c;
  color: #6f6f6f;
  font-weight: 200
}

.usrReviewWrapper.productReview .userName {
  font-size: 16px;
  font-weight: 500;
  color: #303030
}

.usrReviewWrapper.productReview h4 {
  color: #303030
}
.productRatingDetail span span {
  font-weight: 200;
  vertical-align: top;
  line-height: 37px;
  display: inline-block
}

.PriceRow button,.recently_viewed .ant-btn-primary {
  width: 64px;
  height: 27px;
  padding: 0;font-size: 10px;
}

.productSpec .ant-tabs-tabpane.priceTab {
  padding: 0 0 10px
}
#reviewSticky .lowestPrice {
  display: none;
}
#reviewSticky .ant-affix .lowestPrice {display: block}
.productProsWrapper .productprosData:after {
  content: ","
}

.productProsWrapper .productprosData:last-child:after {
  content: ""
}
.OverviewTab {
  background: #f1f1f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAArCAIAAAA2QHWOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxMzc2NDVCMjJFRjExRTk5NjVBOTgxMDQ4QkQzOUI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxMzc2NDVDMjJFRjExRTk5NjVBOTgxMDQ4QkQzOUI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjEzNzY0NTkyMkVGMTFFOTk2NUE5ODEwNDhCRDM5QjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjEzNzY0NUEyMkVGMTFFOTk2NUE5ODEwNDhCRDM5QjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6tXGX0AAAAJklEQVR42mK4efM2EzMzMxiDAIwGAUZGRhQ2DDMwMMBpOmKAAAMA9/cDKgABZ6MAAAAASUVORK5CYII=) 0 0 repeat-x
}
.ant-modal-close-x i,.ant-pagination li a .ant-pagination-item-container,.ant-pagination li a:after,.ant-select-arrow i,i svg {
  display: none
}
.galleryThumb {
  text-align: center;
  display: block;
  height: 23px
}
.overflowHidden {
  overflow: hidden!important
}
.anchor {
  height: 170px;
  margin-top: -180px
}

.anchor,.anchorUserReview {
  display: block;
  visibility: hidden
}
.topTen .slick-slide img {
  vertical-align: middle
}
.bianPageTitle span {
  font-family: Fjalla One,sans-serif
}

.bianPageTitle span.pull-right {
  font-family: Roboto,sans-serif;
  text-transform: capitalize;
  font-size: 14px
}
span.view_all {
  float: right;
  color: red;
  font-size: 11px;
  text-transform: uppercase
}
.buy-button,.buy-button:focus,.buy-button:hover {
  color: #fff;
  border-radius: 0;
  background: #fd3d39
}
.productSpec .spec-tab .ant-collapse-header img {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -4px
}
.remaining-details.collapsed {
  height: 0;
  display: none
}
.PriceRow .ant-row .upperCase {
  font-size: 10px
}
.sammary table td {
  padding: 5px;
  font-size: 11px
}
.spec-list li span:first-child {
  font-weight: 700;
  padding-right: 5px
}

.spec-list li span {
  color: #2a2a2a
}

.usrReviewWrapper .ant-rate-star {
  margin-right: 2px
}
.topTen .ant-carousel {
  width: 88%
}

.topTen .ant-carousel .slick-list {
  overflow: inherit
}
.PD0 {
  padding: 0!important
}

.topTen.slideNextShow .ant-carousel {
  width: 100%
}
.topTen .ant-carousel .slick-list .slick-slide {
  width: 250px;
  padding-right: 10px
}

.OverviewTab .ant-anchor-ink:before {
  content: "";
  width: 0
}

.OverviewTab .ant-anchor-wrapper .ant-anchor-ink-ball {
  display: none
}

.spec-tab .ant-input-number {
  background-color: transparent;
  border-radius: 0
}

.spec-tab .ant-input-number .ant-input-number-input {
  color: rgba(0,0,0,.8);
  border-radius: 4px;
  background: transparent;
  font-weight: 700;
  padding: 0 5px 0 14px
}

.spec-tab .range-section .rupeeIcon {
  position: absolute;
  left: 6px;
  top: 6px
}

.spec-tab .range-section .rupeeIcon.rightSide {
  right: 68px;
  left: auto
}

.spec-tab .range-section .ant-slider-dot {
  position: absolute;
  top: -4px;
  width: 2px;
  height: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointe;
  border-radius: 0
}

.spec-tab .range-section .ant-slider-mark-text {
  width: 43px!important
}
.setPricealert {
  display: block;
  padding: 10px
}

.setPricealert form {
  margin: 20px 0;
  display: block
}
#video {
  width: 100%
}

.positionrelative {
  position: relative
}
.buyTop .buy-info img {
  width: 23px
}

.products .borderBottom .product-desc {
  width: 67%;
  float: left
}

.sammary table td:first-child {
  width: 25%
}

.sammary table td:nth-child(2) {
  width: 53%
}
.ant-slider-mark span.ant-slider-mark-text:last-child {
  text-align: right;
  right: 0;
  left: auto!important
}

.ant-slider-mark span.ant-slider-mark-text:first-child {
  left: 17px!important
}

.latestnewsbox .mobDetail,.reviewDetail .mobDetail.relatedReview {
  height: 60px;
  line-height: 18px;
  letter-spacing: -1
}

.ant-progress-inner {
  display: inline-block;
  background-color: #f7f7f7;
  border-radius: 100px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAECAYAAAAd+2hxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxRDc5ODcwQkJERDExRThCM0Y4QTYwRDQwNDZEMDE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxRDc5ODcxQkJERDExRThCM0Y4QTYwRDQwNDZEMDE1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjFENzk4NkVCQkREMTFFOEIzRjhBNjBENDA0NkQwMTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjFENzk4NkZCQkREMTFFOEIzRjhBNjBENDA0NkQwMTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6P1o5LAAAAjUlEQVR42mI5d+5cIAMDgygD6eAvEM8FYkr1M1DBDE4gjmUgDzwC4h1ArALETmSacYQRGJAPgQw5Mg2QB+LDFOoHeYRSN/AD8SUy9V8GYj0grgDidjLN6GBioAz8HWD91HQDJeb8ZQESKUCsSIbmj0D8lAr6GahgxgsgTgRiNjLMuAalF0PNIwfsBggwAKTDJwShWckuAAAAAElFTkSuQmCC) 0 0 no-repeat;
  height: 4px;
  width: 100%
}

.ant-progress-bg {
  border-radius: 0;
  height: 4px
}
.capitalize {
  text-transform: capitalize
}
.height30 a,.scoreWrapper a {
  color: rgba(0,0,0,.8)!important;
  font-weight: 500
}
.progress-report .ant-progress-text {
  display: none
}

.progress-report .ant-progress-inner {
  background: #f5f5f5;
  border-radius: 5px;
  height: 7px
}

.Scorebox-rating {
  position: absolute;
  top: 0;
  right: 4px
}
.productDesc.collapsed .readmore,.verdictSection.collapsed .readmore {
  display: none
}
.recently_viewed .mobDetail {
 /*  white-space: nowrap; */
 width: 100%;
 overflow: hidden;
/*  text-overflow: ellipsis */
 height: 38px;
 line-height: 19px;
}

.recently_viewed .seller-info img {
  display: inline-block;
  padding-right: 5px
}

.productDesc p,.verdictSection p,.verdictSection p span {
  display: inline;
  font-size: 18px;
  color: rgba(0,0,0,.8)!important;
  font-weight: 200!important
}
.latestnewsbox img.img-responsive {
  max-height: 96px
}
.user_reaction img {
  vertical-align: middle;
  border: 1px solid transparent;
  background: transparent
}
.galleryWrapper .galleryImg {
  height: 200px;
  position: relative;
  margin-bottom: 10px
}

.variants .ant-select-selection {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  color: #17171f;
  border-radius: 0
}

.award li {
  padding: 4px 0;
  vertical-align: middle;
  font-size: 16px
}

.productUserrating,.progress-report {
  color: #6f6f6f;
  font-weight: 200
}
.productSpec .variants {
  padding: 3px 5px 0;
  color: rgba(0,0,0,.5);
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  position: relative
}

.productSpec .variants strong {
  position: absolute;
  top: -8px;
  z-index: 1;
  background: #fff;
  line-height: 15px;
  left: -2px;
  padding: 0 4px 0 0
}

.productSpec .variants .ant-select-selection {
  border-bottom: 0
}

.productSpec .ant-collapse-header span {
  font-family: Fjalla One,sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500
}

.fjjala,.fjjala span {
  font-family: Fjalla One,sans-serif
}

.products .borderBottom:last-child,.videoGallery .borderBottom:last-child {
  border-bottom: 0
}

.ant-select-dropdown-menu-item-selected,.ant-select-dropdown-menu-item-selected:hover {
  background-color: #ecf6fd;
  font-weight: 400;
  color: rgba(0,0,0,.65)
}
table {
  width: 100%
}
.topTen .slick-slide img.comPhone {
  display: inline-block
}

.topTen.compareProduct .ant-carousel .slick-list .slick-slide .whiteBg {
  border: 1px solid #cac8c8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.topTen.compareProduct .ant-carousel .slick-list .slick-slide {
  padding-right: 8px
}

.topTen.compareProduct.slideNextShow .ant-carousel {
  width: 100%
}
.prod-img-div {
  height: 128px; overflow: hidden;
}

.prod-img-comp-div {
  min-height: 90px;
  max-height: 90px
}
.ant-btn-block {
  display: block;
  width: 100%
}
.mostsearchTitle {
  height: 30px;
  overflow: hidden
}
.squareImg {
  width: 96px;
  height: 96px
}

.squareImg img {
  max-height: 100%;
  width: 100%
}

.squareDesc {
  width: 63%;
  padding: 0 0 0 15px
}
#gallerycolorsDropdown .ant-select-dropdown,#galleryvariantsDropdown .ant-select-dropdown {
  width: 100%!important;
  left: 0!important;
  top: 44px!important
}
#detailsticky span.prod_name-sticky {
  color: #252525;
  font-weight: 700;
  font-size: 16px;
  width: 47%;
  float: left;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.displayBlock {
  display: block
}

.compSection img {
  margin: auto;
  max-height: 97px
}
.displayInlineBlock {
  display: inline-block!important
}
.min-height-mostsearch {
  min-height: 226px
}
.ant-breadcrumb {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap
}
.variants .ant-select {
  font-size: 14px
}
.ant-tabs-nav .ant-tabs-tab:focus,.ant-tabs-nav .ant-tabs-tab:hover {
  color: inherit
}
.lowestPrice button {
  margin-right: -5px
}
/* .lowestPrice .buy-button {
  margin-right: 5px
} */
.newRow:last-child .PriceRow {
  border-bottom: 0
}
.productRatingDetail span {
  font-family: Roboto,sans-serif!important;
  text-transform: capitalize
}

.productRatingDetail>span {
  font-weight: 500;
  line-height: 36px;
  padding-right: 4px
}
.bianPageTitle span.pull-right img {
  vertical-align: middle
}
li.ant-select-dropdown-menu-item {
  white-space: inherit;
  padding: 5px 8px
}
.productSpec .spec-tab .ant-progress-show-info .ant-progress-outer {
  padding-right: 45px!important;
  margin-right: -45px!important
}
.recently_viewed.topTen .slick-slide img {
  max-height: 94px
}
.all_carousel_slide .slick-arrow.slick-prev {
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OTlGNTNDQTgwODlFODExOTM5OUFENURCNTU1RDE2MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRkI1MjQzRUEyMEYxMUU4ODJGMUNFRjNBQ0RBNEI4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRkI1MjQzREEyMEYxMUU4ODJGMUNFRjNBQ0RBNEI4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc0NDY2RTA4OTQ5Q0U4MTFBQUVBQkUxQjg4NDhENEI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg5OUY1M0NBODA4OUU4MTE5Mzk5QUQ1REI1NTVEMTYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iiYj4AAAB2JJREFUeNrsm19IHEccx2f2NjERU61Bgpz0obGkIUSoTaXBSE2wJE2Db30wwb4kFFo09KH4UtrkocUSj0KrvpgHSxvSgoE0nlTPEqjFBklsrySVIvhwD0rTYkzjGc8c3k5nD7V3k/nzm9ndawoObHaTeLuzn/vO9/eb34yYEII227/N2kSwCUTabPePUCgU1P1xgH0ngQH5nwBQPYs8KUBwgUERwDPIfwEEG/wf9gEERBnYFIztMwwM+DlsCAMrAInAkCCBmIDAAQwfwgEhAqOlFtsjDAgIUzgE8E3rgiF+AVHBkIHAEkCiexOOScpeSARGG4rtIwzZWQVFFTEwAAoPnDYU2wMMFooIBFQpqhdkz1C1aEExNVWVGngwTIGwZxYKAQwz7IepYg0YmJkbYQUcmQcRABDeN+4AlSVVie0TDOghUotKHTwg7GFxYGpDMTFVHRiWIRQIDEfTg0CmahkmXzIAjx0XL14Mz87OvpVMJr9cWVm5nk6nf81kMn/RczyVSn2/uLj4RSKROBOJRMLu5JtzWIpDpUpwUondihkz/VeFVIgastfxePzQ3r17P9iyZctLUNd+9OjRzzdv3uxsbGycEKiCvXYE/887eL6Ud21pRhiRSqxchUSj0d3Ly8sDNTU1gzow3FZUVPRiQ0PDFaqaS729vbs1FMMboqK+i1+SUQhUHZYABr5z584rVBX9GOOnvU5YHMf5e2xs7J2mpqafOIpwmAOqGqlKoEBkQ2TjTH3izcrKyk/XvkW/WmZqaup9qrZvBCCgYGTDZ+PaAiZgSGGolquMAGBkK5z79u37eGRk5BDAXC2FsSrfz9LwDqFKXM9wh0kAMDagHDlypPfChQvPSrxENx9SeohsbsKG1bwQS0Ppd9Q8Xw66iPrgwYMfysvLz+QMj4zgmjeERF6SN2wsA3Xk/fvMzMyJQsBwW2lpaePg4GA9MMJgwBwLpBDRTSxe8kXVEdMNrV4aDee3d+zY8caaIjI56shIVCIz2byoA81DuJCGh4efKyQMtxUXF9d0dnbu5niHyktAM2xVlJE6cm1t7Qmdl6EZKOrp6fEMpbm5+VVAdIHWccBRRlX0wSUlJbU6ML6+fBlRU/QMpKKiokZjVo0VJQvfisyYDpf9kA/SbBN9e/UqOnrsGDpGD6+NfhHP50z3HWB49bXIzIs6yLKsMtUHLlNV3KLqaDl5EtXV1fniI7ZtlzLe4QBUAqqYiaKMMrq4iRGdws9DlLFt2zYUrqoCv/D27dvR6dOn5ZlaKLR/LaqsMmc2+mhFG9NliOzfKcxFOol7SvShcDichbF+7b4oFIhi0rcMmHMhk2GzrhBZ8YeXnWbT5nQ6/Qv97DOyB8zNzaGe7m5UvnMnamtrA0NR1EzmaPh9LUcZrDpEKhFlrcJ6CNbs2O+qn3GV0dbejhbu3cuG3FQq5RlIMpmc9tJvnTyEaHZsEvJzLpQPz53LXnd1dXnu9N27d3/z0m8IEKMbTk5OjugY5dmzZ30Ju9euXRtD8sUq00Y8RRn3TIdAbOvWrS8UKnWnqpwqKys7leMTvkYZyFxGtmSI6Gy3u5BzmaGhoc8VlS9Qv73kIdJI454fPnw4SMNrXdAw5ufnx3ft2tXOKMGPCKM92+WR3bjJwMDAuzQ3SAYJgyaBS5FIpEswBGR1Uy3jlSkECTyEq5Lx8fHDBw8e/CqIMiLto0Oht7W0tNwQ1EAyAP/gFZ/ZqhmBFohExpoLJjQ9Pd1aXV39id9AJiYmPqqvr7/CvKgIgm6RyKhApFpszj5wz549l+Lx+NtMam3c3PvEYrGOHBiOZMiohhBo2FgG7iwbs86BAweG+vv7X19aWhrzAmNhYeHG+fPnTx0/fjymEU5NYBDfq+4cT8lej46O1lNfeY/OO8B5Cs0zbkej0c9aW1snEX+lLhNk1V20cqcKwSqTzbvu6OiopC94tKqq6rBt2+VFRUWV9Jnlq6ur9+l86A86SbyfSCR+7Ovru06PP5nOipYuZUAIIBHjLmtCgMgMVma0spU1SzJNJxpATJc0kehsS8ZV7q4bkZcgpLd5Zf1+DsrffiUa144BGFU+gmS+YmtGGV6hRQWGcADjnLKfqHgj2hsiW/0nEp8ATQZtgTJkKiHMN+zk1DWtHCjs3i+LAaKzpUqkEoJgWyFU6iAmRWbZ1mmHKfYiCVg/gOjsBUE6pQIbAAEj/tbpx/IoRjWsIfsBhEhe3nQ7lRIIUXQSK6DoLA9AgSAgFJmhghIzGzhUdDbi8+AUYp8qNEM12vwP2SbNiwqWYGjo7nmX5QqiF3cEAJEOHNtQGSIojiBv8XuvO9LwCS2l6C5lQrdJsyohPgJBCggEkoB5jTJI4iGQX+xRKcuLSlRq0Km3GpmqLIEzVRa4XKkJQAuGbuquggJVC3QjvmzMQ5SgDcMkU4X+qijklwaRwbBBhiDAzzIxVeQDGGT4XBQUCFMgOtmsapbsBxQE8C5UCCAytYhAoADV4hmEH0B4D8d+d9BnUAUBAlHGEwuAbf8IMAD+r751PnHeYwAAAABJRU5ErkJggg==);
  height: 65px;
  width: 65px;
  top: 80px;
  z-index: 1
}

.all_carousel_slide .slick-arrow.slick-next {
  right: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OTlGNTNDQTgwODlFODExOTM5OUFENURCNTU1RDE2MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyOUI0QUI4RkEyMEYxMUU4QTZFM0ZDNjY3OEFGQTU5OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyOUI0QUI4RUEyMEYxMUU4QTZFM0ZDNjY3OEFGQTU5OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc0NDY2RTA4OTQ5Q0U4MTFBQUVBQkUxQjg4NDhENEI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg5OUY1M0NBODA4OUU4MTE5Mzk5QUQ1REI1NTVEMTYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k2X/OgAABqtJREFUeNrsnF9IZFUcx8+9MzrqaLamlOiDtYaJGGgmkkMuRma2+qQQhg89KAStRQ/9gWilCGEcemi1p0TIWh/sxT+ggrFKuYYrCBpIYG9OKrSzmuL/uaczgzM7c73nnN+5597ZJb1wuLO7eufcz/3+zu/P+d1VMMbo8nh4KJdALoGwgaiqatu1bZy3LU8xGAxaCkR5hA8WPy5AlASDwnbCkQGimPg3xQYQ2EowZoFAb1ixCAoG/B22AoooEDMgFBuAYLvAiABRTIIwCwcCQRQMtgoIDwYLhMIARLs27eZ4Zx4kLhQIECgM1pkHBWIusWezgLhQeEBYMPRQaCCgSoHCiIXCgkUDxIQiCgSqBiMYVgExgiKqGlNARGBEPqsMMApwscUAIEYgNAGTokKhARGFAR00tfDUwQOCTSjGEAoECGut4A3VJBQIDE0QCsgTGQGBqAMKQYUoxufzPdPc3PxmVlaWJykpKc/hcDxFRh6ZnF/TtH9OTk78Ozs7v05MTIy3t7f/TQGimVDLOSg8ICIwjEAw4czMzFRVVlZ+5nK5XoL6YALn3urq6ldlZWW/GYAwC8UUEL3MWQBiz+fg9PX1PdvW1val2+2+ZjbTOzo6+oUcnzQ2Nv6lg2EEiOWqmUCg6uDBUCkw1Onp6eqamprvyHc+KV0HwPgBUcu7paWlswAoIJVAgbBMhAbiHJjl5eW3S0pKviafHVYWuTY2Nj7Kz8//wQCIBjSfOCAqMBpFDEA8GOrk5KTHBhihw5Gbm/vNyspKDWMRF7k/xMvsROKMWAiOyPB6vc/V1tb22QAjCqW4uHhgbGzsqoB34xaZIfGGyjERh9HnQCDwfWZm5jVk80E80O8pKSkNZ6ai6UxHg8QnNJNBwNyEtqZEx+joaHUiYIQOEsNUra2tXQfOF6wQ2kV4i6cjZkT/vLu7O5yWlvZiokrvoTiFqOQNnUpYi2yc1+EpRMTj6F2x2t3dfTWRMM5U8jKJaJ/nJJbMQxUsALFMKk41TU1Nr8veYG9vL1pYWBD6nfLy8usCdRywl1EAZsT0Qjk5OdLqIPkNGrp9WwhKenp6OaD0QFWL02TFnet+ycRekAXS2toahXJwcIBIlAsxm1LKfEGVd6fA/ES8jeJ0OjOtWBfq6+ujUPx+fxgScw14mBbEzgu8P+MUVAa03qqQFD6ddeH+/v7wU4cexHuge8R08vLymEpRFOUJzryxrEIUoNeJ+1lN0/bJ00qjXbSwsBAMJPRz/vX1MJQQEE7S9y9j3hiiEKt37cOASEzwwOVyUYFA1oMIjJC3CR3v37jBBUIexLbEvLFqMYjoQYKyP2UvGIERuH8fBOOsVrIqM28rgcTJcXNz8w/ZC/b09ITPX9y8CYJx9iAWZeatIuu7ccJh8cjIyKwVHqazsxOlpqaCf2dxcXFS5oEa5TKQHMZhkMM4dWfH9vb2TxkZGSWJCt2Pj4+XCLxILhMUzWkguYxIe8G5+uX4+Pi3icxlSLZ7y8S8udmuAqiDGClEr5Tw2NraupWdne2xG8bh4eGC2+1uilFGEFAXEVYIjSyr3B8nU5/P10O+aM9OGMTV7g4PD3+IBPdyRRSCAMVklkriaiNDQ0OvtLS09JIo0o4e0OD8/Hybx+O5A1SHRqma4diqO2TbgVccUmlAQue5ubnmqqqqz21YNz4tKioaPINgtJCyFlRTBSLeZrPeNg0nVF1d/fPU1NTHoZDeIjPZX1paeo/A+JGzPmARs1EFvQp47dDJNzwaGhqmurq63gkEAndlYOzt7c0ODAy8VVFRMY7EtjC5Xsf2qrvuc9QEBwcHKxobGz8gcQq4kLS/v79E1gtfXV3dnM48ghwzAVfdjXbuRKrrCgACbWsz/D0dHR1Pk/FaQUHBq8nJyVdIQpjrdDqvkMkFSF6ycXp6GlhfX79DAE55vd4NCgTIIsrd/IYAYS2woF07HhBk3EGk35vVBAeGLqQQINBKu9DerkFlnlZoim2TEgUjvbeb0N1/RN8wUgwmiClAsAAIqd1/iEoQkuwPQeItVTSVYCAMhEz2h4ioRLqDSAIIVA2WdxDJQAH3mEnEPNAeM8SJSZhAaCpBSKwLUUXmWzOhLZmQTkTDeIMWmF32qQKBmIGCkLlOZp5CICYUcdEI2dTJbAYKQv/zXnfapC/02xA8KCKqEYUBVQlPDZa+LyMKBQqId+3H+o0qKBQeGCgMBLD5R/7OHe8GLuRbmbJgrARiOQhZILwbu3Bvdove5IV499/uG7cDVMKBJBKQbf9/yH8CDACsgIALAW4pTgAAAABJRU5ErkJggg==);
  height: 65px;
  width: 65px;
  top: 80px;
  z-index: 1
}

#carouselAtTop>div,#reviewSticky>div,.OverviewTab>div {
  width: auto!important;
  height: auto!important
}

.product_news .slick-arrow.slick-next,.product_news .slick-arrow.slick-prev {
  top: 35px
}
.prod_name_for {
  font-size: 12px;
  margin-top: 5px
}

.height45 {
  height: 45px
}
.height64 {
  height: 64px
}
.specifications #selectedColour.ant-select {
  max-width: 100%;
  width: 100%!important
}
.kep-login-facebook.metro {
  padding-left: 20px
}

.kep-login-facebook {
  text-align: left
}

.kep-login-facebook .fa {
  text-align: left;
  float: left;
  margin-left: -10px;
  font-size: 24px;
  margin-right: 27px!important
}
.nav a,.nav label {
  display: block;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  font-size: 18px;
  line-height: 42px;
  height: 42px
}



/* .nav a:focus,.nav a:hover,.nav label:focus,.nav label:hover {
  color: hsla(0,0%,100%,.5);
  background: transparent
} */
.group-list,.sub-group-list,.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
  font-size: 18px
}

.nav__list input[type=checkbox]:checked+label+ul {
  max-height: 1200px
}

.nav label>.anticon {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
  vertical-align: middle;
  margin-top: 14px
}

.nav__list input[type=checkbox]:checked+label>.anticon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.authorDesc,.chatExcerpt {
  font-family: Roboto,sans-serif!important;
  font-weight: 200!important
}
.snapshots .snapshot-list li {
  padding: 5px 0 0 32px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
}
.snapshots .snapshot-list li:before {
  color: #fd3d39;
  content: ".";
  font-size: 35px;
  position: absolute;
  top: 0;
  left: 11px;
  line-height: 8px;
}
/* top 10 Details*/
.maxWidth630 {
   max-width: 630px; 
  margin: auto
}
.releated-products .specifications .ant-select-selection {
  border: 1px solid #17171f
}
.name-and-content {
  margin-top: 20px;
  padding: 15px 15px 10px;
  border-top: 1px solid #ddd;
  clear: both;
  overflow: hidden;
}
.releated-products .specifications {
  text-align: left;
  padding-top: 11px;
  display: inline-block;
}
/* article detail */
.padding-div {
  padding: 10px 20px;
}
.ctxMenu {
  font-size: 25px;
  transform: rotate(90deg);
  position: absolute;
  top: -37px;
  background: #d7d7d7;
  width: 37px;
  height: 37px;
}
.ctxMenu.ctxFixed {
  font-size: 25px;
  transform: rotate(90deg);
  position: fixed;
  top: 0;
  background: #d7d7d7;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.ctxMenu .anticon {
  position: relative;
  top: 4px;
  left: 5px;
}
.CtxMenuWrapper.OverviewTab .ant-anchor-wrapper .ant-anchor>span {
  width: 89%;
  display: flex;
  overflow: auto;
  float: right;
}
.anticon-ellipsis:before {
  content: "\E647";
}

.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.ant-popover-inner-content {
  padding: 8px 16px;
  color: rgba(0,0,0,.65);
}
#ratingPopup .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
  right: 5px
}
.ant-popover-arrow,.ant-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.ant-popover-arrow {
  border-width: 5px
}

.ant-popover-arrow:after {
  border-width: 4px;
  content: ""
}

.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
  border-bottom-width: 0;
  border-top-color: hsla(0,0%,85%,.7);
  bottom: -1px
}

.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow:after,.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow:after,.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -4px;
  border-bottom-width: 0;
  border-top-color: #fff
}
#ratingPopup .ant-popover {
  width: 250px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.ant-drawer-left.ant-drawer-open,.ant-drawer-right.ant-drawer-open {
  width: 100%
}

.ant-drawer.ant-drawer-open .ant-drawer-mask {
  opacity: .9;
  height: 100%;
  -webkit-animation: antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1);
  animation: antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1);
  -webkit-transition: none;
  transition: none
}

.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%
}

.ant-drawer-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  z-index: 1
}

.ant-drawer-header {
  padding: 15px 24px 14px 50px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0,0,0,.65);
  border-bottom: 1px solid #e8e8e8;
  text-transform: uppercase
}

.ant-drawer-title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #2a2a2a;
  text-transform: uppercase
}

.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  height: 85%
}

.ant-drawer {
  position: fixed;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1000
}

.ant-drawer-left .ant-drawer-content-wrapper,.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
  width: 68%!important
}

.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0
}

.ant-drawer-content-wrapper {
  position: fixed
}

.ant-drawer-close-x {
  display: block;
  font-style: normal;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 50px;
  line-height: 56px;
  font-size: 16px
}

.ant-drawer-close-x:before {
  content: "";
  height: 18px;
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4QAqRXhpZgAASUkqAAgAAAABADEBAgAHAAAAGgAAAAAAAABHb29nbGUAAP/bAIQAAwICAwICAwIDAwQDAwQFCAUFBAQFCgcHBggMCgwMCwoLCw0OEhANDhEOCwsQFhARExQVFRUMDxcYFhQYEhQVFAEDBAQCAgIJAgIJCAICAggICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI/8AAEQgAEgAUAwERAAIRAQMRAf/EABcAAQEBAQAAAAAAAAAAAAAAAAcIBgT/xAAoEAABAwMDAwMFAAAAAAAAAAABAgMEBQYRBxIxAAghFDJBFUJRorH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ata96fcPb9dlU1dt9E64rDqjxlXPbiVKfkQHD7qhDBJJGBlxkfA3J4wA7b67gfr6aRY+kr0K6rxuCImZGlpVvg0qGrx62UocJH2t+5ahjHPQb7SjTdnS60028KpOrs999c2oVWoulb0yU5guOkZwgEgYQnwkAD8khkdW9W6rGr7OjenjLFU1DntB1x14bolCjHx6uVj9G+VnHxyBrStIqn2aFy/rQTMvC1ZqUuXlTS0kzlOjJVUooSBxuUVMDxt9vkZ6ClrXuik3rb0C66FPYqlIntB+NLjq3IcQfkfwg+QQQcEdAdaCUyHFn6m1FmIwzLlXfND77bYS47tDYTvUBlWMnGeMnoFnoCbt5pkOjw7+p0CIxBit3fUdjEZtLaE+UE4SAAOg//9k=);
  width: 21px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0
}

.ant-drawer-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: rgba(0,0,0,.45);
  outline: 0;
  padding: 0;
  width: 56px;
    height: 50px;
}
.ant-drawer-close .anticon-close:before, .ant-drawer-close .anticon-cross:before{content:"";height:18px;background:url(../image/cancelCtx.jpg);width:21px;display:inline-block;position:relative;top:2px;left:0}
.ctxmenuitem ul li {
  color: #2a2a2a;
  padding: 5px 0;
  margin: 3px 0;
  font-size: 16px;
}

.ctxmenuitem {
  height: 100%;
  display: block;
  overflow: auto;
}
.ctxnextarticle {
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  height: 90px;
}

.anticon-arrow-down:before {
  content: "\E619";
}
.ctxnextarticle p {
  max-height: 50px;
  overflow: hidden;
  font-size: 18px;
  color: #2a2a2a;
}
.pic img {
  max-width: 90%;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}
.releated-products .device-img img {
  max-width: 100%;
}

.staticDropdown .dropdown-row a {
  display: block;
}
.dropdown-row a {
  color: #2a2a2a;
}
.list_page .staticDropdown img {
  max-width: 100%;
  display: block;
  margin: auto;
}
img.play_img, img.video_play,.newsimg img.video_play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;border:0!important;
  z-index:2;
  transform: none;
}
.slideshow_lists .products .category, .slideshow_lists .products .category a {
  color: rgba(0,0,0,.5)!important;
  height: auto;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.authorWrapper .products .category a, .slideshow_lists .products .category {
  color: rgba(0,0,0,.5)!important;
  margin-bottom: 5px;
  height: auto;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.newsimg img.background_img, .slideshow_lists .product-img img.background_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products .product-img img.video_play {
  width: auto;
  height: auto;border: 0;
}

.reviewDetail .ctxMenu.ctxFixed {
  top: 52px;
}
/* review detail */
.OverviewTab.sticky_ctx {
  display: flex;
  width: 100%;
  overflow: auto;
}
span.digit_rate_img {
  position: absolute;
  right: 44px;
  top: 10px;
  color: #00a446;
  font-size: 15px;
  font-weight: 700;
  transform: rotate(-20deg);
}
span.rating-performance {
  position: absolute;
  font-size: 10px;
  color: #00a446;
  transform: rotate(-20deg);
  right: 0;
  top: 40px;
  left: 4px;
  width: 100%;
  text-align: center;
}
.reviewDigit {
  position: absolute;
  top: 0;
  right: 15px;
}
.detail_review p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: 200;
  word-wrap: break-word;
}
.vertical-align {
  vertical-align: middle;
}
span.prod_name {
  color: #252525;
  font-weight: 700;
  font-size: 16px;
  width: 145px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#reviewSticky .ant-anchor-ink {
  display: none;
}
.hot_deals_title h4 {
  display: inline
}
.top10bestmobile.bestMobDiv .ant-collapse-item.ant-collapse-item-active .anticon-right:before {
  content: "\2212";
  font-size: 20px;
  font-weight: 600;
  transform: rotate(0deg)
}

.top10bestmobile.bestMobDiv .ant-collapse-item .anticon-right:before {
  content: "+";
  font-size: 20px;
  font-weight: 600;
  transform: rotate(0deg)
}

.article_main_div .adsCustomClass {
  text-align: center
}
.MoreNews {
  border: 1px solid #ec2127;
  border-radius: 4px;
  padding: 11px 0;
  margin: 10px 0;
  color: #ec2127!important;
  text-transform: uppercase;
  width: 228px;
  height: inherit;
  font-weight: 700;
  height: 46px;
}
.width100 {
  width: 100px!important;
  margin: 15px
}
.subtitle {
  font-family: Fjalla One,sans-serif;
  font-size: 20px;
  font-weight: 500
}
.youtubeVideoModal .ant-modal-close {
  position: absolute;
  left: 0;
  top: 15px;
  color: #fff;
  opacity: .5
}

.youtubeVideoModal .ant-modal-close-x:before {
  content: "\E61C";
  display: block;
  font-family: anticon!important
}
.view_all .ant-btn {
  color: red;
  border-color: red;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  margin-top: 10px
}

.compareModal {
  position: fixed;
  top: 57%;
  z-index: 10;
  right: -22px
}

.btnOutline {
  border: 1px solid #4a4a4a;
  background: transparent;
  color: #4a4a4a;
  padding: 0 10px;
  border-radius: 3px;
  height: 33px
}

.comparePhn {
  display: flex;
  justify-content: center
}

.comparePhn .compCarouselTop {
  position: relative;
  justify-content: center;
  width: 78px;
  padding-right: 7px
}

.comparePhn .compCarouselTop:after {
  content: "";
  border-right: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  height: 44px;
  top: 15px
}

.compCarouselTop .closeCompare {
  position: absolute;
  top: 0;
  right: 2px
}

.compCarouselTop .closeCompare .anticon-close {
  border-radius: 50%;
  box-shadow: 0 0 5px #888;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: #fff
}

.comparePhn .compCarouselTop .compPhnVs {
  position: absolute;
  left: -8px;
  top: 26px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px #888;
  line-height: 18px;
  font-size: 10px
}
.compCarouselTop:first-child .compPhnVs,.compCarouselTop:first-child:after {
  display: none
}
.readSpecProswrapper {
  position: absolute;
  bottom: 2px;
  right: 15px
}
.top10Summary .summaryTable {
  width: 100%;
  overflow: auto
}
.top10Summary .summaryTable table th:first-child,.top10Summary .summaryTable table tr td table td:first-child {
  width: 40%;
  max-width: 144px
}
.top10Summary .summaryTable table th:nth-child(2),.top10Summary .summaryTable table th:nth-child(3),.top10Summary .summaryTable table tr td table td:nth-child(2),.top10Summary .summaryTable table tr td table td:nth-child(3) {
  width: 30%
}

.mobileListTable .proName,.top10Summary .proName {
  width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block
}
.top10Summary .summaryTable>table tr:nth-child(2n) td {
  background: #ebebeb
}
.top10Summary table {
  border-collapse: collapse;
  width: 100%
}

.top10Summary table th {
  color: #ec2127;
  font-size: 13px;
  text-align: left;
  padding: 5px 7px
}
.article-content {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  font-weight: 200;
  margin: 10px 15px 20px;
  font-family: Roboto,sans-serif
}
.buytopWrapper .PriceRow .ant-row {
  height: auto
}
.top10bestmobile .Relative {
  position: relative
}
.readSpecProswrapper .ant-btn.default {
  background: #ebebeb;
  color: #979797
}
.readSpecProswrapper .ant-btn.default,.readSpecProswrapper .ant-btn.redBtn {
  line-height: 1.2;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 4px;
  height: 20px;
  margin-left: 5px
}
.buytopWrapper {
  background: #ebebeb
}

.top10Phone h2 a,.top10Phone h3 a {
  color: #2a2a2a;
  padding-left: 60px;
  width: 70%;
  display: inline-block
}

.top10Phone h2 .ant-checkbox-wrapper,.top10Phone h3 .ant-checkbox-wrapper {
  float: right;
  width: 28%;
  margin: 0;
  padding: 0;
  text-align: right
}
.top10Summary .summaryTable table tr td table td {
  background: transparent!important
}
.contentPriceTop10 {
  overflow: hidden;
  line-height: 1.6em;
  word-break: break-word;
  font-size: 18px;
  font-weight: 200
}
#backtop .ant-back-top-inner{
  height: 40px;
  width: 40px;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 0px;
  right: 25px;
  background: #ec2127 url(../image/arrowBack.png) 9px 13px no-repeat;}
.phnRank {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAA5CAYAAAB0+HhyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk4NUQ0OEE5MkI2MTExRTlCRTk0RkI1NEM4OUUwNTJEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk4NUQ0OEFBMkI2MTExRTlCRTk0RkI1NEM4OUUwNTJEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTg1RDQ4QTcyQjYxMTFFOUJFOTRGQjU0Qzg5RTA1MkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTg1RDQ4QTgyQjYxMTFFOUJFOTRGQjU0Qzg5RTA1MkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6+pg0BAAABFElEQVR42uzawQoBURTG8Tt2ttZi4xFEFt7AA0h2ysqb2CqlrEgewStYeAObkbXtlBKfOmmSNE33ltH/1FcaTH5z7jkrURzH9+qw74pc5/XWRbdu5/n67opdUcn9SQEBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABUgTIVVkpbcvKrgWpEH9zOikzZalc3t6rKCNlotR8Onx2ZKf0lLoy/YBwdm1qn+nZd36iIxd78gvlmPMeDWVsnarkdeSFHJS5slESTw+1rAwM1Qp5tNLD27ROJB6PZmL3zLUcsnTk2/CGrqzL4WtHsgxv6Mq8HN474mN4Q9en5fAa9r39+I3ncx+y0suh/RBgAAx4RIWxYBDBAAAAAElFTkSuQmCC);
  color: #fff;
  height: 57px;
  position: absolute;
  line-height: 12px;
  padding: 0;
  left: 15px;
  top: 0;
  width: 50px;
  overflow: hidden;
  font-family: Roboto,sans-serif!important
}
.sign-in-text,.user_comments {
  font-size: 14px
}

.article_main_div {
  background: #fff;
  margin-top: 5px
}
.leadership {
  display: grid;
  grid-template-columns: 20% 80%;
  font-size: 12px;
  padding-right: 33px;
  padding-left: 15px
}
.footer-img {
  padding: 15px
}

.footer-img,.lists {
  text-align: left
}

.lists ul {
  list-style: disc;
  margin-left: 28px!important
}

.lists li {
  color: #fd3d39;
  padding: 2px 24px 0 0 !important;
  font-size: 12px;
  float: left
}

.follow-us,.lists li {
  text-align: left
}

.leadership img {
  float: left;
  vertical-align: bottom;
  padding-top: 5px;
  text-align: left
}

.follow-title span {
  color: #fff;
  font-weight: 500;
  padding: 5px 15px
}

.following-images {
  padding: 0 7px 11px 4px
}

.following-images img {
  padding: 0 0 0 11px
}
.products {
  display: block;
  padding: 0
}

.products .borderBottom {
  padding: 15px 0
}

.buttongrey,.buttongrey:active,.buttongrey:focus,.buttongrey:hover {
  color: #fff!important;
  background: #525252!important
}

.remaining-details table tr td,.top10Summary table td table td {
  font-size: 12px;
  padding: 5px 7px;
  text-transform: capitalize
}

.top10Summary table td {
  padding: 5px 0
}
.whiteBg {
  background: #fff
}
.relatedTop10{padding:15px}
.ant-tag{display:block;border:0;margin:5px 5px 0 0;height:30px;background:transparent;padding:0;font-size:14px}
.relatedTop10 .ant-tag:nth-last-child(2) a,.relatedTop10 .ant-tag:nth-last-child(2) a:before{border-bottom:0}
.ant-tag a:before{content:'';width:50px;border-bottom:3px solid #e9e9e9;height:3px;position:absolute;bottom:0}
.review_detail.top10Spec .ant-tabs-nav .ant-tabs-tab-active {
  color: #2a2a2a!important;
  background: #fff!important;
  margin-bottom: -1px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
}
.review_detail.top10Spec .ant-tabs-ink-bar {
  background-color: transparent;
}
.review_detail.top10Spec .ant-tabs-nav{
width: 100%
}
.review_detail.top10Spec .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  width: 50%;
  color: rgba(0,0,0,.3);
  background: #ebebeb;
}
.top10Summary .summaryTable> table tr:nth-child(even) td{
  background: #ebebeb;}
.top10Summary  table{border-collapse: collapse; width: 100%;}
.top10Summary table th{color: #ec2127;font-size: 13px;text-align:left;padding: 5px 7px}.productSpec .spec-tab .ant-slider {margin: 15px 4px; background-color: #d9d9d9;border-top: 4px solid #F2F2F2;border-bottom: 4px solid #F2F2F2;}.review_detail.top10Spec ul {margin: 0;list-style: none;}.review_detail.top10Spec li {display:inline;vertical-align: top;font-size: 14px;padding: 5px 2px;font-weight: 100;}.review_detail.top10Spec li:after {content: '';width: 4px;border-radius: 50%;-moz-border-radius:50%;-webkit-border-radius: 50%;height: 4px;background-color: #2a2a2a;display: inline-block;margin-left: 4px;line-height: 20px;vertical-align: middle;}.review_detail.top10Spec li:last-child:after {display:none;}
.top10SpecDetail .proCons h2 span{
 text-transform: capitalize;
}
.proCons h2.pros {
  background: #41b757;
}
.proCons h2.pros:after {
  border-bottom: 2px solid #2dcc70;
  content: '';
  position: absolute;
  left: -15px;
  top: 32px;
  right: -15px;
}
.review_detail.top10Spec .proCons ul {
    margin: 10px 0;
}
.review_detail.top10Spec .proCons ul li{
  float: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
  display: block;
}
.review_detail.top10Spec .proCons li:after{display: none}
.review_detail.top10Spec .proCons li:before{content: '';width: 4px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;height: 4px;background-color: #2a2a2a;display: inline-block;margin-right:7px;line-height: 20px;vertical-align: middle;}.proCons h2.cons {background: #e72d2e;}.proCons h2.cons:after {border-bottom: 2px solid #ec2127;content: '';position: absolute;left: -15px;top: 32px;right: -15px;}.relatedTop10 {padding: 15px;}.ant-tag {display: block;border: 0;margin: 5px 5px 0px 0;height: 30px;background: transparent;padding: 0;font-size: 14px;}
.ant-tag a{padding: 4px 0px;display: inline-block;border-bottom: 1px solid #e9e9e9;color: #4a4a4a!important;border-radius: 3px;text-overflow: ellipsis;overflow: hidden;width: 100%;position: relative;}
.relatedTop10 .ant-tag:nth-last-child(2) a, .relatedTop10 .ant-tag:nth-last-child(2) a:before{border-bottom:0;}.ant-tag a:before{content: '';width: 50px;border-bottom: 3px solid #e9e9e9;height: 3px;position: absolute;bottom: 0;}
.slideNextShow2 .closeCompare {position: absolute;right: 0;top: -5px;font-size: 18px;cursor: pointer;}
button.ant-btn.clearAll {background: #e2e2e2;color: #5e5e5e;padding: 3px 3px;height: auto;font-size: 11px;}
.createOwnTop10 .ant-modal-content {
  height: 100%;overflow: auto;    border-radius: 0;
}
.createOwnTop10 .ant-radio-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  padding: 10px 0;
}
.createOwnTop10 .ant-tabs-vertical .ant-tabs-tab-prev, .createOwnTop10 .ant-tabs-vertical .ant-tabs-tab-next{
  display: none;
}
.createOwnTop10 .ant-tabs-nav-container{
  padding: 0 !important;
}
.createOwnTop10 .ant-modal-footer {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  background: #fff;
  z-index: 2;
  left: 0;
  padding: 0;
  height: 50px;}
.createOwnTop10 .ant-radio-wrapper-checked .ant-radio-inner:after {
  width: 7px!important;
  height: 7px!important;
  background: #fff;
  transform: none!important;
  background: #ec2127!important;
  left: 3px;
  border-radius: 0;    
  content: " ";
top:3px;
position: absolute;
}
  
.createOwnTop10 .ant-radio-inner,.createOwnTop10 .ant-radio-inner:hover,.createOwnTop10 .ant-radio-inner:focus {
  border:1px solid #ec2127!important;
  background:transparent!important;
  border-radius: 0;}
.createOwnTop10 .ant-tabs-nav .ant-tabs-tab-active {
  color: #2a2a2a;    background: #fff;}
.createOwnTop10 .ant-modal-body { padding: 0;height: 83%;}
.createOwnTop10 .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar {
  background: #ebebeb;}
.createOwnTop10 .ant-tabs-ink-bar{background: transparent}
.createOwnTop10 .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 12px 20px;
  text-align: center;}
.createOwnTop10 .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:first-child {
  border-top:0;}
.createOwnTop10 .ant-modal-close {
  color: rgba(255,255,255,.9);
  left: 0;}
.createOwnTop10 .ant-modal-header {
  background: #2a2a2a!important;
  color: #fff!important;
  padding-left: 45px;
  text-transform: uppercase;}
.createOwnTop10 .ant-modal-title{
  color: #fff!important;}
.createOwnTop10 .ant-tabs-content {
  padding-top: 5px;
  padding-bottom:15px; 
  overflow: auto;
  height: 100%;margin-top: 0!important;}
.slideNextShow2 .compareWrapper {height: 135px;}
.slideNextShow2 img.AddCompare {padding-top: 27px;}
.videoGallary.top10 .image-gallery-left-nav,.videoGallary.top10 .image-gallery-right-nav{display:none;}
button.ant-btn.btnWhtOutline.unbold {
  font-weight: normal;border-radius: 2px;}
.OverviewTab .ant-anchor-wrapper .ant-anchor-link.ant-anchor-link-active a{color: #fff!important;}
.topTen.slideNextShow2 .ant-carousel .slick-list .slick-slide .whiteBg.borderRadius3 {
  -moz-box-shadow: none;
  -webkit-box-shadow:none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  min-height: 151px;
}
.createOwnTop10 .ant-modal-body .ant-tabs{height: 100%;}

/* brand list css */
.FeatureBrand .ant-btn {
  text-transform: uppercase;
  margin-right: 9px;
  margin-top: 5px;
}
.FeatureBrand {
  margin: 10px 20px;
  display: flex;
  overflow: auto;
  padding-bottom: 10px;
}
.filterbg {
  background: #f1f1f1;
  display: block;
  padding: 15px 0;
  margin-top: 30px;
}
.filterbg li {
  display: inline-block;
  width: 48%;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.filterbg li span {
  padding-right: 3px;
  padding-left: 8px;
}
.filterbg.stickyAdded#fixedbrandList {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  z-index: 2;
  max-width: 630px;
}
.brandlist {
  display: block;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  position: relative;
  padding: 15px 0 0;
}
.brandlist .brandimg img {
  max-width: 100%;
  max-height: 150px;
}
.brandlist .brandimg {
  width: 150px;
  float: left;
  min-height: 180px;
  padding: 10px 0 10px 10px;
}
.brandlist .common-heading-h3 a, .brandlist h3 a {
  font-family: Fjalla One,sans-serif;
  color: #0e0e0e;
}
.PR50 {
  padding-right: 50px;
}
.brandlist .short-description {
  border-top: 1px solid #eae7d9;
  border-bottom: 1px solid #eae7d9;
  padding: 7px 0;
}
.brandlist .Scorebox {
  top: -15px;
}
.brandlist .short-description li span {
  padding-left: 0;
}
.brandlist .short-description li:first-child {
  padding: 5px 2px;
}
.brandlist .short-description li:nth-child(2n) {
  margin-right: 0;
}
.brandlist .short-description li {
  width: 48%;
  display: inline-block;
  margin-right: 4%;
  vertical-align: text-top;
}
.short-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: auto;
}
.pagination_div {
  position: relative;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
ul.ant-pagination {
  display: block;
  overflow: auto;
  width: 88%;
  align-content: center;
  align-items: center;
  text-align: center;
}

.ant-pagination {
  font-size: 12px;
}

.pagination_div .ant-pagination-item {
  border: 0;
  cursor: pointer;
  color: #2a2a2a;
  font-weight: 500;
  margin-right: 4px;
  border-radius: 4px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  display: inline-block;
  background-color: #fff;
}

.pagination_div .ant-pagination-item-active {
  background-color: #fd3e42;
  border-color: #fd3e42;
  border-radius: 50%;
}
.pagination_div .ant-pagination-next {
  float: right;
  position: absolute;
  right: 0;
}
.ant-pagination-prev, .pagination_div .ant-pagination-next {
  border: 0;
  background-color: transparent;
  font-weight: 500;
}
.heading_div.categoryHeading {
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: rgba(0,0,0,.04) linear-gradient(transparent,transparent 20%,rgba(0,0,0,.75));
  text-align: left;
  width: 100%;
  margin: auto!important;
  right: 0;
  max-width: 480px;    z-index: 2;
  
}
.list_page .heading_div {
  margin: 0;
}
.heading_div.categoryHeading .common-heading-h2, .heading_div.categoryHeading h2 {
  font-size: 26px;
  color: #fff;
  font-family: 'Fjalla One',sans-serif;
}
.heading_div.categoryHeading .common-heading-h2 a, .heading_div.categoryHeading h2 a {
  color: #fff!important;
  font-family: 'Fjalla One',sans-serif;
}
span.heading_title {
  color: #fd3d39;
  font-size: 10px;
  font-family: Roboto,sans-serif;
  font-weight: 500;
}
.staticDropdown .ant-affix {
  position: static!important;
}
.stickyAdded #fixedContentlisting {
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  max-width: 630px;
}
.staticDropdown .ant-dropdown .ant-dropdown-menu {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  border-top: 0;
  box-shadow: none;
}
.ant-pagination-next a, .ant-pagination-prev a {
  color: rgba(0,0,0,.65);
}
 .ant-pagination-prev {
  margin-left: 9px;
}
.ant-pagination-prev {
  float: left;
  text-align: left;
}
.mobileListTable table {
  font-size: 14px!important;
  border-collapse: collapse;
}
.mobileListTable table tr:nth-child(odd) {
  background: #fff;
}
.mobileListTable table tr:nth-child(2n) {
  background: #ebebeb;
}
.ant-pagination-item a {
  text-decoration: none;
  color: rgba(0,0,0,.65);
  -webkit-transition: none;
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item-active:hover a, .ant-pagination-item-active a {
  color: #fff;
}
@media only screen and (max-width: 1024px){
.ant-pagination-item-after-jump-prev, .ant-pagination-item-before-jump-next {
    display: none;
}
}
.ant-pagination-jump-next, .ant-pagination-jump-prev, .ant-pagination-next, .ant-pagination-prev {
  font-family: Arial;
  cursor: pointer;
  color: rgba(0,0,0,.65);
  border-radius: 4px;
  list-style: none;
  min-width: 24px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}
.ant-modal-close-x i, .ant-pagination li a .ant-pagination-item-container, .ant-pagination li a:after, .ant-select-arrow i, i svg {
  display: none;
}
.ant-pagination-jump-next:after, .ant-pagination-jump-prev:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0,0,0,.25);
  text-align: center;
}
.pagination_div .ant-pagination-next a:after {
  content: "\E61F";
  display: inline;
}
.pagination_div .ant-pagination-prev a:after {
  content: "\E620";
  display: inline;
  font-size: 18px;
  position: absolute;
  left: -5px;
}
.ant-pagination-next a:after, .ant-pagination-prev a:after {
  display: inline-block;
  font-size: 12px;
  font-size: 8px\9;
  -webkit-transform: scale(.66666667) rotate(0deg);
  -ms-transform: scale(.66666667) rotate(0deg);
  transform: scale(.66666667) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: block;
  height: 26px;
  line-height: 27px;
  font-family: anticon;
  text-align: center;
}
.mobileListTable table td, .mobileListTable table th {
  padding: 8px 8px 8px 15px;
  word-break: inherit;
}
.mobileListTable table th {
  background: #fff!important;
  font-size: 16px!important;
  text-align: left;
  color: #e84c3d!important;
  font-weight: 500;
}
.mobileListTable .prodDetailTrim {
  width: 138px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.black_color {
  color: #2a2a2a;
}
.RedColor {
  color: #fd3d39;
}
.greybg {
  background: #f1f1f1;
  margin: 0;
}
.height50 {
  height: 50px;
}
/*video detail */

.likeComment span {
  margin-right: 10px
}
.videoCtxWrapper .ant-tabs-tab-next,.videoCtxWrapper .ant-tabs-tab-prev {
  display: none
}
.Relative .descriptionvideo span {
  display: inline-block
}
.defaultfont,.defaultfont span {
  text-transform: capitalize!important;
  font-family: Roboto,sans-serif!important
}
.OverviewTab.videoDetail .ant-tabs-content .ant-tabs-tabpane.ant-tabs-tabpane-active,.OverviewTab.videoDetail .videoCtxWrapper .ant-tabs-content {
  background: #fd3d39
}

.searchproduct .OverviewTab.videoDetail input[type=text] {
  height: 35px;
  display: none
}
.videoDetail .videoCtxWrapper .ant-tabs-nav>div {
  overflow: auto;
  margin-left: 0
}
.OverviewTab .videoCtxWrapper .ant-tabs-nav .ant-tabs-ink-bar {
  display: none;
  background: transparent
}
#videosticky.stickyAdded .OverviewTab.videoDetail {
  position: fixed;
  top: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  max-width: 630px
}
.trending_title .common-heading-h4,.trending_title h4 {
  font-size: 20px;
  font-weight: 500
}

.trending_title .common-heading-h4 span,.trending_title h4 span {
  font-family: Fjalla One,sans-serif
}
.trending_articles .products {
  grid-template-columns: none
}
button.btnWhtOutline {
  font-weight: 700;
  padding: 0 10px
}
button.btnWhtOutline,button.btnWhtOutline:focus {
  border: 1px solid #fff;
  background: transparent;
  color: #fff
}
.subscribe {
  background: #fd3d39;
  padding: 8px 10px;
  width: 100%;
  position: relative
}

.releated-products,.trending_articles {
  padding: 15px
}
.trending_title .bianPageTitle span {
  font-family: Fjalla One,sans-serif
}
.Relative .descriptionvideo {
  position: absolute;
  width: 100%;
  left: 10px;
  bottom: 50px;
  height: 20px;
  color: #fff
}
.OverviewTab.videoDetail li a {
  color: #ae100b!important;
  display: block;
  line-height: 1.8;
  padding: 0
}

.OverviewTab.videoDetail li a.active {
  color: #fff!important
}
.Article-Title p {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 30px
}
.OverviewTab.videoDetail .videoCtxWrapper .ant-tabs-nav {
  width: 100%;
  overflow: auto;
  transform: none!important;
  overflow-y: auto;
}
.OverviewTab ul {
  display: flex;
  white-space: nowrap;
  width: 96%;
  overflow: auto;
  margin-right: 4%;
  color: #b90300;
  text-transform: uppercase;
  padding: 10px;
  height: 38px
}
.trending_title h4 {
  font-size: 20px;
  font-weight: 500
}
.relatedTop10 h2 span,.trending_title h4 span {
  font-family: Fjalla One,sans-serif
}
.OverviewTab.videoDetail .videoCtxWrapper .ant-tabs-nav .ant-tabs-tab-active.ant-tabs-tab:after {
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fd3d39;
  position: absolute;
  bottom: -1px;
  left: 40%
}
.OverviewTab.videoDetail .videoCtxWrapper .removeActiveMenu .ant-tabs-nav .ant-tabs-tab-active.ant-tabs-tab:after {
  display: none
}
.OverviewTab.videoDetail .videoCtxWrapper .removeActiveMenu .ant-tabs-nav .ant-tabs-tab-active.ant-tabs-tab:first-child:after {
  display: block
}
.darkRedColor {
  color: #ae100b
}
@media (max-width: 767px) {
  .addplaceholder1024x60.topAd img{max-width: 100%;}
  .homelist.MTminus10 {
    margin-top: -10px;
}
  .slick-arrow,.slick-arrow.slick-disabled{ display: none!important}
.play-button {
      height: 40px;
      width: 65px
  }
  .play-button:after {
      top: 11px;
      left: 27px;
      border-width: 8.5px 0 8.5px 12px
  }
}
.play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 16.5px;
  left: 40px;
  margin: 0 auto;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px
}
.play-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 100px;
  background-color: rgba(0,0,0,.7);
  border-radius: 5px;
  z-index: 1
}
.OverviewTab .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 15px
}
.OverviewTab .ant-tabs-nav .ant-tabs-tab-active,.OverviewTab .ant-tabs-nav .ant-tabs-tab:focus,.OverviewTab .ant-tabs-nav .ant-tabs-tab:hover {
  color: #fd3d39
}
.OverviewTab .ant-tabs-nav .ant-tabs-ink-bar {
  background-color: #fd3d39
}
.OverviewTab li {
  float: left;
  margin: 0 20px 0 0;
  list-style: none
}
.OverviewTab li a {
  color: #8b8a90!important;
  display: block;
  line-height: 1.8;
  padding: 10px 0
}
.OverviewTab .ant-tabs-bar {
  margin: 0
}
.OverviewTab .ant-tabs-nav {
  background: #f1f1f3;
  color: #6f6f6f;
  width: 100%
}
.searchproduct input[type=text] {
  width: 50px;
  box-sizing: border-box;
  border: none;
  border-left: 1px solid #f83f37;
  border-radius: 0;
  font-size: 12px;
  background-color: #000;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA5RDdENUI2QTEwQzExRThCNEY2ODhDMjcwQTVCQUY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA5RDdENUI3QTEwQzExRThCNEY2ODhDMjcwQTVCQUY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDlEN0Q1QjRBMTBDMTFFOEI0RjY4OEMyNzBBNUJBRjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDlEN0Q1QjVBMTBDMTFFOEI0RjY4OEMyNzBBNUJBRjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4b3k3hAAABFklEQVR42mL8//8/Awz8dLCIBVLpQCwLxP+AeDcQd7EfOHGHAQkwgjQBFQsA2YeBWAeIXwDxBSDmA2IrqLo8oMbJME0sUPocECsCsT1Q8hCSzexAaioQTwKyvwDl5oNt+mFv3gGky4FYFd0ZSJp3ASlXIOYGqvnGBNWwB5cGKIiG0nEgggnKWY1HAwPQwNdQpiOyJn4G4sBXmKaP0GDGCYB+skR2EUhTMhArAyWS8OhbA8SngM7cjhxPi4BsUMROgEbmc6AYI5DtDsRLgVgIGo+gKPnPCEsRQEUtQKoa5iKQ/6HsU0B8FIgLgfgSEFszoiUjCSAVBsSmQPwSiLcCTd4PlWsDUpVA/A5FEyEA1NgFpFQAAgwAtHtlL6o/B7IAAAAASUVORK5CYII=);
  background-position: 17px 11px;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  height: 36px
}
.clear {
  clear: both
}
.sponserDetail{font-size:16px;line-height:25px;position:relative;font-weight:200;padding:10px 15px 0}
.sponserDetail p{margin-bottom:14px;font-size:18px!important;font-weight:200!important;color:#000!important}
.sponserDetail p img{margin-left:auto;display:block;margin-right:auto;max-width:100%}
.sponserDetail h2{padding:5px 0 10px}
.sponderTitle{position:absolute;bottom:5px;background:rgba(0,0,0,.4);padding:6px 15px;color:#fff;width:100%}
.sponseredImg{position:relative}
.sponderTitle h1{color:#fff}
.comparision_para {
  font-size: 18px;
  font-weight: 200;
  color: rgba(0,0,0,.8);
}
.mob_container .inner_div {
  height: 195px;
}
.mob_container .price_details {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-height: 77px;
}
.mob_container .buyTop {
  float: none;
  width: 100%;
}
.anticon-up:before {
  content: "\E61E";
}
.Underline {
  text-decoration: underline;
}
/* compare css */
.mob_container {
  position: relative;
  border: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0;
}
.mob_container img {
  display: inline-block!important;
}
.feature-heading h2, .feature-heading h3 {
  background: #EAEAEA;
  height: 35px;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  display: inline-block;
}
.text-italic {
  font-style: italic;
}
.feature_row .ant-progress-inner {
  background: #f5f5f5;
  border-radius: 6px;
  height: 10px;
}
.feature_row .ant-progress-bg {
  height: 10px;
  border-radius: 6px;
}
.ProgressColour1 .ant-progress-bg {
  background: #595bd4;
}
.ProgressColour0 .ant-progress-bg { background: #167ffc;}
.ProgressColour2 .ant-progress-bg{background:#fd3259}
.ProgressColour3 .ant-progress-bg{background:#fe9526}
.feature_row .ant-progress-text {
  display: none;
}
.feature_row .ant-progress-text {
  display: none;
}
.vertical-bottom {
  vertical-align: bottom;
}
.ant-input {
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all .3s;
  width: 100%;
  height:31px;
  transition: all .3s;
}
.like_comment .ant-form-item-control {
	line-height: 22px;
  }
/* category css */
.menuRow {
  background: #fff;
  height: 40px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  overflow: auto;
}
.menuRow a {
  margin: 0 10px 0 15px;
  color: #595959;
  white-space: nowrap;
  line-height: 38px;
}
.ant-dropdown-hidden, .ant-dropdown-menu-hidden,
.ant-select-dropdown-hidden,.ant-popover.ant-popover-hidden,
.ant-select-dropdown-hidden {
  display: none;
}
.staticDropdown .ant-dropdown {
  top: 38px!important;
  width: 100%;
  left: 0!important;
  max-height: 250px;
  z-index: 4;
  overflow: auto;
}
.staticDropdown .dropdown-row a>span {
  color: #2a2a2a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 90%;
  display: inline-block;
  font-weight: 500;
}
.staticDropdown .dropdown-row a>span.ant-avatar {
  display: inline;
}
/* top 10 listing style starts */

.topcategorylist img {
  max-width: 100%;
  max-height: 62px;
}
.topcategorylist a {
  text-align: center;
  color: #2a2a2a;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: nowrap;
  font-size: 12px;
}
.topcategorylist {
  width: 100%;
  margin: 20px 0;
}

.homelist {
  width: 100%;
  display: block;
}
.homelist .newlistwrapper:last-child {
  border-bottom: none;
}
.homelist .newlistwrapper {
  display: block;
  margin: 0px 15px;
  padding: 15px 0px;
  border-bottom: 1px solid #e7e7e7;
}
.homelist .newlistwrapper .newsimg {
  width: 98px;
  height: 98px;
  float: left;
  position: relative;
  border: 1px solid #e7e7e7;
  text-align: center;
}
.homelist .newlistwrapper .newstitle {
  float: right;
  width: 67%;    
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.homelist .newlistwrapper .newstitle a {
  padding: 0;
  height: 75px;
  font-size: 14px;
  line-height: 22px;
  color: #2a2a2a;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homelist .newlistwrapper .date {
  color: rgba(0,0,0,0.5);
  font-size: 10px!important;
  margin-top: 10px;
}
.marginAuto a {
  margin: 0 auto;
  width: 100%;
  text-align: center;}
.blackColor {
  color: #000;
}
.mob_container .close-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 16px;
}
.specscore {
  left: 0;
}
.select_another {
  padding: 15px;
  border: 1px solid #ddd;
}
.select_another .ant-select-auto-complete.ant-select .ant-input {
  border: 0;
  border-bottom: 1px solid #ddd;
}
#compare_search_key .ant-select-dropdown {
  top: 40px!important;
}
.ant-select-dropdown {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow: hidden;
  font-size: 12px;
}
/* brand filter css */
.createOwnTop10 .ant-modal-close-x:before{content:"";background: url('../image/arrowBack.png');display:block; width: 22px; top: 14px; height: 14px;  left: 7px;  position: absolute;}
.createOwnTop10.filterModal .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-active.ant-tabs-tab {
  color: #0e0e0e;
}
.createOwnTop10.filterModal .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab {
  font-size: 12px;
  padding: 12px 10px;
  color: #c3c3c3;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-align: left;
}
.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar {
  float: left;
  border-right: 1px solid #e9e9e9;
  margin-right: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-left>.ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid #e9e9e9;
}
.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive, .ant-tabs-vertical>.ant-tabs-content>.ant-tabs-tabpane-inactive, .no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive {
  display: none;
}
.filterModal .ant-tabs-nav-wrap {
  overflow: auto;
  padding-bottom: 50px;
  height:100%
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio, .ant-radio-wrapper {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.createOwnTop10.filterModal .ant-radio-wrapper, .createOwnTop10.filterModal .ant-checkbox-group {
  font-size: 14px;
  text-transform: uppercase;
}
span.ant-radio+* {
  padding-left: 8px;
  padding-right: 8px;
}
.createOwnTop10 .ant-modal {
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
.createOwnTop10 .ant-modal-footer button.ant-btn {
  width: 50%;
  height: 50px;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0!important;
  font-size: 14px;
}
.createOwnTop10 button.ant-btn.clearAllCheck {
  background: #6f6f6f;
  color: #fff;
}
.main_title {
  border: 0;
  padding: 0px 5px;
}
.inner_button {
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 0px 5px;
  height: 25px!important;
}
.createOwnTop10.filterModal h3 {
  color: red;
  text-transform: uppercase;
}
.createOwnTop10 .ant-checkbox-checked span.ant-checkbox-inner, .createOwnTop10 .ant-checkbox-inner:hover, .createOwnTop10 .ant-checkbox-inner:focus {
  border: 1px solid #ec2127!important;
  background: transparent!important;
  top: 1px;
  border-color: #ec2127!important;
}
.createOwnTop10.filterModal .ant-checkbox-group-item {
  display: block;
  padding: 5px 0;
  overflow: hidden;
}
/* contest page css starts */

.contest_images {
  padding: 0px 25px;
}
.contest_img {
  border: 1px solid #ddd;
  height: 322px;
}
.contest_img .img_div {
  height: 258px;
  overflow: hidden;
}
.contest_img img {
  max-width: 100%;
}
.contest_img .title {
  font-size: 14px;
  text-align: left;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  top: -5px;
  position: relative;
}
.contest_img .participate {
  background: #ec2127;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 62px;
  padding: 15px 2px;
  position: relative;
  top: 0;
  font-weight: 500;
}
.contest_img .see_results {
  background: #585858;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 62px;
  padding: 15px 7px;
  position: relative;
  top: 0px;
  font-weight: 500;
}
.response_collapsible .remaining-details .responseExpd.response_reaction .all_responses .profile_info:first-child{border-top:0}
.askdigit-page .askDigitQuestion .questitle{font-size:18px}
.askdigit-page .askDigitQuestion .ques_description,.all_responses .ques_description{font-size:15px}
.response_reaction .dot{position:relative;bottom:3px}
.askCommentUser{width:35px;height:35px;background:#ec2127;text-align:center;vertical-align:middle;line-height:35px;color:#fff;font-size:14px;border-radius:50%}
.borderboxing .askQuestion {
  border: 1px solid #ddd;
  border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    padding: 10px 15px;
}
.borderboxing .response_reaction {
  border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background:#f5f5f5;
}
.border-boxing-response .all_responses .profile_info {
  border: 1px solid #ddd;
  padding: 15px 15px;
  border-bottom: 0;
}
.border-boxing-response .all_responses .profile_info:last-child {
  border-bottom: 1px solid #ddd;
}
.border-boxing-response .all_responses .profile_info:first-child {
  border-top: 0;
  position:relative;
  top:-2px;
}
.toBeCollapsed.collapsed {
  overflow: hidden;
}
.toBeCollapsed.expanded, .toBeCollapsed.priceExpd {
  overflow: visible;
  height: auto;
}
.lightgrayAskDigitBg{background:#f5f5f5;padding-top:10px}
.searchbar input{border:0;border-bottom:1px solid #2a2a2a;padding:21px 22px;font-size:14px;border-radius:0}
.searchbar span.ant-input-suffix{left:0;right:initial}
.borderWht{border-bottom:2px solid #fff}
.all_responses{background:#f5f5f5}
.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container, .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
/* search page css starts */

.searchWrapper .ant-tabs-nav .ant-tabs-tab {
  margin-right: 10px;
  padding: 8px 15px;
  font-weight: 400;
}
.searchWrapper .ant-tabs-tab-active.ant-tabs-tab {
  color: #2a2a2a;
  font-weight: 500!important;
}
.searchresult input{border-radius:0;border:0!important;border-bottom:1px solid #e8e8e8!important}
.searchWrapper .ant-tabs-tab-active.ant-tabs-tab{color:#2a2a2a;font-weight:500!important}
.searchWrapper .ant-tabs-ink-bar{background:0}
.searchWrapper .ant-tabs-bar{border-bottom:0}
.searchWrapper .ant-tabs-nav .ant-tabs-tab{margin-right:10px;padding:8px 15px;font-weight:400}
.searchWrapper .ant-tabs-tab-prev,.searchWrapper .ant-tabs-tab-next{display:none}
.searchWrapper .ant-tabs-nav-scroll{overflow:auto}
@media (max-width: 768px){
.ant-modal {
    width: auto!important;margin: 10px;
}
}

.fix_carousel {
  box-shadow: 0 0 40px #888;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 2;
  background: #fff;
  max-width: 630px;
  height: 90px;
}
.mob_compare_panel {
  height: 100px;
  position: relative;
}
.mob_compare_panel .ant-col-xs-8 img {
  max-width: 100%;
  height: 77px;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
}
.carouselAtTop{position: relative;z-index: 2;}
.mob_compare_panel .Title {
  line-height: 1.1;
  height: 38px;
  font-size: 16px;
  font-family: 'Fjalla One',sans-serif;
  color: #2a2a2a;
}
/* compare listing */
.img_comparision_div {
  position: relative;
  background:url(../image/compare-repeat.png) top left repeat-x;
  display: block;
  height: 210px;
  border-top:1px solid #d4d4d4;
  border-bottom:1px solid #e7e7e7;
}
.img_comparision_div a{color: #2a2a2a; cursor: pointer;}
.img_comparision_div .ant-col-12 {
  padding: 0;
  display: flex;
  height: 210px;
  align-items: center;
  position: relative;
}
.border_right_black {
  border-right: 1px solid #000;
}
.img_comparision_div img {
  max-width: 100%;
  max-height: 165px;
  margin: 21px auto;
}
.img_comparision_div .vs {
  top: 95px;
}
.vs {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 65px;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.20);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.20);
}
.comp_prod_listing .products .product-img {
  width: 40%;
  height: 80px;
  padding: 0 5px;
  border-radius: 2px;
    position: relative;
    text-align: center;
}
.vs_small {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  background: #fff;
  border-radius: 50%;
  height: 30px;
  z-index: 2;
  width: 30px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
}
.comp_prod_listing .products .product-desc {
  width: 56%;
}
.comp_prod_listing .product-desc b {
  color: #ec2127;
  font-weight: 400;
}
/* content page css starts */
.stickyAdded #fixedlisting, .stickyAdded1 #fixedlisting {
  position: fixed;
  top: 37px;
  z-index: 2;
  background: #fff;
  width: 100%;
  max-width: 630px;
  border-bottom: 1px solid #d4d4d4;
}
/* hotdeal list */
.homelist .newlistwrapper.hotdeallist{padding:0px 0 10px;margin:15px}
.hotdeallist .hotdealBuynow{line-height:33px}
.hotdeallist .hotdealBuynow img{vertical-align:middle}
.hotdealslist .newlistwrapper .priceOver{text-decoration:line-through}
.hotdealslist .newlistwrapper p{padding:8px 0;font-size:10px;font-weight:400;color:#6f6f6f}
.hotdealslist .ant-select-selection{border:0}
.hotdealslist .newlistwrapper .newstitle a.pull-right{padding: 0px;min-height: auto;font-size: 14px;line-height: inherit;color: #ec2127;display: inherit;overflow: inherit;text-overflow: inherit;}
.bubble{background-color: #d7d7d7;border-radius: 5px;display: inline-block;padding: 3px;position: relative;font-size: 12px;vertical-align: top;font-weight: 500;margin-left: 5px;}
.bubble:before {content: "\00a0";display: block;height: 0;position: absolute;top: 8px;width: 0;left: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-right:5px solid #d7d7d7;}
.bubbleleft {float: left; }
.hotdealslist .homelist .newlistwrapper .newsimg img {
  position: absolute;
  border: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.ant-select-arrow:before {
  display: block;
  font-family: anticon!important;
  content: "\E61D";
  transition: transform .2s ease;
}
.ant-select-open .ant-select-arrow:before{
  transform: rotate(180deg);
}
.border-top-dash {
  border-top: 1px dashed #cccccc;
}
/* hublist css starts */
.hub-item {
  margin: 5px 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 185px;
}
.hubImg {
  position: relative;
  position: relative;
  border-top-left-radius: 5px;
  overflow: hidden;
  border-top-right-radius: 5px;
  height: 140px;
}
.hub-item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.hub-item > span.hub-item-name {
  padding: 4px 5px;
  position: relative;
  height: 43px;
}
.hub-item > span {
  display: block;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 8px 0px;
  font-size: 15px;
  position: relative;
}
.hub-item > span:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: red;
  position: absolute;
  z-index: 1;
  bottom: 38px;
  top: -2px;
  left: 30%;
}
.hub-item > span.hub-item-name span {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 16px;
}
.stickyAdded #fixedCategory {
  position: fixed;
  top: 0px;
  z-index: 3;
  background: #fff;
  width: 100%;
  max-width: 630px;
}
.filterbg#fixedbrandList .ant-affix{position: static!important;}
.brandlist .buyTop {
  width: 79%;
  margin: 0px;
}
.brandlist .buytopWrapper {
  background: #fff;
}
.brandPrice .PriceRow {
  position: relative;
  border-top: 1px dashed #d9d9d9;
  border-bottom: 0;
  clear: both;
}
.brandlist .price {
  font-size: 18px;
  color: #0e0e0e;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.brandlist .price .button-default {
  background: #eae7d9;
  color: #9c9c9b;
  text-align: right;
  font-weight: 500;
  padding: 3px 5px;
}
.sticky_ctx span {
/* width: 90%; */
  display: flex;
  overflow: auto;
  /* float: right;    height: 40px; */
}
.reviewDetail .ctxMenu { top: -43px;}
.Buynow-row.outOfStock button.ant-btn, button.ant-btn.outOfStock {
  background: #525252!important;
  border-color: #525252!important;text-transform: uppercase;
  width: 64px;
}
.reviewTable td {
  border-bottom: 1px solid #e8e8e8;
  min-width: 79px;
  text-align: left;
  padding: 10px 0px;
  vertical-align: middle;
}
.para_img img {
  max-width: 100%;
}
.ant-modal-body {
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.has-error .ant-form-explain, .has-error .ant-form-split {
  color: #f04134;    line-height: 1.5;
}
.has-error .ant-input, .has-error .ant-input:hover {
  border-color: #f04134;
}
.ant-popover {
  position:absolute;
  top:0;
  left:0;
  z-index:1030;
  cursor:auto;
  -webkit-user-select:text;
  -moz-user-select:text;
  -ms-user-select:text;
  user-select:text;
  white-space:normal;
  font-size:12px;
  line-height:1.5;
  font-weight:400;
  text-align:left
}
.ant-popover:after {
  content:"";
  position:absolute;
  background:hsla(0, 0%, 100%, .01)
}
.ant-popover-hidden {
  display:none
}
.ant-popover-placement-top, .ant-popover-placement-topLeft, .ant-popover-placement-topRight {
  padding-bottom:4px
}
.ant-popover-arrow, .ant-popover-arrow:after {
  position:absolute;
  display:block;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid
}


.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow, .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow, .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
  border-bottom-width:0;
  border-top-color:hsla(0, 0%, 85%, .7);
  bottom:-1px
}
.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow:after, .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow:after, .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow:after {
  content:" ";
  bottom:1px;
  margin-left:-4px;
  border-bottom-width:0;
  border-top-color:#fff
}
.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
  right:16px
}
.ant-carousel .slick-track:after, .ant-carousel .slick-track:before {
  content:"";
  display:table
}
.ant-carousel .slick-track:after {
  clear:both
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow:after,.ant-popover-placement-bottomLeft
> .ant-popover-content
> .ant-popover-arrow:after,.ant-popover-placement-bottomRight
> .ant-popover-content
> .ant-popover-arrow:after,.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow:after,.ant-popover-placement-topLeft
> .ant-popover-content
> .ant-popover-arrow:after,.ant-popover-placement-topRight
> .ant-popover-content
> .ant-popover-arrow:after{left:0;margin-left:-4px}
.priceRangereviewRatingBox{position:absolute;top:0;right:0}
.videoGallery .image-gallery-image {height: auto;}

.videoMargin .image-gallery-slides, .videoMargin .image-gallery-slide .image-gallery-image{
  height: auto;position: relative;}
  .colorGb{font-weight:400;float:left;margin-left:10px}
  .image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}
  .image-gallery-content{position:relative;line-height:0;top:0}
  .image-gallery-slide-wrapper{position:relative}
  .image-gallery-fullscreen-button,.image-gallery-play-button,.image-gallery-left-nav,.image-gallery-right-nav{appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4}
  .image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0}
  .image-gallery-fullscreen-button{right:0}
  .image-gallery-left-nav,.image-gallery-right-nav{color:#fff;font-size:5em;padding:50px 15px;top:50%;transform:translateY(-50%)}
  @media (max-width: 768px) {
    .image-gallery-left-nav,.image-gallery-right-nav{font-size:3.4em;padding:20px 15px}
    }
    @media (max-width: 480px) {
      .image-gallery-left-nav,.image-gallery-right-nav{font-size:2.4em;padding:0}
      }
      .image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;max-height:220px}
      .image-gallery-slide{left:0;position:absolute;top:0;width:100%}
      .image-gallery-slide.center{position:relative}
      .image-gallery-slide img{max-width:100%;max-height:200px;min-height:200px}
      .image-gallery-thumbnails-wrapper{position:relative}
      .image-gallery-thumbnails{overflow:auto;padding:5px 0;margin:auto}
.imageGalleryModal .image-gallery-content{margin:20px 0 0}
@media (max-width: 768px) {
.image-gallery-thumbnails{padding:3px 0}
}
.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}
.image-gallery-thumbnail{display:inline-block;border:1px solid #cecece;transition:border .3s ease-out;opacity:.6;border-radius:5px}
.image-gallery-thumbnail.active{opacity:1}
@media (max-width: 768px) {
.image-gallery-thumbnail + .image-gallery-thumbnail{margin-left:5px}
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner{position:relative;padding:5px;width:96px}
.image-gallery-thumbnail img{vertical-align:middle}
.image-gallery-fullscreen-button{display:none}
.image-gallery-left-nav{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4OTlGNTNDQTgwODlFODExOTM5OUFENURCNTU1RDE2MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRkI1MjQzRUEyMEYxMUU4ODJGMUNFRjNBQ0RBNEI4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRkI1MjQzREEyMEYxMUU4ODJGMUNFRjNBQ0RBNEI4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc0NDY2RTA4OTQ5Q0U4MTFBQUVBQkUxQjg4NDhENEI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg5OUY1M0NBODA4OUU4MTE5Mzk5QUQ1REI1NTVEMTYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iiYj4AAAB2JJREFUeNrsm19IHEccx2f2NjERU61Bgpz0obGkIUSoTaXBSE2wJE2Db30wwb4kFFo09KH4UtrkocUSj0KrvpgHSxvSgoE0nlTPEqjFBklsrySVIvhwD0rTYkzjGc8c3k5nD7V3k/nzm9ndawoObHaTeLuzn/vO9/eb34yYEII227/N2kSwCUTabPePUCgU1P1xgH0ngQH5nwBQPYs8KUBwgUERwDPIfwEEG/wf9gEERBnYFIztMwwM+DlsCAMrAInAkCCBmIDAAQwfwgEhAqOlFtsjDAgIUzgE8E3rgiF+AVHBkIHAEkCiexOOScpeSARGG4rtIwzZWQVFFTEwAAoPnDYU2wMMFooIBFQpqhdkz1C1aEExNVWVGngwTIGwZxYKAQwz7IepYg0YmJkbYQUcmQcRABDeN+4AlSVVie0TDOghUotKHTwg7GFxYGpDMTFVHRiWIRQIDEfTg0CmahkmXzIAjx0XL14Mz87OvpVMJr9cWVm5nk6nf81kMn/RczyVSn2/uLj4RSKROBOJRMLu5JtzWIpDpUpwUondihkz/VeFVIgastfxePzQ3r17P9iyZctLUNd+9OjRzzdv3uxsbGycEKiCvXYE/887eL6Ud21pRhiRSqxchUSj0d3Ly8sDNTU1gzow3FZUVPRiQ0PDFaqaS729vbs1FMMboqK+i1+SUQhUHZYABr5z584rVBX9GOOnvU5YHMf5e2xs7J2mpqafOIpwmAOqGqlKoEBkQ2TjTH3izcrKyk/XvkW/WmZqaup9qrZvBCCgYGTDZ+PaAiZgSGGolquMAGBkK5z79u37eGRk5BDAXC2FsSrfz9LwDqFKXM9wh0kAMDagHDlypPfChQvPSrxENx9SeohsbsKG1bwQS0Ppd9Q8Xw66iPrgwYMfysvLz+QMj4zgmjeERF6SN2wsA3Xk/fvMzMyJQsBwW2lpaePg4GA9MMJgwBwLpBDRTSxe8kXVEdMNrV4aDee3d+zY8caaIjI56shIVCIz2byoA81DuJCGh4efKyQMtxUXF9d0dnbu5niHyktAM2xVlJE6cm1t7Qmdl6EZKOrp6fEMpbm5+VVAdIHWccBRRlX0wSUlJbU6ML6+fBlRU/QMpKKiokZjVo0VJQvfisyYDpf9kA/SbBN9e/UqOnrsGDpGD6+NfhHP50z3HWB49bXIzIs6yLKsMtUHLlNV3KLqaDl5EtXV1fniI7ZtlzLe4QBUAqqYiaKMMrq4iRGdws9DlLFt2zYUrqoCv/D27dvR6dOn5ZlaKLR/LaqsMmc2+mhFG9NliOzfKcxFOol7SvShcDichbF+7b4oFIhi0rcMmHMhk2GzrhBZ8YeXnWbT5nQ6/Qv97DOyB8zNzaGe7m5UvnMnamtrA0NR1EzmaPh9LUcZrDpEKhFlrcJ6CNbs2O+qn3GV0dbejhbu3cuG3FQq5RlIMpmc9tJvnTyEaHZsEvJzLpQPz53LXnd1dXnu9N27d3/z0m8IEKMbTk5OjugY5dmzZ30Ju9euXRtD8sUq00Y8RRn3TIdAbOvWrS8UKnWnqpwqKys7leMTvkYZyFxGtmSI6Gy3u5BzmaGhoc8VlS9Qv73kIdJI454fPnw4SMNrXdAw5ufnx3ft2tXOKMGPCKM92+WR3bjJwMDAuzQ3SAYJgyaBS5FIpEswBGR1Uy3jlSkECTyEq5Lx8fHDBw8e/CqIMiLto0Oht7W0tNwQ1EAyAP/gFZ/ZqhmBFohExpoLJjQ9Pd1aXV39id9AJiYmPqqvr7/CvKgIgm6RyKhApFpszj5wz549l+Lx+NtMam3c3PvEYrGOHBiOZMiohhBo2FgG7iwbs86BAweG+vv7X19aWhrzAmNhYeHG+fPnTx0/fjymEU5NYBDfq+4cT8lej46O1lNfeY/OO8B5Cs0zbkej0c9aW1snEX+lLhNk1V20cqcKwSqTzbvu6OiopC94tKqq6rBt2+VFRUWV9Jnlq6ur9+l86A86SbyfSCR+7Ovru06PP5nOipYuZUAIIBHjLmtCgMgMVma0spU1SzJNJxpATJc0kehsS8ZV7q4bkZcgpLd5Zf1+DsrffiUa144BGFU+gmS+YmtGGV6hRQWGcADjnLKfqHgj2hsiW/0nEp8ATQZtgTJkKiHMN+zk1DWtHCjs3i+LAaKzpUqkEoJgWyFU6iAmRWbZ1mmHKfYiCVg/gOjsBUE6pQIbAAEj/tbpx/IoRjWsIfsBhEhe3nQ7lRIIUXQSK6DoLA9AgSAgFJmhghIzGzhUdDbi8+AUYp8qNEM12vwP2SbNiwqWYGjo7nmX5QqiF3cEAJEOHNtQGSIojiBv8XuvO9LwCS2l6C5lQrdJsyohPgJBCggEkoB5jTJI4iGQX+xRKcuLSlRq0Km3GpmqLIEzVRa4XKkJQAuGbuquggJVC3QjvmzMQ5SgDcMkU4X+qijklwaRwbBBhiDAzzIxVeQDGGT4XBQUCFMgOtmsapbsBxQE8C5UCCAytYhAoADV4hmEH0B4D8d+d9BnUAUBAlHGEwuAbf8IMAD+r751PnHeYwAAAABJRU5ErkJggg==) no-repeat;left:5px;height:68px;width:68px;z-index:9;top:48%}
ul.isoRight{margin:0;padding:0}
.panel-detail table tr:nth-child(even){background-color:#D3D3D3}
.panel-detail table{width:100%;border-collapse:collapse}
.panel-detail table tr td{font-size:11px;width:100%;color:#2a2a2a;padding:5px 7px}
.panel-detail table tr td:nth-last-child(1),.panel-detail table tr td:nth-last-child(2){font-weight:500}
.spec-tab .ant-collapse-content > .ant-collapse-content-box{padding:inherit}
.panel-detail{background:#F2F2F2}
.spec-table th{font-size:12px;color:#2a2a2a;padding:5px 7px;white-space:nowrap;text-align:left;font-weight:600}
.range-section{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:15px 7px;font-weight:500;color:#2a2a2a}

.sammary table th{background:#e84c3d;color:#fff;padding:7px 8px;text-align: left;}
.variants,.specifications{padding:0 5px;color:rgba(0,0,0,0.5);text-transform:uppercase;font-weight:400;font-size:10px}
.review_title{color:#2a2a2a;font-weight:500;margin-top:25px}
.review_detail{margin-top:10px}
.button-design{padding:5px 10px; background:transparent;color:#ec2127;border:1px solid #ec2127;font-size:12px;vertical-align:middle;padding:9px 15px;text-transform:uppercase;border-radius:3px}
.productSpec .ant-collapse-borderless{background:none}
.sammary table tr:nth-child(even){background:#dcdcdc}

.positionRelative .ant-collapse-content{border-top:0!important}
.positionRelative .ant-collapse-content .ant-collapse-content-box{padding:0 0 10px}
.ant-select-selection{border:1px solid #17171f;color:#17171f}
.specifications .ant-select-selection{border-radius:0;border:0;border-bottom:1px solid #e8e8e8}
.sammary table{border-radius:0;border-collapse:collapse}
.productSpec .spec-tab .ant-collapse-header img{vertical-align:middle;margin-right:5px;margin-left:-4px}
.ant-rate-star-full .ant-rate-star-second,.ant-rate-star-half .ant-rate-star-first{color:#fd3d39!important}
.PriceRow .ant-row .upperCase{font-size:10px}
.ant-rate{font-size:12px!important}
.topTen .ant-carousel .slick-list{overflow:inherit}
.PD0{padding:0!important}
.youtubeVideoModal iframe{max-width:100%}
.youtubeVideoModal .ant-modal-body{background:#000;padding:0}
.videoGallary .image-gallery-left-nav,.videoGallary .image-gallery-right-nav{top:auto;width:13px;height:30px}
#video{width:100%}
.videoGallary .image-gallery-left-nav{left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAZCAYAAADqrKTxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIzODUwMDUyRjNBQzExRThBRjlCQTg4NDVDOTMzRURDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIzODUwMDUzRjNBQzExRThBRjlCQTg4NDVDOTMzRURDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjM4NTAwNTBGM0FDMTFFOEFGOUJBODg0NUM5MzNFREMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjM4NTAwNTFGM0FDMTFFOEFGOUJBODg0NUM5MzNFREMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6+LApUAAAAfUlEQVR42mJgIA24AfFlUjR4AvF/IA4nVoMlVEMksRosyNWQQqqGbGI1GJKqQZtcDTmkaqghVoMWqRoUgPg3KRpA4BkQPwJiRlI0yUBt6iMx8cKdSLbGenI11pCj8S85GkmOaHSN5eRqzKabRmNyNcJychqpGs2B+ABAgAEAe30nQg+XcUoAAAAASUVORK5CYII=) no-repeat}
.videoGallary .image-gallery-right-nav{right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAZCAYAAADqrKTxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1NDJDRUU3RjNBQzExRTg5Qzg3REVGRTU2MTkzOEM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1NDJDRUU4RjNBQzExRTg5Qzg3REVGRTU2MTkzOEM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTU0MkNFRTVGM0FDMTFFODlDODdERUZFNTYxOTM4QzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTU0MkNFRTZGM0FDMTFFODlDODdERUZFNTYxOTM4QzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Ix31jAAAAeUlEQVR42mJgYGC4DMRuDCSCcCD+D8SepGqMhGq0JFejBakaU8jVmE2pRkNyNWqTqjGHXI01lGrUIkfjbyBWYCRBE0jtQyBmIcWmPqhNMqRqUCBWQz2pGmrI0fCXVA0kRWg5qRqy6abBmFgNaeTk1ANAbE6KBoAAAwCDHSZgWC6rgwAAAABJRU5ErkJggg==) no-repeat}
.priceRangeCarousel.topTen .ant-carousel .slick-list .slick-slide.slick-cloned:last-child,
.popularCraousel.topTen .ant-carousel .slick-list .slick-slide.slick-cloned:last-child{display:none}


.proCons h2.cons,.proCons .common-heading-h2.cons{background:#e72d2e;color: #fff;
  padding: 3px 0px;
  width: auto;
  text-align: center;}

.videoGallery .video-img{width: 98px;
  float: left;
  height: 98px;
  border: 1px solid #e7e7e7;}
.borderRound{border:1px solid #e8e8e8}
span.rating-score{position:absolute;right:48px;top:12px;color:#00A446;font-size:15px;font-weight:700;transform:rotate(-20deg)}
.Buynow-row .BuyCol .logo-company img{max-width:100%}
.Buynow-row.outOfStock .BuyCol .logo-company{opacity:.4;margin-top:8px}
.Buynow-row.outOfStock .lowestprice span.redColor,.Buynow-row.outOfStock .lowestprice span.redColor span{color:#ec2127;font-size:10px;font-weight:400}
.Buynow-row.expectedPrice{display:inline-block;display:inherit;margin:auto;height:auto;width:158px;border:0}
.proCons ul{list-style:disc;line-height:2}
.videoModal.ant-modal-wrap .ant-modal-close .ant-modal-close-x:before{font-size:20px}
span.rating-performance{position:absolute;font-size:10px;color:#00A446;transform:rotate(-20deg);right:0;top:40px;left:4px;width:100%;text-align:center}
@media only screen and (min-width: 410px) and (max-width: 420px) {
  .squareDesc{width:68%!important}
  .youtubeVideoModal iframe,.videoGallary iframe{height:420px!important}
  .products .borderBottom .product-desc,.videoGallery .video-desc{width:72%!important}
  }
.youtubeVideoModal .videoGallary .image-gallery-image,.imageGalleryModal .videoGallary .image-gallery-image{height:inherit}
.youtubeVideoModal .videoGallary .image-gallery-slides{max-height:inherit}
.verdictSection span,.productDesc span,.verdict-div p{font-size:18px!important;font-weight:200}
.verdictSection.collapsed .readmore,.productDesc.collapsed .readmore{display:none}
.sammary table td,.sammary table th{word-break:break-word}
#detailsticky .OverviewTab a.active,.OverviewTab a.active{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACCAIAAADNWItSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQxQkNFQTM1MkE5MjExRTk4Njc3ODAwMTBDQ0VERjU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQxQkNFQTM2MkE5MjExRTk4Njc3ODAwMTBDQ0VERjU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDFCQ0VBMzMyQTkyMTFFOTg2Nzc4MDAxMENDRURGNTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFCQ0VBMzQyQTkyMTFFOTg2Nzc4MDAxMENDRURGNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4lsXkWAAAAFUlEQVR42mL8a2vJQA3AxEAlABBgANMqAXdKM852AAAAAElFTkSuQmCC) bottom center no-repeat;color:#fd3d39; font-weight: 500;}
.videoGallary.top-product-gallery .image-gallery-thumbnail img{max-height:63px;max-width:100%;min-height:63px}
.videoGallary.top-product-gallery .image-gallery-left-nav,.videoGallary.top-product-gallery .image-gallery-right-nav{top:100px}
.ant-modal.youtubeVideoModal{height:100%;top:0;bottom:0;margin:0 auto}
.youtubeVideoModal .ant-modal-content{position:absolute;top:0;bottom:0;margin:auto;width:100%;overflow:auto;background:#fff}
.youtubeVideoModal .ant-modal-close{position:absolute;left:0;top:15px;color:#fff;opacity:.5}
.youtubeVideoModal .ant-modal-close-x:before{content:"\E61C";display:block;font-family:anticon!important}
i svg{display:none}
.ant-select-arrow i{display:none}
.ant-pagination li a:after,.ant-pagination li a .ant-pagination-item-container,.ant-modal-close-x i{display:none}
.Buynow-row.outOfStock .BuyCol .logo-company {
  opacity: .4;
  margin-top: 8px;
}
.ant-modal-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px 10px 10px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button+button {
  margin-left: 8px;
}
.youtubeVideoModal .videoGallery {
  background: #fff;
  padding: 10px 10px 0;
}
.whiteText{color:#fff}
.article-content.collapsed .readmore{display:none}
.similar_products th {
  background: #ec2127!important;
  padding: 10px 20px;
  text-align: left;
}
.similar_products {
  width: 100%;
  border-collapse: collapse;
}
.similar_products th div {
  color: #fff!important;
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Fjalla One',sans-serif;
}
.similar_products td {
  padding: 10px 8px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.user_comments_main.collapsed{height:0;display:none}
.review_digitRating{position: relative;}
.releated-products .device_name a {
  color: #2a2a2a;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.compareModal .compareCount{background:#fec929;width:20px;text-align:center;border-radius:50%;position:absolute;top:5px;right:38px}
.product_news .slick-arrow.slick-next,.recently_viewed .slick-arrow.slick-next {
  right: -90px;
}
.recently_viewed .slick-arrow {
  top: 35px!important;
}
button.ant-btn.highlighted {
  background: #ec2127;
  color: #fff;
}
.brand_img img {
  max-width: 100%;
  max-height: 136px;
}
.brand-short-description {
  display: block;
  margin-bottom: 10px;
  padding:  0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.brand-short-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  overflow: auto;
}
.brand-short-description li {
  display: inline-block;
  list-style: none;
  flex: 1;
  border-right: 1px solid #e8e8e8;
  font-size: 12px !important;
  padding: 5px 4px;
  border-spacing: 0;
  font-weight: 200 !important;
  color: #2a2a2a !important;
}
.brand-short-description li span {
  display: block;
  padding: 0 2px;
  line-height: 15px;
}
.brand-short-description li span+span {
  font-weight: 500;
  color: #2a2a2a;
}
.brand-short-description li:last-child {
  border-right: none;
}
.buyTopbrand {
  min-height: 42px;
  margin: 0 2%;
  align-content: center;
}
.buyTopbrand span.buy-info {
  border: 1px solid #ddd;
  padding: 1px 5px 2px;
  margin-left: 0;
  border-radius: 4px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  z-index: 1;
  background: #fff;
  vertical-align: top;
  height: 30px;
  line-height: 22px;
  width: 31%;
}
.buyTopbrand .buy-info img {
  max-width: 26px;
}
.brandWrapper {
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
}
.remaining-details table tr td:first-child,.review_detail.top10Spec table tr td:first-child{width:48%}
.remaining-details table tr td:nth-child(2),.review_detail.top10Spec table tr td:nth-child(2){width:2%;padding:5px 0}
.remaining-details table tr td:nth-child(3),.review_detail.top10Spec table tr td:nth-child(3){width:48%;color:#2a2a2a}
.remaining-details table tr th{padding:5px 7px;text-align:left;font-size:14px;font-family:'Fjalla One';text-transform:uppercase;color:#2a2a2a}
.top10SpecDetail .proCons h2{display:inline-block;padding:5px 15px;font-size:16px;color:#fff}
.top10SpecDetail .proCons h2 span{text-transform:capitalize}
.review_proCons ul{margin:10px 30px}
.review_proCons .proCons h2.pros:after{left:0;right:0}
.review_proCons .proCons h2.cons:after{left:0;right:0}
.mob_compare_panel button {
  width: 62px;
  background: #FE3E3F;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 3px 0px;
  height: 20px;
  font-size: 10px;
  text-transform: uppercase;
}
.price_tab img {
  display: inline!important;
}
.fix_carousel .price_tab img {
  max-height: 18px;
}
.vertical-align-top {
  vertical-align: top;
}
.replyComment{background:#f5f5f5}
.replyComment .commonCommtWrapper{border-bottom:1px solid #e8e8e8}
.postComment .postnewcommt{color:#2a2a2a;font-weight:500}
.user_comments .incoming .anticon-search:before{display:block;content:"";background:url(../image/arrow-right.png);width:19px;height:14px}
.user_comments .incoming button.ant-input-search-button{background-color:transparent!important;border:0}
.comment_section .user_comments input.ant-input{height:43px !important;border-radius:0;border:1px solid #e8e8e8}
.post-comment{padding:10px 0;font-size:16px;font-weight: 400; }
/* .comment_section textarea.ant-input, .sc-htpNat textarea.ant-input {
  height: 40px;border-radius: 0px;padding-right: 30px;line-height: 30px;position: relative;}*/
  .hROrMu .ant-layout{background: #fff !important;}
  .spec-tab .ant-progress {position: absolute;top: 0;width: 40%;left: 130px;}
  .dotSubscribe {vertical-align: super;font-size: 16px;display: inline-block;line-height: 0;font-weight: 500;}
  .article-content table{ border-collapse: collapse;margin-bottom: 10px;}
  .article-content table td {border: 1px solid #d9d9d9;padding: 9px 5px;width: 33%;word-break: break-word;font-size: 18px;vertical-align: top;} 
.WriteReviewModal textarea.ant-input{height: auto !important;}
.main_heading {
  font-family: 'Fjalla One',sans-serif;
  font-size: 20px;
  color: #ec2127;
}
.featureInDetail .feature-heading h2, .featureInDetail .feature-heading h3, .featureInDetail .feature-heading .common-heading-h2, .featureInDetail .feature-heading .common-heading-h3 {
  padding: 5px 5px 2px;
  display: inline-block;
  background: #EAEAEA;
}
.featureInDetail .row {
  padding: 5px 0;
}
.fix_carousel button.slick-arrow.slick-prev{left:-15px;background-image:url(../image/arrowPre.png);height:65px;width:65px;top:35px;z-index:1}
.fix_carousel button.slick-arrow.slick-next{right:-11px;background-image:url(../image/arrowNext.png);height:65px;width:65px;top:35px;z-index:1}
.slick-arrow.slick-disabled{ display: none!important}
.main_comp_caraousel .ant-carousel .slick-prev{left:0;background-image:url(../image/arrowPre.png);height:65px;width:65px;top:80px;z-index:1}
.main_comp_caraousel .ant-carousel .slick-next{right:0;background-image:url(../image/arrowNext.png);height:65px;width:65px;top:80px;z-index:1}
.ctxmenuitem ul li ul {
  padding-left: 24px;
}
.ctxmenuitem ul li ul li {
  font-size: 14px;
}
.readSpecProswrapper .ant-btn.redBtn {
  background: #fd3d39;    color: #fff;
  border: 1px solid #fd3d39;
}
.lowestPrice .ant-btn-primary {
  height: 30px;
}
.notify_dark_gray_bg {
  background: #525252!important;
  border: 1px solid #525252!important;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9!important;
  background-color: #f3f3f3;
}
.bestPhoneComp {
  margin: auto;
  width: 68px;
  height: auto;
}
.compTitle {
  font-size: 20px;
  font-family: 'Fjalla One',sans-serif;
}
.mob_container .seller-row{border-bottom:1px solid #ddd;min-height:47px}
.contentPrice.expanded,.contentPrice.priceExpd{overflow:visible;height:auto}
.Title-div .Title .redbutton:hover, .Title-div .Title .redbutton:focus, .Article-Title .Title .redbutton:focus, .Article-Title .Title .redbutton:hover, .redbutton:focus, .redbutton:hover {
  border-color: #fd3d39;
  color: #fd3d39;
}
.redbutton {
  border-color: #fd3d39;
  color: #fd3d39;
  padding: 0 5px;
  height: 24px;
  vertical-align: middle;
}
 textarea.ant-input{height: auto !important;}
 .setAlert i:before {transform: inherit;}

 .addwrraper {
/*   background-color: #dbdde3; */
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
 }
 .addplaceholder {
  /* background-color: rgba(255, 255, 255, 0.35); */
  font-size: 0;
  /* height: 50px; */
  margin: 0 auto;
 /*  width: 320px; */
 }
 .addplaceholder300x250 {
  background-color: rgba(255, 255, 255, 0.35);
  font-size: 0;
 /*  height: 250px; */
  margin: 0 auto;
 /*  width: 300px; */
 }
 .addtxt {
  color: #797e90;
  display: inline-block;
  font-size: 11px;
  width: 100%;
  /* position: absolute; */
  text-align: left;
  top: 0;
  left: 0;
  padding-left:15px;
 }
 .addplaceholder1024x60 {
  background-color: rgba(255, 255, 255, 0.35);
  font-size: 0;
  height: 80px;
  margin: 0 auto;
 /*  width: 360px; */
 }
 @media (min-width: 768px) {
   #detailsticky{
    margin: 10px 0 0;
   }
   .ant-affix #detailsticky{
    margin: 0;
   }
  .addplaceholder {
  /*   height: 90px !important; */
/*   width: 728px !important;  */
   }
   .addplaceholder1024x60 {
    height: 60px !important;
    width: 1024px !important;
   }
   .products .borderBottom .product-desc{width: 82%!important;}
}
@media (max-width: 320px){
  .homelist .newlistwrapper .newstitle,.products .borderBottom .product-desc {
    width: 62%!important;
  }
  .comp_prod_listing .products .product-desc{width: 56%!important;}
  .comp_prod_listing .products .product-img img{width: 50px!important}
  .staticDropdown .dropdown-row a>span {
    width: 88%!important;
}
.slideshow .slideImg,.leaderImg{height:320px!important}
  }
.OverviewTab .ant-anchor-wrapper .lowestPrice,#reviewSticky .ant-anchor-wrapper .lowestPrice{background: #fff;overflow: hidden;}
#reviewSticky .ant-anchor-wrapper .lowestPrice{min-height: 50px;}
.isomorphicTopbar .isoRight li.ant-select-dropdown-menu-item {
  display: block !important;
}
#searchKey .ant-select-dropdown {
  top: 46px!important;
}
.height20{height: 20px}
.productDesc.contentPrice ul, .sponserDetail ul{
list-style: disc !important;
padding-left: 20px;

}
.productDesc span.readmore p{
  display: block;
  margin-bottom: 10px;
}
.article-content.brandDesc p a{border-bottom:0!important}
.userRatingReview span.buy-info {
  padding-right: 10px;
  margin-left: 0;
}
.userRatingReview .buy-info a {
  color: #000;
  font-weight: 600;
}
.userRatingReview span.buy-info img {
  vertical-align: middle;
  max-width: 23px;
  margin-right: 3px;
}
.userRatingReview .ant-col-xs-12 {
  display: inline-block;
  float: none;
  height: 28px;
}
.btnBlack {
  padding: 0px 15px;
  height: 34px;
  color: #fff;
  background-color: #525252!important;
  border-color: #d9d9d9!important;
}
.userReview .userOffer .price {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-size: 14px;
  right: 3px;
}
.userOffer button {
  margin-left: -4px;
  height: 32px;
  border-radius: 4px;
  border: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.OverviewTab span.spantag {
  display: flex;
  overflow: auto;
  width: 100%;
}
.userReview .userOffer .price {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-size: 14px;
  right: 3px;
}
.userOffer .border {
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 32px;
  vertical-align: middle;
}
.redtext {
    color: #fd3d39;
}
.reviewDrawer {
    background: #ebebeb;text-transform: uppercase;
}
.reviewDrawerWrapper .ant-drawer-body {
  padding: 0;
}
.reviewDrawerWrapper .ctxmenuitem ul {
  padding: 0 24px;
}
.reviewDrawer >div {
  padding: 12px 24px;
  border-top: 1px solid #d5d5d5;
  font-weight: 400;
}
.reviewDrawer >div:last-child {
  border-bottom: 1px solid #d5d5d5;
}
.footerAdClose {
  position: absolute;
  top: -34px;
  right: -2px;
  color: #000;
  z-index: 3;
  border-radius: 27%;
  font-size: 20px;
  box-shadow: 0px -2px 4px #b7b5b5;
  padding: 7px 9px 7px 9px;
  border-top-right-radius: 0;
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#footerAd iframe {
  border: 1px solid #d5d5d5!important;
}
.global-search.expand{
  width: 100%;
  position: fixed;
  top: 0px;
  height: 100%;
  background: #fff;
}
#searchKey .ant-select-dropdown-menu {
  max-height: 400px;
}
.break_all{
  word-break: break-all}
.viewAll,.viewAll span {
  font-size: 12px;
  font-weight: 700!important;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase
}
.authorWrapper .recentdropdown a {
  line-height: 32px;
  color: #898989!important;
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto',sans-serif;
}
.authorWrapper .recentdropdown {
  width: 109px;
  position: relative;
  border: 1px solid #898989;
  color: #898989;
  height: 33px;
  text-transform: capitalize;
  border-radius: 2px;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  z-index: 10;
}
.authorWrapper .recentdropdown .ant-dropdown .ant-dropdown-menu-item {
  white-space: inherit;
}
.authorWrapper .recentdropdown .ant-dropdown span {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,.65);
  text-transform: inherit;
}
.authorWrapper .recentdropdown a i {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}
.authorWrapper .recentdropdown .ant-dropdown {
  border: 1px solid #e8e8e8;
  width: 100%;
  left: 0!important;
  top: 32px!important;
  word-wrap: break-word;
}
.authorWrapper .authorFollow button {
  text-transform: none;
  padding: 0;
  font-size: 14px;
  width: 109px;
  height: 33px;
  vertical-align: middle;
}
.authorWrapper .authorScore {
  border: 1px solid #e8e8e8;
}
#contest_dropdown li a, #contest_dropdown li a:focus {
  color: rgba(0,0,0,.65)!important;
}
.ant-breadcrumb a {
  color: rgba(0,0,0,.8);
  -webkit-transition: color .3s;
  transition: color .13s;
  font-weight: 500;
}
.Relative {
  position: relative;
}
.comp_text span {
  font-family: roboto;
  font-size: 12px;
  font-weight: 400;
}
.you_can_also_read p {
  font-weight: 500;
  display: block;
  padding: 10px 0;
  position: relative;
  margin: 0;
  color: #ec2127;
  line-height: 28px;
}
.you_can_also_read {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0;
  color: #fd3d39;
}
.you_can_also_read p:after {
  content: '';
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  position: absolute;
  display: block;
  width: 100%;
}
.you_can_also_read a:last-child p {
  margin: 0;
  padding-bottom: 0;
}
.author .authorImg{width:250px;height:250px;border-radius:50%;display:flex;align-items:center;margin:auto}
.author .authorImg img{border-radius:50%;max-width:100%;height:250px}
.authorWrapper .recentdropdown .ant-dropdown{border:1px solid #e8e8e8;width:100%;left:0!important;top:32px!important;word-wrap:break-word}
.authorWrapper .recentdropdown .ant-dropdown .ant-dropdown-menu-item{white-space:inherit}
.authorWrapper .recentdropdown .ant-dropdown span{font-family:'Roboto',sans-serif;font-weight:400;color:rgba(0,0,0,.65);text-transform:inherit}
.authorFollowModal p{width:212px;margin:auto;text-align:left}
.authorWrapper .authorFollow button{text-transform:none;padding:0;font-size:14px;width:109px;height:33px;vertical-align:middle}
.authorWrapper .authorScore{border:1px solid #e8e8e8}
.authorScore .ant-col-8{border-right:1px solid #e8e8e8;flex:1}
.authorScore .ant-col-8:last-child{border-right:0}
.authorWrapper .authorScore .ant-row{display:flex;align-items:center}

.ant-modal-wrap.authorFollowModal{background:rgba(0,0,0,.7)}
.authorFollowModal .ant-modal-content,.authorFollowModal .ant-modal-header{background:transparent}
.authorFollowModal .ant-modal-body{text-align:center;color:#fff}
.authorFollowModal .resp-sharing-button,.authorFollowModal .instaShare{border-radius:2px;transition:25ms ease-out;padding:.5em 2.75em .5em .75em;width:212px;font-size:14px;margin:auto;text-align:center;font-weight:400;color:#fff;height:45px;line-height:30px;letter-spacing:1px;vertical-align:middle;text-transform:uppercase}
.authorFollowModal .resp-sharing-button__icon--solid,.authorFollowModal .resp-sharing-button__icon--solidcircle{float:left}
.authorFollowModal .resp-sharing-button__icon svg{vertical-align:middle}
.authorFollowModal .instaShare{background:#e4405f}
.authorFollowModal .instaShare img{float:left;margin-top:3px}
.img-container img{padding:5px;max-width:100%}
.likeComment img{vertical-align:middle;margin-right:5px}
.likeComment a{vertical-align:middle;display:inline-block;margin-right:15px}
.releated-products .img-container img{
  max-width: 100%;
}
.compare_detail_page .sign-in-text .ant-col-18, .sign-in-text .ant-col-18 {  text-align: left !important;}
.sponsered {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFC949;
  height: 20px;
  width: 70px;
  border-top-left-radius: 3px;
  border-top: 20px solid transparent;
  border-right: 11px solid #fff;
}
.sponsered:before {
    content: 'Sponsored';
    font-size: 10px;
    position: relative;
    bottom: 20px;
    left: 5px;
}

.popularCraousel .sponsered:before {
  bottom: 27px;
  font-family: roboto;
  text-transform: capitalize;
  font-weight: 500;
}
.hot_detail_row .sponsered:before {left: 5px;}
.similar_products table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 0;
}
.similar_products.videoSimilarProduct td {
  padding: 7px 10px 5px;
}
.similar_products.videoSimilarProduct td table td:first-child {
  width: 36%;
}
.similar_products.videoSimilarProduct td table td {
  padding: 0px;
  border-bottom: 0;
  font-size: 16px;
}
.similar_products td:nth-child(2) {
  text-align: center;
}
.similar_products td a {
  color: rgba(0, 0, 0, 0.8)!important;
}
 .adsCustomClass{ 
  -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
     transition-duration: 4s;
     transition-delay: 2s;
} 
#stickyslide .ant-anchor-wrapper,.staticDropdown #fixedlisting {position: static}
#stickyslide .ant-affix .ant-anchor-wrapper {position: fixed}
 .ant-affix #fixedlisting {
  position: fixed;
  top: 37px;
  z-index: 9;
  background: #fff;
  width: 100%;
  max-width: 630px;
  border-bottom: 1px solid #d4d4d4;
}
.scrollTopMenu .ant-affix #fixedlisting, .scrollTopMenu #stickyslide .ant-affix .ant-anchor-wrapper{display: none}
@media only screen and (min-width: 360px) and (max-width: 374px) {
  .image-gallery-image iframe,.youtubeVideoModal iframe,.videoGallary iframe{height:360px!important}
  }
  @media only screen and (min-width: 375px) and (max-width: 380px) {
  .squareDesc{width:65%!important}
  .image-gallery-image iframe,.youtubeVideoModal iframe,.videoGallary iframe{height:380px!important}
  .slideshow .slideImg,.leaderImg{height:375px!important}
  .products .borderBottom .product-desc,.videoGallery .video-desc{width:69%!important}
  .comp_prod_listing .products .product-desc{width:57%!important}
  }
  @media only screen and (min-width: 410px) and (max-width: 420px) {
    .homelist .newlistwrapper .newstitle{width: 71%!important;}
  .squareDesc{width:68%!important}
  .youtubeVideoModal iframe,.videoGallary iframe{height:420px!important}
  .slideshow .slideImg,.leaderImg{height:411px!important;max-height:411px!important}
  .comp_prod_listing .products .product-desc{width:57%!important}
  }
  @media only screen and (min-width: 375px) and (max-width: 400px) {
    .homelist .newlistwrapper .newstitle{width: 68%!important;}
  .slideshow .slideImg,.leaderImg{height:380px!important;max-height:380px!important}
  }
  @media only screen and (min-width: 567px) and (max-width: 580px) {
  .videoGallary .image-gallery-image,.videoGallary iframe{height:580px!important}
  .videoGallary .image-gallery-image iframe,.youtubeVideoModal iframe,.videoGallary iframe{height:580px!important}
  }
  @media only screen and (min-width: 639px) and (max-width: 667px) {
  .videoGallary .image-gallery-image iframe,.youtubeVideoModal iframe,.videoGallary iframe{height:667px!important}
  }
  @media only screen and (min-width: 730px) and (max-width: 740px) {
  .videoGallary .image-gallery-image iframe,.youtubeVideoModal iframe,.videoGallary iframe{height:740px!important}
  }
  @media only screen and (min-width: 741px) and (max-width: 813px) {
  .videoGallary .image-gallery-image iframe,.youtubeVideoModal iframe,.videoGallary iframe{height:812px!important}
  }
.play_icon{
    position: absolute;
    z-index: 2;
    right: 0;
    top: -10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
.videoFullHeight .youtubeVideoModal .ant-modal-content{background:#000}
.videoFullHeight .youtubeVideoModal .ant-modal-body{background:#000;padding:0;position:absolute;top:50%;transform:translatey(-50%);left:10px;right:10px}
.slideshow_lists .products .category{color: #aaaaaa!important; font-weight: 700; position: relative; top: -4px;letter-spacing: 1px; }

.detail_review p span {
  font-size: 20px!important;
  font-family: 'Fjalla One',sans-serif;
}
.compare_listing_page .products{border-top: 1px solid #ddd;}

.compare_listing_page .ant-input{height:40px!important;}
.compare_listing_page .ant-select-selection__placeholder{top: 20px!important;}
.compare_listing_page .anticon-search:before {margin-top: 15px!important; font-size: 16px!important; }
.border_right_red{    border-right: 1px solid #e7e7e7;}
.footer .border-top {
  border-top: 1px solid #343434;
}
.height38{height: 38px;}.lineHeight38 {line-height: 38px;}
#fixedCategory {font-weight: 600;}
#fixedCategory .ant-select-selection-selected-value {padding-left: 10px;}
.hotdeallist .newsimg{border: none !important;}
.compare_detail_page .breadcrumb {
  padding-left: 0;
}
.height35{height:35px}
.dark_gray_bg {
  background: #585858;
}
.compare_detail_page .buyTop .buy-info img,.compare_detail_page .buyTop .price{
  vertical-align: -webkit-baseline-middle;
}
.fix_carousel .slick-slide:after {
  content: 'VS';
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  height: 30px;
  padding: 7px 8px;
  width: 30px;
  box-shadow: 0 0 15px #888;
  border-radius: 50px;
  right: -16px;
  top: 30px;
  font-size: 10px;
  position: absolute;
  z-index: 1;
}
.fix_carousel .slick-slide {
  position: relative;
  border-right: 1px solid #ddd;
  height: 90px;
}
.fix_carousel .slick-slide:last-child:after{display:none}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.right_ad{right: 0%!important;}
	.left_ad {
		left: 0%!important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.right_ad{right: 5%!important;}
	.left_ad {
		left: 5%!important;
	}
}
.width75 {width: 75px;}
.like_comment textarea {height: 67px;}
textarea.ant-input{height: 67px;}
.leaderImg:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.04) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 45%,rgba(0,0,0,0.60) 100%);
  top: 0;z-index: 2;
}
  .list_page .heading_div.categoryHeading {
    background: none !important;
  }
  .view_more {
    background: transparent;
    text-transform: uppercase;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    padding: 5px 15px;
}
.askdigit_section .ant-btn-primary h1{
  color:#fff;font-size: 12px;font-family: 'Roboto',sans-serif;
}
.askdigit_section .ant-btn-primary h1 span{font-family: 'Roboto',sans-serif;}
.askdigit_section .ant-select-selection {
  border: 0;    font-weight: 400;
  font-size: 14px;
}
.profile_info.responsiveDigitCommt {
  border-bottom: 1px solid #ddd;
}
.profile_info.responsiveDigitCommt:last-child{border-bottom:0}

.userReview #detailsticky {
  max-width: 630px;
  margin: auto;
  left: 0;
  right: 0;
}
.rating-box {
  border: 1px solid #ccc;
  margin: 5px 10px 0 0;
}
.rating-box .rating-imgWrapper {
  line-height: 40px;
  text-align: center;
}
.rating-box img {
  vertical-align: middle;
}
.rating-box .skorebox {
  border-left: 1px solid #ccc;
  padding: 9px 10px 4px;
  text-align: left;
  line-height: 13px;
  font-size: 11px;
  vertical-align: middle;
  height: 40px;
  color: rgba(0,0,0,.65);
}
.rating-box .skorebox strong {
  display: block;
  font-size: 13px;
}
.rating-box .ant-rate {
  background: #252525!important;
  color: #ed483e;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.rating-box .ant-rate .ant-rate-star {
  margin: 0 3px 0 2px;
  font-size: 12px;
}
.merchant_price {
  background: #fff;
  box-shadow: 0 0 40px #888;
  max-width: 630px;
}
.merchant_price .ant-col-xs-8 {
  padding: 5px 15px;
  border-right: 1px solid #eee;
  background: #fff;
  min-height: 70px;
}
.priceWithLogo img {
  vertical-align: middle;
}
.priceWithLogo .price {
  color: #252525;
  font-weight: 700;
  font-size: 13px;
}
.merchant_price .buy-now-btn {
  width: 100%;
}
.askDigitReply .ant-modal-header {
  border-bottom: 0;
  border: 0;
}
.compare_listing_page .products .img_sm {
  max-width: 56px;
  margin: 8px 2px;
}
.videoSimilarProduct .seller-links {
  padding: 10px 0px;
}

#contest_dropdown a {
  color: #2a2a2a;}
#reviewSticky .ant-anchor-wrapper{max-width: 630px;margin: auto;}
.scrollTopMenu #reviewSticky {
  display: none;
  color: #2a2a2a;
}
.videoSimilarProduct .seller-links .seller-rate {
  text-align: center;
  margin: 8px auto;
}
.mob_container .buyTop span.buy-info{
  width: 55%;
}
.mob_container .MostSearchMerchantLink.price {
  font-weight: 600;
}

.askdigit_section {
  max-width: 630px;
}
.mostsearchedCrao .bestPhone {
  margin-top: 20px;
}
.mostsearchedCrao .PD7{
  min-height: 209px;
}
.mostsearchedCrao .prod-img-div {
  height: auto;
  max-height: 165px;
}
.lowestPrice .buyTop .buy-info img {width: 25px; float: left; margin-left: 4px}

table.reviewTable {
  border-collapse: collapse;
}
.dropdown-row .ant-dropdown-menu-item{
  white-space: inherit;
  padding: 8px 16px;
}
.video_list_page .staticDropdown .ant-affix {
  position: fixed!important; 
  top: 0px!important;
  z-index: 9;
}

.video_list_page .dropdown-row{
  background: #fff;
}

/* table of content css */


.reviewDrawerWrapper .ctxmenuitem {
  height: 100%;
  display: block;
  overflow: unset;
}

.ant-drawer-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9998;
  opacity: 1;
  left: 0;
  background-color: rgba(0,0,0,.65);
  filter: alpha(opacity=50);
  -webkit-transition: opacity .3s linear,height 0s ease .3s;
  transition: opacity .3s linear,height 0s ease .3s;
  }

  .reviewDrawerWrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #fff;
    height: 100%;
    overflow: auto;
    }

.detail_review p em {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.sprite {
  background-image: url(../image/sprite-image.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
.sprite-hemburger { width: 48px; height: 42px; background-position: -358px -10px;}
.sprite-logo {width: 70px; height: 52px; background-position: -68px -10px;}
.sprite-facebook-white {width: 26px; height: 30px; background-position: -155px -10px;}
.sprite-twitter-white {width: 26px; height: 30px; background-position: -197px -10px}
.sprite-youtube-white {width: 26px; height: 30px; background-position: -244px -10px}
.sprite-instagram-white {width: 26px; height: 30px; background-position: -287px -10px}
.sprite-group-logo {width: 59px; height: 56px; background-position: -421px -6px;}
.sprite-fb {    width: 30px; height: 30px; background-position: -494px -15px;}
.sprite-tw {    width: 30px; height: 30px; background-position: -535px -15px;}
.sprite-rss {width: 30px; height: 30px; background-position: -577px -15px}
.sprite-tl {width: 30px; height: 30px; background-position: -618px -15px;}
.sprite-wts {width: 30px; height: 30px; background-position: -658px -15px}
.sprite-int {width: 30px; height: 30px; background-position: -700px -15px}
.askdigitModal .ant-modal-title{    text-transform: uppercase;}
.mob_container .inner_div .img_div {height: 136px;overflow: hidden;}
.mob_container .inner_div .img_div img {max-width: 100%; max-height: 100%}
 .products.searchResult .borderBottom .product-desc a{height:52px;margin-bottom:6px} 
.products.searchResult .searchCreatedDate{white-space:nowrap;width:100%;text-overflow:ellipsis;overflow:hidden}
.swichBox{display: block; width: 210px;text-align: center; margin: 15px auto;border: 1px solid #fa3c38;border-radius: 2px!important;}
 .swichBox .ant-btn{ border: none !important; text-align: center !important; width: 50%;border-radius: none !important;}
.hot_deals_title .viewlink a{color: #757575;}
/* .reviewDetail .OverviewTab a:first-child{
padding-left: 45px; } */
.mob_compare_panel .price_tab {
  height: 23px;
}
.fix_carousel .slick-slide:nth-child(2) {
  border-right: 0;
}
img.reviewDetail_img {
  max-width: 100%;
}
.detail_review table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.detail_review table td {
	border: 1px solid #d9d9d9;
	padding: 9px 5px;
	word-break: break-word;
	font-size: 18px;
	vertical-align: top;
}
.detail_review table th {font-weight: 400}
.AboutTabAdd .ant-affix {
    position: static!important;
}
.feature-heading h3 img {
  padding-right: 7px;
}
.iScroll{height: 500px;overflow-y: auto;    overflow-x: hidden;}
.ant-pagination-jump-next, .ant-pagination-jump-prev {
  min-width: 20px;
  margin: 0 5px;
}
.fontBold700{font-weight: 700!important;}
:lang(hi) body,:lang(hi) p,:lang(hi) li,:lang(ta) body,:lang(ta) p,:lang(ml) li,:lang(ml) body,:lang(ml) p,:lang(ml) li, :lang(te) body,:lang(te) p,:lang(te) li,:lang(bn) body,:lang(bn) p,:lang(mr) li,:lang(mr) body,:lang(mr) p,:lang(mr) li, :lang(pa) body,:lang(pa) p,:lang(pa) li
{font-family:'Noto Sans',sans-serif;}
:lang(hi) h1,:lang(hi) h2,:lang(hi) h3,:lang(hi) h4,:lang(hi) h5,:lang(hi) h6, :lang(ml) h1,:lang(ml) h2,:lang(ml) h3,:lang(ml) h4,:lang(ml) h5,:lang(te) h1,:lang(te) h2,:lang(te) h3,:lang(te) h4,:lang(te) h5,:lang(bn) h1,:lang(bn) h2,:lang(bn) h3,:lang(bn) h4,:lang(bn) h5,:lang(bn) h1,:lang(bn) h2,:lang(bn) h3,:lang(bn) h4,:lang(bn) h5,:lang(mr) h1,:lang(mr) h2,:lang(mr) h3,:lang(mr) h4,:lang(mr) h5,:lang(mr) h1,:lang(pa) h2,:lang(pa) h3,:lang(pa) h4,:lang(pa) h5{font-family:'Khand',sans-serif}
:lang(hi) .common-heading-h2 span, :lang(hi) #ctxVerdict h2 span{font-weight: 500; font-family: 'Khand',sans-serif;}
.view_all a.defaultfont, .view_all a.defaultfont span {
  text-transform: uppercase!important;font-size: 11px;
}
.reviewDetail .lowestPrice button{max-width: 64px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.reviewDetail .lowestPrice .notify_dark_gray_bg { margin-right: 2px;}
.authorName {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

.iScroll::-webkit-scrollbar {
  width: 5px;
}
.iScroll::-webkit-scrollbar-thumb {
	background-color:  #F5F5F5;
}
.main_divison .digitPageWrapper h1 span.pull-right {
  width: 100px;
}
img.poweredby_img {
  width: 100%;
}
.nav__list li{position: relative;}
.nav__list li input[type=checkbox]{
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 5px;
  height: 30px;
  width: 30px;
  opacity: 0;
}
.nav__list label a {
  display: inline;
}
:lang(kn) .nav a,:lang(ml) .nav a, :lang(pa) .nav a, :lang(pa) .nav label, :lang(asm) .nav a, :lang(asm) .nav label , :lang(bh) .nav a, :lang(bh) .nav label
{font-family:'Noto Sans',sans-serif; font-size: 14px!important;}
:lang(ta) .nav a
{font-family:'Noto Sans',sans-serif; font-size: 13px!important;}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
  body{min-width:320px;}
   }

   .right-side-content .ant-affix{
position: static!important;
   }
.OverviewTab.Maintabs{
  height: 40px;
  margin: 0px -15px;
  overflow: auto;
  white-space: nowrap;
  line-height: 40px;
}
.OverviewTab.Maintabs a{ float: none; display: inherit;}
#stickyslide .ant-anchor-wrapper{display: none;}
#stickyslide .ant-affix .ant-anchor-wrapper{display: block;}

#videosticky .videoCtxWrapper{display: none;}
#videosticky.stickyAdded .videoCtxWrapper{display: block!important;}

#reviewSticky .ant-anchor-wrapper{display: none;}
#reviewSticky .ant-affix .ant-anchor-wrapper{display: block!important;}
.usersticky_ctx{position:static; top:inherit; z-index:5; background:#fff; width:100%}
.usersticky_ctx_fixed{position:fixed; top:0px; z-index:5; background:#fff; width:100%}
.userReview .userreviewCtx {
  display: none;
}
.userReview .usersticky_ctx_fixed .userreviewCtx{display: block!important;}
.best_item .newlistwrapper{
  margin: 0px;
  }

  div#headerAd {
    padding-top: 15px;
}

/* header css */
#Header {
	background: #fff;
	width: 100%;
	padding: 0px;
	height: inherit;
	line-height: inherit;
  }
  
  #Header .isoLeft {
	margin: 0 20px 0 0;
	padding-top: 8px;
	line-height: 64px;
	display: inline-block;
	-webkit-box-align: center;
	align-items: center;
  }
  
  #Header .isoRight {
	padding-top: 10px;
	display: inline-block;
	float: right;
  }
  
  #Header .isoRight li {
	margin-left: 0px;
	margin-right: 35px;
	cursor: pointer;
	line-height: normal;
	position: relative;
	display: inline-block;
  }
  
  .SubTopnav {
	display: block;
	width: 100%;
	background: #f5f5f5;
	float: left;
	position: relative;
	padding: 10px 0px;
	height: 55px;
	margin-bottom: 20px;
  }
  
  .SubTopnav .topnav {
	padding: 0px;
  }
  
  #Header .isoRight li i {
	font-size: 24px;
	color: #323332;
	line-height: 1;
  }
  .topnav {
	position: static;
	width: 100%;
	background: none;
	padding: 35px 0 0;
  }
  
  .topnav li:first-child {
	margin-left: 0px!important;
  }
  .topnav li {
	display: block;
	float: left;
	margin-left: 25px;
  }
  .topnav a {
	font-size: 14px;
	font-weight: 700;
	color: #2a2a2a;
	padding: 3px 0;
	line-height: 30px;
	display: block;
	float: left;
	text-transform: uppercase;
  }
  .global-search.expand {
	position: fixed;
	top: 0px;
	border: 1px solid #ddd;
	max-width: 1200px;
	z-index: 3;
  }
  #Header .isoRight li:last-child {
	margin: 0px;
  }
  
  #Header .ant-select-dropdown-menu-item{
	  display: block!important;
  }
  #Header .isoRight li{
  margin-right:0px!important;
  }
  
  
  /* @media (min-width: 1025px) and (max-width: 1279px) {
	  .bound {
		  width: 920px!important;
	}
	
	  .topnav a {
		  font-size: 14px;
	  }
	  h1.DigitLogo1 img {
		  width: 80%
	  }
	.topnav li {
	  margin-left: 35px!important;
  }
  .global-search.expand {
	max-width: 920px;
  }
  
  
  } */
  
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.bound {width: 92%!important;}
	  .topnav a {font-size: 12px;}
	  .SubTopnav .isoLeft {
		margin: 10px 0px 0 0;
		width: 50px;}
		.SubTopnav .desktopsearch {
		  width: 80px;
		}
		.topnav ul{display: flex;}
		.topnav li {
		  margin-left: auto!important;
		}
	  }
  @media only screen and (max-width: 767px) {
  
	.bound {
		  width: 100%!Important;
		  position: relative;
	  }
	.topnav {
		  padding: 15px 15px;
	  }
	  .topnav h1+ul {
		  display: none;
	  }
	  h1.DigitLogo1 img {
		  margin: auto;
		  display: block;
	  }
	  h1.DigitLogo1 {
		  position: relative;
		  float: none;
		  margin: inherit;
	  }
	  h1.DigitLogo1 a {
		  display: initial;
		  float: none;
	  }
	  .SubTopnav {
	  position: static;
	  margin-bottom: 0px;
	  }
	.SubTopnav {
		  position: static;
		  padding: 0px 15px;
		  overflow: hidden;
		  height: 40px;
	  }
	  .SubTopnav li a {
		  font-size: 12px;
	}
  
	#Header .isoRight{margin: 5px 15px!important;}
  #Header .isoLeft{margin: 0px 15px!important;line-height: 45px!important;padding-top: 12px!important;}
  #Header .isoRight{padding-top: 0px!important;}
  .topnav li {
	margin-left: 13px!important;
  }
  .global-search.expand {
	top: 0px;
	left: 0px;
  }
  }
  
  .topnav li{
	  margin-left: 43px;
  }
  .global-search.expand{
	  max-width: 1020px;
  }
  .bound {
	width: 1020px;
	margin: 0px auto;
  }
  #Header .isoRight {
	display: inline-block;
	float: right;
	padding-top: 10px;
  }
  /* header css end */
  .mainMenu span {
	line-height: 42px;
  }
  
  .nav .nav__list li{
	line-height: 42px;
  }
  .SubTopnav{
    margin-bottom: 0px!important;
  }
 