﻿/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Sub-banner
  - Product Box
  - Site Services Features Block
  - Special Product Block
  - Custom News Letter
  - Testimonial
  - Blog
  - Brand-Logo
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page
  - Account Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page
  - Wishlist Page
  - Compare page

* FOOTER
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700i,800');

/* - General Style //---------------- */

::-moz-selection {
    background-color: #4ab04a; /*#31b9d4;*/
    color: #FFF;
}

::selection {
    background-color: #4ab04a; /*#31b9d4;*/
    /*color: #FFF;*/
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*'Poppins', sans-serif;*/
    font-weight: 400;
}

    body.dark-header {
        padding-top: 82px;
    }

.container {
    padding-left: 0;
    padding-right: 0;
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #ececec;
}

.main {
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: auto\9; /*Gangadhar*/
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
}

a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #6d6d6d;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #31b9d4;
        /*text-decoration: underline;*/
		text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #808080; /*satyam*/
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.position-r {
    position: relative;
}

.position-s {
    position: static;
}

.position-initial {
    position: initial;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
    color: #fff;
}

.dark-bg {
    background: #141414;
    color: #fff;
}

.gray-bg {
    background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
    display: inline-block;
    max-width: 800px;
}

.middle-580 p {
    display: inline-block;
    max-width: 580px;
}

.border-right {
    border-right: 1px solid #e1e1e1;
}
    /*Added By Gangadhar 11282018*/
.foter-border-right {
    border-right: 2px solid #9e9a9a;
}


/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1b2839;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*'Poppins', sans-serif;*/
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/ /*Tiru sir Modifications 06182018*/
}

h1 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 32px;
}

h2 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
    /*font-weight: 400;*/
    letter-spacing: 1px;
}

h3 {
    font-size: 21px;
    line-height: 32px;
}

 h1.heading,   h2.heading, h4.heading, h5.heading, h3.heading {
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 1px;
        position: relative;
    }

h5.heading {
    letter-spacing: 1px;
    position: relative;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
/* - Button Style  //----------------*/

.btn, button {
    padding: 13px 14px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    /*border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;*/
}

    .btn.full {
        width: 100%;
        text-align: center;
    }

    .btn.big-width {
        padding: 13px 30px;
    }

    .btn.big {
        padding: 25px;
    }

    .btn i.fa {
        font-size: 18px;
        margin: 0 5px;
    }

.btn-black {
    color: #fff;
    background: #222;
}

    .btn-black:hover {
        color: #fff;
        background: #31b9d4;
    }

.btn-color {
    color: #fff !important;
    /*background:#6e377e;*/
    /*background: #2c6272;*/
    /*position:absolute;*/
    background: #1c836a;
    border: 1px solid #1c836a;
}


.btn-Favorites {
    color: #fff !important;
    /*background: #94C2CD;*/
    /*position:absolute;*/
}

.btn-color:hover {
    /*color: #fff;
        background: #4ab04a;*/
    color: #1c836a!important;
    background: #fff;
    border: 1px solid #1c836a;
}

.btn-white {
    color: #222;
    background: rgba(255,255,255,1);
}

    .btn-white:hover {
        color: #222;
        background: #31b9d4;
    }

	.btn-grey {
    color: #fff !important;
    background: #808080;
    border: 1px solid #808080;
}
.btn-grey:hover {   
    color: #808080!important;
    background: #fff;
    border: 1px solid #808080;
}

.btn-yellow {
    color: #fff !important;
    background: #E87F0F;
    border: 1px solid #E87F0F;
}
.btn-yellow:hover {   
    color: #E87F0F!important;
    background: #fff;
    border: 1px solid #E87F0F;
}
button:focus {
    outline: none;
}

.btn-sidebar-menu-dropdown {
    display: inline-block;
    color: #fff;
    background-color: #1b2839;
    text-transform: uppercase;
    font-weight: 400;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
}

    .btn-sidebar-menu-dropdown:hover, .btn-sidebar-menu-dropdown:focus, .btn-sidebar-menu-dropdown:active {
        color: #fff !important;
    }

/* - Form Style */
* {
    outline: none !important;
}

select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border: 1px solid #eaeaea;*/
    border: 1px solid #808080;
    padding: 8px 38px 10px 5px;
    line-height: 18px;
}

.full select {
    width: 100%;
}

.main-form textarea {
    max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
    background: #fff;
    padding: 6px 9px;
    width: 100%;
    border: 1px solid #808080;
    /*border: 1px solid #eeeeee;*/
    min-height: 35px;
}

.check-box label {
    color: #222;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
    display: none;
}

.category-dropdown {
    border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
}

    .category-dropdown select {
        border: none;
        height: 45px;
        width: 250px;
        padding: 7px 24px 7px 15px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    }

.select-dropdown fieldset {
    padding: 0;
    line-height: 0;
}

.select-dropdown .ui-state-default {
    border: none;
    background: rgba(0,0,0,0) url(../images/select-icon.png) no-repeat scroll right 50% !important;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*'Poppins', sans-serif;*/
    color: #666666;
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.top-link.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    color: #ffffff;
}

.top-link.select-dropdown .ui-state-default {
    background: rgba(0, 0, 0, 0) url("../images/select-icon1.png") no-repeat scroll right 50% !important;
}

.category-dropdown .ui-state-default {
    height: 38px;
}

.select-item .ui-state-default {
    margin-top: 2px;
    /*margin:-31px 7px;*/
    border: 1px solid #808080;
    padding: 5px;
}

.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    font-weight: 400;
    font-size: 12px;
}

.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    margin-top: 10px;
    padding-left: 15px;
}

.input-box .ui-state-default {
    /*border: 2px solid #eeeeee;*/
    border: 1px solid #808080;
    padding: 6px 15px;
    width: 100% !important;
}

.ui-selectmenu-menu .ui-widget-content {
    background: #fff;
    border-top: 2px solid #31b9d4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    max-height: 350px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    background: none;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*'Poppins', sans-serif;*/
    color: #878787;
    font-size: 14px;
    letter-spacing: 0;
}

.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover,
.ui-selectmenu-menu .ui-widget-header .ui-state-hover, .ui-selectmenu-menu .ui-state-focus,
.ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
    color: #31b9d4;
    font-weight: 400;
    background: #ebebeb;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
    margin: 0;
}
/* - Spacer Style  //---------------- */

.right-side {
    float: right;
}

.left-side {
    float: left;
}

.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}
.pr-40 {
    padding-right: 40px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.mlr_10 { /*Gangadhar*/
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mlr_20 { /*Gangadhar*/
    margin-left: 0px !important;
    margin-right: 20px !important;
}
.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-70 {
    padding-top: 40px;
}

.pb-70 {
    padding-bottom: 70px;
}

.p-0 {
    padding: 0px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}
.mt-35 {
    margin-top: 35px;
}

.mb-60 {
    margin-bottom: 60px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-37 {
    margin-bottom: 37px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-108 {
    margin-bottom: 108px;
}
.mb-395 {
    margin-bottom: 395px;
}
.mb-170 {
    margin-bottom: 170px;
}


.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mb-40 {
    margin-bottom: 40px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 { /*Gangadhar*/
    margin-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-250 {
    margin-top: 250px;
}

.m-0 {
    margin: 0px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-410 {
    margin-top: 405px;
}
.mt-200 {
    margin-top: 200px;
}
.mt-212 {
    margin-top: 212px;
}
.mt-225 {
    margin-top: 225px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-93 {
    margin-top: 93px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-262 {
    margin-top: 262px;
}
.mb-565 {
    margin-bottom: 565px;
}

.mb-310 {
    margin-bottom: 310px;
}


.mt-117 {
    margin-top: 117px;
}
.mt-127 {
    margin-top: 127px;
}
.mt-155 {
    margin-top: 155px;
}

.mtb-5 {
    margin-top: 5px;
	/*margin-bottom:5px;*/
}
.mtp-3 {
    margin-top: 3px;
}

/*.mt-150 {
    margin-top: 136px;
}*/

/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background: #171c34;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    border: 2px solid #373c54;
    margin: 20px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
    background: transparent;
    padding: 30px 60px;
}

    #newslater-popup .newsletter-inner span {
        color: #31b9d4;
        font-weight: 400;
        margin-bottom: 15px;
        margin-top: 15px;
        text-transform: uppercase;
    }

    #newslater-popup .newsletter-inner input {
        width: 270px;
        padding: 7px;
    }

#newslater-popup button.mfp-close {
    background-color: #171c34;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    color: #fff;
    display: block;
    font-size: 46px;
    margin-bottom: 35px;
}

#newslater-popup .newsletter-inner input {
    margin-bottom: 35px;
}

#newslater-popup .newsletter-inner form button {
    position: relative;
    background: #31b9d4;
    color: #fff;
    cursor: pointer;
}

#newslater-popup .newsletter-inner p {
    margin-bottom: 22px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.header-top {
    /*padding: 10px 0;*/
    color: #ffffff;
    background: #ffffff;
    /*background: #31b9d4;*/
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    /*padding-bottom:18px;*/
}

    .header-top.mobile {
        display: none;
    }

.header-middle {
    display: inline-block;
    width: 100%;
}

.header-bottom {
    /*background: #2c6272;*/
	/*background: #AEEDF3;*/
	/*background: #A9CCE3;*/
	
	/*background: #D6DBDF;*/
	
	/*background: #D5DBDB;*/
	/*background: #B2E9EF;*/

	/*background: #FEF2DC;*/
	/*background: #94C2CD;*//*stayintouch*/
    background:linear-gradient(to bottom, #ffffff 0%,#858c85 1%,#858c85 1%,#f4f3f8 2%,#c8c8c8 98%,#858c85 99%,#cccccc 100%,#ffffff 100%);
    display: inline-flex;
        height: 56px;
    width: 100%;
    /*position:fixed;
    z-index:1000;*/
}


.top-right-link {
    color: #ffffff;
}

    .top-right-link ul li > a span {
        background: transparent url("../images/sprite.png") no-repeat scroll 0 0;
        display: inline-block;
        height: 20px;
        width: 25px;
        margin-bottom: -4px;
        transition: all 0.4s ease 0s;
    }

    .top-right-link ul li.login-icon a span {
        background-position: -98px -666px;
    }

    .top-right-link ul li.login-icon:hover a span {
        background-position: -98px -699px;
    }

    .top-right-link ul li.track-icon a span {
        background-position: -98px -728px;
    }

    .top-right-link ul li.track-icon:hover a span {
        background-position: -98px -760px;
    }

    .top-right-link ul li.gift-icon a span {
        background-position: -98px -792px;
    }

    .top-right-link ul li.gift-icon:hover a span {
        background-position: -98px -824px;
    }

    .top-right-link.mobile {
        display: none;
    }

    .top-right-link ul li.content {
        overflow: visible;
    }

.header-middle hr {
    border-color: #e1e1e1;
}
/*stayintouch*/
.header-bottom .help-num {
    color: #333;
    padding: 16px 0;
    font-size: 15px;
}

    .header-bottom .help-num a {
        color: #ffffff;
        padding: 16px 0;
        font-size: 15px;
    }

.dcLinks { /*Gangadhar*/
    color: #fff;
    padding: 16px 0;
    font-size: 15px;
}

    .dcLinks span { /*Gangadhar*/
        margin-right: 10px;
    }

.header-bottom .fa.fa-phone {
    margin-right: 5px;
}

.content-dropdown {
    display: none;
}

.content-dropdown {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 28px;
    transition: all 0.4s ease 0s;
    width: 200px; /*120*/
    z-index: 4;
}

.top-right-link ul li .content-dropdown ul li {
    font-size: 14px;
    padding: 5px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 10px;
    line-height: 8px;
}

    .top-right-link ul li .content-dropdown ul li:hover {
        background: #ebebeb;
    }

    .top-right-link ul li .content-dropdown ul li > a {
        color: #666666;
    }

    .top-right-link ul li .content-dropdown ul li:hover a {
        color: #31b9d4;
    }

.top-right-link ul li {
    float: left;
}

.top-right-link ul li {
    border-right: 1px solid #fff;
    line-height: 17px;
    padding: 0 12px;
    position: relative;
}
/*stayintouch*/
    .top-right-link ul li a {
        color: #000000;
    }

        .top-right-link ul li a:hover {
            /*color: #fff;*/
            color: #000000;
        }

    .top-right-link ul li:first-child {
        padding-left: 0;
    }

    .top-right-link ul li:last-child {
        border-right: none;
        padding-right: 0;
    }

.navbar-header {
    float: none;
}

    .navbar-header .navbar-brand {
        height: auto;
        margin-top: 0 !important;
        margin-left: 0 !important;
        /*padding: 25px 0;*/
    }

.navbar {
    margin-bottom: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

header#header {
    top: 0;
    width: 100%;
    z-index: 2;
    border: none;
    padding: 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.header-right-part {
    margin: 26px 0;
    padding: 0 0 0 200px;
    position: relative;
}

/*.category-dropdown {
    position: absolute;
    left: 0;
    top: 0;
}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius : 0;
    -moz-border-radius : 0;
    -webkit-border-radius : 0;
    -o-border-radius : 0;
}

.header-right-part .category-dropdown select {
    background: rgba(0, 0, 0, 0) url("../images/select-icon.png") no-repeat scroll right 50% !important;
}*/
.navbar-collapse.collapse {
    display: inline-block;
    padding-left: 0;
}

.collapsing {
    display: inline-block;
}

.navbar-collapse > ul {
    float: none !important;
    display: inline-block;
    text-align: left;
}

.nav.navbar-nav {
    display: block;
}

.header-right-link > ul > li {
    float: left;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

.header-right-link ul li:hover {
    overflow: visible;
}

.header-right-link ul li.main-search {
    overflow: visible;
}

.search-box {
    position: relative;
}

    .search-box input.input-text {
        border: 1px solid #e1e1e1;
        width: 100%;
        padding: 6px 6px 6px 10px;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        border-radius: 0 25px 25px 0;
        -moz-border-radius: 0 25px 25px 0;
        -webkit-border-radius: 0 25px 25px 0;
        -o-border-radius: 0 25px 25px 0;
        height: 40px;
    }

    .search-box button.search-btn {
        background: url("../images/sprite.png") no-repeat scroll -5px -85px #31b9d4;
        border: none;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0;
        /*border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -o-border-radius: 25px;*/
    }

        .search-box button.search-btn:hover {
            background-color: #00b58a;
        }

.header-right-link > ul > li > a {
    padding: 25px 0;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

    .header-right-link > ul > li > a span {
        background: url("../images/sprite.png") no-repeat scroll 0 0;
        height: 40px;
        width: 40px;
        display: inline-block;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

.header-right-link ul li.compare-icon > a span {
    background-position: -5px -231px;
    position: relative;
}

.header-right-link ul li.compare-icon:hover > a span {
    background-position: -5px -267px;
}

.header-right-link ul li.wishlist-icon > a span {
    background-position: -5px -152px;
    position: relative;
}

.header-right-link ul li.wishlist-icon:hover > a span {
    background-position: -5px -188px;
}

.header-right-link ul li.cart-icon > a span {
    background-position: -5px -3px;
    position: relative;
}

.header-right-link ul li.cart-icon:hover > a span {
    background-position: -5px -39px;
}

.header-right-link ul li.cart-icon > a span small.cart-notification {
    background: #1b2839;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 16px;
}

.side-toggle {
    display: none;
}
/* Navigation Menu Style */

.navbar-nav > li > a {
    padding: 16px 10px;
    font-weight: 400;
    /*color: #fff;*/
	color: #333;
    font-size: 14px;
    position: relative;
    display: inline-block;
    /*text-transform: uppercase;*/ /*Tiru sir Modifications 06182018*/
}

.navbar-nav > li:first-child > a {
    padding-left: 0;
}

.nav > li {
    position: inherit;
    display: inline-block;
}

.header_search_toggle.mobile-view {
    display: none;
}

.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}

.header-link-dropdown {
    background: #fff;
    border-top: 3px solid #31b9d4;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 320px;
    display: inline-block;
    right: 0;
    top: 96px;
    padding: 35px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    z-index: 3;
}

.header-right-link > ul > li:hover .header-link-dropdown {
    opacity: 1;
}

.header-right-link .link-dropdown-list > li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

.cart-dropdown .btn-color.btn {
    font-size: 15px;
    padding: 13px 20px;
    text-transform: none;
}

.sidebar-menu-dropdown {
    width: 100%;
}

    .sidebar-menu-dropdown > a span {
        background: url("../images/sprite.png") no-repeat scroll -63px -793px rgba(0, 0, 0, 0);
        display: inline-block;
        height: 20px;
        margin-top: -5px;
        margin-right: 20px;
        width: 22px;
    }

.cat-dropdown-main .column-20per {
    height: 0;
}

.sidebar-menu-dropdown .cat-dropdown {
    display: none;
}

.cat-dropdown {
    background-color: #f7f7f7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 2;
}

    .cat-dropdown .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
    }

    .cat-dropdown .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .cat-dropdown .sidebar-contant ul li.level {
        float: none;
        border-bottom: 1px solid #e1e1e1;
    }

    .cat-dropdown .sidebar-contant ul li.level3 {
        border: none;
    }


    .cat-dropdown .sidebar-contant .navbar-collapse > ul > li:last-child {
        overflow: hidden !important;
    }

    .cat-dropdown .sidebar-contant ul li.level:hover {
        background-color: #f5f5f5;
    }

    .cat-dropdown .sidebar-contant > ul > li > a {
        color: #1f252d;
        font-size: 14px;
        padding: 10px 0 10px 20px !important;
    }

    .cat-dropdown .navbar-nav > li > a {
        padding: 10px;
        margin-right: 0px;
        color: #666666;
        line-height: 24px;
    }

        .cat-dropdown .navbar-nav > li > a i {
            font-size: 15px;
            height: 13px;
            margin-right: 10px;
            text-align: center;
            width: 14px;
        }

            .cat-dropdown .navbar-nav > li > a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav > li > a i.fa.fa-desktop, .cat-dropdown .navbar-nav > li > a i.fa.fa-heart, .cat-dropdown .navbar-nav > li > a i.fa.fa-shopping-bag {
                font-size: 14px;
            }

    .cat-dropdown .sub-megamenu a.page-scroll:before {
        content: "";
        font-family: FontAwesome;
        font-size: 16px;
        position: absolute;
        right: 10px;
    }

    .cat-dropdown .sidebar-contant ul li:hover > a, .cat-dropdown .sidebar-contant ul li:focus > a {
        color: #31b9d4;
    }

    .cat-dropdown .nav > li.level .megamenu {
        margin-top: -44px;
        margin-left: -15px;
        left: 16.6667%;
    }

    .cat-dropdown .nav > li.level:hover .megamenu {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        opacity: 1;
        top: auto;
        left: 16.6667%;
    }

    .cat-dropdown .megamenu.full {
        width: 80%;
    }

    .cat-dropdown .nav > li.level:last-child .megamenu {
        right: auto;
    }

/*.category-dropdown {
	border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius : 25px 0 0 25px;
    -moz-border-radius : 25px 0 0 25px;
    -webkit-border-radius : 25px 0 0 25px;
    -o-border-radius : 25px 0 0 25px;

}

.category-dropdown select {
    border: none;
    height: 38px;
    width: 200px;
}*/

.sub-menu-slider .product-item-details {
    text-align: left;
}

.sub-menu-slider .detail-inner-left ul li button {
    padding: 8px 5px 9px 3px;
}

.nav > li .menu-label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -2px;
    transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 0 3px;
    color: #ffffff;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
}

    .menu-label span::after {
        background: url("../images/sprite.png");
        width: 20px;
        height: 20px;
        content: "";
        top: 6px;
        left: -2px;
        position: absolute;
        display: inline-block;
    }

.menu-label .hot-menu {
    background: #ff3030;
}

.menu-label .new-menu {
    background: #1b2839;
}

.menu-label .hot-menu:after {
    background-position: -104px -613px;
}

.menu-label .new-menu:after {
    background-position: -104px -635px;
}

.cart-dropdown ul li a:hover {
    color: #31b9d4;
}

.cart-dropdown .cart-list li .media {
    padding-right: 25px;
    margin-top: 0;
}

.cart-dropdown .media-body span {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.cart-dropdown .cart-list li .media .pull-left {
    width: 95px;
    padding-right: 20px;
}

    .cart-dropdown .cart-list li .media .pull-left img {
        max-width: 100%;
        border: 1px solid #e1e1e1;
    }

.close-cart {
    height: 15px;
    position: absolute;
    right: 0;
    width: 15px;
}

.cart-dropdown .input-text.qty {
    background-color: transparent;
    padding: 7px 13px;
}

.cart-dropdown .cart-price {
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*"Poppins", sans-serif;*/
}

.account-link-dropdown {
    width: 280px;
}

.header-link-dropdown .dropdown-title {
    color: #31b9d4;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
    color: #31b9d4;
}

.account-link-dropdown .link-dropdown-list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* --- Megamenu Style --- */

.megamenu {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 30px 20px;
    position: absolute;
    top: 100%;
    z-index: 2;
}

.megasubmenu {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 10px 20px;
    position: absolute;
    z-index: 2;
    margin-left: 120px;
    margin-top: -20px;
}

    .megasubmenu .sub-menu-level1 li.level3 {
        float: left;
        min-width: 200px;
    }

.nav > li.level > li.level2 > li.level3 > a:hover .megasubmenu {
    display: block;
}

.megamenu.full {
    left: 40px;
    width: 95%;
}

.nav > li.level:hover .megamenu {
    display: block;
}

.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}

.megamenu .sub-menu-level1 li.level2 {
    float: left;
    min-width: 260px; /* laxman min-width: 300px; for ie menues*/
}

.megamenu .level2 > a {
    display: inline-block;
    margin-right: 35px;
    color: #64bcde;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 100%;
}

.megamenu .sub-menu-level2 li.level3 > a {
    color: #666666 !important;
    display: inline-block;
    padding: 3px 0;
}

    .megamenu .sub-menu-level2 li.level3 > a:hover {
        color: #31b9d4 !important;
    }


    .megamenu .sub-menu-level2 li.level3 > a span {
        float: left;
        font-size: 9px;
        margin-right: 9px;
        margin-top: -1px;
    }

.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}

.megamenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}
/* Main-Header */
.mobilemenu-content .navbar-nav li:last-child {
    position: relative;
}
/*stayintouch*/
.mobilemenu-content .navbar-nav li {
    /*display: block;*/
}

.mobilemenu-content li:hover a {
    color: #31b9d4;
}
/*stayintouch*/
.mobilemenu-content .megamenu {
    top: 100%;
    /*right: 0;*/
}

.position-a.cat-dropdown-main {
    top: 0;
    width: 100%;
    z-index: 2;
}

.mobilemenu-title {
    display: none;
}

.mobilemenu-content li {
    display: inline-block;
}

    .mobilemenu-content li a {
        background-color: transparent !important;
        color: #000000;/*stayintouch*/
        /*color: #fff;*/
        font-size: 14px;
        font-weight: 400;
        padding: 18px 20px;
        line-height: 20px;
        display: inline-block;
        /*text-transform: uppercase;*/
    }

.mobilemenu-content .megamenu li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}
/*stayintouch*/
#menu-main > li:hover, .navbar-nav li.active {
    
    /*background: #dc0000;*/
    background: #6e377e;
}

.mobilemenu-content .navbar-nav li.active a, .mobilemenu-content .navbar-nav li:hover a {
    color: #fff;
}

/*magnific-popup-containt*/
.popup-links {
	position: fixed;
	right: 0;
	/*top: 195px;*/
    top: 231px;
	width: 40px;
}

.popup-links-inner {
	background: #ffffff;
	position: absolute;
	right: calc(-100% - 40px);
}

.popup-links ul li {
    background: #1f1f2f;
    color: #fff;
    width: 100%;
    right: 0;
    padding-right: 5px;
    position: relative;
    margin-bottom: 1px;
    transition: all 0.4s ease 0s;
}

    .popup-links ul li:hover {
        right: calc(100% - 40px);
    }

.popup-links a {
    display: inline-block;
}

.popup-links ul li .icon-text {
    color: #fff;
    background: #1f1f2f;
    line-height: 40px;
}

.popup-links .icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
    width: 40px;
    height: 35px;
    display: inline-block;
    float: left;
}

.popup-links ul li.categories .icon {
    background-position: -55px -785px;
}

.popup-links ul li.cart-icon .icon {
    background-position: -6px -343px;
}

.popup-links ul li.account .icon {
    background-position: -45px -192px;
}

.popup-links ul li.search .icon {
    background-position: -5px -85px;
}

.popup-links ul li.scroll .icon {
    background-position: -54px -814px;
}

.popup-position {
    background: #fff;
    margin: 0 auto;
    max-width: 530px;
    position: relative;
}

.popup-detail {
    padding: 10px;
    max-height: 530px;
    overflow-y: scroll;
}

.popup-position .mfp-close {
    color: #fff;
}

.popup-title {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    background: #1b2839;
}

    .popup-title .main_title {
        color: #fff;
    }

.heading-part a button:hover {
    background: #31b9d4;
    color: #fff;
}

.heading-part a button {
    background: #2c6272;
    color: #fff;
    font-size: 14px;
}


.cate-inner .level {
    border-bottom: 1px solid #e1e1e1;
}

    .cate-inner .level:last-child {
        border-bottom: none;
    }

.cate-inner li.level a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
}

.cate-inner li > a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.cate-inner .level {
    position: relative;
}

.mega-sub-menu {
    display: none;
}

.cate-inner .megamenu {
    position: relative;
    opacity: 1;
    box-shadow: none;
    padding: 0;
}

.cate-inner .megamenu-inner-top {
    padding-left: 15px;
}

.cate-inner span.opener {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    margin-top: 10px;
    z-index: 1;
}

.cate-inner span.plus {
    background-position: -90px -378px;
}

.cate-inner span.minus {
    background-position: -90px -416px;
}


#cart_popup .cart-dropdown li {
    margin-bottom: 20px;
}

#cart_popup .cart-list li .media .pull-left {
    width: 150px;
}

#cart_popup .close-cart {
    right: 60px;
}

#account_popup .account-inner {
    text-align: center;
    padding: 30px 0;
    border: 1px solid #e1e1e1;
}

#account_popup .popup-detail a {
    text-align: center;
    color: #31b9d4;
}

#account_popup a:hover .account-inner {
    color: #1b2839;
}

#account_popup .popup-detail .fa {
    font-size: 40px;
}


/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: -1px;
    text-align: center;
}

    .banner .btn, .sub-banner-block .btn, .perellex-banner .btn {
        padding: 13px 30px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .banner .btn, .sub-banner-block .btn, .popup-with-form .btn {
        padding: 7px 13px;
        font-size: 13px;
        text-transform: uppercase;
    }
/* main-banner icon start */
.main-banner.owl-carousel .owl-wrapper-outer {
    display: inherit;
    margin-top: 0;
    padding-top: 0;
}

/* main-banner icon end */

.banner-detail {
    left: 0;
    position: absolute;
    top: 30%;
    width: 100%;
}

.banner-links { /*Gangadhar*/
    left: 0;
    position: absolute;
    /*top: 90%;*/
    width: 100%;
    bottom: 10px;
}

.banner-detail-price {
    left: 0;
    position: absolute;
    top: 80%;
    width: 100%;
}

.banner-detail .banner-detail-inner {
    color: #fff;
    margin-bottom: 20px;
}

    .banner-detail .banner-detail-inner .banner-title {
        color: #31b9d4;
        font-size: 50px;
        font-weight: 400;
        line-height: 55px;
    }

.banner-3 .banner-detail .banner-detail-inner .banner-title {
    font-style: italic;
}

.banner-2 .banner-detail .banner-detail-inner .banner-title {
    font-weight: 400;
}

    .banner-2 .banner-detail .banner-detail-inner .banner-title span {
        color: #1b2839;
        font-weight: 400;
    }

.banner-detail .banner-detail-inner span.slogan {
    color: #1b2839;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
}

.banner-3 .banner-detail .banner-detail-inner span.slogan {
    color: #fff;
}

.slogan:before {
    background-color: #31b9d4;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.slogan:after {
    background-color: #31b9d4;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 60px;
}

.banner-detail .banner-detail-inner span.offer {
    color: #1f1f2f;
    display: inline-block;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    margin-top: 15px;
}

.banner-3 .banner-detail .banner-detail-inner span.offer {
    color: #fff;
}

.inner-banner1 {
    /*background: url(../images/banners/Banner_BC_NEW_Logo_KW_With_Photo.jpg) no-repeat scroll center center;*/
    /*padding: 70px 0 60px;*/
    /*width:100%;*/
}

    .inner-banner1 .banner-detail {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0 !important;
    }

        .inner-banner1 .banner-detail h1 {
            display: inline-block;
            color: #fff;
            font-weight: 400;
            font-size: 22px;
            letter-spacing: 1px;
            margin-bottom: 0;
            text-align: left;
            float: left;
        }
/* Bread-crumb CSS Start */

.bread-crumb {
    margin-top: 10px;
}

    .bread-crumb ul li {
        display: inline-block;
        color: #fff;
    }

        .bread-crumb ul li a {
            color: #000;
        }

        .bread-crumb ul li a, .bread-crumb ul li span {
            margin: 0 4px;
            font-weight: 400;
        }

            .bread-crumb ul li a:hover {
                color: #31b9d4;
            }

        .bread-crumb ul li:first-child {
            padding-left: 0;
        }

        .bread-crumb ul li span {
            color: #d31145;
        }
/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */

.sub-banner img {
    transition: none;
}

.sub-banner-block .sub-banner:hover img {
    opacity: 0.6;
}

.sub-banner {
    position: relative;
    overflow: hidden;
    background: #1b2839;
    margin-bottom: -7px !important;
    display: inline-block;
    max-width: 100%;
}

    .sub-banner:hover:before {
        top: 50%;
        bottom: 50%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .sub-banner:before, .sub-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .sub-banner:hover:after {
        left: 50%;
        right: 50%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .sub-banner:before, .sub-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .sub-banner .sub-banner-detail {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        color: #1f1f2f;
        position: absolute;
        text-align: center;
        left: 50%;
        bottom: 25px;
        padding: 15px 0;
        width: calc(100% - 50px);
        transform: translateX(-50%);
    }

        .sub-banner .sub-banner-detail .sub-banner-title {
            font-size: 25px;
            color: #fff;
            line-height: 30px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 28px;
        }

.banner-top {
    margin-bottom: 15px;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 10px;
}

.sub-banner .sub-banner-detail .sub-banner-type {
    color: #727272;
    font-style: italic;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
    text-transform: none;
}

.sub-banner.sub-banner5 .sub-banner-detail .sub-banner-type, .sub-banner.sub-banner7 .sub-banner-detail .sub-banner-type {
    color: #31b9d4;
}

.sub-banner .sub-banner-detail .offer {
    color: #282828;
    font-size: 50px;
    font-weight: 400;
}

.sub-banner-subtitle span {
    color: #31b9d4;
}

.sub-banner .sub-banner-detail .sub-banner-title span.color {
    color: #bababa;
    line-height: 32px;
}

.sub-banner .sub-banner-detail .sub-banner-title span {
    font-weight: 400;
}

.sub-banner .sub-banner-detail span.line {
    background: #5b5b5b;
    height: 1px;
    width: 90px;
    display: inline-block;
    margin: 30px 0 25px 0;
}

.sub-banner3 .sub-banner-detail span.line {
    margin: 50px 0;
}

.small-banner {
    margin-bottom: 20px !important;
}

    .small-banner:hover img {
        opacity: 0.6;
    }

/* Sub Menu Product part */

.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}

.sub-menu-slider .product-image {
    max-width: 100%;
}

.sub-menu-slider .pro_cat {
    min-height: auto !important;
}

.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* Product Box part */

.heading-part {
    position: relative;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
    /*border-bottom: 3px solid #31b9d4;*/
    overflow: hidden;
}

    .main_title span::after {
        /*background: #31b9d4 none repeat scroll 0 0;*/
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -5px;
        width: 50px;
    }

.category-bar ul li a.selected {
    pointer-events: none;
}

.category-bar ul li {
    display: inline-block;
}

    .category-bar ul li.selected {
        pointer-events: none;
    }

    .category-bar ul li a {
        display: block;
        padding: 12px;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .category-bar ul li a.selected {
            background: #31b9d4;
            color: #fff;
        }

    .category-bar ul li:hover a {
        color: #fff;
        background: #31b9d4;
    }

.tab_cat {
    padding: 0 15px;
    position: relative;
}

.pro_cat {
    position: relative;
}

.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    padding-top: 7px;
    margin-top: -7px;
}

.pro_cat .product-slider-main {
    display: none;
}

    .pro_cat .product-slider-main.selected {
        display: block;
    }

.product-item {
    position: relative;
}

.product-slider .item, .pro_cat .item, #blog .item, #blogbtm .item, #Div1 .item, #Div2 .item, #Div3 .item, #Div4 .item, #Div5 .item  {
    padding-left: 15px;
    padding-right: 15px;
}
.product-slider .item, .pro_cat .item, #blog .item, #STBC1 .item, #STBC2 .item, #STBC3 .item,#STBC4 .item,#STBC4 .item,#STBC5 .item,#STBC6 .item {/*Satyam*/
    padding-left: 15px;
    padding-right: 15px;
}

.product-image {
    background: #9d9d9d none repeat scroll 0 0; /*Satyam*/
    min-width: 70px;
    overflow: hidden;
    position: relative;
}

    .product-image img {
        transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        width:100%;   /*Added By Gangadhar 11282018*/
    }

.product-image-bg {
    background: #FFF none repeat scroll 0 0;
}

.product-item:hover .product-image img {
    opacity: 0.2;
}
.main-label {
    color: #ffffff;
    font-weight: 400;
    line-height: 54px;
    padding-left: 11px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.sale-label {
    background: #ffe400 none repeat scroll 0 0;
    left: 10px;
    color: #1b2839;
}

.new-label {
    background: #ff7200 none repeat scroll 0 0;
    right: 10px;
}

.product-item.sold-out::before {
    background: rgba(255,255,255,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-item.sold-out::after {
    background: #fa6b6b;
    content: "Sold out";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 15px;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
}

.product-detail-inner {
    left: 50%;
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateX(-50%);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.detail-inner-left {
    opacity: 0;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.product-item:hover .detail-inner-left {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.product-item-name a {
    font-size: 16px;
    color: #1f1f2f;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.product-item-details {
    padding-top: 15px;
    text-align: center;
}

.list-type .product-item-details, .product-detail-main .product-item-details {
    text-align: left;
}

.special-products-block .product-item-details {
    margin-top: 0;
}

.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a,
.special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
    color: #31b9d4;
}

.product-item-details .price-box .price {
    margin-right: 5px;
}

.price-box {
    display: inline-block;
}

    .price-box .price {
        font-size: 13px;
        font-weight: 400;
        color: #1b2839;
    }

.product-item-details .price-box .price.old-price {
    font-size: 15px;
    font-weight: 400;
    color: #878787;
}

.detail-inner-left ul {
    display: inline-block;
}

.product-item .detail-inner-left ul li {
    float: left;
    padding: 0 4PX;
    position: relative;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .product-item .detail-inner-left ul li:last-child {
        padding-right: 0;
    }

.detail-inner-left ul li a {
    background: #fff url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
}

    .detail-inner-left ul li a:hover {
        background-color: #31b9d4;
    }

.detail-inner-left.right-side ul li a {
    border-right: 1px solid #ff8786;
    padding: 0 18px;
}

.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

.detail-inner-left ul li button {
    background-color: #31b9d4;
    border: none;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 6px 15px 9px 6px;
    text-transform: none;
    font-size: 15px;
    transition: all 0.4s ease 0s;
    color: #fff;
}

    .detail-inner-left ul li button:hover {
        background: #2c6272;
        color: #fff;
    }

    .detail-inner-left ul li button span, .cat-box-inner .cart-link button span {
        /*background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -11px -319px;*/ /*For Cart ICON*/
        background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -97px -302px;
        display: inline-block;
        height: 25px;
        margin-bottom: -8px;
        transition: all 0.6s ease 0s;
        width: 30px;
    }

/*li.pro-cart-icon span {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -11px -319px;  
    
    display: inline-block;
    height: 25px;
    margin-bottom: -8px;
    transition: all 0.6s ease 0s;
    width: 30px;
}*/




.cat-box-inner .cart-link button span {
    background-position: -46px -234px;
}

.cat-box-inner .cart-link button:hover span {
    background-position: -46px -266px;
}


.detail-inner-left ul li button:hover span {
    background-position: -97px -348px;
}

.detail-inner-left ul li.pro-cart-icon button span {
    background-position: -15px -319px;
}

.detail-inner-left ul li.pro-cart-icon button:hover span, .detail-inner-left ul li.pro-cart-icon span:hover {
    background-position: -15px -14px;
}

.detail-inner-left ul li.pro-wishlist-icon a {
    background-position: -9px -380px;
}

    .detail-inner-left ul li.pro-wishlist-icon a:hover {
        background-position: -9px -417px;
    }

.detail-inner-left ul li.pro-compare-icon a {
    background-position: -9px -456px;
}

    .detail-inner-left ul li.pro-compare-icon a:hover {
        background-position: -9px -491px;
    }

.rating-summary-block .rating-result {
    display: inline-block;
    position: relative;
    width: 71px;
}

.rating-summary-block.big .rating-result {
    width: 88px;
}

.rating-summary-block .rating-result:before {
    color: #c7c7c7;
    content: "" "" "" "" "";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    left: 0;
    letter-spacing: 2px;
    line-height: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rating-summary-block .rating-result > span {
    display: block;
    overflow: hidden;
}

    .rating-summary-block .rating-result > span::before {
        color: #ffaf47;
        content: "" "" "" "" "";
        display: block;
        font-family: FontAwesome;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        height: 16px;
        letter-spacing: 2px;
        line-height: 16px;
        position: relative;
        z-index: 1;
    }

    .rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
        font-size: 13px;
        height: 13px;
        line-height: 13px;
    }

.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
    margin-left: -1px;
    width: calc(100% - 1px) !important;
}

.pro-media img {
    border: 1px solid #d6d6d6;
}

/* daily-deals Start*/

.daily-deals {
    padding: 0 15px;
}

    .daily-deals .price-box {
        margin: 5px 0;
    }

    .daily-deals .product-detail-inner {
        left: 0;
        top: 0;
        position: relative;
        transform: none;
        margin-top: 13px;
    }

    .daily-deals .detail-inner-left {
        opacity: 1;
        transform: scale(1);
    }

        .daily-deals .detail-inner-left ul li button {
            border: 1px solid #e1e1e1;
            padding: 7px 15px 8px 6px;
        }

        .daily-deals .detail-inner-left ul li a {
            border: 1px solid #e1e1e1;
        }

        .daily-deals .detail-inner-left ul li.pro-wishlist-icon a {
            background-position: -10px -380px;
        }

            .daily-deals .detail-inner-left ul li.pro-wishlist-icon a:hover {
                background-position: -10px -417px;
            }

    .daily-deals .product-item-details {
        text-align: left;
        padding: 0;
    }

.product-item-details > p {
    line-height: 18px;
    margin-top: 5px;
}

.product-item .detail-inner-left ul li:first-child {
    padding-left: 0;
}

.item-offer-clock p {
    margin-bottom: 10px;
}

.item-offer-clock ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .item-offer-clock ul li {
        color: #282828;
        display: inline-block;
        list-style: outside none none;
        vertical-align: top;
    }

        .item-offer-clock ul li.seperator {
            font-size: 20px;
            line-height: 40px;
        }

        .item-offer-clock ul li span, .item-offer-clock ul li p {
            color: #282828;
            display: block;
            line-height: 1;
        }

        .item-offer-clock ul li span {
            border: 1px solid #e1e1e1;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            margin-bottom: 3px;
            text-align: center;
            width: 40px;
            letter-spacing: 0.5px;
        }

        .item-offer-clock ul li p {
            font-size: 12px;
            margin-bottom: 0;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 34px;
        }
/* daily-deals End*/

.product-slider .owl-prev, .product-slider .owl-next,
#brand-logo .owl-prev, #brand-logo .owl-next,
#blog .owl-prev, #blog .owl-next,#blogbtm .owl-prev, #blogbtm .owl-next, #Div1 .owl-prev, #Div1 .owl-next, #Div2 .owl-prev, #Div2 .owl-next, #Div3 .owl-prev, #Div3 .owl-next, #Div4 .owl-prev, #Div4 .owl-next, #Div5 .owl-prev, #Div5 .owl-next,
#STBC1 .owl-prev, #STBC1 .owl-next, #STBC2 .owl-prev, #STBC2 .owl-next, #STBC3 .owl-prev, #STBC3 .owl-next,#STBC4 .owl-prev, #STBC4 .owl-next,#STBC5 .owl-prev, #STBC5 .owl-next,#STBC6 .owl-prev, #STBC6 .owl-next,
.banner .owl-prev, .banner .owl-next, .featured-products  .owl-prev, .featured-products .owl-next,
.client-main .owl-prev, .client-main .owl-next,
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next,
.pro_cat .owl-prev, .pro_cat .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
    background: #6e377e;
    /*background: #2c6272;*/
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    letter-spacing: 0;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.pro_cat .owl-prev, .pro_cat .owl-next,
#blog .owl-prev, #blog .owl-next,#blogbtm .owl-prev, #blogbtm .owl-next, #Div1 .owl-prev, #Div1 .owl-next, #Div2 .owl-prev, #Div2 .owl-next, #Div3 .owl-prev, #Div3 .owl-next, #Div4 .owl-prev, #Div4 .owl-next, #Div4 .owl-prev, #Div4 .owl-next,
#STBC1 .owl-prev, #STBC1 .owl-next, #STBC2 .owl-prev, #STBC2 .owl-next, #STBC3 .owl-prev, #STBC3 .owl-next,#STBC4 .owl-prev, #STBC4 .owl-next,#STBC5 .owl-prev, #STBC5 .owl-next,#STBC6 .owl-prev, #STBC6 .owl-next,
#top-cat-pro .owl-prev, #top-cat-pro .owl-next,
#brand-logo .owl-prev, #brand-logo .owl-next {
    top: -10px;/*-40px;*/ /*Explore and right, left butons are geting overlap in ipad */
}
/*stayintouch*/
/*#brand-logo .owl-prev, #brand-logo .owl-next {
    background-color:#d4cbdb !important;
}*/
.best-seller-pro .owl-prev, .best-seller-pro .owl-next {
    top: calc(0% - 55%);
}

.product-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 0;
}

.banner .owl-prev, .banner .owl-next {
    background: #6e377e;
    margin-top: 0;
    transform: translateY(0px);
}

.featured-products .owl-prev, .featured-products .owl-next {
    background: #2c6272;
    margin-top: 0;
    transform: translateY(0px);
}

#brand-logo .owl-prev, #brand-logo .owl-next {
    margin-top: -5px;
}

    .product-slider .owl-prev:hover, .product-slider .owl-next:hover,
    #brand-logo .owl-prev:hover, #brand-logo .owl-next:hover,
    #blog .owl-prev:hover, #blog .owl-next:hover,#blogbtm .owl-prev:hover, #blogbtm .owl-next:hover, #Div1 .owl-prev:hover, #Div1 .owl-next:hover, #Div2 .owl-prev:hover, #Div2 .owl-next:hover, #Div3 .owl-prev:hover, #Div3 .owl-next:hover, #Div4 .owl-prev:hover, #Div4 .owl-next:hover, #Div5 .owl-prev:hover, #Div5 .owl-next:hover,
    #STBC1 .owl-prev:hover, #STBC1 .owl-next:hover, #STBC2 .owl-prev:hover, #STBC2 .owl-next:hover, #STBC3 .owl-prev:hover, #STBC3 .owl-next:hover,#STBC4 .owl-prev:hover, #STBC4 .owl-next:hover,#STBC5 .owl-prev:hover, #STBC5 .owl-next:hover,#STBC6 .owl-prev:hover, #STBC6 .owl-next:hover,
    .banner .owl-prev:hover, .banner .owl-next:hover, .featured-products .owl-prev:hover, .featured-products .owl-next:hover,
    .client-main .owl-prev:hover, .client-main .owl-next:hover,
    .sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover,
    .pro_cat .owl-prev:hover, .pro_cat .owl-next:hover,
    #top-cat-pro .owl-prev:hover, #top-cat-pro .owl-next:hover {
        background: #31b9d4;
    }

.sub-menu-slider .owl-next {
    top: 20px;
    right: 0px !important;
}

.sub-menu-slider .owl-prev {
    top: 20px;
    left: 0px !important;
}

.featured-products .owl-next {
    right: -40px !important;
	top: 130px !important;
}
.featured-products .owl-prev {
    left: -40px;
	top: 130px !important;
}

.banner .owl-next {
    right: 20px;
}

.banner .owl-prev {
    left: 20px;
}

.pro_cat .owl-next, #blog .owl-next,#blogbtm .owl-next, #top-cat-pro .owl-next, #brand-logo .owl-next, #Div1 .owl-next, #Div2 .owl-next {
    right: 10px;
}

.pro_cat .owl-prev, #blog .owl-prev,#blogbtm .owl-prev, #top-cat-pro .owl-prev, #brand-logo .owl-prev, #Div1 .owl-prev, #Div2 .owl-prev {
    right: 60px;
}

.pro_cat .owl-next, #blog .owl-next,#blogbtm .owl-next, #top-cat-pro .owl-next, #brand-logo .owl-next, #STBC1 .owl-next, #STBC2 .owl-next, #STBC3 .owl-next,
#STBC4 .owl-next, #STBC5 .owl-next, #STBC6 .owl-next
 {
    right: 10px;
}
.pro_cat .owl-prev, #blog .owl-prev,#blogbtm .owl-prev, #top-cat-pro .owl-prev, #brand-logo .owl-prev, #STBC1 .owl-prev, #STBC2 .owl-prev, #STBC3 .owl-prev,
#STBC4 .owl-prev, #STBC5 .owl-prev, #STBC6 .owl-prev
 {
    right: 60px;
}


.client-main .owl-next {
    right: 0;
}

.client-main .owl-prev {
    left: 0;
}

.product-slider .owl-next {
    right: 10px;
}

.product-slider .owl-prev {
    right: 60px;
}


    .product-slider .owl-prev:after, .product-slider .owl-next:after,
    #brand-logo .owl-prev:after, #brand-logo .owl-next:after,
    #blog .owl-prev::after, #blog .owl-next::after,#blogbtm .owl-prev::after, #blogbtm .owl-next::after, #Div1 .owl-prev::after, #Div1 .owl-next::after, #Div2 .owl-prev::after, #Div2 .owl-next::after,
    #STBC1 .owl-prev::after, #STBC1 .owl-next::after,#STBC2 .owl-prev::after, #STBC2 .owl-next::after,#STBC3 .owl-prev::after, #STBC3 .owl-next::after,
     #STBC4 .owl-prev::after, #STBC4 .owl-next::after, #STBC5 .owl-prev::after, #STBC5 .owl-next::after, #STBC6 .owl-prev::after, #STBC6 .owl-next::after,
    .banner .owl-prev:after, .banner .owl-next:after, .featured-products .owl-prev:after, .featured-products .owl-next:after,
    #top-cat-pro .owl-prev:after, #top-cat-pro .owl-next:after,
    .client-main .owl-prev:after, .client-main .owl-next:after,
    .sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after,
    .pro_cat .owl-prev:after, .pro_cat .owl-next:after {
        color: #fff;
        font-size: 25px;
        line-height: 40px;
        font-family: FontAwesome;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

    .product-slider .owl-prev:after, #brand-logo .owl-prev:after,
    #blog .owl-prev:after,#blogbtm .owl-prev:after, .banner .owl-prev:after, .featured-products .owl-prev:after, .owl-prev:after,
    .client-main .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after,
    #Div1 .owl-prev::after, #Div2 .owl-prev::after,#STBC1 .owl-prev::after,#STBC2 .owl-prev::after,#STBC3 .owl-prev::after,#STBC4 .owl-prev::after,#STBC5 .owl-prev::after,#STBC6 .owl-prev::after {
        content: "";
    }

.product-slider .owl-next:after, #brand-logo .owl-next:after,
#blog .owl-next:after,#blogbtm .owl-next:after, .banner .owl-next:after, .featured-products .owl-next:after, #top-cat-pro .owl-next:after,
.client-main .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after,
#Div1 .owl-next::after, #Div2 .owl-next::after, #STBC1 .owl-next::after, #STBC2 .owl-next::after, #STBC3 .owl-next::after, #STBC4 .owl-next::after, #STBC5 .owl-next::after, #STBC6 .owl-next::after {
    content: "";
}

.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after,
#blog .owl-prev:hover:after,#blogbtm .owl-prev:hover:after, .banner .owl-prev:hover:after, .featured-products .owl-prev:hover:after, #Div1 .owl-prev:hover:after, #Div2 .owl-prev:hover:after,
 #STBC1 .owl-prev:hover:after, #STBC2 .owl-prev:hover:after, #STBC3 .owl-prev:hover:after, #STBC4 .owl-prev:hover:after, #STBC5 .owl-prev:hover:after, #STBC6 .owl-prev:hover:after,
.client-main .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after,
.pro_cat .owl-prev:hover:after, #top-cat-pro .owl-prev:hover:after {
    color: #fff;
}

.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after,
#top-cat-pro .owl-next:hover:after, #blog .owl-next:hover:after,#blogbtm .owl-next:hover:after, #Div1 .owl-next:hover:after, #Div2 .owl-next:hover:after,
#STBC1 .owl-next:hover:after,#STBC2 .owl-next:hover:after,#STBC3 .owl-next:hover:after,#STBC4 .owl-next:hover:after,#STBC5 .owl-next:hover:after,#STBC6 .owl-next:hover:after,
.banner .owl-next:hover:after, .featured-products .owl-next:hover:after, .client-main .owl-next:hover:after,
.sub-menu-slider .owl-next:hover:after, .pro_cat .owl-next:hover:after {
    color: #fff;
}


/*Our Categories */

.sell-pro .item {
    padding: 0 15px;
}

.item-inner {
    position: relative;
}

.cate-detail {
    background: #31b9d4;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    bottom: 10px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px;
}

/* Sub Menu Product part */
.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}

.sub-menu-slider .product-image {
    max-width: 100%;
}

.sub-menu-slider .pro_cat {
    min-height: auto !important;
}

.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ------------------ */
.shop-list-view {
    margin-bottom: 30px;
    display: inline-block;
}

    .shop-list-view .product-item {
        float: left;
        width: 280px;
        margin-right: 20px;
    }

    .shop-list-view .product-item-name {
        font-size: 16px;
    }

    .shop-list-view .price-box {
        margin: 3px 0 15px;
        float: none;
    }

    .shop-list-view .bottom-detail {
        display: inline-block;
    }

    .shop-list-view .product-item-details, .product-detail-main .product-item-details {
        margin-top: 0;
    }

.bottom-detail ul li {
    display: inline-block;
    padding: 0 5px;
}

.product-detail-main .bottom-detail ul li {
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}

.cart-button .pro-cart-icon {
    margin-top: 9px;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
    padding-left: 0;
}

.bottom-detail ul li span {
    background: url("../images/sprite.png") no-repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-bottom: -12px;
    margin-right: 8px;
    height: 37px;
    transition: all 0.4s ease 0s;
    width: 37px;
}

.bottom-detail ul li:hover span {
    background-color: #31b9d4;
}

.bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -312px;
}

.bottom-detail ul li.pro-cart-icon:hover span {
    background-position: -9px -347px;
}

.bottom-detail ul li.pro-wishlist-icon span {
    background-position: -10px -381px;
}

.bottom-detail ul li.pro-wishlist-icon:hover span {
    background-position: -10px -418px;
}

.bottom-detail ul li.pro-compare-icon span {
    background-position: -10px -457px;
}

.bottom-detail ul li.pro-compare-icon:hover span {
    background-position: -10px -491px;
}

.bottom-detail ul li.pro-email-icon span {
    background-position: -43px -453px;
}

.bottom-detail ul li.pro-email-icon:hover span {
    background-position: -43px -488px;
}

.bottom-detail.cart-button ul li.pro-cart-icon span {
    margin-top: -10px;
    margin-right: 0;
}

.bottom-detail.cart-button ul li span {
    border: none;
}

.bottom-detail.cart-button ul li:hover span {
    background-color: rgba(0,0,0,0);
}

.product-detail-main .bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -347px;
}

/* Site Services Features Block css Star */
.ser-feature-block {
    /*background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;*/

	background: #f7f7f7 none repeat scroll 0 0;
    padding: 3px;

	
}

.ser-feature-block.index-style {
    background: #e2e4e4 none repeat scroll 0 0;
    padding: 3px;
}

.ser-feature-block.index-style .service-box:not(:last-child){
   border-right :1px solid #000000;
}
.index-style .col-xl-2.col-md-6.service-box {
    border:none;
}
.ser-feature-block.price {
       padding: 20px 0 70px;
    }


.feature-box {
    border-right: 0px solid #e1e1e1;
}
  .feature-box.pricing {
        border:0;
    }

.service-box:last-child .feature-box {
    border-right: none;
}

.price-background
{
	background-color:#31B9D4;
	 border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 8px;
    -o-border-radius: 25px;
	height:50px;
}

.feature-detail {
    /*display: inline-block;*/
    padding-left: 15px;
}
/*background: url("../images/shipping_icon.png") no-repeat scroll 0 0;*/
.ser-feature-block .feature-icon {
    background: url("../images/shipping_icon1.png") no-repeat scroll 0 0;
    color: #737373;
    height: 50px;
    width: 60px;
    float: left;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.ser-feature-block .feature-iconbc {
    background: url("../images/shipping_icon2.png") no-repeat scroll 0 0;
    color: #737373;
    height: 50px;
    width: 60px;
    float: left;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.ser-feature-block .feature-icon_Design {
    background: url("../images/shipping_icon3.png") no-repeat scroll 0 0;
    color: #737373;
    height: 50px;
    width: 75px;
    float: left;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.ser-feature-block .service-box .ser-title {
    font-size: 18px;
    font-weight: 400;
    color: #1b2839;
    display: inline-block;
    text-transform: uppercase;
}

.ser-feature-block .service-box .index-title {
    font-size: 18px;
    font-weight: 400;
    /*color: #1b2839;*/
    display: inline-block;
    text-transform: uppercase;
}

.ser-feature-block .service-box .price-title {
    font-size: 18px;
    font-weight: 400;
    color: #1b2839;
    display: inline-block;
    text-transform: uppercase;
}
.ser-feature-block .service-box:hover .price-title {
    color: #FFFFFF;
    cursor: pointer;
}

.ser-feature-block .service-box:hover .index-title {
    color: #31b9d4;	
    cursor: pointer;
}

.ser-feature-block .service-box:hover .ser-title {
    /*color: #31b9d4;*/
	color: #FFFFFF;
    cursor: pointer;
}

.ser-feature-block .feature-box:hover .ser-subtitle {
    color: #31b9d4;
}

.feature-box .feature-icon.feature1 {
    background-position: 0 4px;
}

.feature-box .feature-icon.feature2 {
    background-position: 0 -118px;
}

.feature-box .feature-icon.feature3 {
    background-position: 0 -245px;
}

.feature-box .feature-icon.feature4 {
    /*background-position: 0 -374px;*/
	background-position: 0 -384px;
}

.feature-box .feature-icon.feature5 {
    background-position: 0 -524px;
}

.feature-box .feature-icon.feature6 {
    background-position: 0 -657px;
}

.feature-box .feature-icon.feature7{
    background-position: 0 -805px;
}

.feature-box:hover .feature-icon.feature1 {
    background-position: 0 -54px;
}

.feature-box:hover .feature-icon.feature2 {
    background-position: 0 -183px;
}

.feature-box:hover .feature-icon.feature3 {
    background-position: 0 -310px;
}

.feature-box:hover .feature-icon.feature4 {
    background-position: 0 -445px;
}

.feature-box:hover .feature-icon.feature5 {
    background-position: 0 -584px;
}

.feature-box:hover .feature-icon.feature6 {
    background-position: 0 -732px;
}

.feature-box:hover .feature-icon.feature7 {
    background-position: 0 -864px;
}

.feature-box .feature-iconbc.feature1 {
    background-position: 0 4px;
}

.feature-box .feature-iconbc.feature2 {
    background-position: 0 -118px;
}

.feature-box .feature-iconbc.feature3 {
    background-position: 0 -245px;
}

.feature-box .feature-iconbc.feature4 {
    /*background-position: 0 -374px;*/
	background-position: 0 -384px;
}

.feature-box .feature-iconbc.feature5 {
    background-position: 0 -524px;
}

.feature-box .feature-iconbc.feature6 {
    background-position: 0 -657px;
}

.feature-box .feature-iconbc.feature7{
    background-position: 0 -805px;
}

.feature-box .feature-icon_Design.feature5 {
    background-position: 0 -924px;
}

.feature-box .feature-icon_Design.feature6 {
    background-position: 0 -1087px;
}

.feature-box:hover .feature-iconbc.feature1 {
    background-position: 0 -54px;
}

.feature-box:hover .feature-icon.feature2 {
    background-position: 0 -183px;
}

.feature-box:hover .feature-iconbc.feature3 {
    background-position: 0 -310px;
}

.feature-box:hover .feature-iconbc.feature4 {
    background-position: 0 -445px;
}

.feature-box:hover .feature-iconbc.feature5 {
    background-position: 0 -584px;
}

.feature-box:hover .feature-iconbc.feature6 {
    background-position: 0 -732px;
}

.feature-box:hover .feature-iconbc.feature7 {
    background-position: 0 -864px;
}

.feature-box:hover .feature-icon_Design.feature5 {
    background-position: 0 -1004px;
}

.feature-box:hover .feature-icon_Design.feature6 {
    background-position: 0 -1171px;
}

/* Site Services Features Block css end */

/* perellex block css start*/
.perellex-banner {
    background: rgba(0, 0, 0, 0) url("../images/perellex.jpg") no-repeat fixed center center;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*"Roboto", sans-serif;*/
    color: #1f1f2f;
}

.perellex-delail {
    background: rgba(255, 114, 0, 0.2);
    padding: 50px;
}

.perellex-offer {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
}


    .perellex-offer span:after {
        background: #31b9d4;
        bottom: -15px;
        content: "";
        display: inline-block;
        height: 2px;
        left: 48%;
        position: absolute;
        text-align: center;
        width: 50px;
    }

.perellex-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}

.perellex-delail p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
}
/* perellex block css end */

/* cat-box css Start */
.product-slider .heading-part > h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.product-slider .heading-part span {
    background: #31b9d4 none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: -100px;
    top: 45%;
    width: 80px;
}

.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .cat-img span {
        background: #fff;
        color: #2a2931;
        position: absolute;
        bottom: 18px;
        font-size: 18px;
        font-weight: 400;
        width: calc(100% - 80px);
        padding: 13px 0;
        left: 50%;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .cat-img:hover span {
        -ms-transform: translateX(-50%) scale(0.9);
        -webkit-transform: translateX(-50%) scale(0.9);
        -o-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
    }

.cat-box-inner .pro-media img {
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.cat-img:hover img, .cat-box-inner li:hover .pro-media img {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.cat-box-inner .pro-media {
    margin-right: 20px;
    width: 155px;
    overflow: hidden;
}

.cat-box-inner ul li {
    display: inline-flex;
    float: left;
    clear: both;
    margin-bottom: 5px;
    padding: 15px 0px;
}

    .cat-box-inner ul li:first-child {
        padding-top: 0;
    }

    .cat-box-inner ul li:last-child {
        padding-bottom: 0;
    }

.cat-box-inner .cart-link {
    border-top: 1px solid #dedede;
    margin-top: 20px;
}

.cat-box-inner .price-box {
    float: none;
    display: block;
}

.cat-box-inner .cart-link button {
    background-color: transparent;
    border: medium none;
    letter-spacing: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 400;
    opacity: 0;
}

.cat-box-inner ul li:hover .cart-link button {
    opacity: 1;
}

.cat-box-inner .cart-link button:hover {
    color: #31b9d4;
}
/* cat-box css End */

/* Special Product Block css Start */
.special-products-block {
    position: relative;
    overflow: hidden;
    margin-top: -7px;
    padding-top: 7px;
}

    .special-products-block .product-item {
        max-width: 338px;
        float: left;
        margin-right: 30px;
    }

    .special-products-block .pro-detail-main {
        margin-left: 368px;
        position: relative;
    }

    .special-products-block .product-item-details .product-item-name {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .special-products-block .product-item-details .price-box .price {
        font-size: 20px;
    }

        .special-products-block .product-item-details .price-box .price.old-price {
            font-size: 16px;
        }

    .special-products-block .rating-summary-block {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .special-products-block .label-review {
        color: #8f8f8f;
        font-size: 12px;
        font-style: italic;
    }

    .special-products-block .bottom-detail .pro-compare-icon {
        margin-top: 10px;
    }

    .special-products-block .pro-detail-main .bottom-detail {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.product-item-details .bottom-detail {
    padding: 10px 0;
}

.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
    border: none;
    padding: 0;
}

.product-detail-main .product-item-details .bottom-detail {
    display: inline-block;
}

#special-pro .owl-prev, #special-pro .owl-next {
    position: absolute;
    top: -85px;
    font-size: 0;
}

#special-pro .owl-prev {
    right: 50px;
}

#special-pro .owl-next {
    right: 20px;
}

    #special-pro .owl-prev:after, #special-pro .owl-next:after {
        color: #c2c2c2;
        font-family: FontAwesome;
        font-size: 28px;
        line-height: 55px;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

    #special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
        color: #8a8a8a;
    }

#special-pro .owl-prev:after {
    content: "";
}

#special-pro .owl-next:after {
    content: "";
}

.bottom-detail .btn-black {
    margin-top: 9px;
}
/* Special Product Block css End */

/* Custom News Letter CSS Start */
.newsletter {
    background: #a2c7ce;
}

.newsletter-bg {
    padding: 40px 0;
}

.newsletter-title .main_title {
    font-size: 25px;
    letter-spacing: 1px;
}

.newsletter-title {
    color: #ffffff;
}

    .newsletter-title .sub-title {
        font-size: 18px;
    }

.newsletter-inner span {
    display: inline-block;
    margin-bottom: 60px;
}

.newsletter-inner p {
    margin-bottom: 35px;
}

.newsletter-box {
    position: relative;
    margin-top: 10px;
}

.newsletter .newsletter-inner form button {
    background: #1b2839;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
}

.newsletter-inner input {
    background: #f5f5f5;
    border: none;
    /*border-radius: 25px;*/
    -moz-border-radius: 25px;
    /*-webkit-border-radius: 25px;*/
    -o-border-radius: 25px;
    padding: 9px 0 9px 20px;
    width: 100%;
}

.newsletter-title .main_title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.homepage .client-bg {
    background: #31b9d4;
    position: relative;
}

.client-bg {
    background: url(../images/testimonial-bg.jpg) repeat scroll 0 0;
    position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}

.top-shadow {
    top: -10px;
}

.bottom-shadow {
    bottom: -8px;
}

.homepage .client-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.client-img {
    margin-right: 40px;
}

.homepage .client-main .owl-carousel .owl-wrapper-outer {
    padding-top: 30px;
    margin-top: 0;
}

.client-main .item {
    display: inline-block;
    padding-bottom: 60px;
}

    .client-main .item p {
        color: #666666;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        margin: 0;
    }

.homepage .client-main .item p {
    color: #deeaf8;
}

.quote1-img {
    text-align: left;
}

.quote2-img {
    text-align: right;
}

.client-img img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #31b9d4;
    display: inline-block;
    overflow: hidden;
}

.homepage .client-img img {
    border: 1px solid #31b9d4;
}

.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}

.homepage .designation {
    color: #31b9d4;
}

.quote {
    border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 30px 40px;
}

.homepage .quote {
    border: none;
    padding: 0 20px;
}

.homepage .client-main .item .client-title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: none;
}

.client-main .item .client-title {
    color: #31b9d4;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: none;
}

.homepage .client-main .item .client-title {
    color: #fff;
}

.owl-pagination {
    display: inline-block;
    margin-top: 20px;
}

    .owl-pagination .owl-page {
        float: left;
        margin: 0 3px;
    }

    .owl-pagination .owl-page {
        border: 2px solid #0782c8;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
        height: 16px;
        width: 16px;
    }

.homepage .client-main .owl-pagination .owl-page {
    border: 2px solid #2c6272;
}

.owl-pagination .owl-page > span {
    background: #fff;
    display: block;
}

.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
    background: #31b9d4 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}

.owl-controls .owl-pagination {
    position: absolute;
    /*bottom: 70px;*/ /*20px Gnagadhar*/
    bottom: 0px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -0-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}

    .owl-pagination .owl-page > span {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
    }

.client-main .owl-controls .owl-pagination {
    padding-top: 20px;
}

.client-main {
    position: relative;
    overflow: hidden;
}

    .client-main .owl-buttons {
        display: none;
    }
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-listing .blog-item {
    margin-bottom: 30px;
}

.blog-media {
    overflow: hidden;
    background: #1b2839;
    position: relative;
}

.blog-item .blog-media img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.blog-item:hover .blog-media img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.blog-item a.read {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.blog-title {
    margin-bottom: 10px;
}

    .blog-title > a, .blog-title > h3 > a {
        color: #1f1f2f;
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
    }


        .blog-title > a:hover {
            color: #31b9d4;
        }

.blog-detail > span {
    color: #1f1f2f;
    font-style: italic;
}

.blog-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-item a.read:after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
}

.post-date {
    color: #31b9d4;
    font-style: italic;
}

.blog-detail p {
    margin-bottom: 10px;
}

.blog-detail .post-info ul li {
    display: inline-block;
    margin-right: 15px;
    /*font-style: italic;*/
}

    .blog-detail .post-info ul li a {
    }

.blog-item img {
    width: 100%;
}

.blog-item .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.blog-item .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.blog-item:hover .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-item:hover .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-item .blog-effect:before, .blog-item .blog-effect:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/* Blog CSS End */


/* Brand-Logo CSS Start */
.brand .item {
    text-align: center;
}

    .brand .item img {
        opacity: 1;
    }

        .brand .item img:hover {
            opacity: 1;
        }
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.gray-box {
    padding-bottom: 25px;
}

.sidebar-title {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 3px solid #6e377e;
    overflow: hidden;
    display: inline-block;
}

    .sidebar-title span::after {
        /*background: #31b9d4 none repeat scroll 0 0;*/
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -5px;
        width: 50px;
    }

.sidebar-block .sidebar-box {
    position: relative;
}

.sidebar-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.listing-box ul li {
    border-bottom: 1px solid #e1e1e1;
}

    .listing-box ul li:last-child {
        border-bottom: none;
    }

    .listing-box ul li a {
        padding: 6px 0px;
        display: inline-block;
        width: 100%;
    }

    .listing-box ul li:first-child a {
        padding-top: 0;
    }

    .listing-box ul li div { /*Gangadhar*/
        padding: 8px 0px;
        display: inline-block;
        width: 100%;
    }

.size ul li {
    margin-bottom: 3px;
}

.inner-title {
    color: #1b2839;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 400;
    text-decoration: underline;
}

.sidebar-item ul li {
    display: inline-flex;
    padding: 7px 0px;
}

    .sidebar-item ul li:first-child {
        padding-top: 0;
    }

.sidebar-item .pro-media {
    padding: 0 15px 0 0;
    width: 120px;
}

.sidebar-item-wide .pro-media {
    width: 110px;
}

.pro-detail-info .price-box .price {
    color: #1b2839;
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
}

.pro-detail-info .rating-summary-block {
    padding: 0;
}

.sidebar-item .cart-link button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: uppercase;
}

    .sidebar-item .cart-link button:hover {
        color: #31b9d4;
    }
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
    border-bottom: 1px solid #ededed;
    /*padding-bottom: 15px;*/
}

    .shorting .view {
        float: left;
        margin-right: 20px;
    }

.list-types {
    display: inline-flex;
    float: left;
    margin: 3px 0px 0;
    padding: 0 5px;
}

    .list-types.grid {
        border-right: 1px solid #dedede;
    }

.list-types-icon {
    background: url(../images/grid-list.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 36px;
}

.grid-icon {
    background-position: 0 -6px;
}

.list-icon {
    background-position: -65px -6px;
}

.grid-icon:hover, .list-types.active .grid-icon {
    background-position: 0 -39px;
}

.list-icon:hover, .list-types.active .list-icon {
    background-position: -65px -39px;
}

.list-types a {
    display: inline-flex;
}

.shorting select {
    font-size: 14px;
}

.short-by, .select-item {
    float: left;
    position: relative;
}

    .short-by > span, .show-item > span {
        float: left;
        margin: 5px 10px 3px;
    }

.compare {
    float: right;
}

    .compare .btn {
        font-size: 15px;
        padding: 9px 15px;
        text-transform: none;
    }

.pagination-bar {
    text-align: -webkit-right;
    margin-top: 20px;
}

    .pagination-bar ul {
        /*display: inline-flex;*/
    }

        .pagination-bar ul li {
            float: left;
            margin: 2px 2px;
        }

            .pagination-bar ul li a {
                background: #f0f0f0;
                height: 31px;
                width: 31px;
                display: inline-block;
                line-height: 31px;
                text-align: center;
                border-radius: 25px;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -o-border-radius: 25px;
            }

            .pagination-bar ul li.active a {
                background: #1c836a;
                color: #fff;
            }
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
    margin-top: 15px;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    height: auto !important;
    margin: 0 8px;
    opacity: 0.3;
}

    .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
        opacity: 1;
    }

.fotorama__img {
    position: relative;
    top: 0 !important;
}

.fotorama__thumb-border {
    display: none !important;
}

.fotorama__nav::before, .fotorama__stage::before {
    background-image: none;
}

.fotorama__nav::after, .fotorama__stage::after {
    background-image: none;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
    font-size: 22px;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*"Roboto", sans-serif;*/
    margin-bottom: 0;
    text-transform: lowercase;
}

.product-listing .shop-list-view .product-item {
    margin-bottom: 0;
}

.product-detail-main .price-box .price {
    font-size: 22px;
}

.product-detail-main .rating-summary-block {
    margin-bottom: 20px;
}

.product-info-stock-sku {
    margin-top: 5px;
    margin-bottom: 15px;
}

    .product-info-stock-sku > div {
        display: inline-block;
        margin-right: 20px;
    }

    .product-info-stock-sku label {
        font-weight: 400;
    }

    .product-info-stock-sku .price-box {
        display: inline-block;
    }

    .product-info-stock-sku .info-deta {
        text-transform: uppercase;
        font-weight: bold;
    }

.form-control {
    /*border-color: #dedede;*/
    border-color: #808080;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    height: 40px;
}

   .form-control:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #808080;
    }

.product-qty {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.custom-qty {
    display: inline-flex;
}

.increase.items, .reduced.items {
    background: transparent;
    border: 1px solid #e1e1e1;
    color: #888;
    padding: 10px 11px 9px;
    float: left;
}

.input-text.qty {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 40px;
    padding: 4px 10px;
    float: left;
    text-align: center;
    margin: 0 5px;
}

.share-link {
    margin-top: 30px;
}

    .share-link label {
        font-weight: 400;
        float: left;
        margin-top: 6px;
        margin-right: 10px;
    }

.brand-logo-pro {
    background: #f5f5f5 none repeat scroll 0 0;
}

/* Product Page Tab CSS Start */

.product-detail-tab .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.product-detail-tabindex .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.nav-tabs {
    /*border-bottom: 1px solid #e1e1e1;*/
}

    .nav-tabs > li > a {
        border-color: #eee #eee #ddd;
    }

.product-detail-tab {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.product-detail-tabindex {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.product-detail-tab .nav > li > a {
    background-color: transparent;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    /*border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 10px;
        -o-border-radius: 5px;*/
    border: none;
    /*margin-bottom: 10px;*/
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*"Roboto", sans-serif;*/
    /*font-size: 20px;*/
    letter-spacing: 1px; /*-0.5px;*/
    /*background: #a8abab;*/
    padding: 10px 10px;
    font-size: 14px;
    /*background: #31b9d4;*/
    background: #1c836a;
    border: 1px solid #1c836a;
}

	.product-detail-tabindex .nav > li > a {
        background-color: transparent;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        /*border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 10px;
        -o-border-radius: 5px;*/
        border: none;
        /*margin-bottom: 10px;*/
        font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*"Roboto", sans-serif;*/
        /*font-size: 20px;*/
        letter-spacing: 0.5px; /*-0.5px;*/
        /*background: #a8abab;*/
		padding: 11px 3px;
		font-size: 13px;
		/*background: #31b9d4;*/
    }

.product-detail-tab .nav > li > a:hover {
    background: #fff;
    color: #1c836a;
    border: 1px solid #1c836a;
}

		/*.product-detail-tabindex .nav > li > a:hover {
            color: #fff;
        }*/

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #31b9d4;
    border: medium none;
    color: #fff;
}

.tab_content {
    /*border-bottom: 1px solid #e1e1e1;*/
    /*padding: 20px 0;*/
	padding: 0px 0;
}

.product-listing .tab_content {
    padding: 0;
    border: none;
}

.Description, .items-Product-Tags, .items-Reviews, .comments-area-main, .items-ProductTagsCancel, .items-ProductTagsRenew {
    line-height: 24px;
}

.tab_content ul li strong {
    font-weight: 400;
    color: #222;
}

.items-Description, .items-Product-Tags, .items-Reviews, .items-Finishing,.items-FooterDescription, .items-ProductTags, .items-ProductTagsCancel, .items-ProductTagsRenew {
    display: none;
}

    .items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected, .items-Finishing.selected,.items-FooterDescription.selected, .items-ProductTags.selected, .items-ProductTagsCancel.selected, .items-ProductTagsRenew.selected  {
        display: block;
    }

.product-Description.selected {
    display: block;
}

/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.comments-area > .comment-list > li:first-child {
    border: none;
    padding-top: 0;
}

.comment-user {
    float: left;
    margin-right: 20px;
}

.comment-detail {
    display: table-cell;
    padding-bottom: 10px;
}

    .comment-detail .user-name {
        text-transform: uppercase;
        color: #232323;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.1;
    }

ul.child-comment {
    margin-left: 63px;
}

.comment-detail .post-info ul {
    display: inline-flex;
}

    .comment-detail .post-info ul li {
        float: left;
        margin-right: 15px;
        font-size: 14px;
        padding: 0;
    }

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #232323;
    display: inline-block;
    padding: 0;
    transition: none 0s ease 0s;
}

.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

/* checkbox CSS Start */
.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 25px;
    position: relative;
}

.checkbox:checked + label::before {
    background: #31b9d4 none repeat scroll 0 0;
    border-color: #31b9d4;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.checkbox + label::before, .radio-button + label::before {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d7d7d7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.checkbox + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 3px;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}
/* checkbox CSS End */

.checkout-section .input-box {
    margin-bottom: 10px;
}

.check-box.left-side {
    margin-top: 10px;
}

.forgot-password {
    color: #0040a5;
    text-decoration: underline;
    font-weight: 400;
    display: inline-block;
}

.contact-info .p-0 {
    border-right: 1px solid #e1e1e1;
}

    .contact-info .p-0:last-child {
        border: medium none;
    }

/* Cart Page CSS Start */
.commun-table th span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    clear: both;
}

.commun-table td .product-title {
    min-width: 300px;
}

table.table {
	border: 15px solid #f5f5f5;
    /*border: 2px solid #716969;*/
    /*border-top: none;
    border-bottom:none;
    border-right:none;*/
    margin-bottom: 0;
    /*background: #4f5050;*/
    /*color: #fff;*/
}

.complete-order-detail table.table {
    border-top: 15px solid #f5f5f5;
}

.commun-table .table thead tr th {
    background: #f5f5f5;
    border-bottom: none;
    padding: 22px 20px;
}

.cart-item-table .table tbody tr td {
    padding: 20px 25px;
    vertical-align: top;
}

.cart-total-table .table tbody tr td {
    padding: 10px 25px;
    vertical-align: top;
}

.cart-total-table .table thead tr th {
    padding: 15px 25px;
    vertical-align: top;
}

.commun-table .table tbody tr:first-child td {
    border-top: medium none;
}

.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
    max-width: 110px;
}

.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
    text-align: left;
}

.commun-table th ul li {
    text-align: left;
    float: left;
    margin-right: 30px;
}

    .commun-table th ul li .price {
        font-size: 14px;
    }

    .commun-table th ul li:last-child {
        margin-right: 0;
        float: right;
    }

.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
    text-align: left;
}

.commun-table .table tbody tr td i.cart-remove-item {
    color: #31b9d4;
    font-size: 18px;
    cursor: pointer;
}

.commun-table tbody tr td .input-box select {
    width: 100px;
    padding: 5px;
}

.cart-total-table .table tbody tr td b {
    font-size: 16px;
    color: #222;
}

.cart-total-table .table tbody tr td .price {
    color: #222;
    font-size: 14px;
    font-weight: 400;
}

.estimate select {
    padding: 12px 10px;
}
/* Cart Page CSS End */

/* Checkout Page CSS Start */
.checkout-step {
    display: inline-block;
    width: 100%;
}

    .checkout-step ul {
        display: table;
        margin: 0px auto 25px;
    }

        .checkout-step ul li {
            float: left;
            font-size: 15px;
            color: #31b9d4;
            cursor: pointer;
        }

            .checkout-step ul li .step {
                float: left;
            }

                .checkout-step ul li .step .circle {
                    background: #31b9d4;
                    color: #fff;
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    padding: 3px 11px;
                    font-weight: 400;
                    font-size: 14px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                }

                .checkout-step ul li .step .line {
                    background: #31b9d4 none repeat scroll 0 0;
                    float: left;
                    height: 7px;
                    margin: 12px -1px 12px 0;
                    width: 65px;
                }

            .checkout-step ul li:first-child .step .line {
                -webkit-border-radius: 3px 0px 0px 3px;
                -moz-border-radius: 3px 0px 0px 3px;
                -o-border-radius: 3px 0px 0px 3px;
                border-radius: 3px 0px 0px 3px;
                width: 65px;
            }

            .checkout-step ul li:last-child .step .line {
                -webkit-border-radius: 0px 3px 3px 0px;
                -moz-border-radius: 0px 3px 3px 0px;
                -o-border-radius: 0px 3px 3px 0px;
                border-radius: 0px 3px 3px 0px;
                width: 65px;
                background: #222;
            }

            .checkout-step ul li span {
                color: #31b9d4;
                display: inline-block;
                padding: 6px 15px 6px 6px;
                line-height: 20px;
            }

            .checkout-step ul li.step-done {
                color: #26537f;
            }

            .checkout-step ul li.active {
                color: #31b9d4;
            }

            .checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
                background: #26537f;
            }

            .checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
                background: #31b9d4;
            }

    .checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle, .checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
        background: #222;
    }

    .checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
        color: #222;
    }

.heading-bg h2.heading {
    background: #f0f0f0;
    padding: 8px 17px;
}
.heading-bg-clc h2.heading {
    background: #31B9D4;
    padding: 8px 17px;
}

.checkout-section h2.heading {
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*"Raleway", sans-serif;*/
    letter-spacing: 1px;
    font-weight: 400;
}

.payment-option-box {
    padding: 20px;
    border: 1px solid #e1e1e1;
}

.payment-option-box-inner {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.payment-top-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.paypal-box {
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    position: relative;
    margin-left: 10px;
}

.paypal-top {
    background: #f5f5f5;
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 0 10px;
}
/* Checkout Page CSS Start */

/* Login Register Page CSS Start */
.new-account .link {
    text-decoration: underline;
    color: #222;
}

    .new-account .link:hover {
        color: #31b9d4;
    }
/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

.account-tab > span .sub-title {
    font-size: 18px;
}

.account-sidebar .sub-title span {
    background: url("../images/sprite.png") no-repeat scroll -97px -456px;
    display: inline-block;
    height: 21px;
    margin-bottom: -5px;
    width: 21px;
}

.account-sidebar.account-tab .account-tab-inner {
    padding: 0px;
    background: #f0f0f0 none repeat scroll 0 0;
}

.account-sidebar.account-tab > .tab-title-bg {
    padding: 12px 15px;
}

.account-sidebar ul {
    width: 100%;
}

    .account-sidebar ul li {
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }

        .account-sidebar ul li:last-child {
            border-bottom: none;
        }

        .account-sidebar ul li a {
            padding: 8px 15px;
            display: inline-block;
            width: 100%;
        }

            .account-sidebar ul li a .fa {
                position: absolute;
                right: 15px;
                top: 12px;
                transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
            }

        .account-sidebar ul li.active a, .account-sidebar ul li:hover a {
            color: #fff;
            background: #6e377e none repeat scroll 0 0;
        }

            .account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
                color: #fff;
                right: 0px;
            }

            .account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6e377e;
                border-style: solid;
                border-width: 20px 22px 20px 15px;
                top: 0px;
                content: "";
                right: -36px;
                position: absolute;
            }

.account-content {
    padding: 0px 30px;
}

    .account-content .heading-section {
        display: inline-block;
        width: 100%;
    }

        .account-content .heading-section .heading {
            padding: 2px 0px;
        }

        .account-content .heading-section .common-btn {
            margin-top: -4px;
        }

    .account-content p, .address-box p {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .account-content hr {
        margin-top: 5px;
    }

.address-box .inner-heading {
    margin-bottom: 10px;
}
/* Account Page CSS Start */

/* Blog Page CSS Start */
.sidebar-box .search-box input.input-text {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    position: relative;
    width: 100% !important;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
/* Blog Page CSS Start */

/* About Page CSS Start */
.about-title {
    color: #6b6b6b;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
}

.heading-part-desc h2.heading {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}

.partner-detail-main {
    height: 100%;
}

.partner-block {
    display: inline-flex;
    overflow: hidden;
}

    .partner-block ul {
        margin-bottom: -1px;
    }

        .partner-block ul li {
            border-bottom: 1px solid #f0f0f0;
            border-right: 1px solid #f0f0f0;
            float: left;
            width: 33.33%;
            text-align: center;
            padding: 16px;
        }

            .partner-block ul li:nth-child(3n) {
                border-right: none;
            }

            .partner-block ul li span {
                display: inline-block;
                padding: 23px 0;
                width: 100%;
                opacity: 0.5;
                transition: all 0.4s ease 0s;
            }

                .partner-block ul li span:hover {
                    opacity: 0.8;
                }

            .partner-block ul li.owner-logo span {
                opacity: 1;
                filter: grayscale(100%);
            }

                .partner-block ul li.owner-logo span:hover {
                    background-color: transparent;
                    filter: grayscale(0%);
                }

.team-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

    .team-item:hover {
        background: #6b6b6b;
    }

        .team-item:hover img {
            opacity: 0.2;
            transform: scale(1.1);
        }

    .team-item .team-item-detail {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: -40px;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
    }

    .team-item:hover .team-item-detail {
        opacity: 1;
        bottom: 30px;
    }

.team-slider {
    position: relative;
}

#team-slider .owl-item .item {
    padding: 0 15px;
}
.owl-item {

}

.customNavigation .btn {
    background: #f6f6f6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

    .customNavigation .btn:hover {
        background: #dcbd71;
    }

    .customNavigation .btn.next {
        right: -40px;
    }

    .customNavigation .btn.prev {
        left: -40px;
    }

    .customNavigation .btn i.fa {
        color: #1b2839;
        font-size: 20px;
    }

.team-item .sub-title {
    color: #fff;
}

.listing-effect .social_icon {
    margin-top: 25px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.listing-effect:hover .social_icon {
    margin-top: 5px;
}

.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0 3px;
}

    .listing-effect .social_icon ul li i.fa {
        color: #bebebe;
        font-size: 20px;
        height: 40px;
        width: 40px;
        padding: 11px 0;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .listing-effect .social_icon ul li a i.fa:hover {
        color: #fff;
    }

    .listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
        background: #3b5998;
    }

    .listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
        background: #00aced;
    }

    .listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
        background: #f7679a;
    }

    .listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
        background: #cb2027;
    }
	.listing-effect .social_icon ul li a i.fa.fa-blogger:hover {
        background: #cb2027;
    }

.listing-effect .listing-meta {
    color: #fff;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block {
    min-height: 965px;
    position: relative;
    overflow: hidden;
}

    .error-block > img {
        height: auto;
        left: -100%;
        margin: auto;
        position: absolute;
        right: -100%;
        top: 0;
    }

.error-block-detail {
    text-align: center;
}

.error-block-bg {
    background: url(../images/404-bg.jpg) no-repeat scroll left top;
}

.error-block-detail .main-error-text {
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Roboto", Arial, Verdana, Helvetica, sans-serif;*/ /*"Poppins", sans-serif;*/
    font-size: 230px;
    color: #222;
    line-height: 180px;
    font-weight: 400;
    margin-bottom: 60px;
}

.error-small-text {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.error-slogan {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 30px;
}

.error-block-detail .social_icon {
    margin-bottom: 20px;
}

.big-btn a {
    display: inline-block;
    color: #1b2839;
    background: #dcbd71;
    padding: 20px 50px;
    font-size: 14px;
}

    .big-btn a:hover {
        background: #fff;
    }
/* 404 Page CSS End */

/* Contact Page CSS Start */
.contact-main iframe {
    min-height: 450px;
    width: 100%;
}

.contact-box .contact-icon {
    height: 27px;
    width: 27px;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat scroll 0 0;
}

.contact-box span {
    display: inline-block;
    font-size: 15px;
    color: #1f1f1f;
    line-height: 1.1;
    margin-bottom: 20px;
    width: 100%;
}

.contact-box p {
    margin-bottom: 0;
}

.contact-box .contact-phone-icon {
    background-position: -101px -502px;
}

.contact-box .contact-mail-icon {
    background-position: -101px -543px;
}

.contact-box .contact-open-icon {
    background-position: -101px -583px;
}

.contact-info .no-padding {
    border-right: 1px solid #e1e1e1;
}

    .contact-info .no-padding:last-child {
        border: none;
    }
/* Contact Page CSS End */

/* Wishlist Page CSS Start */

.commun-table td .product-title .size-text {
    font-size: 11px;
    color: #7e7e7e;
    font-weight: bold;
    padding: 5px 0px;
}

    .commun-table td .product-title .size-text span {
        color: #1b2839;
        padding: 5px 0px;
        display: inherit;
    }

/* Wishlist Page CSS End */

/* Compare Page CSS Start */
.compare-infomation {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 80px;
}

.compare-info {
    width: 100%;
    max-width: 100%;
    border: 15px solid #f5f5f5;
    text-align: center;
}

    .compare-info td {
        padding: 22px 28px;
        border: 1px solid #ebebeb;
        vertical-align: middle;
    }

        .compare-info td.name, .compare-info td.description {
            vertical-align: top;
        }

        .compare-info td:first-child {
            padding: 22px 20px;
            text-transform: uppercase;
            font-weight: 400;
            vertical-align: middle;
        }

    .compare-info .image img {
        max-width: 180px;
        border: 0px;
    }

    .compare-info .image {
        position: relative;
    }

        .compare-info .image a {
            position: absolute;
            top: 22px;
            right: 40px;
            color: #dcdcdc;
        }

            .compare-info .image a:hover {
                color: #303030;
            }

    .compare-info .availability {
        color: #31b9d4;
    }

    .compare-info .description {
        line-height: 1.55em;
    }

    .compare-info .price {
        margin-bottom: 20px;
    }

    .compare-info .btn-cart {
        margin-bottom: 15px;
    }

    .compare-info .btn-cart, .compare-info .btn-wishlist {
        width: 100%;
    }

        .compare-info .btn-cart i, .compare-info .btn-wishlist i {
            font-size: 16px;
            margin-right: 5px;
            vertical-align: top;
            line-height: 20px;
        }

    .compare-info thead tr th:first-child, .compare-info tbody tr td:first-child {
        max-width: 160px;
    }

/* Compare Page CSS End */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
    background: #f9f6f6;
}

    .footer, .footer a, .footer p {
        /*color: #6d6d6d;*/
        color: #FFFFFF;
    }

        .footer a:hover {
            color: #31b9d4;
        }

.footer-top {
    padding: 32px 0px;
}

.footer-middle .f-logo {
    margin-bottom: 20px;
}

.footer-middle {
    padding: 50px 0;
}

.footer-middle-right {
    padding-left: 50px;
}

.footer-top p {
    color: #a4a4a4;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 240px;
}

ul.social-icon li {
    display: inline-block;
}

    ul.social-icon li i.fa {
        color:#000000;
        /*color:#6e377e;*/
        /*color: #2c6272;*/
        font-size: 22px;
        padding: 0 15px;
        text-align: center;
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

.social-link ul.social-icon li i.fa {
    font-size: 18px;
    height: 36px;
    width: 36px;
    padding: 10px;
}

.footer_social {
    text-align: right;
}

ul.social-icon li i.fa.fa-facebook:hover {
    color: #3b5998;
}

ul.social-icon li i.fa.fa-twitter:hover {
    color: #1dcaff;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    color: #0077b5;
}

ul.social-icon li i.fa.fa-rss:hover {
    color: #ff6600;
}

ul.social-icon li i.fa.fa-pinterest:hover {
    color: #c8232c;
}
ul.social-icon li i.fa.fa-blogger:hover {
    color: #0077b5;
}

.footer-static-block .title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    /*border-bottom: 2px solid #31b9d4;*/
    color:#fff;
}

/*.footer .title > span {
    border-bottom: 2px solid #31b9d4;
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 50px;
}*/

.footer-static-block ul.address-footer li {
    margin-bottom: 0;
}

.footer-static-block ul li {
    padding: 6px 0;
}

    .footer-static-block ul li:first-child {
        padding-top: 0;
    }

    .footer-static-block ul li:last-child {
        padding-bottom: 0;
    }

.footer hr {
    border-top: 1px solid #e1e1e1;
}

.footer-static-block li i.fa {
    float: left;
    font-size: 16px;
    color: #000000;
    /*color: #6e377e;*/
    /*color: #2c6272;*/
    margin-top: 5px;
}

.footer-static-block li p {
    margin-left: 25px;
    margin-bottom: 15px;
}

ul.tagcloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

    ul.tagcloud li a {
        border: 1px solid #444444;
        display: inline-block;
        padding: 5px 10px;
    }

.sidebar-block ul.tagcloud li a {
    border-color: #ebebeb;
}

ul.tagcloud li a:hover {
    border-color: #31b9d4;
}

.footer-static-block li a:hover span {
    color: #31b9d4;
}

.footer-static-block .field {
    margin-bottom: 5px;
}

.footer-static-block input, .footer-static-block textarea {
    background-color: transparent;
    border: 1px solid #444;
    width: 100% !important;
    padding: 5px;
}

.footer-bottom .site-link li {
    display: inline-block;
}

    .footer-bottom .site-link li a {
        padding: 0 10px;
    }

    .footer-bottom .site-link li:first-child a {
        padding-left: 0;
    }

    .footer-bottom .site-link li:last-child a {
        padding-right: 0;
    }

.payment {
    padding-bottom: 30px;
}

    .payment ul li {
        display: inline-block;
        padding: 0 10px;
    }

        .payment ul li a {
            display: inline-block;
        }


/* Scroll-top Arrow CSS Start */
.scroll-top {
    bottom: 60px;
    position: fixed;
    right: 10px;
    z-index: 2;
}

    .scroll-top .scrollup:before {
        color: #fff;
        content: "";
        font-family: "FontAwesome";
        font-size: 18px;
    }

    .scroll-top .scrollup {
        background: #6e377e;
        border: 2px solid #fff;
        padding: 9px 15px;
        display: none;
        cursor: pointer;
        border-radius: 55%;
        -moz-border-radius: 55%;
        -webkit-border-radius: 55%;
        -o-border-radius: 55%;
    }
/* Scroll-top Arrow CSS End */
/*Gangadhar*/

.ptb-80 {
    padding-top: 30px;
    padding-bottom: 25px;
}

.ser-footer-block {
    background: #e2e4e4 none repeat scroll 0 0;
    padding: 20px;
}

.pricecalc {
    background: #e2e4e4 none repeat scroll 0 0;
    padding: 18px;
}


.footer-static-block h4 {
    margin-top: 32px;
}

.top-right-link ul li.forgot-icon a span {
    background-position: -132px -603px;
}

.top-right-link ul li.forgot-icon:hover a span {
    background-position: -132px -569px;
}

.top-right-link ul li.register-icon a span {
    background-position: -130px -920px;
}

.top-right-link ul li.register-icon:hover a span {
    background-position: -130px -856px;
}

.bottom-detail ul li.pro-view-icon span {
    background-position: -97px -348px;
}

.bottom-detail ul li.pro-view-icon:hover span {
    background-position: -97px -302px;
}

.top-right-link ul li.logout-icon a span {
    background-position: -100px -887px;
}

.top-right-link ul li.logout-icon:hover a span {
    background-position: -100px -857px;
}
/*stayIntouch*/
.top-right-link ul li.myaccount-icon a span {
    background-position: -68px -888px;
}

.top-right-link ul li.myaccount-icon:hover a span {
    background-position: -68px -858px;
}

.newsletterCompany {
    color: #1b2839;
}

.newsletter a:hover {
    color: #ec008c;
}

.product-item p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
}

.support-detail {
    color: #ec008c;
    font-size: 14px;
    font-weight: 400;
    bottom: 40px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px;
    text-align: center;
}

.submegamenu {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 20px 30px;
    position: absolute;
    margin-top: -20px;
    z-index: 2;
    left: 0;
}

.megamenu .sub-menu-level2 li.level3:hover .submegamenu {
    display: block!important;
}

.megamenu .sub-menu-level1 li.level4:last-child {
    min-width: 300px;
}


.submegamenu-sub {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 20px 30px;
    position: absolute;
    margin-top: -20px;
    z-index: 2;
    left: 0;
}

.megamenu .sub-menu-level2 li.level5:hover .submegamenu-sub {
    display: block!important;
}

.megamenu .sub-menu-level1 li.level5:last-child {
    min-width: 300px;
}

.submegamenu-sub-sub {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 20px 30px;
    position: absolute;
    margin-top: -20px;
    z-index: 2;
    left: 0;
}

.megamenu .sub-menu-level2 li.level6:hover .submegamenu-sub-sub {
    display: block!important;
}

.megamenu .sub-menu-level1 li.level6:last-child {
    min-width: 300px;
}


.productmegamenu {
    background: #fff;
    color: #a4a4a4;
    padding: 10px 0px;
    z-index: 2;
}


.productmegamenu-inner-top {
    display: inline-block;
    width: 100%;
}

.productmegamenu .productsub-menu-level1 li.level2 {
    float: left;
    min-width: 270px;
}

.productmegamenu .level2 > a {
    display: inline-block;
    margin-right: 35px;
    color: #31b9d4;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 100%;
}

.productmegamenu .productsub-menu-level2 li.level3 > a {
    color: #666666 !important;
    display: inline-block;
    padding: 6px 0;
}

    .productmegamenu .productsub-menu-level2 li.level3 > a:hover {
        color: #31b9d4 !important;
    }


    .productmegamenu .productsub-menu-level2 li.level3 > a span {
        float: left;
        font-size: 9px;
        margin-right: 9px;
        margin-top: -1px;
    }

.productmegamenu-inner-top .col-md-10 {
    padding-right: 30px;
}

.productmegamenu .productsub-menu-level1 li.level2:last-child {
    min-width: 170px;
}

.calcdisplay {
    display: block;
}

.calc {
    display: none;
}

.lispace {
    /*list-style-type: disc;
    list-style-position: inside;
    padding: 10px 0 10px 20px;*/
    text-indent: -1em;
    padding: 0px 11px 0px;
}

.widget {
    margin-bottom: 30px;
}

.well {
    padding: 15px;
    margin-bottom: 0;
    background-color: #FCFCFC;
    border-color: #E5E5E5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: none;
}

.triangle-right .rigthtriangle {
    /*margin-top: 15px;
    margin-left: -15px;*/
    /*margin-top:10px;*/
	margin-top:4px;
}

.triangle-rightw .rigthtrianglew {
    /*margin-top: 15px;
    margin-left: -15px;*/
    /*margin-top:10px;*/
	margin-top:4px;
}

    .triangle-right .rigthtriangle div, .dcLinks div,.dc-links li div { /*Gangadhar*/
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #6e377e;
        float: left;
        width: 12px;
        margin-top: 4px;
    }

	 .triangle-rightw .rigthtrianglew div, .dcLinks div,.dc-links li div { /*Gangadhar*/
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #31b9d4;
        float: left;
        width: 12px;
        margin-top: 4px;
    }

    .triangle-right .rigthtriangle a:hover {
        color: #31b9d4;
    }

	.triangle-rightw .rigthtrianglew a:hover {
        color: #31b9d4;
    }

    .triangle-right .rigthtriangle a {
        color: #222;
        padding: 0px 0px;
        font-size: 14px;
    }

	.triangle-rightw .rigthtrianglew a {
        color: #222;
        padding: 3px 7px;
        font-size: 14px;
    }

	 .triangle-rightw .rigthtrianglew .btn-danger {
        padding: 13px 14px;
        font-size: 16px;
        line-height: 16px;
        border: none;
        font-weight: 400;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -o-border-radius: 25px;
        background: #d42740;
    }

    .triangle-right .rigthtriangle .btn-danger {
        padding: 13px 14px;
        font-size: 16px;
        line-height: 16px;
        border: none;
        font-weight: 400;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -o-border-radius: 25px;
        background: #d42740;
    }

.dcLinks div,.dc-links li div { /*Gangadhar*/
    margin-top: 4px;
}
.dc-links li span.aCurrent{
    cursor: default;
    color: #B40F02;
}
/*.triangle-right .col-4 h5
{ 
    color:#d41a01;
}*/
.view button {
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 12px;
    background: #2c6272;
    color: #fff;
}

    .view button:hover {
        background: #31b9d4;
    }

.fa-angle-left {
    line-height: 40px!important;
}

.fa-angle-right {
    line-height: 40px!important;
}

.categoriesmenu {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 20px 40px;
    position: absolute;
    top: 70%;
    z-index: 2;
    border: 2px solid #5bc0de;
}

    /*.view button:hover  .categoriesmenu  {
    display:inline-block;
}

.col-3 .view div.active:hover  .categoriesmenu {
    display:inline-block;
}*/

    .categoriesmenu li.level2 {
        float: left;
        min-width: 350px;
    }

    .categoriesmenu .sub-menu-level2 li.level3 > a span, span.browsecategories{
        float: left;
        font-size: 9px;
        margin-right: 9px;
        margin-top: -1px;
    }


    .categoriesmenu .sub-menu-level1 li.level2 {
        float: left;
        min-width: 350px;
    }

    .categoriesmenu .level2 > a {
        display: inline-block;
        margin-right: 35px;
        color: #64bcde;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .categoriesmenu .sub-menu-level2 li.level3 > a {
        color: #666666 !important;
        display: inline-block;
        padding: 3px 0;
    }

        .categoriesmenu .sub-menu-level2 li.level3 > a:hover {
            color: #31b9d4 !important;
        }

        .categoriesmenu .sub-menu-level2 li.level3 > a span {
            float: left;
            font-size: 9px;
            margin-right: 9px;
            margin-top: -1px;
        }

.categoriesmenu-inner-top .col-md-10 {
    padding-right: 30px;
}

.categoriesmenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}

.categoriesmenu.full {
    left: auto;
    right: 0%;
}

.lilevel1 {
    text-indent: -1em;
    padding: 0px 26px 0px;
}


/*Satyam*/
.option-tempnames {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.tab-background {
    background-color: #e2e4e4;
}

#divBrowseCategories, #divpricing {
    display: none;
}

#divOptions, #divOptions1, #divPrice {
    justify-content: flex-end!important;
}

    #divOptions ul li, #divOptions1 ul li, #divPrice ul li {
        padding-left: 3px;
    }

        #divOptions ul li a, #divOptions1 ul li a, #divPrice ul li a {
            /*color:red;*/
            background: #31b9d4;
            padding: 6px 9px;
            font-size: 14px;
        }

.cater {
    box-shadow: 0 6px 100px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
    margin-top: 15px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #31b9d4;
}

.sub-menu-level2 li.level3 > a span {
    float: left;
    font-size: 9px;
    margin-right: 15px;
    margin-top: -1px;
}

.cater ul li a, .caterbrdr ul li a {
    color: black;
}

    .cater ul li a, .caterbrdr ul li a:hover {
        color: #31b9d4;
    }


.caterbrdr {
    border: 2px solid #31b9d4;
    padding-top: 20px;
    /*padding-bottom: 20px;*/ /*laxman commented this for calc bottom padding remove*/
    margin-right: 0;
}

.specialoffer p { /*Gangadhar*/
    /*font-family: Frutiger LT Std;*/
    /*text-shadow: 1px 1px #ef9e92;*/
    font-size: 14px;
    color: #020000;
}

    .specialoffer p:hover {
        text-shadow: 0px 0px #c7bbba;
    }

.select-title {
    background: transparent url("../images/BTNS/SELECTTITLE.png") no-repeat scroll 0 0;
    padding: 10px 44px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
}

.select-disclimer {
    background: transparent url("../images/BTNS/SELECTDISCLAIMER.png") no-repeat scroll 0 0;
    padding: 10px 70px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    margin-left: 0px!important;
}

.add-disclimer-leftpannel {
    background: transparent url("../images/BTNS/ADDDISCLAIMER_BIG.png") no-repeat scroll 0 0;
    padding: 10px 67px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    margin-left: 0px!important;
}

.text {
    background: transparent url("../images/BTNS/TEXT.png") no-repeat scroll 0 0;
    padding: 16px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.add-text {
    background: transparent url("../images/BTNS/ADDTEXTFIELD.png") no-repeat scroll 0 0;
    padding: 18px 50px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.add-message-area {
    background: transparent url("../images/BTNS/ADDMESSAGEAREA.png") no-repeat scroll 0 0;
    padding: 18px 50px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.add-disclimer-rightpannel {
    background: transparent url("../images/BTNS/ADDDISCLAIMER.png") no-repeat scroll 0 0;
    padding: 18px 50px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-designation {
    background: transparent url("../images/BTNS/DESIGNATION.png") no-repeat scroll 0 0;
    padding: 15px 51px;
    margin-top: 30px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-designation-add {
    background: transparent url("../images/BTNS/ADD-DESIGNATION.png") no-repeat scroll 0 0;
    padding: 18px 50px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-designation-select {
    background: transparent url("../images/BTNS/SELECT-DESIGNATION.png") no-repeat scroll 0 0;
    padding: 18px 50px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-image {
    background: transparent url("../images/BTNS/IMAGE.png") no-repeat scroll 0 0;
    padding: 15px 51px;
    margin-top: 30px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-image-add {
    background: transparent url("../images/BTNS/ADDAGENTPHOTO.png") no-repeat scroll 0 0;
    padding: 18px 50px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-images-other-add {
    background: transparent url("../images/BTNS/ADDOTHERIMAGES.png") no-repeat scroll 0 0;
    padding: 18px 50px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}


.dc-more {
    background: transparent url("../images/BTNS/MORE.png") no-repeat scroll 0 0;
    padding: 15px 51px;
    margin-top: 30px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-table-add {
    background: transparent url("../images/BTNS/ADDTABLE.png") no-repeat scroll 0 0;
    padding: 18px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-change-layout {
    background: transparent url("../images/BTNS/CHANGELAYOUT.png") no-repeat scroll 0 0;
    padding: 18px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}

.dc-choose-another-design {
    background: transparent url("../images/BTNS/CHOOSEANOTHERDESIGN.png") no-repeat scroll 0 0;
    padding: 18px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    /*float:right;*/
}


.dc-save-design {
    background: transparent url("../images/BTNS/SAVEDESIGN.png") no-repeat scroll 0 0;
    padding: 18px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    float: right;
    vertical-align: bottom;
}

.dc-approve-design {
    background: transparent url("../images/BTNS/APPROVEDESIGN.png") no-repeat scroll 0 0;
    padding: 18px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    float: right;
    vertical-align: bottom;
}

.dc-select-back-design {
    background: transparent url("../images/BTNS/SELECTBACK.png") no-repeat scroll 0 0;
    padding: 18px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    vertical-align: bottom;
    /*float:right;*/
}

.dc-front-img-prview {
    background: transparent url("../images/BTNS/BC_KW_NL_PHOTO_BEACH_5627_thumb.jpg");
    padding: 18px 51px;
    margin-top: 5px;
    border-radius: 0px;
    color: #0752ab;
    margin-left: 5px;
    margin-right: 5px;
    /*background-size: 100px 100px;*/
    height: 58px;
    width: 100px;
    /*float:right;*/
}

.more {
    display: none;
}

.arrow-down { /*Gangadhar*/
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6e377e;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.arrow-up { /*Gangadhar*/
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #6e377e;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}

#divOptions {
    float: right;
    background: #e2e4e4;
    width: 100%;
}
/*#divPrice, #divOptions {
    float: right;
    background: #e2e4e4;
    width: 100%;
}*/
/*Satyam*/
.panel {
    /*margin-bottom: 30px;*/
    border-radius: 2px;
    /*border-color: lightslategrey;*/
    /*border-right:none;
    border-bottom:none;*/
}

.panel-default > .panel-heading {
    background: #6e377e;
}

.panel-heading {
    padding: 4px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    position: relative;
}

.panel-body {
    padding: 15px;
}

.panel-title {
    color: white;
}

.tabspace {
    margin-left: 4px;
}

.anchorfontcolor {
    color: #2c6272;
}

.rigthtriangle h5 {
    font-size: 13px;
}

.price-container {
    /*background: #dbdee2;*/
}

.span-what-is-this {
    color: #0752ab;
    margin-left: 20px;
}

.container textarea { /*Gangadhar*/
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eeeeee;
    min-height: 40px;
}

.logotop {
    margin-top: 10px;
}

.select-logo-align {
    margin-top: 72px;/*135px;*/
}
/*.designCenter {
    background:#f5f4f2;
}*/

.triangle-right .btn {
    /*margin-left: 135px;*/
    margin-top: 0px!important;
}

/*.cToolbar {
    left: 134px;
    top: 0px !important;
}*/

#cardarea {
    top: 160.5px;
    left: 165px;
    height: 245px;
    width: 418px;
    position: relative;
    background-repeat: no-repeat;
}

.anchr-link-color {
    color: #0000EE;
}

    .anchr-link-color:hover {
        text-decoration: underline;
        color: #0000EE;
    }

.img-sports {
    height: 50px;
}
/*murali*/
.shipping-address-align {
    text-align: right;
}



/*murali*/
.label-color {
    color: red!important;
}

.div-border-right {
    border-right: 1px solid #C0C0C0;
}

.div-border-top {
    border-top: 1px solid #C0C0C0;
}

.btn-color-red { /*murali*/
    background-color: #ff3030;
    color: #fff !important;
}

.price-total-color { /*murali*/
    color: #0962c6;
}

.pl-update-order { /*murali*/
    padding-left: 45px;
}

    .pl-update-order a {
        color: #fff;
        padding: 7px 10px;
    }

.imgborder {
    border: 1px solid;
}

.shopping-cart-button-style {
    font-size: 14px;
    padding: 6px 6px;
    width: 100%;
}

.background-shadow {
    box-shadow: 0px 0px 5px;
}

.viwe-small-icon ul li button {
    font-size: 12px;
    padding: 3px 10px 6px 10px;
}

.dccontainer { /*Gangadhar*/
    padding-left: 40px;
    padding-right: 50px;
}

    .dccontainer ul li {
        display: inline-block;
    }

    .dccontainer input {
        width: 100%;
    }

    .dccontainer .mb-15 a, .container .mb-15 a:hover {
        color: #0000EE;
              /*Satyam*/
        /*font-size: 12px;*/
    }

    .dccontainer .row:nth-child(2) {
        height: 600px;
    }


/*#appIframe, #iFrame, #app {
    height: 852px;
}
#rightchild, #middlechild, #leftchild {
    height: 850px;
}*/

#productButtons {
    position:absolute;
    bottom:95px;
    z-index:999;
}
#cpfNavButtons {
    z-index:999;
}
.content-dropdown:hover,.content-dropdown ul,.content-dropdown ul li,.content-dropdown ul:hover,.content-dropdown ul li:hover{
    display:block;
}
.myaccount-icon.content:hover div.content-dropdown {
    display:block;
}
.product-itemLH {
	z-index:0;
    position: relative;
    width: 418px;
    height: 538px;
    border: 1px solid black;
}
.product-itemEN {
	z-index:0;
    position: relative;
    width: 464px;
    height: 206px;
    border: 1px solid black;
}
.product-itemFCF {
    z-index:0;
    position: relative;
    width: 539px;
    height: 418px;
    border: 1px solid black;
}
.product-itemNBP {
    z-index:0;
    position: relative;
    width: 428px;
    height: 212px;
    border: 1px solid black;
}
.product-itemFCB {
    z-index:0;
    position: relative;
    width: 539px;
    height: 418px;
    border: 1px solid black;
}
.product-itemSAL {
	z-index:0;
    position: relative;
    width: 384px;
    height: 322px;
    border: 1px solid black;
}
.product-itemRAL {
	z-index:0;
    position: relative;
    width: 382px;
    height: 146px;
    border: 1px solid black;
}
.product-itemSMNB {
	z-index:0;
    position: relative;
    width: 425px;
    height: 209px;
    border: 1px solid black;
}


/* Laxman Start*/
.my-account-icon {    
    left: 0px;
    top: 0px;
    width: 47px;
    height: 47px;    
    /*background: url(../images/my_profile.jpg) no-repeat scroll 0 0;*/
}

.panel-default-account > .panel-heading-account {
    background: #bebdbd;
}

.panel-heading-account {
    padding: 4px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    position: relative;
}

.panel-body-account {
    padding: 15px;
}

.panel-title-account {
    color: #222;
}
/*Color*/
.bgcolor1 {background-color:#33bad0}
.bgcolor2 {background-color:#8b8b8b}
.bgcolor3 {background-color:#bebdbd}
.bgcolor4 {background-color:#ebebeb}
.bgnone{background-color:#FFFFFF}

.gridimg {
    height: auto;
    border: none;
    outline: none;
	max-width:100px !important;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;

     width: auto\9;/*Gangadhar*/
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
}

.tbl-style1 {margin:0px auto;}
.tbl-style1 tr td {font-size:12px;}
.tbl-style1 tr td.fz1{font-size:11px;}
.tbl-style1 tr td.fz2{font-size:16px;}
.tbl-style1 tr td.fz3{font-size:14px;}
.tbl-style1 tr td.padlft{padding-left:0px;}
.tbl-style1 tr td.padtop{padding-top:12px;}
.tbl-style1 td .discount {font-size:10px;}
.tbl-style1 tr td em {text-align:right;display:block;padding-right:12px;font-style:normal;}
.tbl-style1 tr th {font-size:12px;}
.tbl-style1 tr th span.small {font-size:11px; font-weight:normal;}
.tbl-style1 td a{text-decoration:none;color:#474d59}
.tbl-style1 td a:hover{text-decoration:underline;color:#474d59}
.tbl-style1 td .a1{font-size:10px;font-weight:bold; text-decoration:underline;color:#474d59}
.tbl-style1 td .a1:hover{font-size:10px;font-weight:bold; text-decoration:none;color:#474d59}
.tbl-style1 td .a2{font-size:10px;font-weight:bold; text-decoration:underline;color:#1200b0}
.tbl-style1 td .a2:hover{font-size:10px;font-weight:bold; text-decoration:none;color:#1200b0}
.tbl-style1 tr td.title{margin:0;padding:0 0 6px 0;line-height:12px;font-size:12px; color:#000000;}
/*.match_tit_ins {padding:7px 10px 7px 10px;background-color:#ebebeb;font-weight:bold;font-size:14px;border:1px solid #bebdbd;border-bottom:0px}
.match_tit_ins span {border:0px;font-weight:normal;font-size:12px;}*/

.pagination-bar tr {
        display: inline-flex;
    }

        .pagination-bar tr td {
            float: left;
            margin: 0 2px;
        }

            .pagination-bar tr td a ,.pagination-bar tr td span{
                background: #f0f0f0;
                height: 31px;
                width: 31px;
                display: inline-block;
                line-height: 31px;
                text-align: center;
                border-radius: 25px;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                -o-border-radius: 25px;
            }

            .pagination-bar tr td.active a,.pagination-bar tr td span {
                background: #31b9d4;
                color: #fff;
            }



.grdbtn {
    padding: 5px 16px;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 4px;
    border: none;
	width: 100%;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    /*border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;*/
}

.backgroundHilight {background-color: #00b2f4 !important;color: black !important;}
.numbers {display: inline-block;color: black !important;border: 1px solid #e6e6e6;padding: 0 7px;font: 11px/20px Arial;text-transform: uppercase;height: 20px;margin-left: 5px;}

/* Laxman End*/
.BgImg {
     position: absolute;
     left:0px;
     padding: 1px 16px 0px 16px;
}
.BgdImg {
    border:1px solid #dbdbdb;
}
.MCBgdImg {
    border:1px solid #dbdbdb;
}
.tiptable td {
    font-size: 12px;
}
.suggestions-dropdown {color: #2D2D2D;padding: 0 0 50px 0;}
.suggestions-dropdown ul {font: 14px  "Open Sans", sans-serif;border: #ccc solid 1px;list-style: none;background: #fff;}
.suggestions-dropdown ul li {font: 14px  "Open Sans", sans-serif; padding: 14px 8px 14px 8px;list-style: none;background: none;}
.suggestions-dropdown ul li:hover {background-color: #eee;}

.PageLinks {background-color: #f0f0f0;height: 41px;width: 41px;display: inline-block;line-height: 41px;text-align: center;-webkit-border-radius: 25px;color:#000000;}
.PageLinks a:hover {text-decoration:none;background-color:#ffffff;color:#ffffff;}
.PageLinkscurr {background-color: #1c836a;height: 41px;width: 41px;display: inline-block;line-height: 41px;text-align: center;-webkit-border-radius: 25px;color:#ffffff;}

.cshiptable table tr td {
    border:none;
}
 .ulcolor {
    /*color: #31b9d4;*/
    font-weight: bold;
	font-size: 16px;
	line-height: 16px !important;
}

 .header-title {
    /*font-style: italic;*/
}

 .anchr-more-price {
    color: #0000EE;
	font-size:7pt;
}

.design a {
    padding:0px 25px 0px 0px;
}
.product-detail-inner.designs {
    top:3%;
    left:88%;
    width:25%;
}
.numbers {
    display: inline-block;
    color: #000!important;
    border: 1px solid #e6e6e6;
    padding: 0 7px;
    font: 11px/20px Arial;
    text-transform: uppercase;
    height: 20px;
    margin-left: 5px;
}
.backgroundHilight {
    background-color: #00b2f4 !important;
}

.main-banner.bottom_banner .owl-pagination
{
	bottom:20px !important;
}
.allProducts_color13{color:#0070c0}
.main-banner.bottom_banner_index .owl-pagination
{
	bottom:10px !important;
}

/*.aColor {border: 0.5px solid #666666; }
.aColor:hover {border: 0.5px solid #333333;}
.aColorsel {border: 0.5px solid #333333; }
.aColorsel:hover {border: 0.5px solid #333333;}

.aColorsel1 {border: 0.5px solid #666666; }
.aColorsel1:hover {border: 0.5px solid #666666;}*/


table.tableresp {/*murali start*/
	border: 15px solid #f5f5f5;
    /*border: 2px solid #716969;*/
    /*border-top: none;
    border-bottom:none;
    border-right:none;*/
    margin-bottom: 0;
    /*background: #4f5050;*/
    /*color: #fff;*/
}

.complete-order-detail table.tableresp {
    border-top: 15px solid #f5f5f5;
}

.commun-table .tableresp thead tr th {
    background: #f5f5f5;
    border-bottom: none;
    padding: 6px 20px;
}

.cart-item-table .tableresp tbody tr td {
    padding: 6px 25px;
    vertical-align: top;
}

.cart-total-table .tableresp tbody tr td {
    padding: 10px 25px;
    vertical-align: top;
}

.cart-total-table .tableresp thead tr th {
    padding: 15px 25px;
    vertical-align: top;
}

.commun-table .tableresp tbody tr:first-child td {
    border-top: medium none;
}



.commun-table .tableresp tbody tr td i.cart-remove-item {
    color: #31b9d4;
    font-size: 18px;
    cursor: pointer;
}

.cmbgrndcolor {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    background: #fb2a5f;
    color: #ffffff;
    text-align: center;
}
.dhimgbgrndcolor {
    text-align: center;
    font-size: 20px;
    background-color: #D11242;
    padding: 10px;
    font-family:Arial;
	font-weight:bold;
	color: #ffffff;
	height:55px;
}

.midcont_index_kiosk {
    margin:0px 0 5px 0;
    float:left;
    background-color:#feffff;
}
.midwrap_kiosk{
    padding:15px 0px 15px 30px;
    border:0px solid red;}
.prod_cont_kiosk{
    width:636px;
    border:0px solid red;

}
.prod_cont_kiosk1{
    width:848px;
    border:0px solid red;

}
.products_kiosk{
    margin-right:20px;
    background:url('../images/vline.gif') repeat-y top right;
    border:0px solid red;}
.products_kiosk ul{
    width:auto;list-style-type:none;
    font-size:14px;
    line-height:17px;
    font-family:"Trebuchet Ms";

}
.products_kiosk ul li{
    padding:15px 0 14px 18px;
    display:block;background:url("../images/blue_arrow.gif") no-repeat 2px 17px;
    border:0px solid red;

}
.products_kiosk ul li.last{
    background:none;

}
.products_kiosk ul li.double{
    padding:15px 0 8px 18px;

}
.prodw3_kiosk{
    width:192px;float:left;

}

h3.templateSkuStyle {
    font-size:14px !important;
    color:inherit !important;
}



/* landing page */
.content_wrapper {float:left;margin:10px 0;font-family:Helvetica, Arial, sans-serif;position:relative}
.wht_bg {background:#fff}
.cont_bg {background:url('../images/grey_gradient_bg1.jpg') repeat-y 0 0;}
.cont_bg_2 {float:left;width:100%;padding:20px 0 25px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_2 p {width:535px;float:left;padding:0 0 10px 5px;color:#000;}

.grey_band_header {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#004A91}
/*For KW*/
.grey_band_header_kw {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_kw h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#D21243}
.cont_bg_kw {float:left;width:100%;padding :20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_kw p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_kw ul {float:left;list-style:none;}
.cont_bg_kw ul li {padding:0 0 0 37px;color:#D21243;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_kw.jpg') no-repeat 0 6px;}
/*For KW*/
/*For A2S*/
.grey_band_header_a2s {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_a2s h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#E22B3A}
.grey_band_header_a2s h2 span{color:#003070}
.cont_bg_a2s {float:left;width:100%;padding:20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_a2s p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_a2s ul {float:left;list-style:none;}
.cont_bg_a2s ul li {padding:0 0 0 37px;color:#124B8F;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_a2s.jpg') no-repeat 0 6px;}
/*For A2S*/
/*For EXIT*/
.cont_bg_exit {float:left;width:100%;padding:20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_exit p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_exit ul {float:left;list-style:none;}
.cont_bg_exit ul li {padding:0 0 0 37px;color:#118288;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_exit.jpg') no-repeat 0 6px;}
.grey_band_header_exit {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_exit h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#008996}
/*For EXIT*/
/*For REI*/
.cont_bg_rei {float:left;width:100%;padding:20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_rei p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_rei ul {float:left;list-style:none;}
.cont_bg_rei ul li {padding:0 0 0 37px;color:#094067;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_rei.jpg') no-repeat 0 6px;}
.grey_band_header_rei {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_rei h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#4E7EC0}
/*For REI*/
/*For PRU*/
.cont_bg_pru {float:left;width:100%;padding:20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_pru p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_pru ul {float:left;list-style:none;}
.cont_bg_pru ul li {padding:0 0 0 37px;color:#007AC3;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_pru.jpg') no-repeat 0 6px;}
.grey_band_header_pru {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_pru h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#007AC3}
/*For PRU*/
/*For REMAX*/
.cont_bg_remax {float:left;width:100%;padding:20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_remax p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_remax ul {float:left;list-style:none;}
.cont_bg_remax ul li {padding:0 0 0 37px;color:#0255A1;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_remax.jpg') no-repeat 0 6px;}
.grey_band_header_remax {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_remax h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#E41D3A}
/*For REMAX*/
/*For WC*/
.cont_bg_wc {float:left;width:100%;padding:20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_wc p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_wc ul {float:left;list-style:none;}
.cont_bg_wc ul li {padding:0 0 0 37px;color:#000;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_wc.jpg') no-repeat 0 6px;}
.grey_band_header_wc {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_wc h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#000}
/*For WC*/
/*For C21*/
.cont_bg_c21 {float:left;width:100%;padding:20px 0 55px;font-size:17px;line-height:20px;font-weight:normal;background:#fff url('../images/page2_cont_bg.jpg') repeat-x left bottom;position:relative}
.cont_bg_c21 p {float:left;padding:0 0 10px 5px;color:#000;}
.cont_bg_c21 ul {float:left;list-style:none;}
.cont_bg_c21 ul li {padding:0 0 0 37px;color:#000;font-size:17px;font-weight:bold;line-height:20px;background:url('../images/band_list_bullet_c21.jpg') no-repeat 0 6px;}
.grey_band_header_c21 {float:left;width:100%;height:99px;color:#77787B;font-size:18px;line-height:20px;text-align:center;background:url('../images/page2_top_bg.jpg') repeat-x 0 0}
.grey_band_header_c21 h2{padding:5px 0 0;font-size:30px;line-height:56px;font-family:Helvetica, Arial, sans-serif;color:#FBA51A}
/*For C21*/

#ifrmPricingCalc, #Iframe1, #Iframe2,#iframe1, #iframe2 {
    height:405px !important;
	/*height:400px !important;*/
}
#ifrmTopPricingCalc {
    height:430px !important;
}
#ifrmFooterPricingCalc {
    height:400px !important;
}
#ifrmRemarketPricingCalc {
    height:150px!important;
}
#ifrmRemarketPapersinglePricingCalc {
    height:182px!important;
}
#ifrmRemarketTwoPapersPricingCalc {
    height:288px!important;
}
#ifrmPPCCrossProducts {
    height:230px!important;
}
#ifrmRemarketMultiPricingCalc1,#ifrmRemarketMultiPricingCalc2,#ifrmRemarketMultiPricingCalc3,#ifrmRemarketMultiPricingCalc4,#ifrmRemarketMultiPricingCalc5,#ifrmRemarketMultiPricingCalc6,#ifrmRemarketMultiPricingCalc7,#ifrmRemarketMultiPricingCalc8,#ifrmRemarketMultiPricingCalc9,#ifrmRemarketMultiPricingCalc10 {
    height:195px!important;
}
#ifrmRemarketMultiPricingCalcMultiProducts1,#ifrmRemarketMultiPricingCalcMultiProducts2,#ifrmRemarketMultiPricingCalcMultiProducts3,#ifrmRemarketMultiPricingCalcMultiProducts4,#ifrmRemarketMultiPricingCalcMultiProducts5,#ifrmRemarketMultiPricingCalcMultiProducts6,#ifrmRemarketMultiPricingCalcMultiProducts7,#ifrmRemarketMultiPricingCalcMultiProducts8,#ifrmRemarketMultiPricingCalcMultiProducts9,#ifrmRemarketMultiPricingCalcMultiProducts10  {
    height:286px!important;
}
#ifrmRemarketAprlPricingCalc1, #ifrmRemarketAprlPricingCalc2, #ifrmRemarketAprlPricingCalc3, #ifrmRemarketAprlPricingCalc4, #ifrmRemarketAprlPricingCalc5, #ifrmRemarketAprlPricingCalc6, #ifrmRemarketAprlPricingCalc7, #ifrmRemarketAprlPricingCalc8, #ifrmRemarketAprlPricingCalc9, #ifrmRemarketAprlPricingCalc10 {
    height: 395px !important;
}
.ppcApparelTextAlign {
    line-height:21px!important;
    margin-bottom:1px !important;
}
#ifrmRemarketMultiPricingCalcpen {
    height:495px!important;
}
#ifrmRemarketMultiPricingCalcflash {
    height:392px!important;
}
#IframeFinishing {
    height:300px !important;
}

.pt-30 { 
    padding-top: 30px;
}
.pr-106 {
    padding-right: 106px !important;
}

.savedesign-bgcolor {
    background-color: #6e377e;
     color: #ffffff;
}

.table-border-color th,
.table-border-color td {
        /*border: 1px solid #808080;*/
        padding: 5px;
 }
.account-box-size {
    border: 1px solid #a4a4a4;
    padding: 40px;
}

/*.proofs-box-size {
    border: 1px solid #a4a4a4;
    padding: 40px;
}*/
.proofs-box-size {
    /*border: 1px solid #a4a4a4;*/
    /*padding: 40px;*/
	 padding: 20px;
}

    /*Added By Gangadhar 11282018*/
.choose-template-margin {
    margin:0px ! important;
    margin-top:100px ! important;
}
.mark-as-favorite {
     opacity: 1 !important;
    transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -o-transform: scale(1)!important;
}
.mark-as-favorite a {
    background-position: -9px -417px !important;
    background-color: #31b9d4 !important;
  
}

/* For color panel  */

.product-item.blog-item  .aColor {border: 1px solid #968f8f; width: 10px; height: 10px;padding:1px;}
.product-item.blog-item  .aColor:hover {border: 1px solid #333333;}
.product-item.blog-item  .aColorsel {border: 1px solid #333333; width: 10px; height: 10px;padding:1px;}
.product-item.blog-item  .aColorsel:hover {border: 1px solid #333333;}
.product-item.blog-item  .aColorsel1 {border: 1px solid #f5f3f4; width: 10px; height: 10px;padding:1px;}
.product-item.blog-item  .aColorsel1:hover {border: 1px solid #f5f3f4;}


.reset-display {
    display: none !important;
}

.div-border {
    border: 1px solid #808080;
}
.div-content-padding {
    padding-left: 25px;
    padding-right: 25px;
}
.pl-10 {
    padding-left: 10px;
}
.pb-17 {
    padding-bottom:17px !important;
}
.showmorecompanies {
    display:block;
}
.hidemorecompanies {
    display: none;
}
.commun-table .table thead tr .login-color{
    background: #f5f5f5;
    border-bottom: none;
    padding: 22px 20px;
    background-color: #60c1d9 !important;
     border: 1px solid #808080;
     color: #000000
}
.commun-table .login-top .table {
      border: 1px solid #808080;
        padding: 5px;
}
.custom-address-align {
    text-align: left;
}
.custom-heading h2.heading {
    /*background-color: #60c1d9 !important;*/
    background-color: #6e377e !important;
    padding: 8px 17px;
    color:#FFFFFF; 
}
.custom-border {
    border:1px solid;
    margin-top:5px ! important;       
}
.custom-title-align {
    margin-bottom: 0px;
    margin-left: 15px;
}
body.modal-open {
    padding-right: 0px!important;
}


.ser-feature-block-calc .feature-iconcalc {
    background: url("../images/shipping_icon2.png") no-repeat scroll 0 0;
    color: #737373;
    height: 50px;
    width: 60px;
    float: left;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.ser-feature-block-calc {
	background: #31B9D4 none repeat scroll 0 0;
    padding: 3px;
}
.feature-box-calc {
    border-right: 0px solid #e1e1e1;
}
.feature-box-calc .feature-iconcalc.feature4 {
    /*background-position: 0 -374px;*/
	background-position: 0 -384px;
}
.modal-pdfviewer-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
    /* height: 600px; */
    /* overflow: hidden; */
    -webkit-overflow-scrolling: touch;
    width:940px;
    height:500px;
}
.modal-pdfviewer-email-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    /*max-height: 500px;*/
    overflow-y: auto;
    overflow-x: auto;
    /* height: 600px; */
    /* overflow: hidden; */
    -webkit-overflow-scrolling: touch;
    width:940px;
	height:815px
    /*height:900px;*/
}
.inner ul li {
    display: list-item;
}
.opacity-1 {
    opacity: 1 !important;
}
.product-cat-links li div {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #d43148;
        float: left;
        width: 12px;
        margin-top: 6px;
    }

.product-cat-links li a
{
	color: #0F71C2;
}
	.product-cat-links li a:hover
	{
		text-decoration: underline;
        color: #0F71C2;
	}
.mt-34 {
    margin-top: 34px;
}

.proofmo
{
	border: 1px solid;
    background: #f5f5f5;
    border-bottom: none;
    padding: 22px 20px;
    /*background-color: #60c1d9 !important;*/
    background-color:#6e377e !important;
    border: 1px solid #808080;
    color: #FFFFFF;
}
#txtFranchiseSearchTerm {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 6px 6px 6px 10px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    height: 40px;
}
#btnFranchiseSearch {
    background: url("../images/sprite.png") no-repeat scroll -5px -85px #31b9d4;
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
    #btnFranchiseSearch:hover {
        background-color: #00b58a;
    }

.message_area {position:relative; background-color:#e6e1df;}/*background-color:#e6e1df;*/
.message_area h2, .message_area .msg_rgt {position:absolute;top:0;}
.message_area .msg_lft {position:absolute;top:0;}
/*.message_area h2 {width:10px;height:45px;padding-left:8px;line-height:37px;color:#fff;font-size:12px;font-weight:normal;left:-10px;}*/
.message_area .msg_rgt {right:-10px}
.message_area ul {list-style:none;text-align: left;}
.message_area li {padding:10px 20px 10px 10px;font-weight:bold;line-height: 24px;color:#b60e2b;}

.myproofs-bgcolor {
    background-color: #e6e1df;
    color: #000000;
    padding: 8px;
}
.grdcolumnarbtn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .grdcolumnarbtn:focus, .grdcolumnarbtn:hover {
        text-decoration: none;
    }

    .grdcolumnarbtn:focus, .grdcolumnarbtn.focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
        box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
    }

    .grdcolumnarbtn.disabled, .grdcolumnarbtn:disabled {
        cursor: not-allowed;
        opacity: .65;
    }

    .grdcolumnarbtn:active, .grdcolumnarbtn.active {
        background-image: none;
    }
.grdcolumnarbtn {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 4px;
    border: none;
	width: 60%;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
   }
@media (min-width: 1200px) {
    .grdcolumnarbtn {
      width: 100%;
    }
}
@media (width: 1024px) {
    .grdcolumnarbtn {
      width: 28%;
    }
}
.columnarheader
{
	border: 1px solid;
    background: #f5f5f5;
    border-bottom: none;
    padding: 10px 8px;
    background-color: #6e377e !important;
    border: 1px solid #808080;
    color: #ffffff;
}
.columnarbody-box-size {
    border: 1px solid #a4a4a4;
    padding: 6px;
}
@media (max-width: 360px)  {
    #frmCartPreview #BusinessCard {
        width:100% !important;
        height:100% !important;
    }
    #frmCartPreview #pdfframe {
        width:100% !important;
        height:100% !important;
    }
     #frmCartPreview .canvas-container canvas {
        width:100% !important;
        height:100% !important;
    }
     #frmShowoptions #txtCustomizationNotes {
      width:100% !important;
     
    }
    #frmProofComments #txtCmmts {
        width: 100% !important;
    }
     .pdfviewer .pdfviewer-toolbar .pdfviewer-mail-btn {
          display: table-row !important;
           
    }
     .pdfviewer .pdfviewer-toolbar {
        height: 152px !important;
    }
        .pdfviewer .pdfviewer-toolbar .pdfviewer-mail-btn #mail,#print {
            margin-top:3px !important;
        }
        .pdfviewer .pdfviewer-toolbar .pdfviewer-mail-btn #print {
            margin-bottom:9px !important;
        }
}
@media (max-width: 414px)  {
    #frmCartPreview #BusinessCard {
        width:100% !important;
        height:100% !important;
    }
    #frmCartPreview #pdfframe {
        width:100% !important;
        height:100% !important;
    }
     #frmCartPreview .canvas-container canvas {
        width:100% !important;
        height:100% !important;
    }
    #frmShowoptions #txtCustomizationNotes {
        width: 100% !important;
    }
    #frmProofComments #txtCmmts {
        width: 100% !important;
    }
     .pdfviewer .pdfviewer-toolbar .pdfviewer-mail-btn {
          display: table-row !important;
    }
     .pdfviewer .pdfviewer-toolbar {
        height: 152px !important;
    }
    .pdfviewer .pdfviewer-toolbar .pdfviewer-mail-btn #mail,#print {
            margin-top:3px !important;
    }
    .pdfviewer .pdfviewer-toolbar .pdfviewer-mail-btn #print {
            margin-bottom:9px !important;
    }
}
.columnarbordernone {
    border:0px !important;
}
.viwe-small-icon-new ul li button
{
	font-size: 11px;
    padding: 1px 3px 4px 2px;
}
.arrow-down-menu {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    float: right;
    
    margin-left:4px;
    margin-top: 8px;
    cursor: pointer;
}

/*18112020*/
.top-right-link ul li  {
    border-right: 1px solid #e1e1e1;
    line-height: 17px;
    padding: 0 12px;
    position: relative;
}
.top-right-link ul li.login-icon a span {
    /* background-position: -98px -666px; */
    background-position: -130px -699px;
}
.top-right-link ul li.register-icon a span {
    background-position: -130px -887px;
}

.top-right-link ul li.register-icon:hover a span {
    background-position: -130px -856px;
}

.top-right-link ul li.forgot-icon a span {
    background-position: -132px -637px;
}

.top-right-link ul li.forgot-icon:hover a span {
    background-position: -132px -569px;
}

.top-right-link {
    color: #1b2839;
    padding: 10px 0;
}
.right-side {
    float: right;
}
.ptindex-18 {
    padding-top:18px !important;
}
.pro_cat .item, #blog .item,#blogbtm .item,#blogsec .item {
	padding-left: 15px;
	padding-right: 15px;
}
.footer {
    /*background: #bad1cb !important;*/
    background:#1c836a !important;
}
.savedesign-bgcolor .heading {
    color: #ffffff;
}

.savedesign-bgcolor .sub-heading {
    color: #ffffff;
}

.title-profilebtn {
    padding: 8px;
    font-size: 14px;
    margin-top:3px;
}
.profile-franchise {
    width: 80%;
    white-space: normal;
    padding: 10px;
}


.purple-color {
    color: #6e377e;
}
.btnw-200 {
    width:200px;
}
.font-16 {
    font-size:16px;
}
.pt-50 {
    padding-top:50px;
}
.blogbtm-color {
    color:#1c836a;
}
.testmonial-pt {
    font-size:20px;
}
.pb-30 {
    padding-bottom:30px;
}
.bg-gray {
    background-color: #808080;
}
.bg-gray:hover {
	color: #fff !important;
	background: #808080 ;
}
.wd-100 {
    width:100%;
    white-space:normal;
}
.calhead-bgcolor {
    background-color:#6e377e;
}
.border-full {
    border:1px solid #808080;
}
.calhd-color {
    color:#ffffff;
}
.pt-8 {
    padding-top:8px;
}
.caltext-box {
    background: #fff;
    padding: 6px 9px;
    width: 90%;
    border: 1px solid #808080;
    min-height: 20px;
}

.div-cal-content-lp {
        padding-left: 14px;
    }

/*@media (min-width: 768px) {
.div-cal-content-lp {
        padding-left: 1px;
    }
}*/
.fontsz-13 {
font-size:13px;
}
.div-content-padding-pricecal {
    padding-left:20px;
    padding-right:0px;

}
.pricecalht {
        height: 790px !important;
    }
.pricecalhalfht {
        height: 672px !important;
    }
.pricecaltomeht {
        height: 690px !important;
    }
.pricecaltomehalfht {
        height: 620px !important;
    }
.pricecalsingleht {
    height: 470px !important;
}
.pricelblrlalign {
    text-align:right;
}
@media (width: 768px) {
    .pricecalht {
        height: 1000px !important;
    }
    .pricecaltomeht {
        height: 840px !important;
    }
    .pricecalhalfht {
        height: 800px !important;
    }
    .pricecaltomehalfht {
        height: 710px !important;
    }
    
}
@media (max-width: 768px) {
    .pricecalsingleht {
        height: 845px !important;
    }
    .pricelblrlalign {
        text-align: left;
    }
}
.pdlcal10 {
        padding-left: 22px !important;
}
h1.heading, h2.header-title {
    /*color:#6e377e;*/
	color:#842985;
}
.pt-20 { 
    padding-top: 20px;
}
.pt-10 { 
    padding-top: 10px;
}
.pb-10 { 
    padding-bottom: 10px;
}
.headdesc-mb {
    margin-bottom: 0.2rem;
}
.pb-sm-carousel-33 {
        padding-bottom:1px;
    }
@media (max-width: 991px) {
    .pb-sm-carousel-33 {
        padding-bottom:33px;
    }
}

.brgr-bgwhite {
    color: #1c836a!important;
    background: #fff;
    border: 1px solid #1c836a;
}

.lblcolor {
    color: #6e377e !important;
}
.div-pl-pr {
    padding-left:20px;
    padding-right:20px;
}
.temp-name {
    font-size:15px;
    color:#6e377e !important;
}
.img-border {
    border: 1px solid #C6C6C6 !important;
}
.search-boxbtn input.input-text
{
	border: 1px solid #e1e1e1;
	width: 100%;
	padding: 6px 6px 6px 10px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	-webkit-border-radius: 0 25px 25px 0;
	-o-border-radius: 0 25px 25px 0;
	height: 40px;
}

.search-boxbtn button.search-btn
{
	background: url(../images/sprite.png) no-repeat scroll -5px -116px #fff;
	border: 1px solid #e1e1e1;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 15px;
	/*border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -o-border-radius: 25px;*/
}

	.search-boxbtn button.search-btn:hover
	{
		background-color: #e1e1e1;
	}
    .btn-Favorites
{
	color: #6e377e !important;
	/*background: #b6067d;*/
	/*position:absolute;*/
	/*background-color: #4CAF50;*/
	/*background:#4d9c7f;*/
	color: white;
	padding: 7px;
	margin: 10px 0;
	border: none;
	/*width: 100%;*/
	border-radius: 3px;
	cursor: pointer;
	font-size: 17px;
}
.pro-wishlist-icon a {
    background-color: #6e377e !important;
}
.profile-selagentbtn {
   color: #fff !important;
    background: #1c836a;
    border: 1px solid #1c836a;
}
.profile-deselagentbtn {
   color: #1c836a!important;
    background: #fff;
    border: 1px solid #1c836a;
}
.lblheadsize {
    font-size:16px;
}
.btneqsize {
    width: 250px;
}
.btnsmeqsize {
    width: 150px;
}
.lblcolor {
    color:#6e377e;
}
.grdbtns {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
	width: 100%;
}
.seedgrdbtns {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 4px;
    width: 100%;
	
}
.pr-25 {
    padding-right: 25px !important;
}

.reccolumnarheader {
    border: 1px solid;
    background: #6e377e;
    border-bottom: none;
    padding: 5px 5px 5px;
    background-color: #6e377e  !important;
    border: 1px solid #a1a1a1;
    color: #FFFFFF;
    font-size: 16px;
}
.mlinfo-9 {
    margin-left: 9px;
}
.category-header-link {
    font-family: 'Open Sans';
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
    color: #B71E8A;
    font-weight: bold;
    font-size: 20px;
}
.chkoption
{
	cursor: pointer;
	line-height: 17px;
	padding-left: 0px !important;
	position: relative;
}
.btn-precolor
{
	color: #fff !important;
	background: #542380 !important;
    line-height:24px;
    font-size:14px;
    border-radius:0px !important;
}
.btn-purplecolor
{
	color: #fff !important;
	background: #6e377e !important;
    line-height:24px;
    font-size:14px;
    border-radius:0px !important;
}
.paymentpanel
{
    width: 100%;
}
.btn-precolor
{
	color: #fff !important;
	background: #542380 !important;
    border: 1px solid #542380;
}
.btn-precolor:hover {
    
    color: #1c836a!important;
    background: #fff !important;
    border: 1px solid #1c836a;
}
.lblCommit {
    color: #6e377e;
}
.mth-80 {
    margin-top:80px;
}
.otherpricedrop
{
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid gray;
	padding: 2px 15px 1px 5px;
	line-height: 18px;
}
.iframepcgridht {
    height: 460px !important;
}
.abt-imagee {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
}
.blog-box {
    border: 1px solid #f5f3f3;
    padding: 12px;
    background:#f5f3f3;
}
.myprofilecls {
    /*color: #EC5338;*/
    color: #99378D;
    font-weight: bold;
    font-size: 24px;
}
 .myreprintcls {
     /*color: #CB2869;*/
     color: #99378D;
     font-weight: bold;
     font-size: 24px;
 }
 .mysavedcls {
     color: #99378D;
     font-weight: bold;
     font-size: 24px;
 }
.myMailinglistcls {
    /*color: #4180BC;*/
    color: #99378D;
    font-weight: bold;
    font-size: 24px;
}
.mychnagepwdcls {
    /*color: #6ABA44;*/
    color: #99378D;
    font-weight: bold;
    font-size: 24px;
}
.MyAccountProfile-link1 {
    font-family:'Open Sans';
    text-decoration:underline !important;
    color:#542380;
    font-weight:bold;
    font-size:15px;
    letter-spacing:initial;
}
.columnarbodyaccount-box-size
{
	/*border: 1px solid #a4a4a4;*/
	padding: 6px;
}

.headertext {
    color:#FFFFFF;
}
.orderreprintclick
{
	font-style: italic;
	color: #542380;
	font-size: 15px;
	font-size: 16px;
	margin-top: 15px;
}
.homeindex-p {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    color: black;
}
.homeindex-hr {
    border-color: #1c836a; 
    border-top-width: 4px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 10px; 
    margin-bottom: 0px; 
    width: 100%; 
    max-width: 100px;
}
.homeindex-h3 {
    font-weight: bold; 
    padding-top: 20px; 
    color: #000000;
}
.homeindex-divhr {
    border-color: #1c836a;
    border-top-width: 4px;
    margin-left: 3px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 14px;
    width: 100%;
    max-width: 100px;
}
.homeindexp {
    font-size:16px;
}
.homeindex-icon {
    color: #1c836a;
    font-size: 35px;
    margin-left: 20px;
}
.lblmailmnthcolor {
    color: #5533FF !important;
}
.radio_postal input
{
	background: #fff;
	padding: 8px 0px !important;
	width: 15% !important;
	/*border: 1px solid #eeeeee;*/ /*swapna commmented for login popup*/
	border: 1px solid #808080;
	min-height: 0px !important;
}
.mt-80 {
    margin-top: 80px;
}
.headerleft {
    margin-right:-40px;
}
@media (max-width: 991px) {
    #divMenuCartLinksmiddle {
    display:none;
    }
}
.iframeproductpcgridwidht {
    height: 360px !important;
}

@media (max-width: 769px) {
    #header-topimg {
        display:none;
    }
    #header-middleimg {
        display:block !important;
    }
    #divMenuCartLinks {
    display:none;
    }
    #divheadermiddletop {
        margin-top:5px !important;
    }
    #divMenuCartLinksmiddle {
    display:block !important;
    }
    .mt-80 {
    margin-top: 10px;
    }
}
@media (width: 812px) {
    #header-topimg {
        display:none;
    }
    #header-middleimg {
        display:block !important;
    }
    #divMenuCartLinks {
    display:none;
    }
    #divheadermiddletop {
        margin-top:5px !important;
    }
    #divMenuCartLinksmiddle {
    display:block !important;
    }
    .mt-80 {
    margin-top: 10px;
    }
}

.mtedn-6 {
    margin-top: 2px;
}
.mtedn-10 {
    margin-top: 10px;
}
.mbedn-0 {
    margin-bottom:0px !important;
}
.ptedn-9 {
    padding-top:9px !important;
}
.sbtn-color
{
	color: #fff !important;
	background: #2c6272;
}
.sbtn-color:hover
	{
		color: #fff;
		background: #2897ff;
	}
.lblcredit
{
	font-size:17px;
}
.lbtncreditLink
{
	font-family: 'Open Sans';
	text-align: center;
	margin-top: 20px;
	text-decoration: underline !important;
	color: #6e377e;
	font-weight: bold;
	font-size: 20px;
}