﻿@font-face {
    font-family: RupeeForadianRegular;
    src: url('../fonts/rupee_foradian.eot');
    src: local('?'), url('../fonts/rupee_foradian.ttf') format('truetype'), url('../fonts/rupeeforadian-webfont.svg#webfontR5hylf0C') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium';
    font-weight: 400;
    src: url('../fonts/titillium-regular.eot');
    src: url('../fonts/titillium-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-regular.woff2') format('woff2'), url('../fonts/titillium-regular.woff') format('woff'), url('../fonts/titillium-regular.ttf') format('truetype'), url('../fonts/titillium-regular.svg#titillium-regular') format('svg');
}

@font-face {
    font-family: 'Titillium';
    font-weight: 600;
    src: url('../fonts/titilliumweb-semibold.eot');
    src: url('../fonts/titilliumweb-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/titilliumweb-semibold.woff2') format('woff2'), url('../fonts/titilliumweb-semibold.woff') format('woff'), url('../fonts/titilliumweb-semibold.ttf') format('truetype'), url('../fonts/titilliumweb-semibold.svg#titillium-regular') format('svg');
}

@font-face {
    font-family: 'Titillium';
    font-weight: 700;
    src: url('../fonts/titillium-bold.eot');
    src: url('../fonts/titillium-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-bold.woff2') format('woff2'), url('../fonts/titillium-bold.woff') format('woff'), url('../fonts/titillium-bold.ttf') format('truetype'), url('../fonts/titillium-bold.svg#titillium-bold') format('svg');
}

@font-face {
    font-family: 'Titillium';
    font-weight: 300;
    src: url('../fonts/titillium-light.eot');
    src: url('../fonts/titillium-light.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-light.woff2') format('woff2'), url('../fonts/titillium-light.woff') format('woff'), url('../fonts/titillium-light.ttf') format('truetype'), url('../fonts/titillium-light.svg#titillium-light') format('svg');
}

@font-face {
    font-family: 'Titillium';
    font-weight: 600;
    src: url('../fonts/titilliumweb-semibold.eot');
    src: url('../fonts/titilliumweb-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/titilliumweb-semibold.woff2') format('woff2'), url('../fonts/titilliumweb-semibold.woff') format('woff'), url('../fonts/titilliumweb-semibold.ttf') format('truetype'), url('../fonts/titilliumweb-semibold.svg#titilliumweb-semibold') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('../fonts/opensans.eot');
    src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans.ttf') format('truetype'), url('../fonts/opensans.svg#open_sanscondensed_light') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sanscondensed_light') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/opensans-italic.eot');
    src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic.woff') format('woff'), url('../fonts/opensans-italic.ttf') format('truetype'), url('../fonts/opensans-italic.svg#open_sanscondensed_light') format('svg');
}

.rupee {
    font-family: RupeeForadianRegular;
    display: inline !important;
    margin-right: 4px;
}

.rupee span {
    position: absolute;
    text-indent: -9999em;
    left: -9999em
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: "Titillium", arial, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #454545;
}

a {
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #DA0000;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a.link:hover {
    color: #DA0000;
}

img {
    border: none;
    display: block;
}

.img_responsive {
    width: 100%;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after,
.clear {
    clear: both
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.block {
    display: block
}

.inline {
    display: inline
}

.inline_block {
    display: inline-block
}

.hide {
    display: none;
}

.cap_text {
    text-transform: uppercase !important;
}

.bold_txt {
    font-weight: bold;
}

.red_text {
    color: #da0000;
}

.white_bg {
    background-color: #FFF;
}

.gray_bg {
    background-color: #F7F7F7;
}

.no_border {
    border: none!important;
}

.no_border_t {
    border-top: none!important;
}

.no_border_r {
    border-right: none!important;
}

.no_border_b {
    border-bottom: none !important;
}

.no_border_l {
    border-left: none!important;
}

.no_margin {
    margin: 0!important
}

.no_margin_t {
    margin-top: 0!important
}

.no_margin_r {
    margin-right: 0!important
}

.no_margin_b {
    margin-bottom: 0!important
}

.no_margin_l {
    margin-left: 0!important
}

.no_padding {
    padding: 0!important
}

.no_padding_t {
    padding-top: 0!important
}

.no_padding_r {
    padding-right: 0!important
}

.no_padding_b {
    padding-bottom: 0!important
}

.no_padding_l {
    padding-left: 0!important
}

.margin_t5 {
    margin-top: 5px!important
}

.margin_r5 {
    margin-right: 5px!important
}

.margin_b5 {
    margin-bottom: 5px!important
}

.margin_l5 {
    margin-left: 5px!important
}

.margin_t10 {
    margin-top: 10px!important
}

.margin_r10 {
    margin-right: 10px!important
}

.margin_b10 {
    margin-bottom: 10px!important
}

.margin_l10 {
    margin-left: 10px!important
}

.margin_t15 {
    margin-top: 15px!important
}

.margin_r15 {
    margin-right: 15px!important
}

.margin_b15 {
    margin-bottom: 15px!important
}

.margin_l15 {
    margin-left: 15px!important
}

.margin_t20 {
    margin-top: 20px!important
}

.margin_r20 {
    margin-right: 20px!important
}

.margin_b20 {
    margin-bottom: 20px!important
}

.margin_l20 {
    margin-left: 20px!important
}

.margin_t25 {
    margin-top: 25px!important
}

.margin_r25 {
    margin-right: 25px!important
}

.margin_b25 {
    margin-bottom: 25px!important
}

.margin_l25 {
    margin-left: 25px!important
}

.margin_t30 {
    margin-top: 30px!important
}

.margin_r30 {
    margin-right: 30px!important
}

.margin_b30 {
    margin-bottom: 30px!important
}

.margin_l30 {
    margin-left: 30px!important
}

.margin_t40 {
    margin-top: 40px!important
}

.margin_r40 {
    margin-right: 40px!important
}

.margin_b40 {
    margin-bottom: 40px!important
}

.margin_l40 {
    margin-left: 40px!important
}

.padding_t5 {
    padding-top: 5px!important
}

.padding_r5 {
    padding-right: 5px!important
}

.padding_b5 {
    padding-bottom: 5px!important
}

.padding_l5 {
    padding-left: 5px!important
}

.padding_t10 {
    padding-top: 10px!important
}

.padding_r10 {
    padding-right: 10px!important
}

.padding_b10 {
    padding-bottom: 10px!important
}

.padding_l10 {
    padding-left: 10px!important
}

.padding_t15 {
    padding-top: 15px!important
}

.padding_r15 {
    padding-right: 15px!important
}

.padding_b15 {
    padding-bottom: 15px!important
}

.padding_l15 {
    padding-left: 15px!important
}

.padding_t20 {
    padding-top: 20px!important
}

.padding_r20 {
    padding-right: 20px!important
}

.padding_b20 {
    padding-bottom: 20px!important
}

.padding_l20 {
    padding-left: 20px!important
}

.padding_t25 {
    padding-top: 25px!important
}

.padding_r25 {
    padding-right: 25px!important
}

.padding_b25 {
    padding-bottom: 25px!important
}

.padding_l25 {
    padding-left: 25px!important
}

.padding_t30 {
    padding-top: 30px!important
}

.padding_r30 {
    padding-right: 30px!important
}

.padding_b30 {
    padding-bottom: 30px!important
}

.padding_l30 {
    padding-left: 30px!important
}

.padding_t40 {
    padding-top: 40px!important
}

.padding_r40 {
    padding-right: 40px!important
}

.padding_b40 {
    padding-bottom: 40px!important
}

.padding_l40 {
    padding-left: 40px!important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sprite,
.navsearch .but_search,
.topnav li .arrow-hnone,
.compare_table .cmpr-chkbox input[type="checkbox"]:checked+label:after,
.compare_table .cmpr-chkbox input[type="checkbox"]:not(:checked)+label:after {
    background: url('../images/sprite_eng_v1.png?v=1.3') no-repeat;
    background-size: 289px auto;
    background-position: -100% -100%;
    display: inline-block;
}

.sprite_kp {
    background: url('../images/sprite_kp_wgt.png?version=03') no-repeat;
    background-size: 400px auto;
    background-position: -100% -100%;
    display: inline-block;
}





.btn.gray_btn {
    background-color: #4e4e4e;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    display: block;
}

.row,
.header_wrap {
    width: 100%;
}

.gnavigation_bg {
    height: 37px;
    width: 100%;
    background: rgba(242, 241, 242, 1);
    background: -moz-linear-gradient(top, rgba(242, 241, 242, 1) 0%, rgba(220, 219, 220, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 241, 242, 1)), color-stop(100%, rgba(220, 219, 220, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 241, 242, 1) 0%, rgba(220, 219, 220, 1) 100%);
    background: -o-linear-gradient(top, rgba(242, 241, 242, 1) 0%, rgba(220, 219, 220, 1) 100%);
    background: -ms-linear-gradient(top, rgba(242, 241, 242, 1) 0%, rgba(220, 219, 220, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 241, 242, 1) 0%, rgba(220, 219, 220, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f1f2', endColorstr='#dcdbdc', GradientType=0)
}

.topnav li>ul,
.topnav li>ul>li {
    background: #FFF;
    padding: 0;
    margin: 0
}

.header {
    display: block;
    box-shadow: 0 8px 6px -6px #eaeaea
}

.navbar_header {
    padding-top: 10px
}

.logo_main {
    width: 300px;
    float: left;
    margin-top: 5px;
}

.logo_main img {
    width: 240px;
    height: 75px;
    display: block;
}

.topnav {
    width: 100%;
    padding-top: 10px;
    float: left;
}

.topnav>ul {
    width: auto;
    float: left;
    margin: 0px;
    list-style: none;
    padding-top: 5px
}

.topnav>ul>li {
    padding: 2px 0;
    margin: 0 19px 0 0;
    position: relative;
    text-transform: uppercase;
    float: left;
}

.topnav>ul>li:last-child {
    margin: 0
}

.topnav>ul>li a {
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 10px solid #FFF;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.topnav>ul>li a.active,
.topnav>ul>li a:hover {
    border-bottom: 10px solid #da0000
}

.topnav>ul>li a:hover {
    color: #DA0000
}

.topnav li>ul {
    border: 1px solid #d5d5d5;
    display: none;
    position: absolute;
    right: 0;
    top: 84%;
    z-index: 10000
}

.topnav li:hover>ul {
    display: block;
    box-shadow: 0 0 5px #EAEAEA
}

.topnav li>ul>li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    position: relative
}

.topnav li>ul>li a {
    color: #666;
    height: 40px;
    line-height: 40px;
    min-width: 285px;
    padding: 0 0 0 10px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.topnav li.hubs>ul>li a {
    min-width: 150px
}

.topnav li>ul>li a:hover {
    background: #DA0000;
    color: #FFF
}

.topnav li .arrow-hnone {
    background-position: 19.4% 63.2%;
    margin-left: 2px;
    float: right;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 10px solid #FFF;
    height: 34px;
    padding: 3px 17px 10px;
    position: relative;
    width: 11px;
}

.topnav li:hover>a .arrow-hnone {
    background-position: 19.4% 64%;
    height: 32px;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid transparent;
    z-index: 10001;
    background-color: #FFF;
}

.topnav ul li.nohover>a:hover {
    border-bottom: 10px solid #fff;
    color: #868686
}

.subnav {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1280px
}

.subnav a {
    border-right: 1px solid #454545;
    color: #454545;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    margin: 8px 8px 8px 0;
    padding: 0 8px 0 0;
    text-decoration: none
}

.subnav a:last-child {
    border: none
}

.subnav a:hover {
    color: #DA0000
}

.navsearch {
    width: 200px;
    float: right;
    position: relative;
    display: block;
    margin-top: 3px;
    padding: 5px;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.navsearch input {
    width: 190px;
    height: auto;
    border: none;
    color: #666;
    font-size: 13px
}

.navsearch .but_search {
    background-position: 0.3% 62.9%;
    display: inline-block;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 25px
}

.category_menu {
    background-color: #da0000
}

.category_menu ul {
    width: auto;
    list-style: none;
    float: left;
}

.category_menu ul li {
    float: left;
    text-transform: uppercase;
}

.category_menu ul li a {
    color: #F1F1F1;
    display: block;
    font-size: 14px;
    line-height: 20px;
    border-right: 1px solid #f46e6e;
    padding: 7px 14px
}

.breadcrums,
.breadcrums ul li a span {
    color: #868686
}

.category_menu ul li:first-child a {
    padding-left: 0
}

.category_menu ul li:last-child a {
    border-right: none;
    line-height: 21px;
    padding-top: 4px
}

.breadcrums {
    width: 100%;
    font-size: 13px;
    margin: 0 0 15px
}

.breadcrums ul li {
    display: inline-block
}

.breadcrums ul li span {
    width: 100%;
    color: #DA0000;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #CCC
}

.breadcrums ul li:first-child span {
    padding-left: 0
}

.breadcrums ul li>span {
    border: none
}

.breadcrums span {
    color: #da0000
}

.breadcrumslastlabel {
    border-right: 0 solid #CCC!important
}

.lhs {
    width: 950px;
}

.rhs {
    width: 1100px;
    float: right;
}

.rhs_section {
    width: 300px;
    padding: 0;
    position: relative;
    float: right;
}

.content_section {
    width: 770px;
    position: relative;
    float: left;
}

.content_section h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #4a4a4a;
    margin: 0
}

.content_section .recently_heading {
    width: 100%;
    border-bottom: 1px solid #ccc9cd;
    color: #373737;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
    clear: left
}

.lhs_gray_section {
    width: 150px;
    padding: 0;
    float: left;
}

.lhs_top_banner {
    margin-bottom: 10px
}

.recent_news_widget {
    width: 100%;
    background-color: #ededed;
    margin: 0;
    padding: 0
}

.recent_news_widget ul {
    margin: 0;
    padding: 0
}

.recent_news_widget ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
    list-style-type: none;
    border-top: 2px solid #f5f5f5;
    border-bottom: 1px solid #e5e5e5
}

.recent_news_widget ul li:first-child {
    border-top: 0
}

.recent_news_widget ul li .lhsHeadings {
    width: 100%;
    margin: 0;
    padding: 15px 15px 10px;
    font-size: 18px;
    color: #da0000;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px
}

.recent_news_widget ul li a {
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px;
    color: #666;
    font-size: 13px;
    line-height: 18px
}

.recent_news_widget ul li a:hover {
    color: #DA0000
}

.recent_news_widget ul li .more-link {
    height: auto;
    margin: 0;
    padding: 0
}

.recent_news_widget ul li .more-link a {
    margin: 0;
    padding: 9px 15px;
    font-size: 14px;
    color: #da0000;
    text-transform: uppercase
}

.adhead {
    font-size: 10px;
    color: #999;
    text-align: center
}

.ad_lhs a,
.ad_lhs a img {
    display: block
}

.content_block>.product_header h1 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    border-bottom: none
}

.content_block h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-transform: none;
    color: #373737;
    margin: 0;
    padding: 0 0 2px;
    text-align: left;
    border-bottom: 1px solid #ccc9cd
}

.content_block h1 span {
    color: #da0000
}

.content_block h1 span.usr_revw_head_text {
    color: #333;
    font-weight: 400;
    font-size: 22px
}

.content_block h1 span.black {
    color: #333!important
}

.nlist ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.nlist ul li a .thumb {
    border: 1px solid #eee
}

.nlist ul li a .thumb img {
    width: 100%;
    padding: 4px
}

.bigimglist {
    width: 100%;
}

.bigimglist.prime ul li {
    min-height: 380px
}

.bigimglist.prime ul li .caption {
    height: 235px
}

.bigimglist.category_list ul li {
    width: 244px
}

.bigimglist.category_list ul li .caption {
    height: 290px
}

.bigimglist ul li {
    float: left;
    width: 244px;
    height: 270px;
    margin: 10px 19px 0 0
}

.bigimglist ul li:nth-child(3n) {
    margin-right: 0
}

.bigimglist ul li:nth-child(3n+1) {
    clear: both
}

.bigimglist ul li .thumb img {
    width: 100%;
    border: none;
    display: block;
    padding: 0
}

.bigimglist ul li .caption {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-top: none;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    padding: 5px 4px;
    min-height: 72px
}

.bigimglist ul li .caption:hover {
    color: #da0000
}

.midimglist ul {
    margin: 5px 0 0;
    float: left;
}

.midimglist ul li {
    width: 170px;
    height: auto;
    float: left;
    margin: 0 0 30px 30px;
    overflow: hidden
}

.midimglist ul li:first-child {
    margin-left: 0
}

.midimglist ul li:nth-child(4n+1) {
    margin-left: 0;
    clear: both
}

.midimglist ul li a .thumb,
.midimglist ul li a span {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
}




.rhs_section .header_wrap_widget h2 {
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.header_wrap_widget .heading,
.header_wrap_widget .heading a {
    background-color: #DA0000;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0;
    color: #FFF;
    font-weight: 600;
}

.header_wrap_widget h2.heading {
    padding: 5px 10px;
}

.header_wrap_widget .heading a {
    padding: 0;
    display: inline-block;
}

.header_wrap_widget .heading a > i {
    font-size: 16px;
    margin-left: 5px;
    font-weight: bold;
}

.header_wrap_widget .heading a.fr {
    font-size: 13px;
    font-weight: normal;
    padding-top: 3px;
}


/*RHS subscribe*/

.subscribe {
    width: 100%;
    margin: 0 0 30px 0;
    display: table;
    position: relative;
    padding: 3px 0 0 0;
}

.subscribe .cell {
    display: table-cell;
}

.subscribe .btn_wrp {
    width: 85px;
    padding-left: 5px;
}

.subscribe input[type="text"] {
    width: 70%;
    display: table-cell;
    border-radius: 0.2em;
}

.subscribe input.btn[type="submit"] {
    width: 27%;
    height: 36px;
    display: table-cell;
    padding: 0 10px;
    margin: 0 0 0 5px;
}


/*RHS widgets end*/


/*Home page/Product detail page*/


/*** BxSlider v4.1.2***/

.bx-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: auto
}

.bx-wrapper .bx-viewport {
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -24px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../images/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(0, 0, 0, .2);
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #DA0000
}

.bx-wrapper .bx-prev {
    left: 0;
}

.bx-wrapper .bx-next {
    right: 0;
}

.bx-wrapper .bx-next i,
.bx-wrapper .bx-prev i {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 40%;
    left: 5px;
}

.bx-wrapper .bx-next i {
    left: inherit;
    right: 5px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
    background-color: rgba(238, 238, 238, .1)
}

.bx-wrapper .bx-next:hover {
    box-shadow: -2px 0 2px 0 rgba(210, 210, 210, .5)
}

.bx-wrapper .bx-prev:hover {
    box-shadow: 2px 0 2px 0 rgba(210, 210, 210, .5)
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: 0;
    outline: 0;
    width: 32px;
    height: 100%;
    z-index: 99
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}


/*Home Page Shop Widgets*/

.shop_widget_banner,
.shop_widget_product {
    background: #FFF;
    border: 1px solid #ccc;
    height: 265px;
    overflow: hidden
}

.shop_widget_heading {
    padding-top: 10px;
    margin: 0px;
}

.shop_widget_heading a {
    font-size: 20px;
    font-weight: 600;
    color: #454545
}

.shop_widget_banner {
    width: 630px
}

.shop_widget_product {
    width: 644px
}

.shop_widget_banner .bx-wrapper {
    margin: 0 auto
}

.shop_widget_product .bx-wrapper {
    max-width: 100%
}

.slider_product_container {
    width: 190px;
    height: 265px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    align-items: center;
    background-color: #fff;
    display: block;
    padding: 0;
    text-align: center
}

.slider_product_container a {
    width: 100%;
    height: 263px;
    display: inline-block;
    margin: auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider_product_container .product_img_wrp {
    width: 100%;
    display: table
}

.slider_product_container .product_img_content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.slider_product_container a img {
    width: auto;
    height: auto;
    margin: auto;
    max-height: 120px;
    max-width: 200px
}

.slider_product_container .product_value {
    width: 100%;
    padding: 0 10px 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0
}

.slider_product_container .product_value h5 {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    height: 40px;
    line-height: 19px;
    overflow: hidden
}

.slider_product_container .product_value .subhead {
    color: #999;
    display: block;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    overflow: hidden
}

.slider_product_container .product_value .justify {
    width: 100%;
    padding: 0;
    display: table
}

.slider_product_container .product_value .justify .acctual_price {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    width: 100%
}

.slider_product_container .product_value .justify .percent_price_wrp {
    display: block;
    text-align: center
}

.slider_product_container .product_value .justify .cut_price {
    color: #999;
    font-size: 13px;
    padding: 0 5px;
    font-weight: 400;
    text-decoration: line-through
}

.slider_product_container .product_value .justify .off_price {
    color: #228b22;
    font-size: 13px;
    padding: 0 5px;
    font-weight: 400
}

.bx-wrapper .bx-controls-auto,
.shop_widget_banner .bx-wrapper .bx-pager,
.shop_widget_product .bx-wrapper .bx-pager {
    bottom: 5px;
    padding: 0
}

.shop_widget_banner .bx-wrapper img {
    width: 628px;
    height: 265px
}

.product_detail .bx-wrapper .bx-viewport {
    border: none
}


/*Home Page Shop Widgets end*/

.stories_heading {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    text-transform: uppercase;
}

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

.stories_widget ul li {
    width: 316px;
    float: left;
    margin: 0 1px 0 0;
}

.stories_widget ul li:last-child {
    margin: 0;
}

.stories_widget ul li a {
    display: block;
}

.stories_widget ul li a .thumb {
    width: 100%;
    min-height: 236px;
    background-color: #FFF;
}

.stories_widget ul li a .thumb img {
    width: 316px;
    height: 237px;
    display: block;
}

.stories_widget ul li .caption {
    height: 64px;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 18px;
    padding: 10px 10px 4px;
    margin-top: 5px;
}


/*News Listing, Search index*/

.story_list ul li {
    width: 100%;
    padding: 20px 0;
    display: table;
    border-bottom: 1px solid #ccc9cd;
    position: relative;
    vertical-align: middle;
}

.story_list ul li .news_listing {
    color: #4a4a4a;
    font-size: 24px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    display: block;
}

.story_list ul li .news_listing:hover {
    color: #DA0000;
}

.story_list ul li .thumb {
    width: 190px;
    min-height: 120px;
    padding: 0 30px 0 0;
    display: table-cell;
}

.story_list ul li .thumb a {
    display: inline-block;
}

.story_list ul li .thumb img {
    margin-bottom: 0;
    width: 100%;
}

.story_list ul li .caption_box {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
}

.story_list ul li .h2 {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
}

.story_list ul li .h2:hover {
    color: #da0000;
}

.story_list ul li a.catname {
    color: #DA0000;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}

.story_list ul li .caption_tag {
    background-color: #176cbc;
    padding: 2px 5px 1px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
    text-transform: uppercase;
}

.story_list ul li .caption_tag strong {
    font-weight: 600;
}

.story_list ul li .sponsored_tag {
    background-color: #fff100;
    color: #000;
}


/*Story, photo, video detail pages*/

.header_wrap h2,
.header_wrap h2 a {
    color: #fff;
    text-transform: uppercase
}

.header_wrap h2 {
    width: 100%;
    background: #da0000;
    margin: 0;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600
}

.header_wrap h2 a {
    font-size: 16px!important;
    font-weight: 400;
    text-decoration: none
}

.header_wrap h2 a:hover {
    color: #fff
}

.header_wrap .head_more {
    color: #666;
    float: right;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.sticky_navbar {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 60px;
    background: #FFF;
    margin: 0 auto;
    padding: 8px 0;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .28);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .33s cubic-bezier(.3, .73, .3, .74) 0s;
    -moz-transition: transform .33s cubic-bezier(.3, .73, .3, .74) 0s;
    transition: transform .33s cubic-bezier(.3, .73, .3, .74) 0s
}

.scrolled .sticky_navbar {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.sticky_navbar .fl {
    float: left;
    padding: 0 10px
}

.sticky_navbar .fr {
    float: right;
    padding: 0 10px
}

.sticky_navbar .stickylogo {
    width: 160px;
    line-height: 44px
}

.sticky_navbar .stickylogo img {
    display: block
}

.sticky_navbar .sheading {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    border-left: 1px solid #CCC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 400px)
}

.sticky_navbar .stickysocial {
    width: 190px;
    text-align: right
}

.sticky_navbar .stickysocial .social-share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    float: right
}

.sticky_navbar .stickysocial .social-share li {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 5px 5px
}

.sticky_navbar .stickysocial .social-share li i {
    background: #CCC;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 50%
}

.sticky_navbar .stickysocial .social-share li i.fa-facebook {
    background: #4a669b;
    color: #FFF
}

.sticky_navbar .stickysocial .social-share li i.fa-twitter {
    background: #2AAbdD;
    color: #FFF
}

.sticky_navbar .stickysocial .social-share li i.fa-envelope-o {
    background: #CCC;
    color: #FFF
}

.sticky_navbar .stickysocial .social-share li i.fa-reddit-alien {
    background: #8eAAc3;
    color: #FFF
}

.story_social_share {
    display: block;
    padding: 0
}

.story_social_share a.email-icon,
.story_social_share a.fbshare-icon,
.story_social_share a.gplus-icon-new,
.story_social_share a.linkedin-icon-new,
.story_social_share a.reddit-icon,
.story_social_share a.twrshare-icon {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px
}

.story_social_share a.email-icon i,
.story_social_share a.fbshare-icon i,
.story_social_share a.gplus-icon-new i,
.story_social_share a.linkedin-icon-new i,
.story_social_share a.reddit-icon i,
.story_social_share a.twrshare-icon i {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px
}

.story_social_share a.email-icon span,
.story_social_share a.fbshare-icon span,
.story_social_share a.gplus-icon-new span,
.story_social_share a.linkedin-icon-new span,
.story_social_share a.reddit-icon span,
.story_social_share a.twrshare-icon span {
    color: #FFF;
    font-size: 11px;
    margin: 0 3px 0 5px
}

.story_social_share a.fbshare-icon i {
    background-position: 0 13.9%
}

.story_social_share a.fbshare-icon {
    background-color: #325a97
}

.story_social_share a.fbshare-icon:hover {
    background-color: #233f69
}

.story_social_share a.twrshare-icon i {
    background-position: 7% 13.9%
}

.story_social_share a.twrshare-icon {
    background-color: #55acee
}

.story_social_share a.twrshare-icon:hover {
    background-color: #0080b0
}

.story_social_share a.pinshare-icon i {
    background-position: 15% 13.9%
}

.story_social_share a.pinshare-icon {
    background-color: #cc2127
}

.story_social_share a.pinshare-icon:hover {
    background-color: #97181d
}

.story_social_share a.email-icon i {
    background-position: 23% 13.6%;
    background-size: 227px auto
}

.story_social_share a.email-icon {
    background-color: #333
}

.story_social_share a.email-icon:hover {
    background-color: #000
}

.story_social_share a.reddit-icon i {
    background-position: 33.4% 13.6%;
    background-size: 210px auto
}

.story_social_share a.reddit-icon {
    background-color: #cee3f8
}

.story_social_share a.reddit-icon span {
    color: #666
}

.story_social_share a.reddit-icon:hover {
    background-color: #c1d6ec
}

.story_social_share a.gplus-icon-new i {
    background-position: 43.4% 13.9%
}

.story_social_share a.gplus-icon-new {
    background-color: #de1a1a
}

.story_social_share a.gplus-icon-new:hover {
    background-color: #ce1515
}

.story_social_share a.linkedin-icon-new i {
    background-position: 53.4% 13.9%
}

.story_social_share a.linkedin-icon-new {
    background-color: #0273b2
}

.story_social_share a.linkedin-icon-new:hover {
    background-color: #046297
}

.story_social_share a.stumbleupon-icon-new i {
    background-position: 63.9% 13.9%
}

.story_social_share a.stumbleupon-icon-new {
    background-color: #ff7e58
}

.story_social_share a.stumbleupon-icon-new:hover {
    background-color: #ed5427
}

.story_detail.photo_widget img {
    border: 1px solid #ccc;
    padding: 3px
}

.story_detail.photo_widget .ph_wrp_count {
    width: 100%;
    float: left;
    line-height: 26px;
    margin-bottom: 10px
}

.story_detail.photo_widget .ph_wrp_count .number {
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    padding: 6px 0;
    background-color: #777;
    display: inline-block;
    text-align: center;
    margin-right: 10px
}

.story_detail.photo_widget .ph_wrp_count .heading {
    display: inline-block
}

.photo_widget ol {
    padding: 0 0 20px;
    counter-reset: item
}

.photo_widget ol li {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.photo_widget ol li h2 {
    padding: 5px 0 0 35px
}

.photo_widget ol li:before {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 10px;
    content: counter(item, decimal)".";
    counter-increment: item;
    text-align: center;
    position: absolute;
    top: 0;
    left: -8px
}

.photo_widget ol li img {
    width: 100%;
    height: auto
}

.photo_widget ol li p {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
    width: 100%
}

.img_highlight {
    width: 100%;
    float: left
}

.gad_smallimage_cont {
    text-align: center;
    float: left;
    margin: 0 30px 10px 0
}

.story_detail .gad_smallimage_cont img {
    width: 320px
}

.newins_highlights_wrap {
    float: left;
    margin: 0 30px 0 0;
    width: 300px
}

.img_highlight .newins_highlights_wrap {
    margin: 0;
    width: 420px
}

.img_highlight .newins_widget .newins_widhead {
    padding-bottom: 10px!important;
    font-size: 16px!important;
    font-weight: 400!important
}

.newins_widhead>h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400
}

.newins_widget .newins_widhead {
    font-family: Titillium, arial, sans-serif;
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
    color: #DA0000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-bottom: 1px solid #CCC
}

.newins_widget .newins_lhs_highlights {
    width: 100%;
    margin: 0;
    padding: 0
}

.newins_widget .newins_lhs_highlights li {
    border-bottom: 1px solid #CCC;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px 10px 20px
}

.newins_widget .newins_lhs_highlights li:last-child {
    border-bottom: none
}

.newins_widget .newins_lhs_highlights li:before {
    background: #DA0000;
    content: '';
    display: inline-block;
    margin: 8px 0 0 -20px;
    text-align: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    float: left
}

.fullstoryCtrl_fulldetails {
    width: 100%;
    margin: 20px 0;
    color: #3e433e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.fullstoryCtrl_fulldetails blockquote {
    position: relative;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 20px;
    padding: 2.5em 20px;
    quotes: "â€œ" "â€" "â€˜" "â€™"
}

.fullstoryCtrl_fulldetails blockquote:after,
.fullstoryCtrl_fulldetails blockquote:before {
    color: #ccc;
    font-size: 6em;
    line-height: .1em;
    margin-right: .1em;
    vertical-align: -.4em;
    position: absolute
}

.fullstoryCtrl_fulldetails blockquote:before {
    content: open-quote;
    top: 41px
}

.fullstoryCtrl_fulldetails blockquote:after {
    content: close-quote;
    bottom: 3px
}

.fullstoryImage {
    margin: 0 0 10px
}

.lead_heading h1,
.lead_heading h1 span {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    display: inline;
    border-bottom: none;
    margin: 0;
    padding: 0
}

.fullstoryImage img {
    width: 100%!important
}

.lead_heading h1 span {
    color: #373737
}

.story_read_eng {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    vertical-align: middle
}

.story_read_eng.hide {
    display: none;
}

.story_detail .image_slider {
    width: 100%
}

.story_detail img {
    max-width: 100%
}

.story_detail .image_slider .bx-wrapper .bx-viewport {
    box-shadow: 0 0 0 transparent
}

.story_detail,
.story_detail p,
.story_detail h1,
.story_detail h2,
.story_detail h3 {
    color: #3e433e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif
}

.story_detail h1,
.story_detail h2,
.story_detail h3 {
    font-weight: bold;
}

.story_detail p {
    margin: 0 0 20px;
    width: 100%
}

.story_detail a {
    color: #DA0000
}

.story_detail .fullstoryCtrl_fulldetails ol,
.story_detail .fullstoryCtrl_fulldetails ul {
    padding-left: 16px
}

.story_detail .fullstoryCtrl_fulldetails ul > li {
    list-style: disc
}

.story_detail .fullstoryCtrl_fulldetails ol > li {
    list-style: decimal
}

.story_detail iframe {
    display: inline-block;
    margin: 10px 0 0;
    width: 100%
}

.dateline a {
    color: #Da0000
}

.product_detail,
.product_detail p {
    font-size: 16px;
    line-height: 22px;
    color: #5e5e5e;
    margin: 0
}

.product_detail .product_img img {
    margin: auto;
    max-height: 480px;
    max-width: 100%
}

.content_block .caption_tag {
    background-color: #176cbc;
    padding: 2px 5px 1px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 3px;
    display: inline-block;
    text-transform: uppercase
}

.content_block .caption_tag strong {
    font-weight: 600
}

.content_block .sponsored_tag {
    background-color: #fff100;
    color: #000
}

audio {
    width: 100%
}

.ins_instory_dv .ins_instory_dv_caption {
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    color: #666!important;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: left
}

.story_detail .ins_instory_dv_caption,
.story_detail p.caption {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
    border-bottom: 1px solid #f2f2f2;
    font-family: arial, sans-serif;
    position: relative;
    padding: 0 0 5px
}

.story_detail .ins_instory_dv_caption {
    margin: -5px 0 0
}

.story_detail .ins_instory_span_credit,
.story_detail p.imgCredit {
    font-family: arial, sans-serif;
    color: #000;
    font-size: 11px;
    margin: 0;
    text-align: right;
    position: relative;
    float: right;
    display: inline-block;
    width: auto;
}

.story_detail .ins_instory_dv_caption .ins_instory_span_credit {
    margin: 0;
    position: absolute;
    right: 0;
    top: -15px;
    padding-bottom: 5px
}

.story_detail .ins_instory_dv p.ins_instory_dv_caption {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #999;
    margin: 10px 0 15px;
    padding-bottom: 7px;
    display: table;
    position: relative
}

.story_detail .ins_instory_dv p.ins_instory_dv_caption span {
    font-size: 11px;
    display: table-cell;
    text-align: right;
    vertical-align: top;
    position: absolute;
    top: -17px;
    right: 0
}

.story_detail .ins_instory_dv p.ins_instory_dv_caption .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.story_detail .fullstoryCtrl_fulldetails ol,
.story_detail .fullstoryCtrl_fulldetails ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.story_detail .fullstoryCtrl_fulldetails ol ol,
.story_detail .fullstoryCtrl_fulldetails ol ul,
.story_detail .fullstoryCtrl_fulldetails ul ol,
.story_detail .fullstoryCtrl_fulldetails ul ul {
    margin-bottom: 0;
}


/*Photo, Video, Search Listing*/

.photo_video_list ul {
    float: left;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 0 0;
}

.photo_video_list ul li {
    width: 244px;
    float: left;
    margin: 0;
    margin: 0 19px 20px 0;
    position: relative;
    vertical-align: middle;
}

.photo_video_list ul li:nth-child(3n) {
    margin-right: 0;
}

.photo_video_list ul li:nth-child(3n+1) {
    clear: both;
}

.photo_video_list ul li .thumb {
    width: 100%;
    display: block;
    position: relative;
}

.photo_video_list ul li .caption {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
}


/*Compare mobile*/

.compare_phone .compare_widget ol {
    counter-reset: item;
    border: 1px dashed #ccc
}

.compare_phone .compare_widget ol li:before {
    color: #666;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 12px 0 8px;
    content: counter(item, decimal);
    counter-increment: item;
}

.compare_phone .compare_widget ol li {
    width: 384px;
    padding: 10px;
    margin-bottom: 2px;
    background-color: #fcfcfc;
    border-right: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
}

.compare_phone .compare_widget ol li .phn_icon {
    width: 50px;
    height: 38px;
    padding: 2px;
    background-color: #FFF;
    margin: 4px 0 0 0;
    border: 1px solid #d2d0d0;
    border-right: 0px;
    border-radius: 3px 0 0 3px;
}

.compare_phone .compare_widget ol li .phn_icon i {
    max-width: 44px;
    max-height: 33px;
    background-size: 250px auto;
    background-position: -5.1% 35.7%;
    margin: auto;
}

.compare_phone .compare_widget ol li .phn_icon img {
    max-width: 44px;
    max-height: 33px;
    margin: auto;
}

.compare_phone .compare_widget ol li .phn_name {
    position: relative;
}

.compare_phone .compare_widget ol li .phn_name input {
    width: 260px;
    height: 38px;
    font-size: 14px;
    margin: 4px 0 0;
    border-left: none;
    border-radius: 0 3px 3px 0;
}

.compare_phone .compare_widget .compare_btn_wrp {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}

.compare_phone .compare_widget .compare_btn_wrp .compare_btn {
    font-size: 16px;
    font-weight: normal;
}

.compare_phone .compare_widget .compare_btn_wrp .compare_btn:hover {
    color: #FFF;
}


/*compare detail*/

.rateicon_comparison {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: 270px auto;
}

.rateicon_comparison.rating1 {
    background-position: 0 28.9%;
}

.rateicon_comparison.rating2 {
    background-position: 33.3% 28.9%;
}

.rateicon_comparison.rating3 {
    background-position: 66.3% 28.9%;
}

.rateicon_comparison.rating4 {
    background-position: 99.8% 28.9%;
}

.rateicon_comparison.rating5 {
    background-position: 0 39.8%;
}

.rateicon_comparison.rating6 {
    background-position: 33.3% 39.8%;
}

.rateicon_comparison.rating7 {
    background-position: 66.3% 39.8%;
}

.rateicon_comparison.rating8 {
    background-position: 99.8% 39.8%;
}

.rateicon_comparison.rating9 {
    background-position: 0.4% 50.9%;
}

.rateicon_comparison.rating10 {
    background-position: 33.7% 50.9%;
}

#header-fixed {
    display: none;
    position: fixed;
    top: 90px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 8px 12px -11px #000000;
    /*-webkit-transition:all 1s ease-in-out; -moz-transition:all 1s ease-in-out; transition:all 1s ease-in-out;*/
}

.compare_table .fixedHeader tr {
    background-color: #f5f5f5;
}

.compare_table .fixedHeader th {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    max-width: 800px;
    min-width: 150px;
    padding: 30px 10px 5px 10px;
    position: relative;
    vertical-align: top;
}

#header-fixed .pd-img {
    display: none;
}

#header-fixed .buy-pd-wrp {
    width: 100%;
    display: table;
    width: 188px;
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
}

#header-fixed .buy-pd-wrp .rateicon_wpr {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}

#header-fixed .buy-pd-wrp .rateicon_wpr>.rateicon_comparison {
    width: 50px;
    height: 50px;
    background-size: 220px auto;
    margin-top: 7px;
}

#header-fixed .buy-pd-wrp .price-wrp {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
}

#header-fixed .buy-pd-wrp .price-wrp .str-logo {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 7px;
}

#header-fixed .buy-pd-wrp .price-wrp .str-logo img {
    max-width: 20px;
    position: relative;
    top: 4px;
}

#header-fixed .buy-pd-wrp .price-wrp .price-txt {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #DA0000;
}

#header-fixed .buy-pd-wrp .price-wrp .price-txt .rupee {
    margin: 0px;
}

#header-fixed .buy-pd-wrp .price-wrp .btn {
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    line-height: 28px;
}

#header-fixed thead td {
    padding: 25px 10px 0 10px;
}

#header-fixed thead td .brand_cont_text {
    padding: 0 0 10px 0;
}

.compare_detail_wrp {
    width: 1100px;
}

.compare_detail_wrp h1 {
    margin: 0 0 26px;
}

.compare_detail_wrp h2 {
    margin: 0 0 26px;
}

.compare_table {
    border-collapse: separate;
    border-spacing: 8px 0;
    position: relative;
}

.compare_table .buy-pd-wrp {
    display: none;
}

.compare_table .cmpr-chkbox {
    width: 100%;
    margin: 10px 0 0 0;
    display: table;
}

.compare_table .cmpr-chkbox:first-child {
    margin: 0 0 20px 0;
}

.compare_table .cmpr-chkbox input[type="checkbox"]:not(:checked),
.compare_table .cmpr-chkbox input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.compare_table .cmpr-chkbox input[type="checkbox"] {
    width: 15px;
    height: 23px;
    margin: 0;
    display: table-cell;
    vertical-align: top;
}

.compare_table .cmpr-chkbox input[type="checkbox"]:not(:checked) + label,
.compare_table .cmpr-chkbox input[type="checkbox"]:checked + label {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #7B7B7B;
    line-height: 24px;
}

.compare_table .cmpr-chkbox input[type="checkbox"]:not(:checked) + label:before,
.compare_table .cmpr-chkbox input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 1px solid #979797;
    color: #7b7b7b;
    border-radius: 2px;
    background-color: transparent;
}

.compare_table .cmpr-chkbox input[type="checkbox"]:not(:checked) + label:after,
.compare_table .cmpr-chkbox input[type="checkbox"]:checked + label:after {
    width: 18px;
    height: 18px;
    border: 1px solid #DA0000;
    border-radius: 2px;
    background-position: -0.4% 69.9%;
    background-size: 150px auto;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.compare_table .cmpr-chkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.compare_table .add-pd-wrp img {
    opacity: 0.5;
}

.compare_table .add-pd-wrp input[type="text"] {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 8px 5px;
    border: 1px solid #D9D9D9;
    color: #333;
    font-family: "Titillium", arial, sans-serif;
}

.compare_table thead td {
    position: relative;
    border-top: 1px solid #E3E3E3;
    vertical-align: bottom;
}

.compare_table thead td {
    padding: 20px 10px 0;
}

.compare_table td {
    width: 20%;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    line-height: 22px;
    padding: 20px 10px;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.compare_table .blankrow td {
    padding: 0 10px;
    height: 0;
}

.compare_table td:first-child {
    text-align: left;
}

.compare_table thead td img {
    margin: auto;
}

.compare_table td img {
    max-width: 100%;
    max-height: 100px;
}

.compare_table tr.stores td {
    position: relative;
}

.compare_table tr.stores td a {
    font-size: 18px;
    color: #5A5A5A;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 9;
}

.compare_table tr.stores td a>img {
    max-width: 100px;
    max-height: 40px;
}

.compare_table tr.stores td a.buynow {
    display: block;
    font-size: 15.38px;
    color: #CB3A27;
    font-weight: normal;
    position: relative;
    z-index: 9;
}

.compare_table tr.stores td .price-checkcircle {
    position: absolute;
    right: 15px;
    top: 34px;
    color: #82d323;
    font-size: 22px;
    z-index: 99;
}

.compare_table tr.stores:nth-child(even) {
    background-color: #f7f7f7;
}

.compare_table tr.stores:first-child td:first-child .dot,
.compare_table tr.stores.last-dot td:first-child .dot {
    display: none;
}

.compare_table tr.stores:first-child .dot {
    width: 4px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    z-index: 99;
}

.compare_table tr.stores:first-child .dot.dotlt {
    left: -4px;
    top: -1px;
}

.compare_table tr.stores:first-child .dot.dotrt {
    right: -4px;
    top: -1px;
}

.compare_table tr.stores.last-dot .dot {
    width: 4px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    z-index: 99999;
}

.compare_table tr.stores.last-dot .dot.dotlt {
    left: -4px;
    bottom: -1px;
}

.compare_table tr.stores.last-dot .dot.dotrt {
    right: -4px;
    bottom: -1px;
}

.compare_table .spec_heading {
    color: #CB3A27;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.compare_table .close_wrp {
    width: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
}

.compare_table .close_wrp i.cross {
    width: 24px;
    height: 24px;
    background-position: 85.1% 21.7%;
    cursor: pointer;
}

.compare_table .brand_cont_text {
    min-height: 30px;
    position: relative;
    width: 180px;
    margin: auto;
    text-align: center;
    /*word-break:break-all;*/
    word-wrap: break-word;
    padding: 10px 0;
}

.compare_table .brand_cont_text>a {
    height: 52px;
    overflow: hidden;
    display: block;
    font-size: 21px;
    line-height: 26px;
    color: #333;
}

.compare_table tr td {
    position: relative;
}

.compare_table tr td:before,
.compare_table tr td:after,
.compare_table tr td .bdrtop-rm {
    display: none;
    width: 4px;
    height: 100%;
    content: '';
    background: #CCC;
    position: absolute;
    top: -1px;
}

.compare_table tr .highlighted {
    position: relative;
    border-left: 4px solid #ccc;
    border-right: 4px solid #ccc;
    padding-left: 7px;
    padding-right: 7px;
}

.compare_table tr.stores td.highlighted .price-checkcircle {
    right: 12px;
}

.compare_table thead td.highlighted:before {
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    background: #CCC!important;
}

.compare_table thead tr:last-child .highlighted:after {
    display: none;
}

.compare_table tr:last-child .highlighted:after {
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
}

.compare_table .cmpgry {
    background: #E3E3E3;
}

.compare_table tr .highlighted .close_wrp,
#header-fixed thead td:hover .close_wrp {
    right: 2px;
}

#header-fixed thead td:hover,
#header-fixed thead td.highlighted {
    padding: 25px 7px 0 7px
}


/*Hover TR top and Bottom Border*/

.compare_table tr:hover td:first-child:before {
    display: block;
    width: 1080px;
    height: 4px;
    left: 0;
    background: #CCC!important;
}

.compare_table tr:hover td:last-child:before {
    display: block;
    width: 1080px;
    height: 4px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    background: #CCC!important;
}


/*Hover TR first td left and last td right Border*/

.compare_table tr:hover td:first-child:after {
    display: block;
    width: 4px;
    height: 100%;
    left: 0;
}

.compare_table tr:hover td:last-child:after {
    display: block;
    width: 4px;
    height: 100%;
    right: 0;
}


/*Hover TD border left right hide*/

.compare_table tr td:hover {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.compare_table tr td:first-child:hover {
    border-left: 4px solid #ccc;
    border-right: 4px solid transparent;
}

.compare_table tr td:last-child:hover {
    border-left: 4px solid transparent;
    border-right: 4px solid #ccc;
}


/*Hover TD border top bottom hide*/

.compare_table tr td:hover:before {
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    background: #FFF;
}

.compare_table tr td:hover:after {
    display: block!important;
    width: 100%;
    height: 4px;
    left: 0;
    top: auto;
    bottom: 0;
    background: #FFF;
    z-index: 1
}

.compare_table tr td:first-child:hover:after {
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    background: #FFF;
}

.compare_table tr td:last-child:hover:after {
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    top: auto;
    bottom: 0;
    background: #FFF;
    z-index: 1
}

.compare_table tr td:first-child:hover .bdrtop-rm {
    display: block;
    width: 100%;
    height: 4px;
    background: #FFF;
    left: 0;
}

.compare_table tr td:last-child:hover .bdrtop-rm {
    display: block;
    width: 100%;
    height: 4px;
    background: #FFF;
    left: 0;
}

.compare_table tr.cmpgry td:hover:before,
.compare_table tr.cmpgry td:hover:after,
.compare_table tr.cmpgry td:first-child:hover:after,
.compare_table tr.cmpgry td:last-child:hover:after,
.compare_table tr.cmpgry td:first-child:hover .bdrtop-rm,
.compare_table tr.cmpgry td:last-child:hover .bdrtop-rm {
    background: #E3E3E3;
}


/*Last row border*/

.compare_table tr.last-tr td {
    border-bottom: 1px solid #ccc;
    height: 0;
    padding: 0;
}

.compare_table tr.last-tr td.highlighted:after {
    display: block;
    width: 100%;
    height: 4px;
    content: '';
    background: #CCC;
    position: absolute;
    top: -4px;
    z-index: 10;
}

.compare_table tr.last-tr:hover td:before,
.compare_table tr.last-tr:hover td:after {
    display: none;
}

.kp_store {
    width: 80px;
    height: 25px;
    display: block;
}

.kp_store.amazon {
    background-position: 26.2% 10.7%;
}

.kp_store.amazon-in {
    background-position: 0.9% 11.5%;
}

.kp_store.flipkart {
    background-position: 76.9% 9.8%;
}

.kp_store.foneessential {
    background-position: 50.7% 9.8%;
}

.kp_store.snapdeal {
    background-position: 102.6% 9.8%;
}

.kp_store.infibeam {
    background-position: 0.2% 19.9%;
}

.kp_store.gadgets360 {
    background-position: 26% 20.3%;
}

.kp_store.paytm {
    width: 70px;
    background-position: 51.8% 20.3%;
}

.kp_store.tatacliq {
    background-position: 77.6% 20.6%;
}

.kp_store.xolo {
    background-position: 105.5% 21.1%;
}

.kp_store.bankbazaar {
    background-position: 0.6% 30.6%;
}

.kp_store.shopmonk {
    background-position: 28% 30.7%;
}

.kp_store.shopclues {
    background-position: 56.2% 30.5%;
}

.price-wrp .kp_store {
    width: 25px;
    height: 25px;
    background-size: 200px auto;
}

.price-wrp .kp_store.amazon,
.price-wrp .kp_store.amazon-in {
    background-position: 43.4% 63.6%;
}

.price-wrp .kp_store.flipkart {
    background-position: 0% 63.8%;
}

.price-wrp .kp_store.foneessential {
    background-position: 14.8% 76.5%;
    background-size: 260px auto;
}

.price-wrp .kp_store.snapdeal {
    background-position: 13.9% 63.8%;
}

.price-wrp .kp_store.infibeam {
    background-position: 56.6% 63.8%;
}

.price-wrp .kp_store.gadgets360 {
    background-position: 28.2% 63.9%;
}

.price-wrp .kp_store.paytm {
    background-position: 97.5% 63.4%;
    background-size: 250px auto;
}

.price-wrp .kp_store.tatacliq {
    background-position: 70.6% 63.9%;
}

.price-wrp .kp_store.xolo {
    background-position: 84.9% 63.3%;
}

.price-wrp .kp_store.bankbazaar {
    background-position: -0.1% 77.7%;
}

.price-wrp .kp_store.shopmonk {
    background-position: 45.8% 78%;
}

.price-wrp .kp_store.shopclues {
    background-position: 29.6% 77.7%;
}


/*Sitemap*/

.sitemap_cont_wrp .ctg_text {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin-top: 20px;
}

.sitemap_cont_wrp .col {
    width: 150px;
    float: left;
    margin: 15px 0;
}

.sitemap_cont_wrp .col dl,
.sitemap_cont_wrp .col dd {
    margin: 0px;
}

.sitemap_cont_wrp strong {
    font-weight: normal;
}

.sitemap_cont_wrp dl>dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}

.sitemap_cont_wrp dd a {
    font-size: 16px;
    padding: 3px 0 6px 0px;
    display: inline-block;
}


/*Author Listing*/

.author_content ul {
    margin-top: 10px;
}

.author_content ul li {
    width: 33.3%;
    border-bottom: 1px solid #f3f3f3;
    display: inline-block;
    padding-bottom: 10px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.author_content ul li a {
    display: block;
}

.author_content ul li a img {
    margin: auto;
    border: 6px solid #ededed;
    border-radius: 50%;
}

.author_content ul li a span {
    margin: 15px auto;
    color: #9a9a9a;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.author_content ul li:hover a img {
    border: 6px solid #e0d4d4;
}

.author_content ul li:hover a span {
    color: #DA0000;
}


/*Author Detail*/

.profile_pic {
    width: 135px;
}

.profile_pic img {
    border: 6px solid #ededed;
    border-radius: 50%;
}

.author_detail {
    width: 600px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.author_detail .profile_cont {
    float: left;
    width: 75%;
}

.author_detail .name {
    font-size: 30px;
    font-weight: 400;
    border-bottom: none;
    margin: 0;
}

.author_detail .designation {
    color: #9a9a9a;
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.author_detail .email {
    display: block;
    padding: 10px 0 0 0;
}

.author_detail .email a {
    display: block;
}

.author_detail .email a i {
    width: 20px;
    height: 15px;
    background-position: 83.7% 18.2%;
}

.author_detail .email a span {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding-left: 10px;
}

.author_detail .email a:hover span {
    color: #DA0000;
}

.author_detail .about_cont,
.author_detail .about_cont p {
    color: #333;
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
}

.author_detail .follow_cont {
    float: left;
    width: 25%;
}

.author_detail .follow_cont .follow_txt {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.author_detail .follow_cont .social_con {
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    width: auto;
}

.author_detail .follow_cont .social_con .icons {
    float: left;
    padding-top: 0;
    text-align: center;
    border-right: 1px solid #ccc;
}

.author_detail .follow_cont .social_con .icons:last-child {
    border-right: none;
}

.author_detail .follow_cont .social_con .icons a {
    width: 40px;
    height: 30px;
    display: block;
}

.author_detail .follow_cont .social_con .icons a:hover {
    background-color: #f7f7f7;
}

.author_detail .follow_cont .social_con .icons .fb {
    font-size: 26px;
    color: #4867AA;
    line-height: 38px;
}

.author_detail .follow_cont .social_con .icons .twitter {
    font-size: 26px;
    color: #1DA1F2;
    line-height: 38px;
}

.author_detail .follow_cont .social_con .icons .gplus {
    background-position: 26.7% 9.2%;
}

.author_detail .follow_cont .social_con .icons .gplus {
    background-position: 66.9% 19.5%;
    background-size: 200px auto;
}


/*All-brands and Product List*/

.filter_tag {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.filter_tag > strong {
    margin-right: 10px;
}

.filter_tag ul,
.brand_list .filter_tag ul li strong {
    display: inline;
}

.filter_tag ul li {
    padding: 0;
    margin: 0 0 3px 0;
    display: inline-block;
}

.filter_tag ul li a {
    background-color: #eee;
    color: #666;
    line-height: 24px;
    font-weight: lighter;
    margin: 0 5px 0 0;
    padding: 4px 7px 1px;
    border-right: 1px solid #B2AFA1;
    border-radius: 5px;
}

.filter_tag ul li.active a {
    background-color: #DA0000;
    color: #FFF;
    border-right: transparent;
}

.brand_list .brand {
    padding: 0;
}

.brand_list .brand ul {
    border-bottom: 1px solid #f0f0f0;
}

.brand_list .brand ul li {
    width: 173px;
    margin: 0 0 20px 26px;
    padding: 0;
    position: relative;
    vertical-align: top;
    float: left;
    text-align: center;
}

.brand_list .brand ul li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}

.brand_list .brand ul li .rvw-imgbox {
    border: 1px solid #ccc;
    margin: auto;
    width: 100%;
    position: relative;
    height: 100px;
    display: flex;
}

.brand_list .brand ul li a {
    font-size: 13px;
    display: block;
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
}

.brand_list .brand ul li a.rvw-title {
    padding-top: 15px;
}

.brand_list .brand ul li a strong {
    font-weight: normal;
}

.brand_list .brand ul li img {
    margin: auto;
    max-width: 170px;
    max-height: 90px;
}

.brand_heading h1 {
    font-size: 20px;
    text-transform: uppercase;
}


/*Brand Detail*/

.brand_detail .story_social_share {
    padding: 0;
    margin-top: -9px;
}

.brand_detail .brant_content {
    background-color: #fbfbfb;
    margin: 12px 0 0;
    padding: 15px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.brand_detail .brant_content img {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 90px;
}


/*RSS feed*/

.rssfeed {
    margin-top: 20px;
}

.rssfeed ul li {
    width: 192px;
}

.rssfeed ul li img {
    width: 15px;
    height: 16px;
    margin-top: 2px;
    display: inline-block;
}

.rssfeed ul li a {
    font-size: 15px;
    color: #868686;
    display: inline-block;
}

.rssfeed ul li a:hover {
    color: #DA0000;
}

.rssfeed p {
    font-size: 16px;
}

.rssfeed .sub_head {
    font-weight: bold;
    margin-bottom: 8px;
}

.rssfeed .feeds_avail_text {
    font-size: 16px;
    font-weight: bold;
}


/*Review detail*/

.product_tab {
    position: relative;
}

.product_tab .but_btn {
    position: absolute;
    right: 0;
    top: 2px;
}

.product_tab .but_btn a {
    height: auto;
    padding: 2px 10px;
}

.product_tab ul {
    border-bottom: 2px solid #CCC;
    padding: 0;
}

.product_tab ul li a {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 6px 10px;
    position: relative;
    top: 2px;
    border-bottom: 2px solid #CCC;
}

.product_tab ul li.active a {
    color: #DA0000;
    border-bottom: 2px solid #DA0000;
}

.product_tab ul li a:hover {
    color: #DA0000;
    border-bottom: 2px solid #DA0000;
}

.product_tab_content .product_img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.product_tab_content .product_img .bx-wrapper .bx-viewport {
    box-shadow: 0 0 0 transparent;
    height: 480px !important;
}

.product_tab_content .caption_box a {
    font-size: 24px;
    color: #4a4a4a;
}

.product_tab_content .caption_box a > strong {
    font-weight: 400;
}

.product_review .product_header {
    border-bottom: 1px solid #ccc9cd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.product_review .write_review_head {
    display: block;
    width: 100%;
    overflow: hidden;
}

.product_review .write_review_head .item_img {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.product_review .write_review_head .item_img img {
    width: 100%;
    text-align: center;
    margin: auto;
}

.product_review .write_review_head .item_detail {
    float: left;
    width: 500px;
    text-align: justify;
}

.product_review .write_review_head .item_detail .item_title,
.product_review .write_review_head .item_detail .item_title p {
    color: #3e433e;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family: "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.botDiv p,
.ethics_wrp p {
    line-height: 24px;
    color: #3e433e;
    font-size: 16px
}

#insidetab .ins_tab_select,
.home_btn a,
.search_heading,
.search_headwrp h1 {
    text-transform: uppercase
}

.ethics_wrp p {
    padding: 10px 0
}

.fb-messenger-iframe {
    margin: 106px auto;
    padding: 0 0 0 70px;
    width: auto;
    text-align: center
}

.botDiv .scan_bot_wrp {
    width: 100%;
    margin: 50px 0
}



.botDiv .scan_bot_wrp .botscan {
    width: 50%;
    float: left
}

.botDiv p {
    padding-bottom: 50px
}

.tagslist li {
    width: 32%;
    display: inline-block;
    padding: 10px 1%;
    margin-bottom: 2px;
    font-size: 16px
}

#insidetab,
#insidetab li {
    float: left
}

#insidetab {
    width: 100%;
    box-sizing: border-box;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e5e4e6;
    margin-bottom: 20px;
    margin-top: 20px
}

#insidetab ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#insidetab .ins_tab_select {
    border-bottom: 2px solid #da0000;
    color: #da0000;
    font-size: 14px;
    text-decoration: none;
    margin: 0 5px -2px;
    padding: 15px 15px 7px;
    font-weight: 600
}

#insidetab .ins_tab_unselect {
    color: #666;
    padding: 14px 15px 7px;
    margin-right: 5px;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase
}

#insidetab .ins_tab_unselect:hover {
    color: #da0000;
    border-bottom: 2px solid #da0000;
    margin-bottom: -2px
}

#insidetab .ins_tab_unselect a {
    font-size: 14px;
    color: #000;
    text-decoration: none
}

#insidetab .ins_tab_unselect a:hover {
    color: #da0000
}

.full_img_slide .swiper-slide a {
    display: block
}

.full_img_slide .swiper-slide a img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.full_img_slide .swiper-slide a .img_caption {
    width: 100%;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    padding-top: 10px;
    display: block;
    overflow: hidden;
    text-align: center
}

.full_img_slide .swiper-button-next,
.full_img_slide .swiper-button-prev {
    width: 40px
}

.full_img_slide .swiper-button-next>i,
.full_img_slide .swiper-button-prev>i {
    height: 60px;
    font-size: 60px
}

.search_headwrp h1 {
    font-size: 24px;
    font-weight: lighter;
    color: #DA0000;
    margin: 0
}

.search_headwrp .head_more {
    color: #666;
    float: right;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 0
}

.search_listing {
    padding: 10px 0 0
}

.search_listing ul li {
    padding: 10px 0
}

.search_listing ul li .thumb {
    width: 140px
}

.search_listing ul li h2 {
    font-size: 20px
}

.search_listing ul li .caption_box .dateline {
    color: #666;
    padding-top: 10px
}

.search_heading {
    color: #454545;
    font-size: 24px;
    font-weight: lighter;
    margin: 0;
    border-bottom: 1px solid #ccc9cd;
    line-height: 30px;
    padding: 0 0 5px
}

.storycont .gp-show p {
    font-size: 16px;
    line-height: 24px;
    color: #3e433e
}

.gp-slider-caption {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #3e433e;
    text-align: left
}

.er_404,
.home_btn {
    text-align: center
}

.prime .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    height: 53px
}

.prime .byline {
    font-size: 12px;
    margin: 5px 0
}

.er_404 {
    width: 100%
}

.er_404_img {
    margin: 0 auto 30px;
    width: 455px
}

.home_btn {
    display: block;
    height: auto;
    margin: 45px auto 0
}

.home_btn a {
    background: #3779cf;
    color: #fff;
    font-family: Karla, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    text-decoration: none
}

.topnav>ul>li.ces-tab a {
    color: rgba(46, 123, 189, 1);
    font-weight: bold;
}

.smimglist.hindiwidget ul li {
    padding: 4px 0;
}

.smimglist.hindiwidget ul li a {
    display: block;
}

.smimglist.hindiwidget ul li a .thumb img {
    max-width: 120px;
}

.pdcast {
    width: 100%;
    float: left;
    background: #f5f4eb;
    font-family: "Titillium", arial, sans-serif;
}

.pdcast ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px dotted #666;
    width: 100%;
    display: inline-block;
}

.pdcast .more_link {
    float: right;
    clear: both;
    color: #da0000;
    text-decoration: none;
    font-size: 16px;
    margin: 10px 18px;
    text-transform: uppercase;
}

.pdcast ul li a .thumb {
    width: 100%;
    display: inline-block;
    position: relative;
}

.pdcast ul li a .thumb .v_time {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 2px 5px;
    font-size: 14px;
}

.pdcast ul li a .thumb img {
    width: 220px;
    float: left;
    margin: 0;
    padding: 0;
}

.pdcast.prime ul li {
    min-height: 380px
}

.pdcast.prime ul li .caption {
    height: 235px
}

.pdcast.category_list ul li {
    width: 244px
}

.pdcast.category_list ul li .caption {
    height: 290px
}

.pdcast ul li {
    float: left;
    width: 220px;
    margin: 10px 18px;
}

.pdcast ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.pdcast ul li .thumb img {
    width: 100%;
    border: none;
    display: block;
    padding: 0
}

.pdcast ul li .caption {
    color: #050505;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding-top: 10px;
}

.pdcast ul li .caption span {
    display: none;
}

.pdcast ul li .caption:hover {
    color: #da0000
}

.pdcast .readmore {
    padding: 5px 0 10px 0;
}

.podcast_head {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    padding: 15px 0;
}

.podcast_head .head_left {
    width: 395px;
    float: left;
    padding-left: 18px;
}

.podcast_head h2 {
    color: #da0000;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.podcast_head .head_left p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 15px;
}

.podcast_head .head_left span {
    float: left;
    height: 4px;
    background: #484848;
    width: 105px;
    clear: both;
}

.podcast_head strong {
    font-weight: bold;
    color: #da0000;
}

.podcast_head .podcast_img {
    float: right;
    width: 270px;
    padding: 0 30px 0 50px;
    text-align: center;
    border-left: 1px dashed #abaaa4;
}

.podcast_head .podcast_img img {
    width: 100%;
}

.upcoming {
    position: absolute;
    left: 0;
    top: -4px;
}

.upcoming > span {
    background: #60bf79;
    color: #FFF;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 0 0 2px;
    display: inline-block;
}

.lead_heading .upcoming,
.hpw .p_head h3 .upcoming {
    position: relative;
    top: 0;
}