body {
    font-family: Poppins;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

body{
    line-height: 1.6em;
}

@media (min-width: 1200px){
    .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

}

/*========================header top begins===================*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

ul.nav.navbar-nav {
    margin-bottom: 0px;
}

ul.header.links {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-right li {
    min-height: 14px;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0px;
    color: #4187c3 !important;
    font-size: 16px;
}

ul.header.links li a {
    color: #4187c3;
}

.header-top {
    padding: 5px 0;
    height: 30px;
    background-color: #F8F8F8;
    color: #666666;
}

span.counter.qty.empty {
    display: block !important;
    background: #ff5555;
    height: 24px;
    left: 139px;
    min-width: 24px;
    position: absolute;
    top: 34px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
}

span.price.catr_price {
    top: 15px;
    left: -50px;
    color: red;
    font-weight: 100;
    font-family: 'Open Sans';
}

span.cart_block {
    top: -6px;
}

span.cart_block {
    padding-left: 6px;
}

span.counter-number {
    color: white !important;
    font-weight: 100 !important;
}

span.counter-label {
    display: none;
}

span.counter-number {
    color: white;
    /* margin-left: 12px; */
    left: 7px;
    top: 3px;
}

.block.block-content {
    position: relative;
    margin-bottom: 0;
}

form#search_mini_form {
    padding-top: 12px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label.label {
    display: none !important;
}

label.label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    /* display: inline-block; */
    float: right;
}
li.dropdown.mega-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;

}
label.label {
    background-color: #FFFFFF;
}

.control {
    margin: 0;
    padding: 0;
    border: none;
}
/*typehead css*/
input#kw_search {
    position: relative;
    left: auto;
    margin: 0;
    padding-right: 42px;
    padding-left: 20px;
    -webkit-border-radius: 21px!important;
    font-family: inherit;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #000;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    padding: 0px 20px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

div#search_area1 {
    margin-top: 10px;
}
ul.typeahead.dropdown-menu {
    min-width: 270px;
    border-radius: 5px;
    margin-left: 20px;
}
/*typehead css*/
img.arrao_right_img {
    width: 11px;
}
.nested {
    display: none;
    padding-top: 5px;
    position: absolute;
}

button.action.search {
    top: 12px !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    width: 52px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    right: 0;
    background: none;
    border: none;
    opacity: 1;
}

button.action.search span {
    display: none;
}

i.fa.fa-search {
    font-size: 18px;
    color: black;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 28px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.right-container {
    margin-left: 0px;
    padding-left: 15px;
}

.card {
    /* position: absolute; */
    top: 44%;
    left: 0%;
    transform: translate(-7%,-4%);
    width: 260px;
    min-height: 427px;
    background: #fff;
    box-shadow: aliceblue;
    border-radius: 10px;
    transition: 0.5s;
}

.card .box {
    /* position: absolute; */
    top: 0%;
    left: 0;
    transform: translateY(0%);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.controls.pull-right.slider_block {
    padding-right: 0px;
}

.controls.pull-right.slider_block a {
    margin-top: 33px;
    margin-left: 0px;
}

.card.panel3 {
    left: 70%;
}

.product.details.product-item-details {
    padding-top: 10px;
}

.photo {
    text-align: center;
    padding-left: 15px;
    padding-top: 0px;
}
.card.panel1 {
    left: 31%;
}
.card.panel2 {
    left: 50%;
}
.card:hover {
    box-shadow:0 30px 200px rgba(0,0,0,.2);
}
.gc-display-container {
    width: 298px !important;
    height: 409px !important;
}

.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card .box h2 span {
    font-size:14px;
    background:#e91e63;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
}
.card .box p {
    color:#262626;
}
.card .box span {
    display:inline-flex;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}




/*========================header top ends===================*/

/*========================logo header begins================*/
.header-middle {
    padding: 5px 0;
}

.header-content {
    background-color: #FFFFFF;
    color: #666666;
}

.col-sm-3.logo-container .logo {
    position: relative;
}

header.page_header .logo {
    float: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

strong.logo img {
    display: block;
    height: auto;
}

.navbar-nav>li>a.dropdown-toggle {
    padding-top: 3px;
    padding-bottom: 3px;
}

.product-reviews-summary.short.empty a {
    color: black
}



.search-header-container {
    padding-right: 70px;
    width: 100%;
}

#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    font-size: 16px;
    left: -48px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
	}
 
    .search-query:focus + button {
        z-index: 3;   
    }

    input.search-query.form-control {
    border-radius: 32px !important;
    width: 456px;
    padding: 20px;
	}

	.phone-header-container {
    white-space: nowrap;
    padding-right: 78px;
    padding-top: 22px;
    padding-left: 64px;
}

	.col-sm-3.right-container p {
    margin: 0;
    font-size: 116.67%;
	}

	em.fa.fa-phone {
    color: #304583;
    font-size: 16px;
}

.cart-header-container {
    text-align: right;
    margin-top: 8px;
    margin-right: -81px;
}

.cart-header-container span {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 16px;
    color: #000000;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}


.navbar-inverse {
    background-color: #304583;
    border-color: #304583;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #304583;
}

.header-menu {
    background-color: #304583;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

ul.dropdown-menu.mega-dropdown-menu.item1 {
    color: #222 !important;
    font-size: 116.67%;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    line-height: 2;
    padding:30px;
}
/*========================logo header ends================*/

/*========================main section begins=============*/

section.main_body {
    padding-top: 15px;
}

img.mark-lazy {
    padding-right: 20px;
}

.banner-item.item-gap {
    padding-bottom: 10px;
}

.price-box.price-final_price button {
    margin-top: 10px;
    color: #777;
    height: 40px;
    border: 1px solid #ddd;
    background-color: transparent;
    position: relative;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-family: inherit;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    border-radius: 35px;
}




.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(0 0 0 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.slider-home.owl-carousel.owl-theme.owl-loaded {
    padding-left: 6px;
}

.slider-home.owl-carousel.owl-theme.owl-loaded .carousel-inner {
    height: 250px;
}

.product-label.sale-label {
    background-color: #ff5555;
    right: 3px;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 5px;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    z-index: 15;
}

i.fa.fa-heart {
    padding-top: 9px;
    font-size: 14px;
}

.modal-dialog.home_page {
    height: 528px;
}
.modal-body.home_page {
    height: 513px;
    padding: 15px 24px;
}
img.modal_image_home {
    height: 378px;
}
.book_info_homepage {
    float: left;
    width: 30%;
    border-radius: 2px;
    border-bottom: 1px solid #d4d4d4;
}
td.col.data.home {
    font-size: 12px;
}
img.modal_image_home {
    height: 288px;
    width: 100%;
    border-radius: 2px;
}
.close_bar {
    height: 45px;
}
.book_details_modal {
    height: 450px;
    float: right;
    width: 61%;
    text-align: left;
}
.amount_detail {
    padding-bottom: 24px;
    font-size: 26px;
    font-weight: bold;
    padding-top: 24px;
}
ul.modal_list_button {
    padding: 0px;
    list-style: none;
}
li.modal_list {
    float: left;
    padding: 0px 5px;
}
button.btn.btn-primary.home_modal{
    height: 39px;
    margin-top: 0px;
    padding: 0px 23px;
}
button.home_modal_clear {
    margin-top: 0px;
    color: #777;
    height: 40px;
    border: 1px solid #ddd;
    background-color: transparent;
    cursor: pointer;
    border-radius: 5px;
}
.modal_details {
    overflow-y: scroll;
    height: 428px;
}

/*==========================main section ends===========================*/

/*=======================home_page modal begins==========================*/
.modal-dialog.home_page {
    width: 76%;
}
/*==========================home_page modal ends==========================*/

/*=========================monthly delas begins===========================*/
.row.filter-products {
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 2px solid #ef244d;
    margin-top: -24px;
}

.title-filter h2 {
    color: #ef244d;
    padding-left: 0;
}

.title-filter h2 {
    margin: 0;
    padding: 36px 20px 15px 50px;
    font-size: 200%;
    font-weight: normal;
}

i.fa.fa-clock-o {
    position: relative;
    top: 42px;
    vertical-align: middle;
    width: 30px;
    font-size: 28px;
    color: #ef244d;
}

div#sm_filterproducts_16031359231722885917 {
    border: 1px solid #e5e5e5;
    border-top: none;
    position: relative;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding-top: 0px;
}
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    text-align: center;
}

.col-item:hover .info {
    background-color: #FFFFFF;
}
.col-item .price {
    text-align: center;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls {
    margin-top: 20px;
    padding-right: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
div#carousel-example .item {
    padding: 0px;
}

.carousel_block {
    width: 223.6px;
    margin-right: 0px;
    margin-left: 32px;
}

img.img-responsive {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.owl-controls {
    margin-top: -10px;
    border-top: 1px solid #e5e5e5;
}

.btn-success {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
}

.fa-chevron-left:before {
    content: "\f053";
    margin-left: -2px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
/*========================monthly delas ends==========*/

/*========================banner block begins=========*/


        .zoom_block {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    display: block;
    margin-bottom: 10px;
}
        .zoom_block img{
            -webkit-transition: 0.6s ease;
            transition: 0.6s ease;
            
        }
        .zoom_block img:hover{
            -webkit-transform: scale(1.2);
            transform: scale(1.2);

        }
        .img-thumbnail{
            border:0px;
            border-radius:0px;
        }

        section.banner_section .col-sm-4 {
            padding-left: 5px;
            padding-right: 5px;
        }
/*========================banner block ends=========*/

/*========================author block begins=======*/

section.author_block .filter-products {
    margin-bottom: 30px;
}

section.author_block {
    padding-top: 26px;
    padding-bottom: 10px;
}

.primary-title-bottom h2 {
    font-size: 200%;
    margin: 0 0 15px;
    color: #222;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-gradient {
background: #C9D6FF;
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
background: linear-gradient(to right, #E2E2E2, #C9D6FF);
} 
ul li {
    margin-bottom: 0px;
}
.pricing-divider {
    border-radius: 20px;
    /* background: #C64545; */
    padding: 0px;
    position: relative;
}
.blue .pricing-divider{
background: #2D5772; 
}
.green .pricing-divider {
background: #1AA85C; 
}
.red b {
  color:#C64545
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.btn-custom  {
  background:#C64545; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.princing-item.red {
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 10px;
    width: 244px;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin: 0px 6px 0px 0px;
    background-color: #ffffff;
}

span.ng-binding {
    background: #6b79a2 !important;
    color: white !important;
    padding: 8px 14px !important;
}

.pricing-divider img {
    padding-left: 18px;
}

.card-body.bg-white.mt-0.shadow {
    text-align: center;
    line-height: 2;
}

a.product-item-link {
    margin: 0;
    font-size: 116.67%;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #131313;
}

.reviews-actions a {
    margin-right: 5px;
}

.reviews-actions {
    display: block;
    line-height: 1.6em;
    margin: 5px 0 3px;
}

.price-box.price-final_price {
    margin: 5px 0;
    display: inline-table;
}

span.special-price {
    float: right;
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}

span.price-label {
    display: none;
}

span.price {
    font-size: 116.67%;
}

span#product-price-10159 span {
    color: #ff5555;
    font-size: 125.67%;
    font-weight: bold;
}

button.action.tocart.primary {
    overflow: hidden;
    padding: 0 20px;
    height: 36px;
    line-height: 34px;
    border-color: black;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    background-color: #f8f8f8;
}
.col-md-6.controls.pull-right.hidden-xs {
    text-align: right;
    padding-right: 55px;
}
.btn-primary {
    color: #fff;
    background-color: #304583;
    border-color: #304583;
    margin-top: 3px;
}

.row.block {
    border-bottom: 2px solid #ef244d;
    margin-left: 0px;
    margin-right: 0px;
}

.row.block_2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 18px;
}

.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    padding: 0px;
    background-color: #fff;
}

.gc-display-container {
    margin-left: -49.9341% !important;
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 117%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50) !important; /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
        display: none;
    width: 87px !important;
    height: 89px !important;
    top: 206px;
    left: 168px;
    opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    /overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}

    .gc-caption-container div {
        position: relative;
        padding: 0 12px 0 12px;
    }

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: 2px solid #f5f5f5;
        padding: 2px;
        background-color: #fff;
    }

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #669966;
    cursor: default;
}

.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
/*********************ICONS***************************/
@charset "UTF-8";

@font-face {
    font-family: "linea-arrows-10";
    src: url("../fonts/linea-arrows-10.eot");
    src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-arrows-10.woff") format("woff"), url("../fonts/linea-arrows-10.ttf") format("truetype"), url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
    font-weight: normal;
    font-style: normal;
}

.gc-icon:before {
    line-height: 1;
}

.gc-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: .7; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
    background: rgb(204, 204, 204);
    background: rgba(204, 204, 204, 0.5);
    border: 2px solid #F5F5F5;
}

    .gc-icon:hover {
        opacity: 1; /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100); /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1;
    }

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

    .gc-icon-next:before {
        position: absolute;
        top: -2px;
        right: -2px;
        content: "\e04b";
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e019";
    }

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

    .gc-icon-prev:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e03f";
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e083";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;
}

    .gc-icon-download:before {
        position: absolute;
        top: -4px;
        left: -2px;
        content: "\e064";
    }
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

    .gc-icon-close:before {
        position: absolute;
        content: "\e04a";
        top: -2px;
        right: -2px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-enlarge:before {
        position: absolute;
        content: '\e017';
        top: -2px;
        right: -2px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
        content: '\e053';
        top: -2px;
        right: -2px;
    }
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-lens {
    

}

.carousel_block.new_carousel {
    margin-left: 6px;
}

/*========================author block ends=======*/

/*========================book detail page style begins==========*/
.detail_block {
    padding-top: 50px;
}
.desc_block {
    padding: 20px 25px;
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 177px;
    height: 239px;
    background-color: #ffffff85;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    width: 450px;
    height: 433px;
    margin-left: 360px;
    margin-top:-432px;
    z-index: 100;
}
.breadcrumbs {
    padding: 0;
    margin: 0;
}

ul.items {
    font-size: 1.2rem;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none;
}

.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}

.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #7f8080;
}

li.item {
    padding: 4px 5px 6px;
    border-bottom: 0px solid #ddd;
}

.breadcrumbs .items a {
    text-decoration: none !important;
}

.breadcrumbs .item {
    margin: 0;
}

li.item.home a {
    color: black;
    font-size: 14px;
    padding-left: 0px;
}


.book_info img {
    border: 1px solid #bab8b8;
    width: 100%;
}

h1.page-title {
    font-size: 25px;
    margin-top: 0px;
    color: black;
    margin-bottom: 15px;
}

table#product-attribute-specs-table td {
    padding-top: 15px;
    font-size: 16px;
}

.qty span {
    margin-top: 10px;
}

.stock.available span {
    color: #0083c1;
    margin-bottom: 20px;
    padding: 0;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: top;
}

.product.attribute-sku {
    display: block;
    vertical-align: top;
    color: #7d7d7d;
}

strong.type {
    color: #333;
}

strong.type {
    color: #333;
    margin-right: 5px;
}

.value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
}

.product.attribute.sku {
    padding-top: 24px;
}

.additional-attributes-wrapper.table-wrapper {
    margin-bottom: 20px;
}

table#product-attribute-specs-table {
    border: none;
}

caption.table-caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.book_info {
    padding-top: 10px;
    padding-left: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    font-size: 13px;
    padding-top: 10px;
}

.amount_detail h1 {
    font-size: 30px;
    color: #ff5555;
    font-weight: bold;
}

.qty span {
    font-size: 14px;
    padding-right: 15px;
}

.qty input {
    width: 54px;
    height: 40px;
}

.qty {
    display: flex;
    padding-left: 0px;
}

.actions button#product-addtocart-button {
    background-color: #304583;
    border-radius: 4px;
    color: white;
    border-color: #304583;
}

.alert-group>.alert:first-child:not(:last-child){
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
       -moz-border-radius-topleft:5px;
       -moz-border-radius-topright:5px;
       -moz-border-radius-bottomright:0;
       -moz-border-radius-bottomleft:0;
            border-top-left-radius:5px;
            border-top-right-radius:5px;
            border-bottom-right-radius:0;
            border-bottom-left-radius:0;
    margin-bottom:0
}
.alert-group>.alert:not(:first-child):not(:last-child){
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    border-top:0;
    margin-bottom:0
}
.alert-group>.alert:last-child:not(:first-child){
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
       -moz-border-radius-topleft:0;
       -moz-border-radius-topright:0;
       -moz-border-radius-bottomright:5px;
       -moz-border-radius-bottomleft:5px;
            border-top-left-radius:0;
            border-top-right-radius:0;
            border-bottom-right-radius:5px;
            border-bottom-left-radius:5px;
    border-top:0
}

.modal-dialog {
    width: 478px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 15px;
    text-align: center;
}

button.btn.btn-primary:hover {
    background-color: black;
}

li.level0.home-item a {
    margin-top: 0px;
    padding: 0px;
    padding-top: 2px;
}

a.left.fa.fa-chevron-left.btn.btn-primary {
    margin-left: 31pc;
    margin-top: 32px;
}

a.right.fa.fa-chevron-right.btn.btn-primary {
    margin-top: 33px;
}

/*==================model popup=============*/
ul#cart-sidebar {
    width: 100%;
    display: inline-block;
    max-height: 280px;
    overflow: auto;
}
li.item.last.odd {
    clear: both;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-right: none;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
span.product-image img {
    max-width: 100%;
    height: auto;
    float: left;
    border: solid 1px #ccc;
}
.product-details {
    width: 80%;
    padding: 0px 10px;
    float: left;
    line-height: 17px;
}
.product-details p {
    /* float: left; */
    padding: 0;
    height: 19px;
    overflow: hidden;
}

table.info-wrapper {
    text-align: left;
    clear: both;
    color: #636363;
    font-size: 13px;
}
span.cart_labl {
    width: 60px;
    display: inline-block;
    margin-right: 5px;
    color: #636363;
    font-size: 13px;
}
span.cart_dot {
    float: right;
}

p.subtotal span {
    color: black;
    font-size: 16px;
}
p.subtotal {
    float: right;
}
.btn-danger {
    color: #fff;
    background-color: #304583;
    border-color: #304583;
}
button.btn.btn-danger:hover {
    background-color: black;
    border-color: black;
}
.col-md-6.updating_shopping button {
    float: right;
}

.book_info.table_info {
    padding-left: 30px;
}

/*========================kaggada_kaanike page style ends==========*/

/*========================shopping cart page style begins===========*/

section.cart_block {
    padding-top: 10px;
    padding-bottom: 80px;
}
section.cart_block h1 {
    text-align: center;
    color: black;
    font-size: 40px;
}
table.table.table-hover th {
    font-weight: 400;
    padding: 27.5px 20px;
    border: 0px;
    font-size: 16px;
    color: #050505;
    line-height: 1.3;
}
tr.item_order {
    border-top: 1px solid #e8e9eb !important;
    border-bottom: 1px solid #e8e9eb;
}
tr.item_order td {
    width: 95px;
}
td.col-sm-8.col-md-6 {
    padding: 22px 14px;
}
.media-left, .media>.pull-left {
    padding-right: 35px;
    width: 200px;
}
img.media-object {
    max-height: 95px !important;
}
a.btn.btn--small.btn--tertiary.cart__remove {
    background-color: transparent;
    color: #3d4246;
    border-color: #3d4246;
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
    padding: 8px 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
}
input.form-control.text-center {
    width: 78%;
    height: 44px;
    margin-right: 10px;
    border-radius: 1px;
    border-color: #9e9e9e;
}
.card_footer {
    padding-top: 17.5px;
}

.cart__shipping.rte {
    padding: 10px 0 20px;
    margin-bottom: 25px;
    font-size: 13px;
    color: black;
}
a.btn.btn--secondary.cart__continue.small--hide.cart__submit-control {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    background-color: transparent;
    color: #203152;
    border-color: #203152;
    padding: 10px 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
}
input.btn.btn--secondary.small--hide.cart__submit-control {
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #203152;
    border-color: #203152;
    padding: 10px 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
    line-height: 1.2;
}
.btn.btn--small-wide.cart__submit.cart__submit-control {
    margin-left: 10px;
    padding: 10px 18px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
    background-color: #203152;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    line-height: 1.2;
}
.grid__item.text-right.small--text-center {
    float: right;
    padding-left: 30px;
    width: 50%;
    padding-right: 20px;
}
span.cart__subtotal-title {
    font-style: normal;
    font-weight: 400;
    color: #050505;
    line-height: 1.3;
}
span.cart__subtotal {
    padding-left: 55px;
    min-width: 150px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    color: #050505;
    line-height: 1.3;
}
.cart__shipping.rte {
    padding: 10px 0 20px;
    margin-bottom: 25px;
    font-size: 13px;
    color: black;
}
.left-block {
    clear: both;
    padding: 5px 20px;
    width: 49%;
    float: left;
}
.promo-submit {
    border: none;
    background: transparent;
}
.ec-block {
    width: 50%;
}
/*========================shopping cart ends==============*/
/*=================policy style begins========*/

section.policy_block {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.middle-heading {
    font-size: 16px;
    color: #263757;
    text-transform: uppercase;
}
ul.middle-content {
    padding: 0px;
    list-style-type: none;
    padding-top: 10px;
    font-size: 14px;
}
a.underLineOnHover {
    color: #838181;
    font-size: 12px;
}
.media-body {
    padding-right: 15px;
}
h4.media-heading {
    color: #3d4246;
    font-size: 17px;
    min-width: 100px;
}
p.small--hide {
    margin-bottom: 0;
    color: #000 !important;
}
a.btn.btn--small.btn--tertiary.cart__remove {
    background-color: transparent;
    color: #3d4246;
    border-color: #3d4246;
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
    padding: 8px 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
}
td.col-sm-1.col-md-1.text-center {
    font-size: 16px;
    font-style: normal;
    font-weight: 100 !important;
    color: #050505;
    line-height: 1.3;
}
.cart__qty {
    text-align: center;
}
label.cart__qty-label {
    cursor: pointer;
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input#updates_large_32210639388783\:4f0304f461b6e4e3e25d2ea81608931c {
    text-align: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    padding: 6px 4px;
}
td.col-sm-1.col-md-1.text-left {
    font-size: 16px;
    font-style: normal;
    font-weight: 100 !important;
    color: #050505;
    line-height: 1.3;
    padding-left: 0px;
}
td.col-sm-1.col-md-1.text-right {
    font-size: 16px;
    font-style: normal;
    font-weight: 100 !important;
    color: #050505;
    line-height: 1.3;
    padding-right: 0px;
}
td.col-sm-1.col-md-1.text-left {
    padding: 44px 20px;
}
td.col-sm-1.col-md-1 {
    padding: 34px 0;
}
td.col-sm-1.col-md-1.text-right {
    padding: 44px 15px;
}

.card_footer {
    padding-top: 17.5px;
}

span.cart__subtotal-title {
    font-style: normal;
    font-weight: 400;
    color: #050505;
    line-height: 1.3;
    font-size: 18px;
}
span.cart__subtotal {
    padding-left: 55px;
    min-width: 150px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    color: #050505;
    line-height: 1.3;
    font-size: 18px;
}
.cart__shipping.rte {
    font-size: 0.875em;
    padding: 10px 0 20px;
    margin-bottom: 25px;
}
.cart__shipping.rte {
    padding: 10px 0 20px;
    margin-bottom: 25px;
    font-size: 13px;
    color: black;
}
a.btn.btn--secondary.cart__continue.small--hide.cart__submit-control {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    background-color: transparent;
    color: #203152;
    border-color: #203152;
    padding: 10px 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
}
input.btn.btn--secondary.small--hide.cart__submit-control {
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #203152;
    border-color: #203152;
    padding: 10px 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
    line-height: 1.2;
}
input.btn.btn--small-wide.cart__submit.cart__submit-control {
    margin-left: 10px;
    padding: 10px 18px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
    background-color: #203152;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    line-height: 1.2;
}
input.btn.btn--small-wide.cart__submit.cart__submit-control:hover {
    background-color: #f5991d;
}
/*=================policy style ends========*/

/*=================check out block begins=================*/

.inputerror {
    border: 1px solid red !important;
}
.alert.alert-danger.alert-dismissable {
    margin-top: 15px;
    margin-bottom: 0px !important;
}
.error {
    color: red;
}

section.navbar_menu_block {
    background-color: white;
}
section.navbar_menu_block ol {
    margin-top: 1em;
    padding: 0px;
    margin-bottom: 0px;
    background-color: white;
    color: #545454;
    font-size: 13px;
    padding-left: 10px;
}
li.breadcrumb__item.breadcrumb__item--current span {
    font-weight: bold;
}
.fields_block {
    padding-right: 6%;
    float: left;
    border-right: 1px solid #cbc8c8;
}
.col-md-6.contact_info h2 {
    color: #000000;
    font-size: 18px;
    line-height: 1.3em;
    padding-top: 10px;
    font-weight: 100;
    padding-left: 8px;
}
p.layout-flex__item span {
    font-size: 14px;
    color: black;
}
p.layout-flex__item {
    padding-top: 6px;
    float: right;
}
a.login_form {
    font-size: 14px;
    color: #197bbd;
}
.header_section {
    padding-top: 6px;
}
/*input#id_username {
    background-color: white;
    color: #333333;
    border-color: #d9d9d9;
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    padding: 0.9285714286em 0.7857142857em;
    height: auto !important;
    margin-top: 10px;
    margin-left: 8px;
    width: 99%;
    font-size: 14px;
}*/
input#checkout_buyer_accepts_marketing {
    border-color: #d9d9d9;
    background-color: white;
    padding: 0;
    width: 18px;
    height: 18px;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid #d9d9d9;
    margin-left: 8px;
}
label.checkbox__label {
    font-size: 13px;
    font-weight: 100;
}
.header_section h2 {
    color: #000000;
    font-size: 18px;
    line-height: 1.3em;
    padding-top: 10px;
    font-weight: 100 !important;
    padding-left: 8px;
}
.form_continue {
    padding-top: 1em;
}
.content-box {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px;
    position: relative;
    zoom: 1;
    border: 1px solid #d9d9d9;
    margin-left: 8px;
    border-bottom: none;
}
i.fa.fa-truck {
    padding-left: 10px;
    padding-right: 10px;
    color: #203152;
}
.input-checkbox:checked, .input-radio:checked {
    border-color: #197bbd;
}

.input-radio:checked {
    border-width: 7px;
}
label.radio__label {
    font-size: 16px;
    color: grey;
    font-weight: 100;
}
i.fa.fa-home {
    padding-left: 10px;
    padding-right: 10px;
    color: #203152;
}
.content-box.pick_up {
    border-bottom: 1px solid #d9d9d9;
}
h2.section__title {
    padding-top: 25px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 100;
    color: #333333;
}
.col-md-6.return_cart a {
    font-size: 15px;
    color: #203152;
    text-decoration: none;
}
button#continue_button {
    float: right;
    cursor: pointer;
    display: inline-block;
    background-color: #203152;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 1.4em 1.7em;
    text-align: center;
    position: relative;
}
.content-box.pickup {
    border-bottom: 1px solid #d9d9d9;
}
span.address_pickup {
    font-size: 14px;
}
.col-md-3.free_text p {
    float: right;
    font-size: 14px;
    color: black;
}
.review_block {
    padding-left: 0%;
    background-position: left top;
    float: right;
    color: #535353;
}

table.product-table {
    margin-top: 0.75em;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 1;
}
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.category_block li:hover {
    background-color: #007bff;
}
.category_block li:hover a {
    color: #ffffff;
}
.category_block li a {
    color: #343a40;
}
.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.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-top: 0px;
    margin-bottom: 0px;
}
tr.data_block_info td {
    font-size: 14px;
    color: black;
}
tr.data_block_info td img {
    border: 1px solid orange;
    padding: 1px;
}
tr.data_block_info {
    border-bottom: 1px solid #dddddd;
}
.col-md-6.total_left p {
    font-size: 14px;
    padding-left: 8px;
}
.col-md-6.total_right p {
    font-size: 14px;
    float: right;
    padding-right: 28px;
}
p.calculate {
    font-size: 12px !important;
}
.sub_total_block {
    border-bottom: 1px solid #dddddd;
}
.sub_total_block.total_final_block {
    border: none;
    padding-top: 10px;
}
p.final_roral {
    font-size: 16px !important;
    color: black;
    font-weight: bold;
}
p.final_amount {
    font-size: 16px !important;
    color: black;
    font-weight: bold;
}
span.product-thumbnail__quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgb(236 28 28 / 90%);
    color: #fff;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    left: 20px;
    /*top: 38px;*/
    z-index: 6;
}
.row.return_to_cart {
    padding-top: 25px;
}
input#continue_button {
    float: right;
    cursor: pointer;
    display: inline-block;
    background-color: #203152;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 1.4em 1.7em;
    text-align: center;
    position: relative;
}
span.breadcrumb__text.bold_block {
    color: black;
    font-weight: bold;
}
a.breadcrumb__link {
    color: #197bbd;
}
.Shipping_block {
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 11px;
    margin-top: 30px;
}
.Shipping_block p {
    font-size: 14px;
    color: black;
}
.Shipping_block {
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 11px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.row.review_shipping {
    padding-top: 8px;
    border-top: 1px solid #e6e6e6;
}
a.change_block {
    float: right;
    font-size: 13px;
    color: #197bbd;
}
.payment_block_sec {
    margin: 11px;
    margin-top: 40px;
}
.payment_block_sec p {
    font-size: 16px;
    font-weight: 100;
    color: black;
}
.payment_block_sec p {
    font-size: 16px;
    font-weight: 100;
    color: black;
    margin: 0px;
}

p.payment_small {
    margin: 0px;
    font-size: 13px;
    color: grey;
}
.content-payment {
    border: 1px solid #dddddd;
    margin-top: 20px;
}
.content-payment {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.content-payment {
    padding: 12px;
}
.col-md-6.payment_desc p {
    font-size: 14px;
}
.col-md-6.icon_block img {
    border: 1px solid #dddddd;
    padding: 1px;
}
span.payment_more {
    font-size: 12px;
    padding-left: 10px;
}
.qr_block {
    border: 1px solid #dddddd;
    border-top: none;
}
.qr_block {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.qr_block p {
    font-size: 12px;
    color: grey;
    padding-left: 80px;
    padding-right: 80px;
}
p.address_select {
    font-size: 12px;
    margin-left: 8px;
}
.header_section.billing_address h2 {
    margin: 0px;
}
span.same_desc {
    color: black;
    padding-left: 10px;
    font-size: 14px;
}
.shipping_form.payment_billing {
    margin: 8px;
}
button#AddToCart-product-template\ bulk_orders {
    background-color: #e07137;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    height: 53px;
    margin-top: 0px;
    margin-bottom: 10px;
}
button#AddToCart-product-template\ bulk_orders:hover {
    background-color: #203152;
}
section.bulk_order_begins {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.bulk_order_begins p {
    margin-left: 10px;
    color: black;
}
ul#contact_info li {
    list-style-type: none;
    line-height: 26px;
}
ul#contact_info li i {
    line-height: 30px;
    padding-bottom: 3px;
    padding-right: 10px;
}
i#maper {
    margin-bottom: 20px;
    float: left;
}
ul#contact_info li {
    list-style-type: none;
    line-height: 26px;
    font-size: 13px;
}
.office_hours {
    padding-left: 17px;
}
i#maper {
    border: none;
    padding: 0px;
}
.row.form_padding {
    margin-left: -7px;
}
h2.shipping_page {
    padding-bottom: 20px;
}
.content-box.shipping_method {
    border-bottom: 1px solid #d9d9d9;
    margin-right: 10px;
}
.content-box.row {
    border: none;
    padding: 0px;
}
.col-md-6.amount_shipping p {
    float: right;
    font-size: 15px;
    color: black;
}
img.ship_img {
    width: 42px;
}
/*=================check out block ends=================*/
/*=================billing block begins=================*/

.billing_preview {
    border: 1px solid rgb(204, 204, 204);
    padding: 10px 30px;
}
h3.order_head {
    color: #000000;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Poppins';
    line-height: 26px;
    margin: auto;
    margin: 20px 0px 10px;
}
section.navbar_menu_block.preview {
    padding-bottom: 30px !important;
}
.Preview_block_address {
    border: 1px solid #9c9c9c;
    margin-top: 0px;
    padding: 15px 25px 30px;
}
section.preview_block {
    background-color: white;
}
.row.preview_row {
    margin-bottom: 25px;
}
p.bulk_order_p {
    padding-top: 16px;
}
p.bulk_order_p a {
    color: black;
    text-decoration: underline;
}
p.free {
    padding-left: 54px !important;
}
.table-responsive a {
    float: right;
    font-size: 15px;
    color: black;
    text-decoration: underline;
}
.paynow_block a {
    padding: 6px 16px 6px 16px;
    background-color: #203152;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.paynow_block {
    text-align: center;
}
.review-title p {
    font-size: 14px;
}
.review_col {
    border: 1px solid #cccccc;
    padding-left: 40px;
    padding-bottom: 10px;
}
.billing_block {
    border: 1px solid rgb(204, 204, 204);
    padding: 10px 30px;
}
.shipping_block {
    border: 1px solid rgb(204, 204, 204);
    padding: 10px 30px;
}
.billing_block p {
    font-size: 14px;
}

.shipping_block p {
    font-size: 14px;
}
img#image_cart {
    width: 150px;
    height: auto;
    float: left;
    margin: 0 10px;
}
p.right_align.over_total {
    font-size: 14px;
}
.paynow_final a {
    float: right;
    padding: 5px 20px 5px 20px;
    background-color: #263757;
    color: white;
    text-decoration: none;
    margin-left: 20px;
}
section.thank_block {
    padding-top: 100px;
    padding-bottom: 100px;
}
.col-md-8.thank_you_div h1 {
    font-size: 30px;
    line-height: 2;
}
.col-md-8.thank_you_div a {
    font-size: 20px;
    color: red;
}
p.customer_name {
    font-size: 26px;
    color: #d46c6c;
}

table.table-bordered.table-striped.tbl_dashbord thead {
    background-color: #e8e8e8;
    font-size: 14px;
    /* padding: 10px; */
}

table.table-bordered.table-striped.tbl_dashbord thead td {
     padding: 10px; 
}
table.table-bordered.table-striped.tbl_dashbord tbody td {
    padding: 10px;
}

.take_print.block {
    padding: 20px 0px;
    border-top: 2px solid #c1c0c0;
    margin: 10px 0px;
    background-color: #efefef;
}
button.btn-print-out {
    cursor: pointer;
    display: inline-block;
    background-color: #203152;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-left: 10px;
}

p.customer_tq_text {
    color: black;
    font-size: 18px;
}
.col-sm-12.col-md-12 {
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
input#male {
    margin-right: 15px;
}
input#female {
    margin-right: 15px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #d9d9d9;
    padding: 20px 20px 20px 10px;
}
.pernal_details {
    margin: 10px;
}
/*=================billing block ends=================*/


/*========================signin page begins==============*/

h1.customer-title {
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #050505;
}

.block-title {
    font-size: 150%;
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: 500;
    padding-left: 0px;
}
input.form-control.signin {
    height: 43px;
    border: 1px solid #e2e2e2;
}

.already_exist {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding: 20px;
    min-height: 350px;
    margin-left: 16px;
    border-radius: 10px;
}

.space {
    width: 10px;
}

.new_one {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding: 20px;
    min-height: 350px;
    border-radius: 10px;
}

.field.note {
    margin-bottom: 20px;
}

.login_detail.customer_details .existinguser {
    border-right: none;
    margin-top: 22px;
}

span.required_field {
    color: red;
}

.login_detail.customer_details .existinguser {
    border-right: none;
    margin-top: 16px;
}

.login_detail.customer_details button {
    margin-top: -2px;
    background-color: #333;
    border-color: #333;
    margin-bottom: 26px;
    font-size: 13px;
    padding: 11px 18px;
}

.login_detail.customer_details button:hover {
    background-color: #304583;
    border-color: #304583;
}

a.forgot_password {
    float: right;
    margin-top: 18px;
    color: #444444;
}

.col-md-6.block-title.new_customer {
    padding-left: 46px;
}

button.btn.btn-danger.edit.continue {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333333;
    border-color: #333333;
    text-transform: uppercase;
}

button.btn.btn-danger.edit.continue:hover {
    background-color: #304583;
    border-color: #304583;
}

label.label_fields {
    font-weight: 100;
}
.form-control {
    height: 39px;
    border: 1px solid #d8d8d8;
}
/*========================signin page ends==============*/

/*========================account page begins===========*/

.account_create {
    border: none;
}
.account_button {
    padding-left: 20px;
}

a.header_space {
    margin-left: 10px;
    margin-right: 10px;
    color: #d3d1d1 !important;
}
.account_button a {
    padding-right: 22px;
    color: black;
    font-size: 14px;
}

button.btn.btn-danger.edit.continue a {
    color: white;
    text-decoration: none;
}

/*========================account page ends===========*/

/*========================forgot password style begins=========*/

.reload_captch a {
    margin-left: 20px;
    color: black;
}

button.btn.btn-danger.edit.continue.forgotpass {
    margin-top: 50px;
}

a.goback_button {
    float: right;
    padding-top: 54px;
    color: black;
    font-size: 14px;
}

/*========================forgot password style ends=========*/

/*========================humanities page style begins=======*/

a.arrow {
    margin-left: 8px;
    margin-right: 8px;
}

ul.items a {
    color: #7a7979;
}

dl#narrow-by-list {
    margin: 0;
}

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

dt.filter-options-title {
    font-size: 150%;
    color: #222;
    font-weight: normal;
    /* font-weight: 700; */
    line-height: 1.1;
    /* font-size: 1.4rem; */
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: 0 0 10px;
    word-break: break-all;
}

dd.filter-options-content {
    -webkit-border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    overflow: auto;
    margin-bottom: 30px;
    max-height: 309px;
    margin: 0 0 25px;
    padding: 10px;
}

dd.filter-options-content ol {
    margin: 0;
    padding: 0;
    list-style: none none;
}

li.my.item a {
    background-color: transparent;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 6px 18px 10px;
    font-size: 116.67%;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    color: #444444;
    text-decoration: none;
}

li.my.item {
    margin: 0;
    padding: 4px 5px 6px;
    border-bottom: 0px solid #ddd;
}

dd.filter-options-content a:hover {
    color: #3553ab;
}

span.count {
    float: right;
    color: #7d7d7d;
    font-size: 116.67%;
}

span.filter-count-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.price-slider-wrap {
    padding: 0px 10px 0 0;
    margin: 25px 10px 20px;
}

div#price-slider {
    background-color: #666;
    border-radius: 3px;
    height: 6px;
    margin: 10px 8px 0 4px;
    position: relative;
    border: none;
    background: #dadada;
    text-align: left;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #304583;
    height: 100%;
    position: absolute;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
    border-color: #304583;
    background: #fff none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 50%;
    color: #f03939;
    cursor: e-resize;
    display: block;
    height: 14px;
    margin-right: inherit;
    padding-left: inherit;
    padding-right: inherit;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 14px;
    z-index: 15;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
    margin-left: -5px;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
    border-color: #304583;
}

.price-slider-values {
    text-align: center;
    margin-top: 20px;
}

input#price_minimum {
    border: 1px solid #d8d8d8;
    color: #211e1f;
    padding-left: 2px;
    padding-right: 2px;
    width: 50px;
    text-align: center;
    height: 40px;
}

input#price_maximum {
    border: 1px solid #d8d8d8;
    color: #211e1f;
    padding-left: 2px;
    padding-right: 2px;
    width: 50px;
    text-align: center;
    height: 40px;
}

.btn-read {
        background: transparent;
        border-radius: 0;
        border: 1px solid #ffffff;
        color: #fff;
    }

    .section-box-twelve {
    height: auto;
    background: radial-gradient(#6e6e6e,#2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
    background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
    color: #fff;
    position: relative;
    overflow: hidden;
}
    .section-box-twelve figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        transition: ease-in-out .5s;
        opacity: 0;
        transform: scale(2);
    }
    .section-box-twelve:hover figure {
        opacity: 1;
        transform: scale(1);
        background: rgba(0, 0, 0, 0.71);
    }
    .section-box-twelve figure a{
        color: #fff;
        font-size: 3em;
        top: 35%;
        position: relative;
    }
    .section-box-twelve img{
        height: 100%;
    }
h1#page-title-heading {
    font-size: 250%;
    font-weight: normal;
    margin-bottom: 30px;
    color: #222222;
}

.toolbar.toolbar-products {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    padding: 10px;
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.modes {
    margin-right: 50px;
    display: inline-block;
    float: left;
}

p#toolbar-amount {
    margin-right: 200px;
    float: left;
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0;
}

.field.limiter {
    float: left;
    margin-right: 20px;
}

.field.limiter .label {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 34px;
    color: #666666;
    display: inline-block;
}

.field.limiter .control {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

span.limiter-text {
    display: inline-block;
    vertical-align: middle;
}

.field.limiter {
    padding-left: 260px;
}

select#limiter {
    -webkit-border-radius: 3px;
    height: 32px;
    line-height: 30px;
    width: 50px;
}

label.sorter-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 34px;
}

select#sorter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: auto;
    -webkit-border-radius: 3px;
    height: 32px;
    line-height: 30px;
}

label.sorter-label {
    padding-left: 126px;
}

i.fa.fa-arrow-up {
    font-size: 20px;
    font-weight: 100;
    color: #5b5b5b;
    padding-left: 5px;
}

.col-item {
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 60px;
}
.col-item:hover
{ 
  box-shadow: 0px 2px 5px -1px #000;
  -moz-box-shadow: 0px 2px 5px -1px #000;
  -webkit-box-shadow: 0px 2px 5px -1px #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 10px;   
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;   
  border-bottom:2px solid #52A1D5;        
}
.col-item .photo img {
    margin: 0 auto;
    width: 100%;
}

.col-item .info:hover {
    background-color: white;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item .price {
    /* width: 50%; */
    float: left;
    margin-top: 5px;
    margin-left: 32px;
    color: red;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
    
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

/*
Hover the image
*/
.post-img-content
{
    height: 196px;
    position: relative;
}
.post-img-content img
{
    position: absolute;
    padding: 1px;
    border-radius: 10px 10px 0 0 ;
}
.post-title{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post-title b{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 12px;
}
.post-title b:first-child{
    font-size: 14px;
}
.round-tag{
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 50% 0;
    border: 4px solid #FFF;
    background: #37A12B;
    position: absolute;
    bottom: 0px;
    padding: 15px 6px;
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
}

.section-box-nine {
    height: 250px;
    background: radial-gradient(#6e6e6e,#2f2f2f);
    background: -webkit-radial-gradient(#ffffff,#ffffff);
    background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
    color: #302f2f;
    position: relative;
    overflow: hidden;
}
.section-box-nine figure {
    position: absolute;
    text-align: center;
    padding: 3px;
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    margin-left: 30px;
}
    .section-box-nine img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-nine:hover img{
        transform: scale(3);
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        opacity:0.1;transform:rotate3d(1,0,0,0deg)
    }

    .actions-secondary a {
    display: inline-block;
    margin: 0 2px;
    line-height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    margin-bottom: 5px;
    color: #222;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}

.actions-secondary {
    left: 0;
    right: 0;
    top: 84%;
    bottom: auto;
    margin-top: 94px;
    text-align: center;
    /* position: absolute; */
    /* z-index: 15; */
    /* opacity: 0; */
}

i.fa.fa-heart {
    padding-top: 9px;
}

.actions-secondary i {
    margin-top: -5px;
    /* padding-top: 8px; */
}

.actions-secondary {
    display: flex;
}

.actions-secondary {
    margin-left: 28px;
}

.actions-secondary a {
    margin-right: 20px;
}

.carousel_block .col-item {
    margin-bottom: 0px;
}
/*========================humanities page style ends=======*/


/*========================footer block begins==========*/

footer.page-footer {
    margin-top: 60px;
}

footer.page-footer .footer-top {
    background-color: #304583;
    color: #FFFFFF;
    padding: 30px 0 0;
}

h4.title-footer {
    margin-bottom: 5px;
}

h4.title-footer {
    font-size: 150%;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

h4.title-footer {
    font-weight: bold;
}

.col-lg-3.block_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-lg-3.block_footer li {
    margin-bottom: 5px;
}

.col-lg-3.block_footer ul li a {
    display: inline-block;
    position: relative;
    padding: 3px 0;
    color: #FFFFFF;
}

.block_footer_div {
    margin-bottom: 8px;
}

.block_footer_div ul {
    padding-top: 3px;
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.block_footer_div ul li {
    margin-bottom: 5px;
}

.block_footer_div ul li em {
    width: 22px;
    font-size: 14px;
}

.block_footer_div span em {
    color: white !important;
}

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

.socials-block ul li {
    float: left;
    margin-right: 10px;
}

.socials-block ul li a {
    background-color: rgba(255,255,255,0.1);
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #fff !important;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.footer-bottom {
    padding: 10px 0 40px;
}
.payment-coppyright {
    text-align: right;
}
.footer-bottom {
    padding: 10px 0 40px;
    background-color: #304583;
}
.payment-coppyright address {
    margin-bottom: 0px;
    color: lightgrey;
}

/*========================footer block begins==========*/

/*========================prism changes begins===============*/
i.fa.fa-home {
    border-radius: 4px;
    padding: 0 10px;
    line-height: 20px;
    font-size: 108.67%;
    color: white;
}
a.dropdown-toggle {
    border-right: 1px solid #595858;
}
a.dropdown-toggle:hover {
    background-color: white !important;
    color: #304583 !important;
    border-radius: 5px !important;
}

a.home:hover {
    /*color: #304583 !important;*/
    border-radius: 5px !important;
    color: red !important;
    background-color: white;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.phone-header-container p {
    font-size: 14px;
}

span.cart_block {
    font-family: 'Open Sans';
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

li.level0.home-item {
    margin-right: 10px;
    padding-left: 8px;
}

.col-lg-9.banner_large {
    padding-left: 8px;
}

button.btn.btn-primary:hover {
    background-color: #304583;
    color: white;
}

a.left.fa.fa-chevron-left.btn.btn-success:hover {
    background-color: #304583;
    border-color: #304583;
}

a.right.fa.fa-chevron-right.btn.btn-success:hover {
    background-color: #304583;
    border-color: #304583;
}

.section-box-twelve {
    height: auto;
    background: radial-gradient(#6e6e6e,#2f2f2f);
    background: -webkit-radial-gradient(#ffffff,#ffffff);
    background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
    color: #fff;
    position: relative;
    overflow: hidden;
    max-height: 100% !important;
    max-width: 100% !important;
}
    .section-box-twelve figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        transition: ease-in-out .5s;
        opacity: 0;
        transform: scale(2);
    }
    .section-box-twelve:hover figure {
        opacity: 1;
        transform: scale(1);
        background: rgba(0, 0, 0, 0.35);

    }
    .section-box-twelve figure a {
    color: #fff;
    font-size: 3em;
    top: 35%;
    position: relative;
    margin-top: 0px;
    margin-left: 35px;
}
    .section-box-twelve img {
    height: auto !important;
    width: 100% !important;
}

.actions-secondary a i {
    padding: 12px;
    background-color: white;
    border-radius: 100px;
}
.princing-item.red:hover {
    box-shadow: 0px 2px 5px -1px #000;
}

span.strike_block {
    font-size: 116.67%;
    font-family: 'Open Sans';
}
a.left.fa.fa-chevron-left.btn.btn-primary:hover {
    background-color: #304583;
    border-color: #304583;
    color: white;
}
a.right.fa.fa-chevron-right.btn.btn-primary:hover {
    background-color: #304583;
    border-color: #304583;
    color: white;
}
.carousel_block.new_releases {
    margin-left: 15px;
    margin-right: 16px;
}
.princing-item.red i {
    margin-left: -11px;
}
.new_release.info {
    margin-top: 10px;
    text-align: center;
}
span.price {
    width: 50%;
    float: inherit;
    margin-top: 5px;
    margin-left: 6px;
    color: red;
    font-family: 'Open Sans';
}
button.btn.btn-primary {
    font-size: 12px;
}

.princing-item.red.slider_boreder_block {
    border: 1px solid #ffffff;
}

a.left.fa.fa-chevron-left.btn.btn-success:link {
    background-color: #f2f2f2;
    color: black;
    border: none;
    padding-top: 10px;
}
a.left.fa.fa-chevron-left.btn.btn-success:hover {
    background-color: #304583;
    color: white;
}

a.right.fa.fa-chevron-right.btn.btn-success:link {
    background-color: #f2f2f2;
    color: black;
    clear: both !important;
    border: none;
    padding-top: 10px;
}
a.right.fa.fa-chevron-right.btn.btn-success:hover {
    background-color: #304583;
    color: white;
}

.col-lg-9.banner_right {
    padding-left: 6px;
}
span.glyphicon.glyphicon-chevron-right {
    background: #000;
    color: #fff;
    opacity: 0.2;
    width: 34px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}
.glyphicon-chevron-right:before {
    content: "\e080";
    font-size: 16px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -60px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -60px;
}
span.glyphicon.glyphicon-chevron-left {
    background: #000;
    color: #fff;
    opacity: 0.2;
    width: 34px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    font-size: 16px;
}
span.glyphicon.glyphicon-chevron-right:hover {
    background: #000;
    color: #fff;
    width: 34px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    opacity: 0.5;
    border-radius: 6px;
}
span.glyphicon.glyphicon-chevron-left:hover {
    background: #000;
    color: #fff;
    width: 34px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    opacity: 0.5;
    border-radius: 6px;
}
.carousel-indicators {
    bottom: 3px;
}
.col-md-6.title-filter {
    padding-left: 0px;
}
.col-md-6.title-filter img {
    float: left;
    padding-top: 30px;
}
.col-md-6.block_slider {
    padding-right: 0px;
}
.col-md-6.controls.pull-right.block_slider2 {
    padding-right: 0px;
    padding-left: 74px;
    padding-top: 16px;
}
/*.scrollup {
    font-size: 20px;
    color: #fff;
    border: 1px solid #A2A2A2;
    text-align: center;
    padding: 6px;
    background-color: #304583;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    right: 30px;
    bottom: 190px;
    z-index: 555;
    overflow: hidden;
}
.scrollup i {
    color: white !important;
    font-size: 16px !important;
    padding-left: 2px !important;
}
.scrollup:hover {
    background-color: #0b1f5a;
}*/
/*.navbar-collapse.collapse {
    display: block!important;
    height: 46px;
    padding-bottom: 0;
    overflow: visible!important;
}*/
section.monthly_deals .title-filter img {
    padding-top: 40px;
}
section.monthly_deals .title-filter h2 {
    padding-top: 45px;
}
a.left.fa.fa-chevron-left.btn.btn-primary {
    margin-left: 30pc !important;
    margin-top: 32px;
}
.col-md-6.controls.pull-right.block_slider2 {
    padding-right: 0px;
    padding-left: 74px;
    padding-top: 0px;
    padding-left: 82px;
    padding-bottom: 10px;
}
a.left.fa.fa-chevron-left.btn.btn-primary {
    background-color: #f2f2f2;
    color: black;
    border: none;
    padding-top: 10px;
    height: 30px;
    width: 30px;
}
a.right.fa.fa-chevron-right.btn.btn-primary {
    background-color: #f2f2f2;
    color: black;
    clear: both !important;
    border: none;
    padding-top: 10px;
    height: 30px;
    width: 30px;
}
section.author_block {
    padding-top: 45px;
    padding-bottom: 10px;
}
.scrollup {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    right: 30px;
    bottom: 190px;
    z-index: 555;
    overflow: hidden;
    background-color: #304583;
    border-radius: 3px;
}
.scrollup i {
    color: white !important;
    padding-left: 0px !important;
}
input#search:focus {
    outline-width: 0;
}
.image_center {
    text-align: center !important;
}
/*========================prism changes ends===============*/

/*****************************************ID_orders style start here*******************************************/
div#body_header_id_order {
    padding-top: 79px;
}
i#header_sb_icon_orders {
    font-size: 18px;
    padding: 50px 5px 8px 15px;
    color: #383535;
}
section.nav-sec {
    margin-top: 23px;
}
ul.nav-list a {
    float: right;
    font-size: 1.6rem;
    list-style: none;
    display: flex;
    padding: 6px 45px 20px 0px;
    text-decoration: none;
    color: black;
    letter-spacing: .025em;
    font-weight: 600;
}
label.sidebar-title {
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 10px; */
    font-weight: 700;
    /* margin-left: 18px; */
    /* padding: 10px 10px 10px 10px; */
    margin: 0px 0px 16px 2px;
}

textarea#w3review {
    width: 90%;
}
.item-tbl {
    overflow-x: auto;
}

span.edit_cust {
    font-size: 14px;
    margin-left: 1.5rem;
}
li .list-bullet {
    padding-left: 17px;
}

li.list-bullet.cust_edit {
    margin-top: -11px;
}
li.list-bullet {
    text-align: center;
}
div#navigation-sec {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    height: 83px;
}
.navigation-sec.customer_edit {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    height: 107px;
}
.body_header_blocks {
    height: 118px;
    
}
i#arrow-left {
    padding-top: 3px;
    padding-left: -12px;
    padding-right: 13px;
}
div#tab1 .col-md-9 {
    padding-left: 0px;
}
.order_sec1 {
    height: 236px;
    }
.order_sec1 .col-md-6 {
  
    padding-left: 0px;
}
.order_sec2 .col-md-6 {
    height: 213px;
    padding-left: 0px;
}
.order_sec3 .col-md-6 {
    height: 130px;
    padding-left: 0px;
}
.order_sec4 .col-md-6 {
    height: 396px;
    padding-left: 0px;
}
span.order_edit {
    font-weight: 100;
    font-size: 14px;
}
nav#order_sidebar {
    padding: 16px 0px 14px 0px;
}
/*=============================dashboard style=====================*/
nav#order_sidebar {
    padding: 16px 0px 14px 0px;
}
.nav-sidebar {
    width: 100%;
    background-color: #f8f8f8;

}
li.order_view {
    /* border-bottom: 1px solid black; */
    margin-left: 8px;
}
li.order_view.active a {
    /* height: 20px; */
   padding: 7px 14px;
}
li.order_view a {
    /* height: 20px; */
    padding: 7px 14px;
}
.nav-sidebar .active a {
    cursor: default;
    font-weight: 700;
    color: #333;
    border-left: 3px solid #f37478;
    height: auto;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 14px;
    font-size: 14px;
    color: #636363;
    margin: 0px;
}

.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
li.active.order_view a {
    position: relative;
    display: block;
    /*padding: 6px 15px !important;
    margin-bottom: 5px  !important;*/
}
.delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem;
}
h2.customer-title {
    font-size: 30px;
    margin: 9px 0px;
    color: #222222;
}
.alert.alert-warning.dashboard {
    color: #b3710a;
    background-color: #fdf0d5;
    border-color: #faebcc;
    padding: 8px;
    font-size: 11px;
    margin: 0px;
    border-radius: 0px;
}
i#warning {
    float: left;
    padding: 2px 10px 0px 4px;
    font-size: 15px;
}
.basic_info {
    padding: 20px 0px;
}
p.basic_info_title {
    font-size: 18px;
}
p.basic_info_subtitle {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0px 0px;
}
/*==========================================================*/
/*==========================typeahead==============================*/
input.typeahead.tt-hint {
    display: none;
}

/*==================================================================*/
/*==========================search==============================*/
.actions {
    float: right;
    margin-top: -37px;
}
button#search {
    border: none;
    margin-right: 10px;
    outline: none;
    padding: 0px;
    margin-top: 5px;
}
/*==================================================================*/

/*=================email msg style begins=========================*/

section.email_block {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*=================email msg style ends=========================*/

/*===================contact style begins=============*/

.google-map {
    margin-bottom: 50px;
    border: 1px solid #ddd;
    padding: 9px;
    line-height: 0;
    -webkit-border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

form#contact-form {
    min-width: 600px;
    float: none;
    width: 50%;
    margin-left: 45px;
}

fieldset.fieldset {
    margin-bottom: 20px;
    padding-top: 20px;
}

fieldset {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    letter-spacing: -.31em;
}

.field.name.required {
    margin-bottom: 20px;
    box-sizing: border-box;
    letter-spacing: normal;
}

.control {
    float: none;
    width: 100% !important;
    padding-right: 217px;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.field.telephone {
    margin-bottom: 20px;
}

.field.email.required {
    margin-bottom: 20px;
}

.field.comment.required textarea {
    height: 200px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 1px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}

.actions-toolbar {
    display: table;
    width: 100%;
    margin-bottom: 62px;
}

.primary {
    float: right;
}

button.action.submit.primary {
    background-image: none;
    background: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 12px 20px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 4px;
}

.primary-title h2 {
    font-size: 183.33%;
    color: #222222;
    font-weight: normal;
    margin: 0;
    margin-top: 12px;
}

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

.address-container ul li {
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 14px;
}

.address-container span {
    color: #444;
}

.address-container em {
    margin-right: 5px;
    font-size: 14px;
    width: 20px;
}
/*===================contact style ends=============*/

/*=======signin updated by amrutha====*/
section.sign_block.new {
    background-color: #f7f7f775;
}
.container.new {
    padding: 0px 20px;
}
h1.signin-title {
    text-align: center;
    font-size: 50px;
}
.form_field {
    padding: 12px 0px;
}
label.signin-label {
     font-size: 16px;
    font-weight: 200;
    color: #4a4848;
}
ul.submit_block {
    list-style: none;
    padding: 0px;
}
ul.submit_block li {
    padding-top: 5px;
    padding-bottom: 20px;
}
.btn.btn-primary.submit {
    padding: 10px 25px;
    font-size: 18px;
    background-color: #557b97;
    outline: none;
    border-color: #557b97;
}
.form_submit {
    padding: 15px 0px;
    text-align: center;
}
/*=======signin updated by amrutha====*/
li.dropdown.mega-dropdown a {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
}
span.counter.qty.empty {
    left: 121px !important;
}
.zoom_block img {
    width: 100% !important;
}

/*=================login block 15may2021==============*/

section.sign_block.new {
    background-color: whitesmoke;
    padding-top: 30px;
}
h1.signin-title {
    color: #050505;
}

/*==============searchsubcategory css====================*/
.filter-options-content.subcat {
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    overflow: auto;
    max-height: 309px;
    margin-bottom: 30px;
}
p.head_cat {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    overflow: auto;
    max-height: 309px;
    padding: 10px 10px 10px 20px;
}
p.body_cat {
    padding: 10px 20px 10px 10px;
    float: right;
}
/*===============================================*/

input#ad_email {
    background: #fff;
    background-clip: padding-box;
    border-radius: 0;
    color: #666;
    border: 1px solid #949494 !important;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 46px;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

input#ad_password {
    background: #fff;
    background-clip: padding-box;
    border-radius: 0;
    color: #666;
    border: 1px solid #949494 !important;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 46px;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

input.btn.btn-primary.submit:hover {
    background-color: #304583;
    border-color: #304583;
}

.forgot_design_block {
    text-align: center;
    margin-bottom: 10px;
}

.form_field input {
    border: 1px solid #949494;
}

.image-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 180px;
    max-height: 274px;
    position: relative;
    /* margin-bottom: 30px; */
    /* text-shadow: rgb(0 0 0 / 80%) 0 1px 0; */
    border-radius: 4px;
}
.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.cover-wrapper {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 80px;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a.image-grid-clickbox:hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,.45);
}

.entry-cover.image-grid-cover.has-image img {
    width: 100%;
}

section.navbar_menu_block {
    margin-top: 25px;
}

/*=================slider block==================*/

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
    overflow: hidden;
    text-align: center;
}
.tab-content img {
    width: 85%;
    height: auto;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.card {
  margin-top: 50px;
  background: white;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */

a.dropdown-toggle i:hover {
    color: #304583;
}
section.about_block h1 {
    color: #424242;
}
section.about_block h3 {
    font-size: 22px;
}
.col-md-8.terms_cond p {
    text-align: justify;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.6;
}
.col-md-8.terms_cond li {
    list-style-type: auto;
    padding-bottom: 10px;
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
}
/*==================share icons======================*/
.social_media_sharing_buttons {
    clear: both;
    margin: 13px 0px;
    /* padding: 17px 0px; */
    float: left;
}

.social_media_sharing_buttons img {
width: 36px;
box-shadow: 0;
padding: 6px;
display: inline;
border: 0;
}

.social_media_sharing_buttons img:hover {
    /* top: -10px; */
    box-shadow: 0 0 3px #747774;
    margin-top: -7px;
    border-radius: 5px;
}

/*=====================discount coupon====================*/
.sidebar-nav.part2 {
    clear: both;
    margin-top: 23px !important;
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #c5c5c5;
    padding: 20px 0px;
}
.btncouponhead {
    width: 100%;
    font-size: 22px;
    border: none;
}
.field.zip_code.discount {
    padding: 23px 26px 5px;
    border-top: 1px solid #c5c5c5;
    margin-top: 17px;
}
p.rptext {
    text-align: right;
    padding: 26px;
    font-size: 17px;
}
.enquiry p {
    font-size: 20px;
    line-height: 1.8;
}