.owl-top-narrow #category-slider-demo-7 .owl-controls {
    right: -2px;
}

.header .demo-tooltip,.footer .demo-tooltip {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 9;
    width: 20px;
}

.header-container.sticky-header .header .demo-tooltip {
    display: none;
}

.footer .demo-tooltip {
    top: -20px;
}

a.tooltip-icon {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation: tooltip-animation 1s ease-in infinite;
    -moz-animation: tooltip-animation 1s ease-in infinite;
    -ms-animation: tooltip-animation 1s ease-in infinite;
    animation: tooltip-animation 1s ease-in infinite;
}

.header-container.type2 a.tooltip-icon,.header-container.type3 a.tooltip-icon,.header-container.type4 a.tooltip-icon,.header-container.type5 a.tooltip-icon,.header-container.type6 a.tooltip-icon,.header-container.type7 a.tooltip-icon,.header-container.type8 a.tooltip-icon {
    color: #000;
    border-color: #000;
}

.tooltip-popup {
    position: absolute;
    right: -10px;
    top: 30px;
    width: 300px;
    background-color: #111;
    box-shadow: 0 0 8px rgba(255,255,255,.5);
    padding: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
}

.tooltip-popup h4 {
    font-size: 16px;
    color: #fff;
}

.tooltip-popup p {
    margin-bottom: 10px;
    color: #fff;
}

.tooltip-popup em {
    font-size: 10px;
}

a.tooltip-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}

.footer-middle>.container {
    position: relative;
}

/* tooltip for demo */
@-webkit-keyframes tooltip-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tooltip-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes tooltip-color {
    0% {
        color: #fff;
    }

    50% {
        color: #333;
    }

    100% {
        color: #fff;
    }
}

@keyframes tooltip-color {
    0% {
        color: #fff;
    }

    50% {
        color: #333;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes tooltip-color-white {
    0% {
        color: #444;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #444;
    }
}

@keyframes tooltip-color-white {
    0% {
        color: #444;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #444;
    }
}

.onepage-category {
    display: flex;
    flex-wrap: wrap;
}

.onepage_category_ajax_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 4;
}

.onepage-category > .category-list {
    width: 80px;
    text-align: left;
    position: relative;
    float: left;
    background: #000;
    padding: 46px 0 146px 0;
    z-index: 5;
}

.onepage-category > .category-list > ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    transition: all 0.3s;
    padding-top: 30px;
}

.onepage-category > .category-list > ul > li {
    margin-bottom: 0;
}

.onepage-category > .category-list > ul > li:last-child {
    margin-bottom: 0;
}

.onepage-category > .category-list > ul > li > a {
    color: #fff;
    width: auto;
    line-height: 78px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

.onepage-category > .category-list > ul > li > a > em {
    font-size: 25px;
    width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.onepage-category > .category-list > ul > li > a > em > img {
    vertical-align: middle;
    max-width: 80px;
}

.onepage-category > .category-list > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.onepage-category > .category-list > ul > li > a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    right: -15px;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
    transition: all 0.3s;
}

.onepage-category > .category-list > ul > li > a:hover, .onepage-category > .category-list > ul > li > a.active {
    background-color: #00d59d;
}

.onepage-category > .category-list > ul > li > a:hover > span {
    opacity: 1;
    visibility: visible;
    width: auto;
    padding-right: 50px;
}

.onepage-category > .category-list > ul > li > a:hover:after, .onepage-category > .category-list > ul > li > a.active:after {
    border-left-color: #00d59d;
}

.onepage-category > .category-details {
    float: right;
    width: calc(100% - 80px);
    padding: 0 100px;
    padding-bottom: 146px;
}

.onepage-category .category-detail {
    position: relative;
}

.onepage-category .category-detail .title-menu {
    position: relative;
}

.onepage-category .category-detail .title-menu > a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    line-height: 100px;
    display: inline-block;
    font-weight: 300;
    margin-top: 70px;
}

.onepage-category .category-detail .title-menu > a > span {
    display: inline-block;
    vertical-align: middle;
}

.onepage-category .category-detail .title-menu > a.parent:after {
    display: inline-block;
    content: "\e81c";
    font-family: "porto";
    margin-left: 18px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}

.onepage-category .category-detail .title-menu > a.parent.opened:after {
    content: "\e81b";
}

.onepage-category .category-detail .title-menu > .menu-popup {
    position: absolute;
    left: -25px;
    top: 100%;
    display: none;
    width: calc(100% + 50px);
    z-index: 3;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 50px 0;
}

.onepage-category .category-detail .title-menu > .menu-popup:before {
    content: "";
    border: 8px solid transparent;
    width: 16px;
    height: 16px;
    display: block;
    border-bottom-color: #bebebe;
    position: absolute;
    top: -16px;
    left: 90px;
}

.onepage-category .category-detail .title-menu > .menu-popup:after {
    content: "";
    border: 7px solid transparent;
    width: 14px;
    height: 14px;
    display: block;
    border-bottom-color: #fff;
    position: absolute;
    top: -13px;
    left: 91px;
}

.onepage-category .category-detail .menu-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.onepage-category .category-detail .menu-popup > ul {
    display: flex;
    flex-wrap: wrap;
}

.onepage-category .category-detail .menu-popup > ul > li {
    float: left;
    border-left: 1px solid #bebebe;
    margin: 10px 0;
    padding: 30px 0;
}

.onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 20%;
    padding-left: 4%;
    padding-right: 4%;
}

.onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 0;
    clear: left;
}

.onepage-category .category-detail .menu-popup ul > li> a {
    color: #000;
    font-size: 16px;
    line-height: 2.5;
}

.onepage-category .category-detail .menu-popup > ul > li> a {
    font-weight: 700;
    text-transform: uppercase;
}

.onepage-category .category-detail .products-area {
    margin: 0 -10px;
}

.onepage-category .category-detail .products-area .category-link {
    float: right;
    margin-top: -70px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    min-width: 119px;
    height: 40px;
    border: 2px solid #000;
    color: #000;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.onepage-category .category-detail .products-area .category-link:hover {
    background-color: #000;
    color: #fff;
}

.onepage-category .category-detail .products div.item {
    float: left;
    padding: 10px;
}

.onepage-category .category-detail .products div.item .item-area {
    width: 100%;
    position: relative;
}

.onepage-category .category-detail .product-image-area {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.onepage-category .category-detail .products div.item .product-image {
    width: 100%;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
}

.onepage-category .category-detail .products .owl-item.loading {
    background: transparent;
}

.onepage-category .category-detail .products .owl-item.loading div.item .product-image {
    background-image: url(../images/ajax_loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.onepage-category .category-detail .products div.item .product-image img {
    width: 100%;
    transition: opacity 0.3s;
}

.onepage-category .category-detail .products div.item .product-image img.defaultImage {
    opacity: 1;
    filter: alpha(opacity=100);
}

.onepage-category .category-detail .products div.item .product-image img.hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.onepage-category .category-detail .products div.item .product-image-area:hover .product-image img.defaultImage {
    opacity: 0;
    filter: alpha(opacity=0);
}

.onepage-category .category-detail .products div.item .product-image-area:hover .product-image img.hoverImage {
    opacity: 1;
    filter: alpha(opacity=100);
}

.onepage-category .category-detail .products div.item .details-area {
    padding: 15px 0;
    text-align: left;
}

.onepage-category .category-detail .products div.item .details-area .product-name {
    margin: 0 0 3px 0;
}

.onepage-category .category-detail .products div.item .details-area .product-name a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.onepage-category .category-detail .products div.item .details-area .price {
    font-weight: 300;
    font-size: 30px;
}

.onepage-category .category-detail .products div.item .details-area .old-price .price {
    font-size: 20px;
}

.onepage-category .category-detail .product-image-area:before {
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.onepage-category .category-detail .item-area:hover .product-image-area:before {
    opacity: 0.7;
    visibility: visible;
}

.onepage-category .category-detail a.quickview-icon {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    width: 100%;
    background: none;
    text-transform: uppercase;
}

.onepage-category .category-detail a.quickview-icon span {
    margin-left: 8px;
    font-weight: 600;
}

.onepage-category .category-detail .product-image-area .actions {
    padding: 0 15px;
    z-index: 3;
}

.onepage-category .category-detail .product-image-area .actions a {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    margin: 0 1px;
}

.onepage-category .category-detail .product-image-area .actions a.addtocart i.icon-cart {
    font-size: 21px;
}

.onepage-cat.category-list {
    margin: -20px 0 -50px;
}

.onepage-cat.category-list + .main.container {
    float: left;
    width: calc(100% - 80px);
    padding: 0 100px;
}

.onepage-category > .category-list > ul.fixed-top {
    position: fixed;
    left: 0;
    top: 70px;
}

.onepage-category > .category-list > ul.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
}

.onepage-category > .category-list > ul.absolute-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.onepage-category .additional-content img {
    max-width: 100%;
}

.onepage-category .menu-popup a > span {
    position: relative;
}

.onepage-category .menu-popup a > span > span.cat-label {
    top: 3px;
    right: -35px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
    border: 1px solid #777;
    position: absolute;
}

#banner-slider-demo-19 .slide-content h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -6px;
    margin-left: -5px;
}

#banner-slider-demo-19 .slide-content p {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}

#banner-slider-demo-19 .slide-content a.btn-line {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #000;
    padding: 0 34px;
    height: 57px;
    display: inline-block;
    line-height: 53px;
    border-radius: 8px;
    text-decoration: none;
}

#banner-slider-demo-19 .slide-content a.btn-line:hover {
    color: #fff;
    background-color: #000;
}

.category-description img {
    max-width: 100%;
}

@media(max-width:1199px) {
    #banner-slider-demo-19 .slide-content h2 {
        font-size: 40px;
        line-height: 0.9;
        letter-spacing: -3px;
        margin-left: -2.5px;
    }

    #banner-slider-demo-19 .slide-content p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    #banner-slider-demo-19 .slide-content a.btn-line {
        font-size: 10px;
        padding: 0 16px;
        height: 30px;
        line-height: 26px;
        border-radius: 4px;
    }
}

@media(max-width:1199px) {
    .onepage-cat.category-list + .main.container {
        padding: 0 50px;
    }

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 11px;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        padding: 10px 2%;
    }

    .onepage-category .category-detail .title-menu > .menu-popup {
        padding: 10px 0;
    }

    .onepage-category .category-detail .title-menu > a {
        margin-top: 46px;
    }
}

@media(max-width:767px) {
    .onepage-category {
        display: block;
    }

    .onepage-category > .category-list {
        width: auto;
        float: none;
        padding: 0;
    }

    .onepage-category > .category-list > ul {
        padding: 0;
    }

    .onepage-category > .category-list > ul > li {
        margin: 0;
        display: inline-block;
    }

    .onepage-category > .category-list > ul > li > a:hover > span,.onepage-category > .category-list > ul > li > a:after {
        display: none;
    }

    .onepage-cat.category-list + .main.container {
        float: none;
    }

    .onepage-cat.category-list + .main.container {
        padding: 0 15px;
    }

    .onepage-cat.category-list + .main.container {
        width: auto;
    }

    .onepage-category > .category-details {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .onepage-category > .category-list > ul {
        position: static !important;
    }

    .onepage-category .category-detail .menu-popup > ul {
        display: block;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        width: 50%;
        padding: 10px 15px;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
        border-left: 1px solid #bebebe;
        clear: none;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
        border-left: 0;
        clear: left;
    }

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 14px;
    }
}
.form-list .field {
    margin-left: 4%;
}
.form-list .fields .field:first-child {
    margin-left: 0;
}
.box {
    margin-bottom: 30px;
}
.box .box-title {
    margin: 0;
}
.product-tabs-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.product-tabs-container.has-sticky-header {
    top: 45px;
}
.sticky-tab > li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}
.sticky-tab > li:first-child {
    padding-left: 0;
}
.sticky-tab > li > a {
    color: #777;
    padding: 10px 0;
}
@media(max-width: 991px) {
    .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header) {
        top: 0;
    }
    .product-tabs-container.has-sticky-header.has-mobile-sticky-header {
        top: 110px;
    }
}

/** SL05032019 **/
.product-img-box{
  width:643px;
  float:left;
  margin-right:20px;
}
.product-img-box .shipping-message{
  width:100%;
  height:155px;
  border: 1px solid #EDEFF3;
  margin-top:10px;
}
.standard-delivery .delivery-top .delivery-top-l{
  font-size: 15px !important;
  font-weight: 700;
  color: #1e2631 !important;
}
.standard-delivery .delivery-top .delivery-top-l img{
  float:left;
  margin-right:10px;
}
.standard-delivery .delivery-top .delivery-top-r{
  color: #002060;
  font-size: 16px;
  font-weight:600;
  text-align:right;
}
.standard-delivery .delivery-bottom span{
  float:left;
  line-height:30px;
  color:#8D8D8D;
  font-size:14px;
  margin-left:28px;
  margin-right:15px;
}

.product-main-point{
  width:477px;
  float:left;
}
.product-main-point .main-point-include{
  border-bottom: 1px solid #EDEFF3;
  border-top: 1px solid #EDEFF3;
  padding-top:10px;
  margin-bottom:20px;
}
.product-main-point .main-point-name{
  font-size: 25px;
  line-height: 32px;
  color: #00091c;
}
.product-main-point .main-point-SKU{
  font-size: 12px;
  color: #00091c;
  margin:12px 0 13px;
  font-weight:700;
}
.product-main-point .main-point-reviews{
  margin-bottom:10px;
}
.product-main-point .main-point-reviews .main-point-num{
  font-size: 14px;
  color: #001F60;
  margin:0 24px 0 30px;
  font-weight:600;
}
.product-main-point .main-point-reviews .ask-a-question{
  font-size: 14px;
  color: #001F60;
  text-decoration:none;
  font-weight:600;
}
.product-main-point .main-short-description{
  font-size: 14px;
  color: #362F2C;
  letter-spacing: 0;
  margin-bottom:14px;
  text-align: justify;
}
.product-main-point .main-type{
  margin-bottom:14px;
}
.product-main-point .main-type .main-type-name{
  font-size: 14px;
  color: #180000;
  letter-spacing: 0;
}
.product-main-point .main-type .main-type-content{
  font-size: 14px;
  color: #180000;
  letter-spacing: 0;
  text-align: justify;
}
.product-main-point .main-type .main-type-content a{
  color: #52C7E1;
  text-decoration:underline;
}
.main-point-include .please-note{
  font-size: 14px;
  color: #362F2C;
  margin-bottom:12px;
  text-align: justify;
}
.product-main-point .main-point-money{
  margin-bottom:15px;
}
.product-main-point .main-point-money .old-price{
  font-size: 18px;
  color: #002060;
  text-decoration: line-through;
}
.product-main-point .main-point-money .special-price{
  font-size:26px;
  color: #e60000;
  font-weight:700;
}
.main-point-payment .payment-periods{
  font-size: 14px;
  color: #8D8D8D;
}
.main-point-payment .what-this{
  font-size: 14px;
  color: #52C7E1 !important;
  text-decoration: none;
}
.product-main-point .treasure-coins{
  font-size: 14px;
  color:#00091c;
  margin:15px 0;
} 
.addToCart .product-qty-text{
  font-size: 15px;
  color: #362F2C;
  font-weight:700;
  float:left;
  margin-right:10px;
  margin-top:4px;
}
.addToCart .input-text{
  width:56px;
  height:30px;
  border: 1px solid #EDEFF3;
  float:left;
  margin-right:26px;
}
.addToCart .productpage_is_stock .availability{
  font-size: 14px;
  color: #362F2C;
  font-weight:bold;
  float:left;
  margin-top:5px;
}
.addToCart .payment-methods{
  width: 155px;
  float:right;
}
.product-main-point .choose-btn{
  width:477px;
  height:44px;
  background: #52C7E1;
  border-radius: 4px;
  border:0;
  color:#fff;
  font-size: 14px;
  margin-top:15px;
}
.Product-selection{
  margin-top:40px;
  margin-bottom:36px;
}
.Product-selection .selection-list{
  width:360px;
  float:left;
  margin:0;
  padding:0;
}
.Product-selection .selection-list .product-title{
  font-size: 18px;
  color: #362F2C;
  text-align:center;
  font-weight:bold;
}
/* select product */
.Product-selection .nav>li>a{
  display:block !important;
}
.Product-selection .nav-tabs{
  border-bottom:0 !important;
  padding-left:0 !important;
}
.Product-selection .nav-tabs>li{
  width:100% !important;
  margin-bottom:10px !important;
}
.Product-selection .nav-tabs>li>a{
  border-radius:4px !important;
  margin-right:0 !important;
  text-align:center;
  border: 1px solid #B1B1B1 !important;
  border-radius: 4px !important; 
  color: #ACACAC;
  font-size:14px;
  font-weight:normal;
}
.Product-selection .tab-pane{
  margin-bottom:10px;
}
.Product-selection .tab-pane img{
  margin:0 auto;
  display:-webkit-box;
  height:196px;
}
.Product-selection .nav-tabs>li.active>.product-out-of-stock,.nav-tabs>li.active>.product-out-of-stock:focus,.nav-tabs>li.active>.product-out-of-stock:hover{
  background: #ACACAC !important;
  color:#fff !important;  
  border-color:transparent !important;
}

.product-addtocart{
  width:840px;
  height:48px;
  background: #52C7E1;
  float:left;
  font-size: 14px;
  color: #FFFFFF;  
  border:0;
}
.product-wish{
  width:300px;
  height:48px;
  background: #ACACAC;
  float:left; 
  font-size: 14px;
  color: #FFFFFF;  
  border:0;
}


/* reviews */
.product-reviews{
  margin-top:30px;
}
.product-reviews .reviews-lines{
  height:30px;
  width:100%;
  line-height:30px;
}
.product-reviews .reviews-lines .reviews-lines-img{
  float:left;
  margin:3px 12px 0 0;
}
.product-reviews .reviews-lines .reviews-lines-title{
  font-size: 24px;
  color: #362F2C;
}
.product-reviews .reviews-lines .review-posts{
  float:right;
  font-size:12px;
}
.product-reviews .reviews-lines .review-posts a{
  text-decoration: none;
  color: #909295;  
}
.product-reviews .reviews-container .review-details{
  overflow: hidden;
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-left: 2px solid #1a4e93 !important;
  margin-top:10px;
}
.product-reviews .reviews-container .review-details .rating-table{
  float:left;
  width:200px;
  padding-left:15px;
}
.product-reviews .reviews-container .review-details .review-content{
  float:left;
  width:60%;
}
.product-reviews .reviews-container .review-details .review-date
.product-reviews .reviews-container .review-details .review-date li{
  list-style:none;
  font-size: 12px;
  color:#777;
}
.product-reviews .reviews-container .reviews-top{
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #ebebeb;  
  margin-top:10px;
}
.product-reviews .reviews-container .reviews-top .write-review{
  background: #ee8640;
  display: inline-block;
  padding: 1px 15px;
  border: 1px solid #ee8640;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: initial;
  border-radius: 3px;
}
.product-reviews .reviews-container .reviews-top p{
  font-size:16px;
  color:#777;
}
.product-reviews .reviews-container .review-details .review-date .purchased{
  color:#dc5722;
  font-size:12px;
}
.product-reviews .reviews-container .review-details .review-date .purchased-date{
  color:#dc5722;
  font-size:12px;
}
.review-content .review-title{
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin-bottom:15px;
}
.review-content .review-discuss{
  font-weight: normal;
  font-size: 12px;
  color: #333;
  margin-bottom:15px;
}
.review-content .was-helpful .helpful-title{
  font-weight: normal;
  font-size: 12px;
  color: #333; 
}
.review-content .was-helpful a{
  color: #1a4e93;
  text-decoration: none;
  font-weight:600;
  font-size: 12px;
  cursor:pointer;
}
.review-content .was-helpful span{
  text-decoration: none;
  font-weight:600;
  color: #1a4e93;
  font-size: 12px;
  cursor:pointer;
}

/* Q&A */
.product-doubt .doubt-top{
  height:30px;
  line-height:30px;
}
.product-doubt .doubt-top img{
  float: left;
  margin: 3px 12px 0 0;
}
.product-doubt .doubt-top .doubt-top-title{
  font-size: 24px;
  color: #362F2C;
}
.product-doubt .doubt-top .questions-answers{
  float:right;
}
.product-doubt .doubt-top .questions-answers a{
  text-decoration: none;
  color: #909295;
  font-size:12px;
}
.product-doubt .put-questions{
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  padding:11px;
  margin:15px 0;
}
.product-doubt .put-questions .ask-question{
  width:100%;
  height:35px;
  border: 1px solid #e6e7e8;
  background-color: #fff;
  text-indent:10px;
}
.product-doubt .put-questions p{
  margin-top: 10px;
  color: #102102;
  font-size:12px;
}
.product-doubt .put-questions p a{
  text-decoration: none;
  color: #909295;
}
.product-doubt .answer-area{
  background-color: #1a4e93;
  padding: 8px 8px 5px 10px;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-bottom:20px;
}
.product-doubt .answer-item{
  background-color: #f7f7f7;
  border:1px solid #ebebeb;
  border-left: 2px solid #1a4e93;
  padding: 15px;
  margin-bottom:40px;
}
.product-doubt .answer-item .why-did{
  font-weight: 700;
  color: #1a4e93;
  font-size:18px;
}
.product-doubt .answer-item .treasurebox-item{
  color: #909295;
  font-size: 10px;
  padding-top: 5px;
  font-weight:normal;
}
.product-doubt .answer-item .treasurebox-store{
  font-weight: normal;
  background-color: #0a58aa;
  color: #fff;
  padding: 0 6px;
  margin: 0 4px;
  font-size: 10px;
}
.product-doubt .commentCntr{
  width:50%;
  border: 1px solid #d5d5d5;
  margin: 10px 15px 0 0;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
}
.product-doubt .commentCntr .commentCntr-title{
  color:#333;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
}
.product-doubt .commentCntr .commentCntr-user{
  text-decoration: none;
  color: #909295;
  font-size:12px;
}


/* recently-viewed */
.recently-viewed .recently-viewed-top img{
  float: left;
  margin: 3px 12px 0 0;
}
.recently-viewed .recently-viewed-top .recently-viewed-title{
  font-size: 24px;
  color: #362F2C;
}

.recently-viewed .nav>li>a{
  display:block !important;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  margin: 8px;
  color: #333333;
  border-radius: 5px;
  background-color: #fff;
  float: left;
  border: none !important;
}
.recently-viewed .content_header{
  margin-left: -18px;
  color: #002060;
  font-weight: 700;
  font-size:20px;
}
.recently-viewed .content_list{
  list-style-type: disc !important;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: 600;
  padding-left:0;
  font-size:12px;
}
#Delivery-pickup a{
  color: #23527c;
  text-decoration: none;
}
#recently-tabs{
  overflow: hidden;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  margin-top:20px;
}
#recently-tabs>li.active>a, #recently-tabs>li.active>a:focus, #recently-tabs>li.active>a:hover{
  background-color: #002060 !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  border:none !important;
  cursor: pointer !important;
}
.recently-viewed .tab-content{
  padding: 25px;
  border: 1px solid #ebebeb;
  border-top: none;
}