﻿/*body {
    padding: 0px;
    margin: 0px;
    color: #444344;
}*/

/* Popup box BEGIN */
.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.r-subMenu .search .form-control {
    height: 42px;
}
.bg-grey {
    background: #CCCCCC;
    padding: 15px;
    border: 1px solid #7A7A7A;
}

.bg-shop {
    background: url(../Images/shop-banner-new.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 89vh;
    margin: -60px 0 0;
}

#cssmenu > ul > li > a:hover {
    color: #E5A812;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
    background: #E5A812;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc > div {
    padding: 2%!important;
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
   /* max-width: 800px;*/
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px;
}

.popupCloseButton {
    background-color: #E5A812;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -18px;
    font-size: 22px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.trigger_popup_fricc {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

.hover_bkgr_fricc p, .hover_bkgr_fricc td {
    color: #000;
    margin: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 10px;
}
/* Popup box BEGIN */


.header .logo {
    top: 0px;
}

.bg-brown {
    background: #1a7bb2;
}
.shopImg {
    width: 100%;
    text-align: center;
}

/*.voucherText {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 5px 0 0;
}*/

div#CP_divMenuContent a.dropdown-item {
    color: #000;
    padding: 8px 0 8px 0 !important;
}

div#CP_divMenuContent a.dropdown-item:hover {
    background: no-repeat;
    color: #1a7bb2;
}

#CP_divMenuContent ul.navbar-nav {
    position: relative;
    left: 0;
    width:100%;
}
/*div#CP_divMenuContent {
    background: #1a7bb2;
}*/
div#sitemap {
    display: none;
}

.clr {
    clear: both;
}

.shop-sm {
    float: left;
    margin: 0px;
    padding: 0px;
}

/*.search {
    float: left;
    position: relative;
}*/

/*.search input[type="search"] {
    float: left;
    width: 100%;
    padding: 10px 20% 10px 5%;
    height: 42px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #E0E2EA;
}*/
/*
button.btn-search {
    border: 0;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.search input[type="button"] {
    float: left;
    width: 20%;
}

.search input[type="button"] {
    float: right !important;
}

.r-subMenu {
    float: right;
    margin-top: 0;
}*/

#cssmenu #menu-button {
    background: #E5A812 !important;
}

/*.search .btn {
    float: left;
}*/

.shop-sm > ul li a {
    padding: 10px 20px !important;
    display: inline-block;
    color: #fff;
}

.shop-sm ul li div a {
    color: black;
    padding: 5px 0px !important;
}

.shop-sm ul li {
    background: none;
    border-right: 1px solid #fff;
}

.shop-sm ul li:last-child {
    border-right: 0px;
}

.shop-sm .navbar-collapse {
    padding: 0px;
}

.shop-sm .dropdown {
    border: 0;
    border-right: 1px solid #a37c2d;
}

div#CP_divMenuContent .dropdown-menu {
    padding: 5px 15px;
}

.dropdown.open + .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.dropdown-menu.show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    min-width: 13.5rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    min-width: 130px;
    padding: 0.8rem 0rem;
    display: none;
    z-index: 99;
    border-radius: 4px;
    box-shadow: 1px 2px 3px #00000026;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
}

.dropdown-menu .show {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    min-width: 130px;
    padding: 0.8rem 1rem;
    display: none;
    z-index: 99;
    border-radius: 4px;
    box-shadow: 1px 2px 3px #00000026;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: none;
    transform: translateY(110%);
}

/*input[type="search"] {
    width: 20%;
}*/

.homeBanner img {
    width: 100%;
}

.homeBanner li {
    width: 25%;
    float: left;
    border-right: 4px solid #fff;
}

.homeBanner li img {
    width: 100%;
}

.homeBanner li:last-child {
    border-right: 0px;
}

/*.r-subMenu .search {
    margin-top: 1px;
    width:190px;
}*/
/*.OffersBlk { 
    margin-top: 6rem; 
}*/

/*.r-subMenu .cartBtn {
    padding: 0 0 0 15px;
}*/
.fRight .cus-input { 
    height: 41px;
}
    .cartBtn a{
    margin:5px;    
}

/*.cartBtn {
    color: #212121;
    margin-bottom: 0 !important;
    text-align: center;
}*/

.cartBtn .fa-shopping-cart {
    font-size: 25px;
    margin-right: 5px;
}

#ct_QNB_CPSHOP_dvErrorMsg {
    text-align: center;
    display: block;
    color: red;
    margin: 0px 0 20px 0;
}

.shop h4 {
    font-size: 26px;
    font-weight: bold;
    color: #86754d;
    margin-bottom: 15px;
    float: left;
}

.seeBtn {
    padding: 7px 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    min-width: 100px;
    font-size: 14px;
    border-radius: 5px;
    background: #d12530;
    margin: 0 10px 0 0;
}

.seeBtn:hover {
    color: #fff;
    text-decoration: none;
}

.shop .card-body {
    padding: 0px;
}

/*.carousel-item {
    height: 24rem;
}*/

.latestArrBlk > div {
    position: relative;
}

.latestArrBlk a.bx-prev, .latestArrBlk a.bx-prev:hover {
    background-position: -41px 2px;
    left: -70px;
}

.latestArrBlk a.bx-next, .latestArrBlk a.bx-next:hover {
    background-position: 3px 2px;
    right: -70px;
}

.latestArrBlk .starRat img {
    display: inline-block;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

.imw80p {
    width: 90%;
    margin: 0 auto;
}
/* loader CSS */
#loading1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.5;
    background-color: #000;
    z-index: 2000;
    text-align: center;
}

#loading-image1 {
    position: relative;
    top: 25%;
    z-index: 100;
}

.featuredCont .card-body {
    width: 100%;
}

.featuredCont h5, .product .about h5.text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    min-height: auto;
    text-align:center;
}

.starRat {
    text-align: center;
    display: none;
}

.featuredCont .d-flex {
    display: block !important;
    text-align: center;
    position: relative;
}

.featuredCont .btn-group h5 {
    position: relative;
}

.featuredCont .d-flex h5 {
    text-align: center;
    font-size: 16px;
    color: #E17F25;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px;
}

.featuredCont .d-flex .btn {
    margin-top: 10px;
    background: #1a7bb2;
    border: 0px;
    font-size: 14px;
    border-radius: 100px;
    padding: 10px 0;
}

.featuredCont .bx-pager {
    display: none;
}

.featuredCont a.seeBtn {
    display: none;
}


#myCarousel .carousel-item > img {
    width: 100%;
    height: auto;
}

#myCarousel .carousel-indicators {
    width: 70%;
}

#myCarousel .carousel-indicators .active {
    width: 30px;
    height: auto;
    background-color: #1a7bb2;
}

.featuredCont h4 {
    font-size: 1.5rem;
    text-align: left;
    padding: 0px 0 15px 0;
    font-weight: bold;
}

.featuredCont {
    margin-bottom: 50px;
    float: left;
}

.featuredCont .card img {
    width: auto !important;
    height: 150px !important;
    margin-top: 20px;
}

.featuredCont a.bx-prev {
    top: 45% !important;
}

.featuredCont a.bx-next {
    top: 45% !important;
}

/*Product Details*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.category_block li:hover {
    background-color: #1a7bb2;
}

.category_block li:hover a {
    color: #ffffff;
}

.category_block li a {
    color: #343a40;
}


.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}

.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}

.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.product_rassurance .list-inline li:hover {
    color: #343a40;
}

.reviews_product .fa-star {
    color: gold;
}

.pagination {
    margin-bottom: 30px;
}

footer {
    background: #343a40;
    padding: 40px;
}

footer a {
    color: #f8f9fa !important
}

.widgetTab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Style the buttons inside the tab */
.widgetTab li a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    color: #000;
    font-weight:600;
    text-decoration: none;
}

#Description-blk ul{
    padding-left:10px;
}
#Description-blk ul li p{
    display:inline-block;
    padding-left:5px;
}

/* Change background color of buttons on hover */
.widgetTab li a:hover {
    background-color: transparent;
    color: #000 !important;
    font-weight:600;
}

/* Create an active/current tablink class */
.widgetTab li a.active {
    background-color: #E5A812;
    color: #fff !important;
    font-weight:600;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #E2E2E2;
    border-top: none;
    background: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

/*.tabcontent .card-body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}*/

/*.form-control {
    display: block;
    width: 100%;
    height: 50px; 
    border-radius: 5px;
    border: 1px solid #E0E2EA;
}*/

.input-group .form-control {
    height: 40px;
}

/*.btn {
    height: auto;
}*/

.reviewForm {
    margin: 20px 0
}

.inputHeight {
    height: 45px !important;
}

.btnMargin {
    margin: 30px 0 0
}

.userBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.imgCenter {
    text-align: center;
}

.imgCenter a {
    width: 34%;
}

.starRat {
    text-align: left;
}

input#quantity {
    text-align: center;
}

.grayBg {
    background: #ccc !important;
    color: #000 !important;
}

/*.cartBtn {
    margin-bottom: 0 !important;
}*/

.input-group-prepend button, .input-group-append button {
    background: #F7F8F8;
    border: 1px solid #E0E2EA;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

h2.price span, h2.price {
    color: #E5A812;
    font-size: 22px;
    text-align: left;
    margin-top: 5px;
    font-family: RobotoBold;
}

.card-body h3 {
    font-size: 20px
}

div#writeReview {
    background: #eee;
    margin-bottom: 5px;
    border-radius: 4px;
}



#writeReview span::before {
    font-size: 24px;
    color: #1a7bb2;
}

#CP_CPSHOP_divDescription p strong {
    font-size: 16px;
    color: #1a7bb2;
}

.fa-star:before {
    color: #1a7bb2;
}

.respImg a {
    text-align: center
}

.imgWIdth {
    width: 52%;
}

.card {
    min-height: 300px;
}

.cartBtn .fa-shopping-cart {
    line-height: 15px;
    color: #fff;
}

.cartBtn .grayBg {
    color: #fff !important;
}

/*.r-subMenu .badge {
    top: 0;
    color: #000;
    width: 42px;
    height: 42px;
    line-height: 30px;
    font-size: 18px;
    margin-left: 5px;
    font-weight: 400;
    background: #fff;
    border-radius: 5px !important;
    text-align: center;
    border: 1px solid #E0E2EA;
}*/
/*.ShopMenu {*/
    /*padding: 0 149px;*/
    /*max-width:1140px;
    padding:0 15px;
    margin: 0 auto;
}*/
.prodZoom a {
    display: block;
}

div#CP_CPSHOP_divThumbnailImages {
    margin-top: 10px !important;
    display: block;
}

.prodZoom a > img {
    height: auto;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    width: 100%;
}


#CP_CPSHOP_divThumbnailImages img {
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 4px 2px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.grey_button, .grey_button:hover {
    background: #868686;
    display: inline-block;
    text-align: center;
    padding: 15px 45px;
    border-radius: 100px;
    color: #fff;
    min-width: 220px;
}

.brown_button, .brown_button:hover {
    background: #1a7bb2;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    padding: 15px 45px;
    min-width: 220px;
}

.immtb {
    margin: 20px auto 30px auto;
}

.WelMember {
    padding: 5px 2%;
    font-size: 14px;
}

/*Cart*/
.table td, .table th {
    vertical-align: central !important;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.cart .btn {
    height: 27px;
    background-color: #E5A812;
    border-color: #E5A812;
    cursor: pointer;
    max-width: 30px;
    margin: auto;
}

.emptyCart {
    display: block;
    text-align: center;
    padding: 30px 20px 15px 20px;
}

/*Checkout*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px !important;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
    width: 100%;
}
.custom-spacing {
    width: 45%;
}
.badge-secondary {
    color: #fff;
    background-color: #E5A812;
    height: 30px;
    min-width: 30px;
    text-align: center;
    padding: 10px;
    line-height: 11px;
    font-size: 13px;
}

/*Shop List*/

/*.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/

.sortBy a {
    padding-top: 8px !important;
}

.t-products {
    background-image: linear-gradient(to right top, #5629c0, #5625cb, #5620d5, #551ae0, #5412eb);
    color: #fff;
    border-radius: 3px
}

.processor {
    background-color: #fff;
    margin-top: 5px;
    border-bottom: 1px solid #eee
}

.brand {
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.type {
    background-color: #fff
}

.product {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    position: relative
}

.about span {
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 19.996px;
    line-height: 54px;
    color: #2E353A;
}
#divUserDetails table tr td {
  /*  font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
    padding:5px;
}
.pagination span.page-link {
    color: #212529;
    cursor: pointer;
}

.pagination .page-item.active .page-link {
    background: #E5A812;
    border-color: #E5A812;
    cursor: pointer;
}

.cart-button button {
    font-size: 12px;
    color: #fff;
    background-color: #5629c0;
    height: 38px
}

    .cart-button button:focus, button:active {
        font-size: 12px;
        color: #fff;
        background-color: #5629c0;
        box-shadow: none
    }

.product_fav i {
    line-height: 40px;
    color: #5629c0;
    font-size: 15px
}

.product_fav {
    display: inline-block;
    width: 36px;
    height: 39px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.product_fav:hover {
    background: #5629c0
}

.product_fav:hover i {
    color: #fff
}

.about {
    margin-top: 12px
}

.off {
    position: absolute;
    left: 65%;
    top: 6%;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 8px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

/*.shop h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    min-height: auto;
}*/

#CP_CPSHOP_dvResult .product img {
    width: auto;
}

.starRat {
    text-align: center;
}

.starRat img {
    width: 20px;
}

#terms ul {
    margin: 0 20px;
}
#terms h2 {
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
}

.sortBy label {
    padding-right: 10px;
}

.fRight {
    float: right;
}

#CP_CPSHOP_divFilters .accordion, .dvInsuranceList .accordion {
    padding: 0;
    margin-bottom: 0;
}

#CP_CPSHOP_divFilters h6, .dvInsuranceList h6 {
    padding: 0px;
    margin: 0px;
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

#CP_CPSHOP_divFilters .accordion.active:after, #CP_CPSHOP_divFilters .accordion:after {
    position: relative;
    top: -3px;
}

.coupon .copyCode {
    border: 1px dashed orange;
    line-height: 30px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    background: #1a7bb21f;
    color: #9f6715;
}

a.blue_button {
    display: block;
}

.coupon .col-md-12 {
    margin-bottom: 10px;
    font-weight: bold;
}

.row.C-copy {
    border: 1px solid #ddd;
    padding: 20px;
}

.bTxt {
    font-size: 24px;
}

.sTxt {
    margin-top: 20px;
    font-size: 12px;
}

.accordion {
    padding: 20px;
    display: block;
    height: 40px;
    cursor: pointer;
}

.accordion::after {
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.accordion.active::after {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: none;
    border-right: none;
    transition: ease-in-out
}

div#CP_CPSHOP_divFilters, .dvInsuranceList {
    border-radius: 0 0 15px 15px;
    /* box-shadow: unset; */
    border: 1px solid #E2E2E2;
    overflow: hidden;
    padding: 15px 0 15px 0;
}
.shop .processor {
    border-bottom: 1px solid #DCDDDE;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
    margin: 0 15px;
}
.shop .processor:last-child{
    border-bottom: none;
    padding: 10px 0px 0px 0px;
}

.sortBy h2 {
    font-size: 18px;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
    color:#000;
}

.immrt30 {
    margin-top: 30px;
}

/*ORder Details*/

.table td, .table th {
    vertical-align: central !important;
}

/*Order Tracking CSS */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/*body {
            background-color: #eeeeee;
            font-family: 'Open Sans', serif
        }*/


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: #000;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active .icon {
    background: #E5A812;
    color: #fff;
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
    display: block;
    margin-top: 7px
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px
}

.table td, .table th {
    vertical-align: middle !important;
}

.table td, .table th {
    vertical-align: central !important;
}

.blue_button {
    padding: 15px 45px !important;
    cursor: pointer;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
}
/*Shop List*/
/*.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/

.sortBy a {
    padding-top: 8px !important;
}

.t-products {
    background-image: linear-gradient(to right top, #5629c0, #5625cb, #5620d5, #551ae0, #5412eb);
    color: #fff;
    border-radius: 3px
}

.processor {
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.brand {
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.type {
    background-color: #fff
}

.product {
    padding: 10px;
    background-color: #fff;
    border-radius: 0px;
    position: relative;
    box-shadow: unset !important;
    border: 1px solid #707070;
}


.about span {
    font-size: 16px
}

.cart-button button {
    font-size: 12px;
    color: #fff;
    background-color: #5629c0;
    height: 38px
}

.cart-button button:focus, button:active {
    font-size: 12px;
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.product_fav i {
    line-height: 40px;
    color: #5629c0;
    font-size: 15px
}

.product_fav {
    display: inline-block;
    width: 36px;
    height: 39px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.product_fav:hover {
    background: #5629c0
}

.product_fav:hover i {
    color: #fff
}

.about {
    margin-top: 0px
}

.off {
    position: absolute;
    left: 65%;
    top: 6%;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 8px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}


#ct_QNB_CPSHOP_dvResult .product img {
    width: auto;
}

.starRat {
    text-align: center;
}

.starRat img {
    width: 20px;
}


.sortBy label {
    padding-right: 10px;
    float: left;
    line-height: 42px;
}

.sortBy {
    width: 100%;
    overflow: hidden;
    padding-left: inherit;
    padding-right: inherit;
    background: #EEEFF1;
    border-radius: 15px;
    padding: 0 5px;
}

.tot-prod {
    background: #231F20;
    border-radius: 10px 10px 0 0;
    padding: 10px 9px;
    border: 5px solid #231F20;
}
.tot-prod p, .tot-prod span {
   /* font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #FFFFFF;
}


input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
input[type="checkbox"]:checked::after {
    background: none;
    content: '\2714';
    color: #000000;
    border: none;
    height: 15px;
    width: 15px;
    line-height: 15px;
}

#ct_QNB_CPSHOP_divFilters .accordion {
    padding: 5px 10px;
}

#ct_QNB_CPSHOP_divFilters h6 {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}

#ct_QNB_CPSHOP_divFilters .accordion.active:after, #ct_QNB_CPSHOP_divFilters .accordion:after {
    position: relative;
    top: -3px;
}

.coupon .copyCode {
    border: 1px dashed orange;
    line-height: 30px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    background: #1a7bb21f;
    color: #9f6715;
}

a.blue_button {
    display: block;
}

.coupon .col-md-12 {
    margin-bottom: 10px;
    font-weight: bold;
}

.row.C-copy {
    border: 1px solid #ddd;
    padding: 20px;
}

.bTxt {
    font-size: 24px;
}

.sTxt {
    margin-top: 20px;
    font-size: 12px;
}

#ct_QNB_CPSHOP_divFilters .form-check {
    padding-left: 0px;
    margin-right: 7px;
}

#ct_QNB_CPSHOP_divFilters .form-check-label {
    padding-left: 20px;
    font-size: 13px;
}
/* Product Details */
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.category_block li:hover {
    background-color: #1a7bb2;
}

.category_block li:hover a {
    color: #ffffff;
}

.category_block li a {
    color: #343a40;
}

.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}

.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}

.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.product_rassurance .list-inline li:hover {
    color: #343a40;
}

.reviews_product .fa-star {
    color: gold;
}

.pagination {
    margin-bottom: 30px;
}

footer {
    background: #343a40;
    padding: 40px;
}

footer a {
    color: #f8f9fa !important
}

.widgetTab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*.btn {
    height: auto;
}*/

.reviewForm {
    margin: 20px 0
}

.inputHeight {
    height: 45px !important;
}

.btnMargin {
    margin: 30px 0 0
}

.userBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.imgCenter {
    text-align: center;
}

.imgCenter a {
    width: 34%;
}

.starRat {
    text-align: left;
}

input#quantity {
    text-align: center;
}

.grayBg {
    background: #868686 !important;
    color: #fff !important;
}

/*.cartBtn {
    margin-bottom: 0 !important;
    text-align:center;
}*/

.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #E5A812;
    border-color: #E5A812;
    padding: 10px 15px;
    box-shadow: unset !important;
    font-size:16px;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}

.card-body h3 {
    font-size: 20px
}
/*#CP_CPSHOP_divDescription {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}*/
div#writeReview {
    background: #eee;
    margin-bottom: 5px;
    border-radius: 4px;
}

.btn-success, .btn-success:hover {
    background: #00425F;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: none !important;
    border: 1px solid #E5A812;
}

#writeReview span::before {
    font-size: 24px;
    color: #1a7bb2;
}

#CP_CPSHOP_divDescription p strong {
    font-size: 16px;
    color: #1a7bb2;
}

.fa-star:before {
    color: #1a7bb2;
}

.respImg a {
    text-align: center;
}

.prodDetail .card {
    text-align: center;
}

.card {
    border: none;
    border-radius: 0px;
}

.shop .card {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
}

.shop .card .text-left {
    width: 100%;
    padding: 10px;
    min-height: 75px;
}

span#ct_QNB_CPSHOP_spanProductName {
    font-size: 22px;
    color: #212121;
}

.QtyTxt {
    margin-top: 20px;
    margin-bottom: 40px;
}
button.navbar-toggler.main-menuLeft, button.navbar-toggler.main-menuLeft:after {
    border: none;
}

.widgetTab a > i {
    padding-right: 5px;
}

.respCard h3 span {
 /*   font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    display: block;
    text-align: left;
}
#divUserDetails .respCard h3 span {
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #e5a812;
    display: block;
    text-align: left;
}

#divUserDetails select {
    height: 40px;
    border: 1px solid #E0E2EA;
    background: #FFFFFF;
    border-radius: 10px;
    width: 200px;
}
.cartBtnBlk a {
    /*font-size: 14px;
    font-weight: 400;*/
    margin: 10px 5px;
    /*display: inline-block;
    padding: 10px !important;
    line-height: 22px;
    width: 250px;*/
    /*border-radius:0;*/
}

div#CP_dvErrorMsg {
    color: red;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.respCard label {
    margin-top: 0;
    margin-bottom: 6px;
    display: block;
    text-align: left;
}

/*.respCard .input-group {
    margin-bottom: 40px !important;
}*/

.inputCart {
    background: #fff !important;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.bgYellow {
    background: #1a7bb2;
}

.respImg {
     border: 1px solid #CCCCCC; 
    border-radius: 10px;
}

/*#offersBlk a.bx-prev, #offersBlk a.bx-prev:hover {
    background-position: -48px -4px;
    left: 0;
    width: 25px !important;
    height: 30px !important;
}

#offersBlk a.bx-next, #offersBlk a.bx-next:hover {
    background-position: -7px -4px;
    right: 0px;
    width: 25px !important;
    height: 30px !important;
}*/
/*#offersBlk .bx-controls-direction{position:absolute;width:80px;right:0px;top:-30px;}*/
.breadcrumbBox {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    background-size: cover;
    padding: 0;
    margin-top: 20px;
}

.flightPage h1 {
    padding: 0 0px 5px 0px;
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #0C4DA2;
}

.breadcrumbFlight {
    width: 100%;
    display: inline-block;
}

.breadcrumbFlight ul li {
    padding: 0px 4px 0 0;
    list-style: none;
    float: left;
    padding: 0px 9px 0 0;
    list-style: none;
    float: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

    .breadcrumbFlight ul li a {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #777;
        
    }
    .breadcrumbFlight ul li:last-child a {
        font-weight: bold;
        color: #E5A812;
    }

.brd-bold {
    font-weight: 600 !important;
    color: #000;
}

div#CP_divCartContents th {
    background: #E5A812;
    color: #fff;
    margin-bottom: 20px;
}

.shop h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0px 0;
    text-align: left;
    color: #444344;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 25px;
}

#CP_CPSHOP_divFilters .form-check, .dvInsuranceList .form-check {
    padding-left: 0px;
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 13px;
    color: #7A7A7A;
    width: 90%;
}

.processor .form-check .form-check-label,.latest {
   /* font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
    color: #000000;
    float: left;
    width: 85%;
    line-height: initial;
}
.collapsed .arrow-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.arrow-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}


#CP_CPSHOP_divFilters .panel, .dvInsuranceList .panel {
    padding-left: 0px;
    padding-right: 0px;
    /*max-height: none;*/
    max-height: 200px;
    overflow-x: hidden;
    padding-right: 5px;
}

.cartBtnBlk {
    text-align: center;
}

/* table css */
.tabelUI table {
    border-spacing: 0;
    border-collapse: initial;
    background: #fff;
    overflow: hidden;
    width: 100% !important;
    color: #444344;
    border-radius: 6px;
    border: 1px solid #e2e2ea;
    margin: 40px auto 0
}

.tabelUI table,
.tabelUI table * {
    position: relative
}

.tabelUI table td,
.tabelUI table th {
    padding: 10px 15px;
    letter-spacing: 0em;
    text-align: center !important;
    border-right: 1px solid #e2e2ea;
    color: #444344;
    font-size: 14px;
}

.tabelUI table td,
.tabelUI table thead th {
    border-bottom: 1px solid #e2e2ea;
    border-right: 1px solid #e2e2ea
}

.tabelUI table thead th:last-child {
    border-right: none
}

.tabelUI table thead tr {
    height: 60px;
    background: #f3f3f5;
    font-size: .9em
}

.tabelUI table tbody tr td:last-child {
    border-right: none
}

.tabelUI table tbody tr td:first-child {
    color: #444344
}

.tabelUI table tbody tr td:first-child,
.tabelUI table thead tr th:first-child {
    text-align: left !important
}

.tabelUI table tbody tr {
    height: 40px
}

.tabelUI table td,
.tabelUI table th {
    text-align: left
}

.tabelUI table td.l,
.tabelUI table th.l {
    text-align: right
}

.tabelUI table td.c,
.tabelUI table td.r,
.tabelUI table th.c,
.tabelUI table th.r {
    text-align: center
}

.tabelUI .ui-card tbody tr:nth-child(2n) {
    background-color: #fff
}

.tabelUI table tbody > tr {
    color: grey
}

.tabelUI table tbody tr:hover {
    background-color: #f5f5f5 !important;
    cursor: default
}

.tabelUI table thead,
th {
    text-transform: uppercase;
}

.tabelUI table tbody tr:nth-child(2n) {
    border: 0;
    background-color: #f1f1f1;
}

.tabelUI tr:last-child td {
    border-bottom: none
}

.tabelUI table tbody tr th:last-child {
    border-right: 0;
}

.tabelUI table .th-block-left, .tabelUI table .td-block-left {
    font-size: 13px;
    font-weight: bold;
}

.tabelUI table tbody tr td:last-child div {
    float: none;
}

.tabelUI table tbody tr td:last-child div a {
    color: #1a7bb2;
    font-weight: bold;
    text-decoration: underline;
}

.table {
    border-radius: 10px;
    overflow: hidden;
}

div#divCartContents .text-muted {
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000 !important;
}

/*.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    padding: 20px;
}*/
/*
.OffersBlk h3 span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 50px;
    display: block;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.OffersBlk h3 a.btnView {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: unset;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 25px;
    border: 1px solid #E5A812;
    border-radius: 0;
}*/

/*.OffersBlk .bx-wrapper {
    padding: 0;
}*/

/*.OffersBlk h3 {
    text-align: center;
    padding: 0 0 45px 0;
    position:relative;

}*/

/*.bx-controls {
    position: relative;
}

.bx-pager {
    display: none;
}*/

/*.OffersBlk .bx-viewport {
    width: 100% !important;
}*/

/*.OffersBlk .bx-controls-direction {
    position: absolute;
    width: 100%;
    right: -25px;
    top: -422px;
}*/

/*.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    outline: 0;
    width: 104px;
    height: 104px;
    margin-top: 0;
    text-indent: -9999px;
    z-index: 1;
    transform: scale(0.65);
}*/

/*.bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: 85%;
}*/

.paging table {
    margin: 0 auto;
}
/* table end */
.selQuantity .btn-success, .selQuantity .btn-success:hover {
    width: auto;
    min-width: auto;
}

.selQuantity input {
    text-align: center;
}

.paging {
    margin: 10px 0 0px 0;
}

#divDynamicContent legend {
   /* font-family: 'Roboto', sans-serif;*/
    text-align: left;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.top_offerBox {
    background: #f9f9f9;
    padding: 0;
}

.top_offerBox .card { 
    background-color: unset;
}

#CP_CPSHOP_divDenomination .btn-success {
    padding: 7px 10px;
    /*min-width: auto;
    min-width: 88px;*/
}

#divDynamicContent label {
    text-align: left;
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
}

#divDynamicContent input {
    padding: 20px;
}
/*.prdPoint {
    text-align: left;
    font-size:15px !important;
}*/

/*.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #002e5e;
}*/

.log-in {
    display: none;
}

.carousel-item > img {
    height: auto;
}

.carousel {
    margin-bottom: 0rem;
}

.shop h4 {
    font-size: 26px;
    font-weight: bold;
    color: #002e5e;
    margin-bottom: 15px;
    float: left;
}

.seeBtn {
    padding: 7px 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    min-width: 100px;
    font-size: 14px;
    border-radius: 5px;
    background: #ffac34;
    margin: 0 10px 0 0;
}

.seeBtn:hover {
    color: #fff;
    text-decoration: none;
}

.shop .card-body {
    padding: 0px;
}

/*.shop h5 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
    padding: 5px 0 0;
}*/

/*.carousel-item {
    height: 35rem;
}*/

.latestArrBlk a.bx-prev, .latestArrBlk a.bx-prev:hover {
    background-position: -41px 2px;
    left: -70px;
}

.latestArrBlk a.bx-next, .latestArrBlk a.bx-next:hover {
    background-position: 3px 2px;
    right: -70px;
}

.latestArrBlk .starRat img {
    display: inline-block;
}

.widgetTab {
    overflow: hidden;
    border: 1px solid #E2E2E2;
    background-color: #E2E2E2;
    border-radius: 10px 10px 0 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.reviewForm {
    margin: 20px 0
}

.inputHeight {
    height: 45px !important;
}

.btnMargin {
    margin: 30px 0 0
}

.userBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.imgCenter {
    text-align: center;
}

.imgCenter a {
    width: 34%;
}

.starRat {
    text-align: left;
}

input#quantity {
    text-align: center;
}

.grayBg {
    background: #ccc !important;
    color: #000 !important;
}

/*.cartBtn {
    margin-bottom: 0 !important;
}*/

.card-body h3 {
    font-size: 20px
}

div#writeReview {
    background: #eee;
    margin-bottom: 5px;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    /* background-color: #ffac34;
            border-color: #ffac34;*/
}

#writeReview span::before {
    font-size: 24px;
    color: #ffac34;
}

#CP_CPSHOP_divDescription p strong {
    font-size: 16px;
    color: #ffac34;
}

.fa-star:before {
    color: #ffac34;
}

.card {
    min-height: auto;
}

.form-group label {
    color: black !important;
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.topMargin {
    margin: 0;
    width: 100%;
    display: block
}

.gray-btn {
    background: #6B7280;
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 5px !important;
    transition: .3s;
}

.newRate {
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #ff0000;
    text-align: left;
    padding-top: 10px;
}

/*.btn-ex {
    display: flex;
}*/

.btn-bnw {
    float: left;
}

.btn-atc {
    float: left;
    margin: 5px 5px 5px 0 !important;
}

.btn-bck {
    float: right;
    margin: 5px 0 5px 0 !important;
}

.btn-atc, .btn-bck {
    width: 100%;
}

.gray-btn:hover {
    transform: scale(0.98 );
    color: #fff;
}

.purple-btn:hover {
    transform: scale(0.98 );
}


.custom-select {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #E0E2EA;
}
#CP_divCheckoutPhysical select {
    background: url("") #e9ecef !important;
}

.bg-light h4 {
  /*  font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.text-muted {
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #003262 !important;
    width: auto !important;
}

.bg-light label, .text-muted {
    margin: 0px 10px 5px 0px;
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    line-height: 17px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.custom-black-text {
    /*font-family: 'Roboto', sans-serif !important;*/
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #2E353A !important;
}

.text-mute, .list-group-item span, .list-group-item strong {
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #58595B;
}

.body-bdr h1 {
   /* font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #E5A812 !important;
    padding: 20px;
}

.body-bdr h2 {
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #7A7A7A;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.dropdown-menu li {
    padding: 5px 5px;
    border-bottom: 1px solid #ccc !important;
}

#CP_divMenuContent ul {
    flex-direction: inherit;
    position: relative;
}

#CP_divMenuContent .dropdown-menu {
    position: absolute;
}

#CP_divMenuContent ul li {
    margin: 0px 20px 0px 0px !important;
}

.about .text {
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #00425F;
    text-transform: capitalize;
    padding: 10px 0 0;
}

.about span {
    display: block;
   /* font-family: 'Roboto', sans-serif;*/
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    padding: 15px 0;
    color: #002e5e;
}


.input-group-prepend button:hover, .input-group-append button:hover,
.input-group-prepend button:focus, .input-group-append button:focus {
    background: #E5A812;
}

.input-group-prepend button:hover i:before, .input-group-append button:hover i:before,
.input-group-prepend button:focus i:before, .input-group-append button:focus i:before {
    color: #fff;
}

.input-group-prepend button i, .input-group-append button i {
    color: #58595B;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius: 5px;
    border: 1px solid #E0E2EA;
}

.input-group-prepend {
    margin-right: 10px;
}

.input-group-append {
    margin-left: 10px;
}

.back-btn {
    background: #ffffff;
    color: #6B7280;
    border: 2px solid #6B7280;
    /*font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
    border-radius: 5px !important;
    transition: .3s;
    margin-top: 5px;
}



#cssmenu a {
    /*font-family: 'Roboto', sans-serif;*/
    text-transform: uppercase;
}

#ui-id-1 {
    width: 200px;
    top: 160px;
    left: 81.5%;
    display: block;
    background: #fff;
}

#ui-id-1 li {
    background: #fff;
    border-bottom: 1px solid #E0E2EA;
}

#ui-id-1 li:last-child {
    border-bottom: none;
}

#ui-id-1 li a {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    line-height: 21px !important;
}

/*.shop-head {
    margin-bottom: 45px !important;
}*/

/*.bx-wrapper .bx-prev {
    background: url(../images/arr-left.svg) no-repeat;
}

.bx-wrapper .bx-next {
    background: url(../images/arr-right.svg) no-repeat;
}*/

.shop .card img {
    width: 100%;
    height: 225px;
}
/*
.btn-yellow {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #E5A812;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 5px;
    min-width: 140px;
}

.btn-yellow:hover {
    border: 1px solid #E5A812;
}*/

.btn-back {
   /* font-family: 'Roboto', sans-serif;*/
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    border: 1px solid #E5A812;
    color: #E5A812;
    padding: 10px 25px;
    border-radius: 5px;
    min-width: 140px;
    display: inline-block;
}

.back-hvr-right {
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition: color 0.3s;
}

.back-hvr-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #E5A812;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.back-hvr-right:hover {
    color: white;
}

.back-hvr-right:hover:before {
    transform: scaleX(1);
}


.not-back-btn {
    margin: 0;
}

/*.respCard .form-group span {
    display: block;
    text-align: left;
}*/

.btnDenominationChange {
    background: #E6E6E6;
    color: #000;
    font-weight: 500;
    border: 1px solid transparent;
}

.btnDenominationChange:hover {
    background: #E5A812;
    border: 1px solid transparent;
}

#CP_CPSHOP_divDenomination .selected {
    background: #E5A812;
    color: #fff;
}

#TermsandCondition-blk li {
    color: #777;
/*    font-size: 14px;*/
}

#TermsandCondition-blk ul li ol {
    padding-left:15px;
}

@media (max-width: 1440px) {
    .carousel-item {
        height: 33rem;
    }
}
    @media (max-width: 1024px) {
        .carousel-item {
            height: 24rem;
        }
        /*    .bgGrey {
        height: auto !important;
    }*/

        /*.breadcrumbBox {
        padding: 0 35px;
    }*/
        /*    .ShopMenu {
        padding: 0 70px;
    }*/

        /*#CP_divShopMenuBar .bgGrey {
        margin-top: 10px;
    }*/

        /*    .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 80%;
    }*/
        div#CP_CPSHOP_divFilters {
            margin-bottom: 15px;
        }
    }

    @media only screen and (max-width:800px) {
        .carousel-item {
            height: 18rem;
        }
        /* .breadcrumbBox {
        padding: 0 30px;
    }*/

        /*    .OffersBlk .bx-controls-direction {
        top: -447px;
    }*/

        /*   .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 76%;
    }*/

        /*    .OffersBlk h3 span {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 67px;
        color: #171A50;
    }*/

        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }

        .shop-sm {
            float: none;
            width: 100%;
        }

            .shop-sm button.navbar-toggler {
                background: #666;
                width: 100%;
                border: 0px !important;
                color: #fff;
                margin: 0px auto 0px auto;
                text-align: left;
                padding-left: 17px !important;
                outline: none;
                font-size: 16px;
            }

        #CP_divMenuContent li {
        }

        #CP_divMenuContent ul li {
            display: block;
            width: 100%;
            border-right: 0px;
        }

            #CP_divMenuContent ul li a {
                display: block;
                border-bottom: 1px solid #999;
            }

        .shop-sm .navbar-nav {
            margin: 0px;
        }

        #CP_divMenuContent ul li a::after {
            float: right;
            margin-top: 10px;
        }

        #CP_divMenuContent .dropdown-menu.show {
            margin: 0;
            border-radius: 0px;
            border: 0px;
            padding-bottom: 0px;
        }

        /* .r-subMenu {
        margin-bottom: 5px;
        margin-top: 5px;
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .r-subMenu .search {
        width: 200px;
    }

    .r-subMenu .cartBtn {
        float: right;
        padding-right: 0
    }*/

        .bg-light {
            min-height: auto;
        }

        .not-back-btn {
            margin:0;
        }
    }

    @media only screen and (max-width:768px) {
        /* .bgGrey {
        height: auto!important;
        padding-bottom: 10px;
    }*/

        /*    #offersBlk .bx-controls-direction {
        width: 50px;
    }*/

        .featuredCont h4 {
            font-size: 24px;
        }

        .viewBtn {
            font-size: 11px !important;
            padding: 14px 4px !important;
        }

        .shop-sm .navbar-toggler {
            padding: 15px 15px !important;
            border-radius: 0px;
            border: 0px;
        }
        /*    .ShopMenu {
        padding: 0 60px;
    }*/
        /*    .r-subMenu .cartBtn {
        margin: 8px 0;
    }*/
    }

    @media only screen and (max-width:640px) {
        #cssmenu {
            width: 100% !important;
        }
        #CP_divCartContents tr td input {text-align:center}
        .bgGrey .ShopMenu .r-subMenu {
            display: block;
            padding: 0 15px;
            margin: 0;
            float: left;
            width: 100%;
        }
        .bgGrey {
            margin:0 0 0 0 !important;
        }
        .bgGrey .search {
            position: relative;
            width: 70%;
            float: left;
        }
        .carousel-item {
            height: 11rem;
        }

        .remove-border {
            border: none !important;
            padding: 0 !important;
        }

        /*#CP_CPSHOP_divBuy {
            width: 100%
        }*/

        .card img {
            height: auto !important;
        }

       /* #CP_CPSHOP_spanDenomination .btn-success {
            width: 110px;
        }*/

        .bg-shop {
            background: url(../Images/shop-banner-new.jpg);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 53vh;
        }

        .prodDetail .card {
            min-height: inherit;
        }

        h2.price, h2.price span {
            font-size: 16px;
            margin-top: 0px;
        }

        .respCard h3 span {
            font-size: 16px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            display: block;
            text-align: start;
        }
        /*    h2.price span, h2.price {
        text-align:center!important;
    }*/
        .selQuantity > .input-group {
            margin: initial;
        }

        div#CP_divCartContents .table th {
            display: none;
        }

        div#CP_divCartContents .table td {
            display: grid;
            text-align: center !important;
        }

        .sortBy label {
            width: 100%;
            padding: 0 0 5px 0;
            line-height: normal;
        }

        .sortBy #sortBy {
            width: 100%;
        }

        #CP_CPSHOP_divFilters .panel {
            overflow: inherit;
            max-height: initial;
        }

        .cartBtnBlk .col-sm-12 {
            margin: 0px 0 10px 0;
            padding: 0;
        }

        .viewBtn {
            font-size: 11px !important;
            padding: 5px 15px !important;
            font-size: 10px !important;
        }

        .sortBy a {
            padding-top: 8px !important;
        }

        .m-disNone {
            display: none !important;
        }

        .shop-cartImg {
            display: list-item !important;
        }
        /*    #CP_divShopMenuBar .bgGrey {
        margin-top: 0;
    }*/

        .top_offerBox {
            background: #f9f9f9;
            /*padding: 10px 0 5px;*/
        }

        /*    .OffersBlk h3 span {
        text-align: left;
        margin-left: 15px;
    }*/

        a .btnView, .btnView {
            top: 13px;
        }

        /*    .r-subMenu .cartBtn {
        margin: 8px 0;
    }*/

        /*    .r-subMenu {
        margin-bottom: 5px;
        margin-top: 5px;
        width: 94%;
        float: none;
        margin: 0 auto;
        padding: 0 15px;
    }*/

        /*    .OffersBlk {
        margin-top: 0;
    }*/

        #cssmenu {
            padding: 0 15px !important;
        }

        #menu-button {
            padding: 14px 15px !important;
            margin: 1px 0 0 !important;
        }
        /*
    .ShopMenu {
        padding: 0 0px;
    }*/

        /*.breadcrumbBox {
        padding: 0 30px !important;
    }*/

        .services {
            margin: 0;
        }

        .sortBy a {
            padding-top: 8px !important;
        }

        .hover_bkgr_fricc > div {
            padding: 5% !important;
            width: 85%;
        }
    }


    @media only screen and (max-width:500px) {
       /* .btn-ex {
            display: flex;
            flex-wrap: wrap;
        }*/
        .bgGrey {
            margin: 0px 0 0 !important;
        }
            /*.btn-ex a {
                flex: 0 0 100%;
                margin: 0 0 15px 0
            }*/
    }

    @media (max-width: 440px) {
        .fRight {
            float: none
        }

        .cus-m-auto {
            margin: auto;
        }

        /*.breadcrumbBox {
            padding: 70px 30px 0 !important;
        }*/

        .cartBtnBlk a {
            width: 100%;
        }

        /*    .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 60%;
    }*/

        /*    .OffersBlk .bx-controls-direction {
        top: -408px;
    }*/

        /* .btn-ex {
            display: block;
            text-align: left;
        }*/

        /*  .not-back-btn, .btn-back {
            margin: 6px 12px 6px 0;
        }*/
    }

    @media (max-width: 400px) {
        .carousel-item {
            height: 10rem;
        }
        /* .breadcrumbBox {
            padding: 90px 30px 0 !important;
        }*/
        /*
    .bx-wrapper {
        margin: auto;
    }

    .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 38%;
    }

    .OffersBlk .bx-controls-direction {
        top: -491px;
        right: -65px;
    }*/
    }
@media (max-width: 320px) {
    .carousel-item {
        height: 8rem;
    }
    }


    /*amey css start*/

/*################# shopList page ################# */
.dvProductsList .dvProducts .products .name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dvProductsList .dvProducts .products .voucher {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: right;
}

.dvProductsList .dvProducts .products .points {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
/*################# shopList page ################# */

    /*################# shop page - featuredoffers & topoffers both css ################# */
    #shopoffers .bx-viewport {
        height: 315px !important;
    }
    #shopoffers .bx-controls-direction {
        margin-top: -385px;
    }
    #shopoffers .OffersBlk li {
        box-shadow: 0px 1px 5px 2px #dedede;
    }
    #shopoffers h3 {
        margin-bottom: 15px;
        text-align: center;
    }
    #shopoffers h3 span {
        font-size: 25px;
        font-family:RobotoBold;
        color: #000;
    }
    #shopoffers .name {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #shopoffers .voucher {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        text-align: right;
    }
    #shopoffers .points {
        font-size: 12px;
        font-weight: 600;
        color: #000;
    }
    /*#shopoffers .bg-white {
        min-height: 90px;
    }  */  
    /*################# shop page ################# */


/*################# productDetail page ################# */
.dvProductDetails .buttons{
    display:flex;
    flex-wrap:wrap;
}
.dvProductDetails .buttons .btn{
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

/*denomination buttons css*/
#CP_CPSHOP_spanDenomination {
    display:flex !important;
    flex-wrap: wrap !important;
}
#CP_CPSHOP_spanDenomination button {
    margin: 0 5px 5px 0 !important;
    flex: 0 0 16.66%;
}

/*################# productDetail page ################# */



    /*################# bgGrey section on shopList page ################# */
.bgGrey {
    width: 100%;
    /* height: 60px; */
    background: #E6E6E6;
    /* border: 1px solid #E0E2EA; */
    padding: 7px 0;
    margin: 2px 0 0 0;
}

        .bgGrey .ShopMenu {
            margin: 0 auto;
            width: 100%;
            padding: 0 15px;
        }

            .bgGrey .ShopMenu .r-subMenu {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .bgGrey .ShopMenu .r-subMenu .badge {
                    top: 0;
                    color: #000;
                    line-height: 30px;
                    font-size: 18px;
                    margin-left: 5px;
                    font-weight: 400;
                    background: #fff;
                    border-radius: 5px !important;
                    text-align: center;
                    border: 1px solid #E0E2EA;
                    padding: 5px 15px;
                    display: inline-block;
                }

                .bgGrey .ShopMenu .r-subMenu img.icon-cart {
                    position: relative;
                    right: 4px;
                    margin-right: 5px;
                    top: -3px;
                }

            .bgGrey .ShopMenu .cartBtn {
                padding: 0;
            }

        .bgGrey .search {
            position: relative;
        }

        .bgGrey .btn-search {
            position: absolute;
            top: 50%;
            right: 10px;
            z-index: 2;
            transform: translate(0, -50%);
            border: 0;
            background-color: transparent;
        }

        .bgGrey .search .form-control {
            padding: .375rem .75rem .375rem .75rem;
        }
    /*################# bgGrey section on shopList page ################# */


    /*################# product List font css shopList page ################# */
    .shop h5.text {
        font-weight: bold;
        font-size: 14px;
        line-height: normal;
        color: #000;
    }

    .shop .voucherText {
        font-weight: 400;
        color: #000;
        font-size: 12px;
    }
    /*################# product List font css shopList page ################# */


    /*################# tPoints productDetails page ################# */
/*    .tPoints {
        margin-left: 50px;
    }*/

        .tPoints .points {
            background-color: #F7F8F8;
            border: 1px solid #E0E2EA;
            padding: 5px;
            border-radius: 5px;
            font-size: 20px;
            width:50%;
        }
    /*################# tPoints productDetails page ################# */



    /*################# MEDIA QUERIES ################# */
    @media (max-width:768px){

        #cssmenu,
        .bgGrey .ShopMenu .r-subMenu {
            width: 100%;
            padding: 0 15px !important;
        }
        
    }
    @media screen and (min-width:340px) {
        .bgGrey .search .form-control {
            padding: .375rem 2.5rem .375rem .75rem;
        }
    }

    @media screen and (min-width:576px) {
        #shopoffers .bx-controls-direction {
            margin-top: -380px;
        }
        
        /*.bgGrey .ShopMenu .r-subMenu {
            justify-content: end;
        }*/

        .bgGrey .search {
            margin-right: 20px;
        }

        .bgGrey .ShopMenu {
            margin: 0 auto;
            width: 576px;
        }

        .dvProductDetails .buttons .btn {
            margin-right: 10px;
            flex: 0 0 30%;
            margin-bottom: 0;
        }
    }

    @media screen and (min-width:768px) {
        /*    #shopoffers .bx-controls-direction {
        margin-top: -380px;
    }*/

        .bgGrey .ShopMenu {
            margin: 0 auto;
            width: 730px;
        }
        .bgGrey .ShopMenu .search{
            margin-left:15px;
        }
        .bgGrey .ShopMenu .r-subMenu{
            justify-content:end;
            padding:0 !important;
        }
        #cssmenu{
            padding:0 !important;
        }

    }

    @media screen and (min-width:992px) {
        #shopoffers h3 span {
            font-size: 35px;
        }

        .bgGrey .ShopMenu {
            margin: 0 auto;
            width: 960px;
        }


        .dvProductDetails .buttons .btn {
            margin-right: 10px;
            flex: 0 0 25%;
            margin-bottom: 0;
        }
    }

    @media screen and (min-width:1200px) {
        #shopoffers h3 span {
            font-size: 40px;
        }

        .bgGrey .ShopMenu {
            margin: 0 auto;
            width: 1140px;
        }
    }
    /*################# MEDIA QUERIES ################# */

    /*amey css end*/











