@import url(font-awesome.css);
@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
.u-header-collapse__submenu, ul.u-header-collapse__nav.main_nav li{
    border-bottom:1px solid #d0d0d0;
}
 
body {
    font-family: Roboto, sans-serif;
}
.text_color {
    color: #00a69c;
}
.my-colo {
    color: #000;
}
.brd_color {
    border: 1px solid #00a69c !important;
}
:focus {
    border: 0 !important;
    outline: 0 !important;
}
img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
a {
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    display: block;
}
.clears:after {
    clear: both;
    display: block;
    content: "";
}
.padd {
    padding: 30px 0;
}
.header_section {
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.header_body {
    position: relative;
}
.header_section.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #666;
}
.logo {
    float: left;
    width: 166px;
    padding: 5px 0 0;
}
.header_top {
    padding: 0;
}
.top_right {
    float: right;
    display: inline-block;
}
.toggle {
    display: none;
    position: absolute;
    color: #000;
    font-size: 32px;
    right: 32px;
    top: 26px;
}
.menu {
    display: inline-block;
    margin-right: 6px;
}
.social {
    display: inline-block;
    margin-right: 25px;
}
.account {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.account::before {
    content: "\f107";
    position: absolute;
    right: -14px;
    top: -2px;
    font: normal normal normal 16px/1 FontAwesome;
}
.account span {
    font-size: 14px;
    color: #313b47;
    display: block;
    font-weight: 400;
    cursor: pointer;
}
.account span i {
    margin-right: 3px;
}
.account ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    z-index: 50;
    width: 300px;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 5px 0 0 0;
    text-align: left;
    box-shadow: 1px 4px 5px #999;
}
.account:hover.account ul {
    opacity: 1;
    visibility: visible;
}
.account ul li {
    background: #fff;
    padding: 15px;
}
.account ul li a {
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
}
.account .account_content a:hover {
    color: #444;
}
.account .account_set a:hover {
    color: #444 !important;
    border-color: #444 !important;
}
.search_box {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.social li a {
    display: inline-block;
    color: #666;
}
.social li:nth-child(1) a:hover {
    color: #3b5998;
}
.social li:nth-child(2) a:hover {
    color: #00acee;
}
.social li:nth-child(3) a:hover {
    color: #0e76a8;
}
.social li:nth-child(4) a:hover {
    color: #c8232c;
}
.top_right_head ul li {
    display: inline-block;
    vertical-align: middle;
}
.top_right_head .phone_top {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-right: 30px;
}
.phone_top i {
    margin-right: 6px;
}
.top_right_head {
    position: relative;
    padding: 4px 0 4px 50px;
    border-radius: 0 0 9px 0;
    text-align: right;
}
.total_menu {
    padding: 4px 30px 15px 0;
    text-align: right;
}
.top_right_head:after {
    position: absolute;
    left: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-right: 30px solid transparent;
    content: "";
}
.top_right_head .social li a {
    color: #000;
}
.menu ul li {
    display: inline-block;
    margin: 0 21px;
    position: relative;
}
.menu ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #88898a;
    position: absolute;
    right: -27px;
    top: 3px;
}
.menu ul li:last-child:after {
    display: none;
}
.menu ul li a {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #444;
    display: inline-block;
}
.menu ul li a:hover,
.menu ul li.active:hover a {
    color: #000;
}
.cart {
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: 3px;
    color: #000 !important;
    right: -30px;
    z-index: 50;
}
.cart:hover {
    color: #000;
}
.header_section.fixed .cart {
    color: #fff !important;
    font-size: 30px;
}
.cart span {
    display: block;
    font-family: Roboto, sans-serif;
    position: absolute;
    right: -9px;
    top: 8px;
    background: #444;
    border-radius: 50px;
    height: 18px;
    width: 18px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}
.currency {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.currency ul {
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 130px;
    left: 0;
    top: auto;
    background: #fff;
    padding: 12px;
    text-align: left;
    z-index: 5;
    box-shadow: 1px 4px 5px #999;
}
.currency:hover ul {
    opacity: 1;
    visibility: visible;
}
.currency span {
    display: block;
    font-size: 14px;
    color: #313b47;
    display: block;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
.currency span i {
    margin-right: 3px;
}
.currency span::before {
    content: "\f107";
    position: absolute;
    right: -14px;
    top: -2px;
    font: normal normal normal 16px/1 FontAwesome;
}
.currency ul li {
    display: block;
    margin: 0 0 4px;
    border-bottom: 1px dashed #bec3c9;
}
.currency ul li:last-child {
    border: 0;
}
.currency ul li a {
    display: block;
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: 300;
    padding: 0 0 2px;
    cursor: pointer;
}
.currency ul li a:hover {
    color: #444;
}
.banner_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}
.banner li {
    position: relative;
}
.banner_content h1 {
    font-size: 80px;
    margin: 0 0 20px;
    font-weight: 200;
}
.banner_content h2 {
    font-size: 40px;
    margin: 0 0 20px;
    font-weight: 300;
}
.banner_slider img {
    width: 100%;
}
.shop_btn {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
}
.shop_btn:hover {
    background: #000;
    color: #fff;
}
.banner_info {
    float: right;
    position: relative;
    padding-top: 20px;
}
.banner_info:before {
    content: "";
    width: 150px;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
}
.row-30 > * {
    margin-bottom: 30px;
}
.image_box {
    padding: 30px 0 0;
}
.thumbnail-variant-1 .caption {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
    color: #141414;
    text-align: center;
}
.thumbnail-variant-1 .caption .caption-title {
    text-transform: uppercase;
    transform: translateY(50%);
    font-weight: 400;
    letter-spacing: 2px;
}
.thumbnail-variant-1 {
    position: relative;
    display: inline-block;
}
.thumbnail-variant-1:hover .caption {
    background-color: rgba(20, 20, 20, 0.9);
    color: #fff;
    bottom: 50%;
    transform: translateY(50%);
}
.thumbnail-variant-1 .caption .caption-descr {
    margin-top: 0;
    opacity: 0;
}
.thumbnail-variant-1:hover .caption .caption-descr {
    opacity: 1;
    padding-top: 8px;
}
h5 {
    font-size: 14px;
    line-height: normal;
}
h3 {
    font-size: 24px;
    font-weight: 300;
}
.title_bottom_bar {
    position: relative;
    padding: 0 0 12px;
    text-align: center;
    margin: 0 0 40px;
}
.title_bottom_bar:before {
    content: "";
    border: 1px solid #000;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.title_bottom_bar2 {
    position: relative;
    padding: 0 0 12px;
    text-align: left;
    margin: 0 0 40px;
    font-weight: 200;
}
.title_bottom_bar2:before {
    content: "";
    border: 1px solid #000;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
}
:last-child {
    margin-bottom: 0;
}
* :first-child {
    margin-top: 0;
}
.product-media .product-overlay-variant-2 {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
}
.label-default {
    background-color: #fff;
    color: #00a69c;
}
.product-media > a {
    display: inline-block;
}
.product-media {
    position: relative;
    display: inline-block;
}
.product {
    position: relative;
    will-change: transform;
    padding: 0 0 38px;
}
.featured_slider .product {
    padding: 0 8px;
}
.product-overlay {
    position: absolute;
    transform: scale(0);
    transition: 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin: 0 3px;
}
.icon-circle:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
}
.product-media:hover .product-overlay {
    transform: scale(1);
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.product-price {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.product-rating {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    transition: 0.3s;
    will-change: opacity;
    display: none;
}
.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
html .elements-group-10 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -10px;
}
.product-actions {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    will-change: opacity;
}
.mdi-star:before {
    content: "\f5bc";
}
.big a {
    font-size: 14px;
    margin: 0 0 5px;
    font-family: Roboto, sans-serif;
    display: block;
    font-weight: 400;
}
.unit-body .big a {
    margin: 0;
}
.offset-top-10 {
    padding: 15px 0 0;
}
.label-primary {
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.unit {
    overflow: hidden;
}
.unit {
    display: block;
    flex: 0 1 100%;
    margin-left: -20px;
}
.unit > * {
    margin-bottom: 2px;
    margin-left: 0;
}
.unit-left a img {
    width: 100%;
}
.unit-left,
.unit-right {
    display: block;
    max-width: 100%;
}
.unit-body {
    width: 100%;
    padding: 10px 0;
}
html .page .offset-top-4 {
    margin-top: 4px;
}
.product-price {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.04em;
}
.unit-body .p {
    margin: 0 0 3px;
}
.unit-body .p a {
    color: #00a69c;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.text-strike {
    text-decoration: line-through;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-left: 4px;
}
.product-price i {
    margin-right: 3px;
}
.well {
    background-color: #f5f5f7;
    border: none;
    box-shadow: none;
    padding: 17px 21px 30px;
    padding-top: 27px;
}
h4 {
    font-size: 24px;
}
div[class^="rd-mailform-validate"] {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 400px;
    min-height: 42px;
    font-weight: 700;
    text-align: center;
    padding: 12px 25px 10px 40px;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s;
    color: #fff;
    background: #ff6859;
    z-index: 999;
    pointer-events: none;
}
div[class^="rd-mailform-validate"]:before {
    content: "\f00d";
    font-family: fontawesome;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.form-inline-flex {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.form-inline-flex .form-wrap,
.form-inline-flex .mfInput {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}
.rd-mailform input,
.rd-mailform textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 18px;
    line-height: 28px;
    color: #888;
    background: #fff;
    border: 1px solid #e8e8eb;
    border-radius: 0;
}
.form-validation {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: 0.3s;
}
.btn-primary {
    font-family: roboto, Times, serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.33s;
    border-radius: 0;
    color: #fff;
    background-color: #00a69c;
    border-color: #00a69c;
}
.btn-primary:hover {
    color: #fff;
    background: #141414;
    border-color: #141414;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background: #00a69c;
    border-color: #00a69c;
}
.btn {
    transition: 0.3s ease-out;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 19px 13px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.well {
    text-align: center;
}
.well h4 {
    font-weight: 200;
}
.well p {
    font-weight: 300;
}
.aditional_banner {
    background: url(../images/banner2.jpg) no-repeat left top;
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
}
footer {
    background: #313b47;
}
.footer_block h2 {
    font-size: 15px;
    color: #fff;
    font-family: Roboto, sans-serif;
    margin: 0 0 12px;
    font-weight: 400;
}
.footer_block ul li {
    display: block;
    margin: 0 0 8px;
}
.footer_block ul li a {
    display: block;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #00a69c;
    overflow: auto;
}
.footer_block ul li a:hover {
    color: #fff;
}
.aditional_banner {
    text-align: center;
    position: relative;
}
.sp_content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.aditional_banner h2 {
    font-size: 40px;
    text-align: center;
    font-family: Roboto, sans-serif;
    margin: 0 0 30px;
    font-weight: 300;
    color: #fff;
    position: relative;
    padding: 0 0 20px;
}
.aditional_banner h2:before {
    content: "";
    border: 1px solid #fff;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.aditional_banner p {
    font-size: 14px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
}
[aos="fade"] {
    opacity: 0;
    transition-property: opacity;
}
[aos="fade"].aos-animate {
    opacity: 1;
}
.slick-arrow {
    outline: 0;
    background: #00a69c;
    height: 35px;
    width: 35px;
    border: 0;
    border: 1px solid #00a69c !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.slick-prev {
    left: 0;
    right: auto;
}
.slick-next {
    right: 0;
    left: auto;
}
.slick-arrow:hover {
    background: #fff;
}
.slick-arrow:hover:before {
    color: #f2f2f2;
}
.slick-prev:before {
    content: "\f104";
    font: normal normal normal 28px/1 FontAwesome;
    color: #fff;
}
.slick-next:before {
    content: "\f105";
    font: normal normal normal 28px/1 FontAwesome;
    color: #fff;
}
.social.footer_social {
    text-align: center;
}
.social.footer_social li {
    display: inline-block;
    margin: 0 4px;
}
.social.footer_social a {
    font: normal normal normal 20px/1 FontAwesome;
}
.category_slide .slick-prev {
    left: -25px;
}
.category_slide .slick-next {
    right: -25px;
}
.featured_slider .slick-prev {
    left: -25px;
}
.featured_slider .slick-next {
    right: -25px;
}
.featured_slider .slick-arrow {
    top: 38%;
}
.copy_right {
    background: #000;
    padding: 20px 0;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.copy_right span {
    font-size: 13px;
    color: #fff;
}
.copy_right span a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.footer_block i {
    float: left;
    font-size: 20px;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}
.footer_block i,
span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.footer_block span {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    overflow: hidden;
    display: block;
}
.search_box button {
    border: 0;
    outline: 0;
    background: 0 0;
    color: #00a69c;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 5px;
}
.search_box input[type="text"] {
    width: 500px;
    height: 35px;
    border: 1px solid #00a69c !important;
    padding: 5px 38px 5px 6px;
    border-radius: 2px;
}
.header_btm_menu ul {
    text-align: center;
}
.header_btm_menu ul li {
    display: inline-block;
    margin: 0 40px;
    position: relative;
}
.header_btm_menu ul li a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 13px 0;
}
.header_btm_menu ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: auto;
    width: 220px;
    text-align: left;
    background: 0 0;
    z-index: 20;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    box-shadow: 1px 4px 5px #999;
}
.header_btm_menu ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
    padding: 6px 10px;
}
.header_btm_menu ul ul li:after {
    display: none;
    content: "";
}
.header_btm_menu ul ul li a {
    color: #000;
    padding: 8px 5px;
    font-size: 14px;
}
.header_btm_menu ul ul li:hover a {
    background: #fff;
    color: #000;
}
.header_btm_menu ul ul li a:before {
    display: none;
}
.header_btm_menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.header_btm_menu ul li.submenu a::before {
    content: "\f0d7";
    position: absolute;
    right: -14px;
    top: 13px;
    font: normal normal normal 16px/1 FontAwesome;
}
.header_section.fixed .header_bottom {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 50;
}
.header_section.fixed .header_top {
    display: none;
}
.serach_auto_content {
    display: inline-block;
}
.serach_auto_content {
    position: relative;
}
.search_display {
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    background: #fff;
    padding: 12px;
    z-index: 20;
    box-shadow: 1px 3px 5px #999;
    height: 250px;
    display: none;
}
.search_display li {
    display: block;
}
.search_display li a {
    color: #666;
    font-size: 14px;
    padding: 10px 0;
}
.search_display li i {
    margin-right: 12px;
    color: #00a69c;
    font-size: 12px;
}
.search_display li i img {
    width: 15px;
}
.serach_icon {
    position: absolute;
    right: 0;
    top: auto;
}
.clears:after {
    content: "";
    clear: both;
    display: block;
}
.left_pull {
    float: left;
}
.right_pull {
    float: right;
}
.sort_by_btn {
    cursor: pointer;
}
.sort_by {
    position: relative;
    width: 120px;
}
.sort_by span {
    background: #334e52;
    padding: 6px 20px;
    border-radius: 3px 3px 0 0;
    color: #fff;
}
.sort_cont {
    position: absolute;
    left: 0;
    top: auto;
    width: 160px;
    background: #fff;
    z-index: 20;
    padding: 10px;
    box-shadow: 1px 2px 5px #999;
    display: none;
    text-align: left;
}
.price_range {
    margin: 0 0 20px;
}
.sort_cont li {
    display: block;
}
.sort_cont li a {
    color: #888;
    font-size: 14px;
    margin: 0 0 10px;
}
.left_sidebar h3 {
    font-size: 18px;
    color: #00a69c;
    margin: 0 0 12px;
    font-weight: 400;
}
.left_sidebar h3 i {
    margin-right: 8px;
}
.price_range li {
    display: block;
    margin: 0 0 8px;
}
.price_range li span {
    color: #757575;
    font-size: 14px;
    padding: 0 0 0 30px;
}
.checkblock {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkblock input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
}
.checkblock:hover input ~ .checkmark {
    background-color: transparent;
}
.checkblock input:checked ~ .checkmark {
    background-color: transparent;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkblock input:checked ~ .checkmark:after {
    display: block;
}
.checkblock .checkmark:after {
    font-family: Ionicons;
    left: 6px;
    font-size: 23px;
    top: -5px;
    width: 5px;
    height: 10px;
    content: "\f383";
    color: #757575;
}
.price_range_input li {
    display: inline-block;
    vertical-align: middle;
}
.price_range_input li input[type="text"] {
    width: 70px;
    height: 35px;
    text-align: center;
    outline: 0;
    border: 1px solid #757575 !important;
    padding: 4px;
    font-size: 13px;
    border-radius: 3px;
}
.price_range_input li span {
    font-size: 16px;
    color: #888;
    display: block;
}
.price_range_input button {
    padding: 5px 12px;
    color: #fff;
    font-size: 14px;
    background: #334e52;
    border: 0;
    outline: 0;
    height: 35px;
    border-radius: 4px;
}
.product_list .icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
}
.product-price {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.breadcrumb_section {
    padding: 15px 0;
}
.breadcrumb_section ul li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    vertical-align: middle;
}
.breadcrumb_section ul li.active a {
    color: #444;
}
.breadcrumb_section ul li:after {
    position: absolute;
    right: -15px;
    top: -1px;
    content: "/";
    color: #888;
}
.breadcrumb_section ul li:last-child:after {
    display: none;
}
.breadcrumb_section ul li a {
    font-size: 14px;
    color: #888;
}
.show_more {
    display: block;
    width: 160px;
    color: #489290;
    text-align: center;
    height: 40px;
    line-height: 37px;
    margin: 0 auto;
    border: 1px solid #00a69c;
    font-weight: 300;
}
.show_more:hover {
    color: #fff;
    background: #00a69c;
}
.show_more_sec {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.prod_big_img {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #00a69c;
}
.prod_big_img img {
    width: 100%;
}
.prod_small_img img {
    width: 100%;
    border: 1px solid #00a69c;
    margin: 4px;
    border-radius: 5px;
}
.prod_small_img ul li {
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    width: 90px;
}
.product_details_info h3 {
    font-size: 26px;
    color: #888;
    margin: 0 0 40px;
}
.description h4 {
    font-size: 22px;
    color: #888;
    margin: 0 0 10px;
    font-weight: 400;
}
.product_details_info .product-price {
    margin: 0 0 15px;
}
.qty {
    margin: 0 0 20px;
}
.qty label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    color: #888;
    font-size: 16px;
}
.qty input[type="number"] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #00a69c !important;
    width: 40px;
    height: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.description {
    margin: 0 0 70px;
}
.dec_list li {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    color: #888;
    padding: 0 0 0 25px;
    position: relative;
}
.dec_list li:before {
    content: "\f3fd";
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 40px;
    color: #444;
    font-family: Ionicons;
    position: absolute;
    left: 0;
    top: -12px;
}
.addcrt_btn {
    display: inline-block;
    padding: 0 0 0 70px;
    width: 184px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    border: 1px solid #444 !important;
}
.addcrt_btn:hover {
    color: #fff;
    background: #fff;
}
.addcrt_btn:hover i {
    background: #444;
    color: #fff;
}
.addcrt_btn i {
    background: #fff;
    color: #444;
    padding: 0 17px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    font-size: 30px;
    border-right: 0;
}
.freecall {
    font-size: 14px;
    color: #00a69c;
    margin: 40px 0 0;
}
.freecall span {
    color: #666;
    display: inline-block;
}
.cart_table th,
td {
    border: 1px solid #00a69c;
    padding: 10px;
    text-align: center;
}
.cart_table {
    margin: 0 0 50px;
}
.cart_table th {
    font-weight: 300;
}
.prod_cart_img {
    width: 60px;
    margin: 0 auto;
    display: block;
}
.delete_btn {
    font-size: 22px;
}
.prod-name {
    font-size: 14px;
    color: #888;
}
.price {
    font-size: 14px;
    color: #888;
    display: block;
    text-align: center;
}
.cart_section h1 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 300;
}
.cart_total {
    float: right;
    width: 48%;
}
.cart_total h2 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 400;
}
.cart_total th {
    text-align: right;
    padding-right: 10px;
    border: 1px solid #00a69c;
}
.featured_slider .icon-circle {
    font-size: 24px;
    margin: 0 2px;
}
.price_range .irs--flat .irs-handle {
    top: 17px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px #999;
    border: 0;
}
.price_range .irs--flat .irs-handle > i:first-child {
    background: 0 0;
}
.price_range .irs--flat .irs-handle > i:first-child {
    background: 0 0;
}
.price_range .irs--flat .irs-line {
    height: 1px;
}
.price_range .irs--flat .irs-bar {
    height: 1px;
    background-color: #00a69c;
}
.product_search_section label {
    display: block;
    font-size: 14px;
    color: #888;
    margin: 0 0 6px;
}
.product_search_section select {
    font-size: 14px;
    color: #888;
    margin: 0 0 6px;
    height: 30px;
    width: 100%;
    border: 1px solid #55b3b0 !important;
    border-radius: 2px;
    padding: 0 6px;
    font-weight: 400;
    background: url(../images/drop_down_arrow.png) no-repeat 96% center;
    background-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-progress-appearance: none;
}
.product_search_section input[type="text"] {
    font-size: 14px;
    color: #888;
    margin: 0 0 6px;
    height: 30px;
    width: 100%;
    border-radius: 2px;
    padding: 0 6px;
    font-weight: 400;
}
.prod_area_search {
    display: block;
    font-size: 22px;
    color: #000;
}
.prod_area_search span {
    display: inline-block;
    padding: 5px;
    border: 1px solid #888;
    padding: 4px 6px;
}
.prod_area_search i {
    margin: 0 0 0 10px;
}
.filter_nav {
    background: #00a69c;
    height: 30px;
}
.filter_nav {
    position: relative;
    line-height: 21px;
    font-size: 15px;
    text-align: left;
    color: #fff;
    border-radius: 3px;
}
.filter_content {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    background: #fff;
    z-index: 4;
    display: none;
    -ms-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 1px 3px 5px #999;
}
.filter_content.active {
    display: block;
    -ms-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.filter_content span {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.filter_nav ul li {
    display: block;
}
.filter_nav ul li ul {
    display: none;
}
.filter_nav ul li a {
    font-size: 11px;
    color: #888;
    display: inline-block;
    font-weight: 400;
}
.filter_nav ul li a:hover {
    color: #f59293;
}
.filter_nav ul li span {
    font-size: 14px;
    color: #666;
    display: block;
}
.filter_nav .filter_title:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}
.acc_ans {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}
.acc_ans li {
    margin: 0 0 2px;
}
.accq {
    position: relative;
}
.accq.active:after {
    content: "\f3d0";
    color: #888;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: Ionicons;
}
.accq:after {
    content: "\f3d8";
    color: #888;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Ionicons;
}
.filter_title {
    display: block;
    height: 100%;
    line-height: 12px;
    font-size: 15px;
    position: relative;
    padding: 10px;
}
.filter_title.active:after {
    content: "\f3d8";
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Ionicons;
}
.filter_title:after {
    content: "\f3d0";
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: Ionicons;
    transform: translateY(-50%);
}
.irs--flat .irs-single,
.irs--flat .irs-to,
.price_range .irs--flat .irs-from {
    background-color: #00a69c;
}
.product_top {
    margin: 0 0 40px;
}
.reg_content {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 5px #666;
    background: #fff;
    position: relative;
}
.reg_content h4 {
    font-size: 26px;
    color: #00a69c;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: normal;
    text-align: center;
    font-family: Roboto, sans-serif;
}
.reg_content input[type="email"],
.reg_content input[type="password"],
.reg_content input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 19px;
    font-size: 13px;
    border: 0;
    padding: 0 8px;
    outline: 0;
    color: #fff;
    margin: 0 0 8px;
    background: 0 0;
    border: 1px solid #00a69c !important;
}
.reg_content textarea {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 90px;
    resize: none;
    line-height: 19px;
    font-size: 13px;
    border: 1px solid #00a69c;
    padding: 6px 8px;
    outline: 0;
    color: #00a69c;
    margin: 0 0 8px;
}
.reg_button {
    text-align: center;
}
.reg_content button[type="button"] {
    font-family: "Open Sans", sans-serif;
    width: 170px;
    height: 40px;
    text-align: center;
    background: 0 0;
    border: 1px solid #00a69c;
    outline: 0;
    color: #00a69c;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.reg_content button[type="button"]:hover {
    background: 0 0;
    color: #007ea3;
}
.reg_other_link {
    width: 100%;
}
.reg_other_link span {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.reg_other_link a {
    width: 100%;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #ed1d2e;
    border: 2px solid #ed1d2e;
    outline: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0;
    font-weight: 400;
}
.reg_other_link.reg_btm span a {
    background: 0 0;
    border: 0 none;
    color: #000;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 27px;
    margin: 0;
    outline: 0 none;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.reg_other_link.log-btm {
    text-align: center;
}
.reg_other_link.reg_btm span a:hover {
    color: #eb4c4c;
}
.reg_other_link.log-btm span {
    display: inline-block;
    margin: 0;
}
.reg_other_link.log-btm a {
    background: 0 0;
    border: 0 none;
    color: #00a69c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    margin: 0;
    outline: 0 none;
    text-align: center;
    text-transform: capitalize;
    width: auto;
}
.reg_other_link.log-btm a:hover {
    text-decoration: underline;
    color: #00a69c;
}
.reg_other_link a:hover {
    background: 0 0;
    color: #ed1d2e;
}
.forgot-pass {
    font-size: 14px;
    color: #666;
    text-align: center;
}
.forgot-pass a {
    display: inline-block;
    color: #000;
    padding: 0 0 0 5px;
    margin: 0;
}
.shopping_section {
    text-align: center;
    padding: 30px 0;
}
.shopping_section ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.shopping_section ul li span {
    color: #888;
    font-size: 15px;
    padding: 0 5px 6px;
}
.shopping_section ul {
    width: 100%;
    text-align: center;
}
.shopping_section ul li i {
    font-size: 22px;
    margin-right: 6px;
}
.shopping_section ul li.active span {
    color: #000;
    border-bottom: 1px solid #000;
}
.shopping_section ul li:last-child {
    margin-right: 0;
}
.cart_head {
    padding: 8px;
}
.cart_head h2 {
    font-size: 20px;
    font-weight: 400;
    float: left;
    color: #535766;
}
.cart_head span {
    font-size: 20px;
    font-weight: 400;
    float: right;
    display: inline-block;
    color: #535766;
}
.cart_box {
    border: 1px solid #eaeaec;
    padding: 20px;
    margin-bottom: 10px;
}
.item_name {
    padding: 8px 0;
    margin-bottom: 16px;
}
.item_name a {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.item-total {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.cart_img {
    float: left;
    width: 100px;
    margin-right: 12px;
}
.cart_info {
    overflow: hidden;
}
.qty_size ul li {
    display: inline-block;
    margin-right: 10px;
}
.qty_size label {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.qty_size select {
    border: 1px solid #00a69c !important;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    width: 81px;
    display: inline-block;
    vertical-align: middle;
}
.qty_size input[type="number"] {
    width: 35px;
    height: 25px;
    display: inline-block;
    border: 1px solid #00a69c !important;
    vertical-align: middle;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.remove_section {
    padding: 8px 15px;
    border: 1px solid #eaeaec;
}
.remove_section ul li {
    position: relative;
    display: inline-block;
    padding-right: 12px;
}
.remove_section ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 2px;
}
.remove_section ul li:after {
    position: absolute;
    right: 3px;
    top: 2px;
    content: "";
    height: 30px;
    background: #eaeaec;
    width: 0.8px;
}
.remove_section ul li:last-child:after {
    display: none;
}
.qty_size {
    margin-bottom: 20px;
}
.div_row {
    margin: 0 0 12px;
}
.price_detials h2 {
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0 30px;
    color: #7e818c;
}
.div_row label {
    font-size: 14px;
    color: #535766;
    font-weight: 300;
}
.div_row.main_total label {
    font-weight: 600;
    font-size: 15px;
    color: #535766;
}
.div_row.main_total span {
    font-weight: 600;
    font-size: 15px;
    color: #535766;
}
.div_row span {
    font-size: 14px;
    color: #535766;
    font-weight: 300;
}
.div_row span i {
    margin-right: 6px;
}
.price_detials {
    padding: 25px 0 0;
}
.place-order {
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0;
    border-radius: 3px;
}
.total_part {
    border-top: 1px solid #eaeaec;
    padding: 20px 0;
}
.cart_left {
    padding-right: 30px;
}
.cart_right {
    border-left: 1px solid #eaeaec;
}
.price_detials {
    padding-left: 0;
}
.log_padd {
    padding: 80px 0;
    background: #cfe6e6;
}
.reg_button.submit_btn button {
    font-family: Roboto, sans-serif;
    width: 200px;
    height: 35px;
    text-align: center;
    background: 0;
    outline: 0;
    color: #00a69c;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    margin: 20px auto;
    border: 1px solid #00a69c !important;
    display: inline-block;
}
.check_wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}
.check_wrap:hover input ~ .checkmark {
    background-color: none;
}
.check_wrap input:checked ~ .checkmark {
    background-color: none;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check_wrap input:checked ~ .checkmark:after {
    display: block;
}
.check_wrap .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid #00a69c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_wrap small {
    font-size: 13px;
    color: #00a69c;
    font-weight: 300;
    display: inline-block;
    margin-top: 2px;
}
.check_wrap .checkmark {
    border: 1px solid #00a69c;
}
.address {
    border: 1px solid #eaeaec;
    padding-top: 30px;
}
.address_section {
    padding: 10px 0 40px;
}
.small_img_item {
    border: 1px solid #d4d5d9;
    width: 40px;
}
.div_row label a,
.div_row label small {
    display: inline-block;
    vertical-align: middle;
}
.div_row label small {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.card-base-heading {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaec;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.cardForm-base-row {
    margin: 0 0 15px;
    position: relative;
}
.cardForm-base-label {
    color: #535766;
    display: block;
}
.cardForm-base-cardNumber {
    width: 100%;
    padding: 5px;
}
.cardForm-base-errorMessage {
    color: #ff3f6c;
    font-size: 13px;
    margin-top: 3px;
}
.cardForm-base-cardType {
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 29px;
}
.sprite-card-default {
    width: 38px;
    height: 20px;
    background: url(../images/card.png) no-repeat right top;
    background-size: contain;
}
select.cardForm-base-expiryMonthDropdown,
select.cardForm-base-expiryYearDropdown {
    border: 1px solid #d4d5d9 !important;
    height: 38px;
    width: 100%;
    padding: 10px;
    color: #535766;
    font-size: 13px;
}
.cardForm-base-col {
    display: inline-block;
    width: 49%;
}
.cardForm-base-label {
    color: #535766;
    display: block;
    font-size: 13px;
    margin: 0 0 3px;
}
.cardForm-base-cvv {
    float: left;
    width: 25%;
    height: 36px;
    padding: 5px 10px 5px 15px;
    border: 1px solid #d4d5d9 !important;
}
.cardForm-base-cvvInfo {
    display: inline-block;
    width: 75%;
    color: #94969f;
}
.cardForm-base-cvvImage {
    width: 38px;
    height: 20px;
    background: url(../images/card.png) no-repeat right top;
    background-size: contain;
    margin: 0 10px;
    float: left;
    position: relative;
    top: 4px;
}
.sprite-card-cvv-info {
    width: 45px;
    height: 36px;
}
.cardForm-base-saveCardLabel {
    color: #94969f;
    font-size: 20px;
}
.cardForm-base-selectedCheckboxIcon {
    color: #ff3f6c;
}
.cardForm-base-checkboxIcon,
.cardForm-base-selectedCheckboxIcon {
    position: relative;
    font-size: 20px;
    top: 4px;
}
.icon-checkbox_active:before {
    content: "\f3fd";
    font-family: Ionicons;
    font-size: 22px;
}
.cardForm-base-col label {
    color: #535766;
    display: block;
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 600;
}
.cardForm-base-cvvInfo small {
    color: #535766;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    padding: 9px 0 0;
}
.payment_menu li {
    border: 1px solid #eaeaec;
    border-top: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 12px;
    background: #f7f7f9;
}
.payment_menu li span {
    color: #424553;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}
.payment_menu li a {
    color: #424553;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}
.payment_cont {
    display: none;
}
.payment_cont.active {
    display: block;
}
.payment_menu li.active {
    background-color: #fff;
    border-right: 0;
    border-left: 5px solid #00a69c;
}
.payment_menu li.active a,
.payment_menu li.active span {
    color: #00a69c;
}
.paylater h3 {
    font-size: 14px;
    margin: 0 0 12px;
    color: #424553;
    font-weight: 400;
}
.paylater p {
    font-size: 14px;
    margin: 0 0 12px;
    color: #424553;
    line-height: 20px;
}
.cod-base-subheading {
    font-size: 14px;
    margin-bottom: 15px;
    color: #424553;
}
.payNowForm-base-disabled {
    cursor: default !important;
    opacity: 0.5;
}
.payment_content_sec {
    padding-right: 34px;
}
.paypal_img {
    padding: 15px;
    border: 1px solid #d4d5d9;
}
.paylater {
    padding: 15px;
    border: 1px solid #d4d5d9;
}
.contact_form {
    max-width: 800px;
    margin: 0 auto;
    background: 0 0;
    padding: 0 40px 55px 40px;
}
.contact_form .bill_head {
    margin: 0 0 20px;
    text-align: left;
}
.contact_form.billing_form h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #535766;
}
.field_row {
    margin: 0 0 15px;
}
.contact_form input,
.contact_form input[type="tel"]::-webkit-input-placeholder,
textarea {
    color: #535766;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    opacity: 1;
}
.contact_form input,
textarea {
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 35px;
    line-height: 19px;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #a9abb3 !important;
    padding: 0 8px;
    outline: 0;
    color: #535766;
    position: relative;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
}
.contact_form input::-webkit-input-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input::-moz-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input:-ms-input-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input:-moz-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.submit_btn {
    text-align: center;
    width: 100%;
}
.submit_btn button {
    font-family: Roboto, sans-serif;
    width: 200px;
    height: 35px;
    text-align: center;
    background: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    margin: 20px auto;
    border: 0;
    display: inline-block;
    border-radius: 2px;
}
.contact_form select {
    background: url(../images/drop_arrow_white.png) no-repeat 99% center;
    background-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 35px;
    line-height: 19px;
    font-size: 14px;
    border: 0;
    padding: 0 8px;
    outline: 0;
    color: #535766;
    font-weight: 300;
    border-bottom: 1px solid #a9abb3 !important;
}
.cart_head.order_head h2 {
    float: none;
    margin: 0 0 6px;
}
.cart_head.order_head small {
    display: block;
    font-size: 13px;
    color: #313b47;
}
.cart_left.order_block {
    margin: 0 0 20px;
}
.order_details {
    margin: 0 0 6px;
}
.order_details span {
    display: block;
    font-size: 13px;
    color: #313b47;
    margin: 0 0 5px;
}
.item_head {
    font-size: 18px !important;
    font-weight: 400;
    padding: 0;
    color: #666;
    margin: 0 0 10px;
}
.login_register_section h2 {
    font-size: 36px;
    color: #424553;
    text-align: center;
    font-weight: 300;
    margin: 0 0 50px;
}
.log_reg_menu li {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    font-size: 16px;
    color: #292b2c;
    padding: 0 4px 8px;
    cursor: pointer;
}
.log_reg_menu li:first-child {
    margin-left: 0;
}
.log_reg_menu li.active {
    border-bottom: 2px solid #444;
    color: #444;
    font-weight: 600;
}
.log_reg_menu li:after {
    position: absolute;
    right: -27px;
    top: 0;
    border: 0.6px solid #313b47;
    content: "";
    height: 18px;
}
.log_reg_menu li:last-child:after {
    display: none;
}
.log_reg_content label {
    display: inline-block;
    width: 150px;
    font-size: 16px;
    color: #334e52;
}
.log_reg_content input {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 16px;
    color: #334e52;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #535766 !important;
}
.log_reg_content select {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 16px;
    color: #334e52;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #535766 !important;
}
.forgot_pass {
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
}
.forgot_pass:hover {
    color: #00a69c;
}
.login_footer .place-order {
    width: 120px;
}
.log_reg_wrap {
    padding: 0 0 0 360px;
}
.log_reg_menu {
    margin: 0 0 20px;
}
.log_reg_content.active {
    display: block;
}
.log_reg_content {
    display: none;
}
.register_btm_corn span {
    font-size: 14px;
    color: #334e52;
    display: inline-block;
    margin-right: 6px;
}
.register_btm_corn a {
    display: inline-block;
}
.log_reg_holder {
    position: relative;
}
.log_reg_holder:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.login_content:after {
    content: "\f29e";
    color: #444;
    font-size: 170px;
    font-family: Ionicons;
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-55%);
}
.register_content:after {
    content: "";
    color: #444;
    font-size: 60px;
    font-family: Ionicons;
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-70%);
    background: url(../images/register.png) no-repeat left center;
    width: 170px;
    height: 170px;
    background-size: contain;
}
.order-orderInfo {
    padding: 5px 5px 5px 12px;
}
.order-orderNumber {
    font-weight: 600;
    font-size: 13px;
    color: #3e4152;
}
.order-orderDetailsButton {
    cursor: pointer;
    float: right;
    color: #526cd0;
    font-weight: 800;
}
.item-itemContainer {
    margin: 8px 0 16px;
    border-width: 4px;
}
.item-item {
    width: 100%;
    overflow: auto;
    background-color: #fff;
    color: #3e4152;
    position: relative;
    box-shadow: 0 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
}
.item-item .item-productInfo {
    display: block;
    margin: 5px 0 0 0;
    padding: 7px 12px 10px 12px;
}
.item-item .item-productInfo .item-thumbnail {
    display: inline-block;
    width: 80px;
    min-width: 80px;
}
.item-item .item-productInfo .item-thumbnail img {
    border: 1px solid #edeeef;
    height: 108px;
    width: 80px;
}
.item-item .item-productInfo .item-info {
    display: inline-block;
    padding: 0 0 5px 12px;
    width: 65%;
    vertical-align: top;
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-brand {
    color: #3e4152;
    font-weight: 500;
}
.item-item .item-productInfo .item-info .item-productName,
.item-item .item-productInfo .item-info .item-size {
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-productName {
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.item-item .item-productInfo .item-info .item-productName,
.item-item .item-productInfo .item-info .item-size {
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-priceInfo {
    margin-top: 4px;
}
.item-item .item-productInfo .item-info .item-priceInfo .item-price {
    vertical-align: top;
    margin-right: 10px;
    font-weight: 800;
    color: #3e4152;
}
.icon-rupee500:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
}
.item-item .item-productInfo .item-info .item-cancelled {
    color: #ff5a5a;
}
.item-item .item-productInfo .item-info .item-status span {
    color: #3e4152;
    font-weight: 300;
}
.item-size span {
    display: inline-block;
    vertical-align: middle;
    color: #7e818c;
}
.item-delivered {
    color: #00a69c;
}
.item-priceInfo span {
    color: #141414;
}
.orderInfo-order-details {
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px;
}
.orderInfo-order-details .orderInfo-block {
    padding: 6px 12px;
    border-bottom: 0.5px solid #eaeaec;
}
.orderInfo-order-details .orderInfo-block .orderInfo-label {
    vertical-align: top;
    color: #94969f;
    line-height: 21px;
    width: 100px;
}
.orderInfo-order-details .orderInfo-block .orderInfo-value {
    color: #282c3f;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
    padding: 0 0 10px 0;
    color: #94969f;
}
.address-address {
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 0.5px solid #eaeaec;
}
.orderInfo-order-details .orderInfo-block:last-child {
    border-bottom: 0;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
    padding: 0 0 10px 0;
    color: #94969f;
}
.priceBreakUp-priceBreakupExpanded {
    font-size: 12px;
    line-height: 18px;
    color: #7e818c;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-component {
    text-align: right;
    padding: 6px 0;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-key {
    float: left;
    margin-right: 20px;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-rupeeIcon {
    font-size: 14px;
}
.orderInfo-order-details span {
    color: #7e818c;
    font-weight: 300;
}
.address-heading,
.name_heading {
    margin-bottom: 4px;
}
.account_content span {
    font-size: 14px;
    color: #282c3f;
    margin: 0 0 6px;
}
.account_set a {
    display: inline-block;
    padding: 18px 0;
    width: 34%;
    margin: 10px 10px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    border: 1px solid #444 !important;
}
.account_set a:hover {
    color: #888;
}
.acc_space {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaec;
}
.wel {
    margin: 0 0 4px;
    display: block;
}
.account_list {
    padding: 6px 0 0;
}
.account_list a {
    display: block;
    font-size: 14px;
    color: #282c3f;
    margin: 0 0 6px;
}
.login_register_section.padd {
    padding: 70px 0;
}
.about_info p {
    font-size: 18px;
    color: #313b47;
    line-height: 28px;
    font-weight: 300;
}
.image_box li {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.product.d-inline-block {
    padding-bottom: 0;
}
.image_box_section {
    margin: 0 0 20px;
}
.bottom_products .title_bottom_bar2 {
    text-align: center;
}
.bottom_products .title_bottom_bar2:before {
    left: 50%;
    transform: translateX(-50%);
}
.get_product_section li:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.get_product_section li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.get_product_section {
    text-align: center;
}
.get_product_section li:nth-child(1) {
    width: 210px;
}
.get_product_section li:nth-child(2) {
    width: 210px;
}
.get_product_section li:nth-child(3) {
    width: 250px;
}
.get_product_section li:nth-child(4) {
    width: 100px;
}
.prod_area_search {
    display: block;
    overflow: hidden;
}
.prod_area_search span {
    color: #444;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    border: 1px dashed #444;
    padding: 3px 10px;
    cursor: pointer;
}
.prod_area_search span:hover {
    border: 1px solid #444;
}
.prod_area_search span i {
    margin-left: 6px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.product_search_section {
    display: none;
    margin: 0 0 10px;
}
.get_product_section {
    text-align: center;
    border: 1px solid #cadedd;
    padding-top: 5px;
}
.breadcrumb_box {
    display: block;
    width: 100%;
}
.cate_pirce {
    padding: 6px 0;
    text-align: center;
}
.cart_box.cart_items .item_name {
    margin-bottom: 0;
}
.cart_box.cart_items .qty_size {
    margin-bottom: 0;
}
.cart_box.cart_items {
    padding: 10px;
}
.cart_box.cart_items .item_name a {
    font-size: 14px;
}
.cart_box.cart_items .item-total {
    font-size: 14px;
}
.cart_box.cart_items {
    margin: 0 0 8px;
}
.cart_box.cart_items .qty_size label {
    font-size: 14px;
}
.cardForm-base-cardNumber.pay_cont {
    font-size: 14px;
    color: #444;
    background: 0 0;
    padding: 0;
}
.paypal_img {
    width: 140px;
    margin: 0 0 12px;
}
.product-media img {
    width: 100%;
}
.product_list .product.d-inline-block {
    margin-left: 0;
    margin-right: 0;
}
.product_list {
    margin-bottom: 12px;
}
.cate_pirce {
    padding: 6px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px #666;
}
.unit-left.product {
    padding: 0;
}
#surround {
    width: 100%;
}
img.cloudzoom {
    width: 100%;
}
#slider1 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.product_list .total_save {
    background: #fff;
    box-shadow: 0 0 5px #666;
    padding: 12px 8px;
    text-align: center;
}
.thumbelina {
    position: static !important;
}
.prod_small_img div {
    position: static !important;
}
.thumbelina-but.horiz {
    position: absolute !important;
    background-color: #f9e6e6;
}
.form_heading {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    font-size: 16px;
    color: #292b2c;
    padding: 0 4px 8px;
    cursor: pointer;
}
.log_reg_content .place-order {
    width: auto !important;
    display: inline-block !important;
}
.log_reg_content .form_heading {
    font-size: 22px;
    margin: 0 0 20px;
}
.profile_info_box .field_row label {
    font-size: 16px;
    color: #444;
    width: 108px;
    display: block;
    font-weight: 400;
    float: left;
}
.profile_info_box .field_row:last-child {
    margin: 0;
}
.profile_info_box .field_row span {
    font-size: 16px;
    color: #444;
    width: auto;
    display: inline-block;
    font-weight: 300;
}
.profile_info_box .field_row .change_pass {
    display: inline-block;
    font-weight: 300;
    position: relative;
}
.change_pwd {
    font-size: 14px;
    color: #235679;
    display: inline-block;
    font-weight: 400;
    position: static;
    width: auto;
    left: 0;
    display: inline-block;
    border: 0;
    padding: 3px 14px;
    width: auto;
    background: #fff;
    border-radius: 50px;
    margin-left: 10px;
    border: 1px solid #ccc;
}
.change_pwd:hover {
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
}
.profile_info_box .field_row .change_pass span {
    display: inline-block;
}
.prof_head {
    margin: 0 0 15px;
}
.prof_head h2 {
    font-size: 20px;
    font-weight: 400;
    color: #444;
}
.edit_info {
    font-size: 16px;
    font-weight: 300;
    color: #444;
    display: inline-block;
    border: 1px solid #444;
    padding: 7px 16px;
}
.profile_info_box {
    border: 1px solid #888;
    padding: 30px 20px;
}
.user_btm_prof a {
    border: 1px solid #999 !important;
    padding: 12px;
    display: block;
    border-top: 0 !important;
}
.user_btm_prof a:hover i {
    color: #000;
}
.user_btm_prof a:hover span {
    color: #000;
}
.user_btm_prof a i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
.user_btm_prof a span {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.btn-view.btn-load-more {
    display: block;
    width: 160px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 37px;
    margin: 20px auto 0;
    border: 0;
    font-weight: 300;
    background: #fff;
}
.btn-view.btn-load-more:hover {
    background: #fff !important;
    color: #777;
    box-shadow: 0 0 5px #999;
}
.product_titles {
    margin: 0 0 4px;
}
.product_titles a {
    font-size: 14px;
    text-align: left;
}
.model_no {
    font-size: 14px;
    font-weight: 400;
}
.profile_info_box .field_row {
    margin: 0 0 25px;
}
.reset_mail {
    width: 340px;
    z-index: 6;
    display: none;
    padding-top: 30px;
}
.reset_mail.active {
    display: block;
}
.reset_mail input[type="text"] {
    border: 1px solid #666 !important;
    height: 35px;
    width: calc(100% - 40px);
    padding: 5px;
    outline: 0;
    vertical-align: middle;
    background: #fff;
    border-right: 0 !important;
}
.reset_mail button {
    background: #444;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border: 0;
    outline: 0;
    margin-left: -4px;
    vertical-align: middle;
}
.change_pass_cont h2 {
    font-size: 28px;
    margin: 0 0 20px;
}
.change_pass_cont .log_reg_content label {
    width: 200px;
}
.change_pass_cont .log_reg_content input {
    display: inline-block;
    width: calc(100% - 210px);
}
.product_details_info.detail .product-price {
    font-size: 18px;
}
.fancybox-close {
    background-color: transparent;
}
.toggle_btm {
    display: none;
}
.center-block.text-center {
    display: block;
    width: 100%;
    margin: 0 0 30px;
}
.slicknav_menu {
    display: none;
}
.about_info h3 {
    margin: 0 0 30px;
}
.about_info p {
    margin: 0 0 12px;
}
.about_info ul {
    display: block;
    margin: 0 0 30px;
}
.about_info ul li {
    font-weight: 300;
    margin: 0 0 10px;
}
.about_info table {
    margin: 0 0 30px;
}
.about_info table th {
    padding: 10px;
    border: 1px solid #00a69c;
}
.about_info table img {
    width: 100%;
}
.about_info table img {
    width: 100% !important;
    height: auto !important;
}
.product.d-inline-block {
    display: block;
    width: 100% !important;
}
.featured_product_section.padd {
    padding-top: 0;
}
.product_list {
    padding-left: 6px;
    padding-right: 6px;
}
.prod_big_img {
    overflow: hidden;
}
.prod_big_img img {
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.prod_big_img img:hover {
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    transform: scale(1.1);
}
.contact_form.billing_form {
    padding: 0 0 55px 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
}
.checkblock:hover input ~ .checkmark {
    background-color: transparent;
}
.checkblock input:checked ~ .checkmark {
    background-color: transparent;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkblock input:checked ~ .checkmark:after {
    display: block;
}
.checkblock .checkmark:after {
    font-family: Ionicons;
    left: 6px;
    font-size: 23px;
    top: -5px;
    width: 5px;
    height: 10px;
    content: "\f383";
    color: #757575;
}
.price_range_input li {
    display: inline-block;
    vertical-align: middle;
}
.price_range_input li input[type="text"] {
    width: 70px;
    height: 35px;
    text-align: center;
    outline: 0;
    border: 1px solid #757575 !important;
    padding: 4px;
    font-size: 13px;
    border-radius: 3px;
}
.price_range_input li span {
    font-size: 16px;
    color: #888;
    display: block;
}
.price_range_input button {
    padding: 5px 12px;
    color: #fff;
    font-size: 14px;
    background: #334e52;
    border: 0;
    outline: 0;
    height: 35px;
    border-radius: 4px;
}
.product_list .icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
}
.product-price {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
}
.breadcrumb_section {
    padding: 15px 0;
}
.breadcrumb_section ul li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    vertical-align: middle;
}
.breadcrumb_section ul li.active a {
    color: #444;
}
.breadcrumb_section ul li:after {
    position: absolute;
    right: -15px;
    top: -1px;
    content: "/";
    color: #888;
}
.breadcrumb_section ul li:last-child:after {
    display: none;
}
.breadcrumb_section ul li a {
    font-size: 14px;
    color: #888;
}
.show_more {
    display: block;
    width: 160px;
    color: #489290;
    text-align: center;
    height: 40px;
    line-height: 37px;
    margin: 0 auto;
    border: 1px solid #00a69c;
    font-weight: 300;
}
.show_more:hover {
    color: #fff;
    background: #00a69c;
}
.show_more_sec {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.prod_big_img {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #00a69c;
}
.prod_big_img img {
    width: 100%;
}
.prod_small_img img {
    width: 100%;
    border: 1px solid #00a69c;
    margin: 4px;
    border-radius: 5px;
}
.prod_small_img ul li {
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    width: 90px;
}
.product_details_info h3 {
    font-size: 26px;
    color: #888;
    margin: 0 0 40px;
}
.description h4 {
    font-size: 22px;
    color: #888;
    margin: 0 0 10px;
    font-weight: 400;
}
.product_details_info .product-price {
    margin: 0 0 15px;
}
.qty {
    margin: 0 0 20px;
}
.qty label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    color: #888;
    font-size: 16px;
}
.qty input[type="number"] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #00a69c !important;
    width: 40px;
    height: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.description {
    margin: 0 0 70px;
}
.dec_list li {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    color: #888;
    padding: 0 0 0 25px;
    position: relative;
}
.dec_list li:before {
    content: "\f3fd";
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 40px;
    color: #444;
    font-family: Ionicons;
    position: absolute;
    left: 0;
    top: -12px;
}
.addcrt_btn {
    display: inline-block;
    padding: 0 17px 0 70px;
    width: 184px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    border: 1px solid #444 !important;
    margin: 14px 0;
}
.addcrt_btn:hover {
    color: #fff;
    background: #fff;
}
.addcrt_btn:hover i {
    background: #444;
    color: #fff;
}
.addcrt_btn i {
    background: #fff;
    color: #444;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    font-size: 30px;
    border-right: 0;
}
.freecall {
    font-size: 14px;
    color: #00a69c;
    margin: 40px 0 0;
}
.freecall span {
    color: #666;
    display: inline-block;
}
.cart_table th,
td {
    border: 1px solid #00a69c;
    padding: 10px;
    text-align: center;
}
.cart_table {
    margin: 0 0 50px;
}
.cart_table th {
    font-weight: 300;
}
.prod_cart_img {
    width: 60px;
    margin: 0 auto;
    display: block;
}
.delete_btn {
    font-size: 22px;
}
.prod-name {
    font-size: 14px;
    color: #888;
}
.price {
    font-size: 14px;
    color: #888;
    display: block;
    text-align: center;
}
.cart_section h1 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 300;
}
.cart_total {
    float: right;
    width: 48%;
}
.cart_total h2 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 400;
}
.cart_total th {
    text-align: right;
    padding-right: 10px;
    border: 1px solid #00a69c;
}
.featured_slider .icon-circle {
    font-size: 24px;
    margin: 0 2px;
}
.price_range .irs--flat .irs-handle {
    top: 17px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px #999;
    border: 0;
}
.price_range .irs--flat .irs-handle > i:first-child {
    background: 0 0;
}
.price_range .irs--flat .irs-handle > i:first-child {
    background: 0 0;
}
.price_range .irs--flat .irs-line {
    height: 1px;
}
.price_range .irs--flat .irs-bar {
    height: 1px;
    background-color: #00a69c;
}
.product_search_section label {
    display: block;
    font-size: 14px;
    color: #888;
    margin: 0 0 6px;
}
.product_search_section select {
    font-size: 14px;
    color: #888;
    margin: 0 0 6px;
    height: 30px;
    width: 100%;
    border: 1px solid #55b3b0 !important;
    border-radius: 2px;
    padding: 0 6px;
    font-weight: 400;
    background: url(../images/drop_down_arrow.png) no-repeat 96% center;
    background-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-progress-appearance: none;
}
.product_search_section input[type="text"] {
    font-size: 14px;
    color: #888;
    margin: 0 0 6px;
    height: 36px;
    width: 90%;
    border-radius: 2px;
    padding: 0 6px;
    font-weight: 400;
}
.prod_area_search {
    display: block;
    font-size: 22px;
    color: #000;
}
.prod_area_search span {
    display: inline-block;
    padding: 5px;
    border: 1px solid #888;
    padding: 4px 6px;
}
.prod_area_search i {
    margin: 0 0 0 10px;
}
.filter_nav {
    background: #00a69c;
    height: 30px;
}
.filter_nav {
    position: relative;
    line-height: 21px;
    font-size: 15px;
    text-align: left;
    color: #fff;
    border-radius: 3px;
}
.filter_content {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    background: #fff;
    z-index: 4;
    display: none;
    -ms-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 1px 3px 5px #999;
}
.filter_content.active {
    display: block;
    -ms-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.filter_content span {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.filter_nav ul li {
    display: block;
}
.filter_nav ul li ul {
    display: none;
}
.filter_nav ul li a {
    font-size: 11px;
    color: #888;
    display: inline-block;
    font-weight: 400;
}
.filter_nav ul li a:hover {
    color: #f59293;
}
.filter_nav ul li span {
    font-size: 14px;
    color: #666;
    display: block;
}
.filter_nav .filter_title:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}
.acc_ans {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}
.acc_ans li {
    margin: 0 0 2px;
}
.accq {
    position: relative;
}
.accq.active:after {
    content: "\f3d0";
    color: #888;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: Ionicons;
}
.accq:after {
    content: "\f3d8";
    color: #888;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Ionicons;
}
.filter_title {
    display: block;
    height: 100%;
    line-height: 12px;
    font-size: 15px;
    position: relative;
    padding: 10px;
}
.filter_title.active:after {
    content: "\f3d8";
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Ionicons;
}
.filter_title:after {
    content: "\f3d0";
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: Ionicons;
    transform: translateY(-50%);
}
.irs--flat .irs-single,
.irs--flat .irs-to,
.price_range .irs--flat .irs-from {
    background-color: #00a69c;
}
.product_top {
    margin: 0 0 40px;
}
.reg_content {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 5px #666;
    background: #fff;
    position: relative;
}
.reg_content h4 {
    font-size: 26px;
    color: #00a69c;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: normal;
    text-align: center;
    font-family: Roboto, sans-serif;
}
.reg_content input[type="email"],
.reg_content input[type="password"],
.reg_content input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 19px;
    font-size: 13px;
    border: 0;
    padding: 0 8px;
    outline: 0;
    color: #fff;
    margin: 0 0 8px;
    background: 0 0;
    border: 1px solid #00a69c !important;
}
.reg_content textarea {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 90px;
    resize: none;
    line-height: 19px;
    font-size: 13px;
    border: 1px solid #00a69c;
    padding: 6px 8px;
    outline: 0;
    color: #00a69c;
    margin: 0 0 8px;
}
.reg_button {
    text-align: center;
}
.reg_content button[type="button"] {
    font-family: "Open Sans", sans-serif;
    width: 170px;
    height: 40px;
    text-align: center;
    background: 0 0;
    border: 1px solid #00a69c;
    outline: 0;
    color: #00a69c;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.reg_content button[type="button"]:hover {
    background: 0 0;
    color: #007ea3;
}
.reg_other_link {
    width: 100%;
}
.reg_other_link span {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.reg_other_link a {
    width: 100%;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: #ed1d2e;
    border: 2px solid #ed1d2e;
    outline: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0;
    font-weight: 400;
}
.reg_other_link.reg_btm span a {
    background: 0 0;
    border: 0 none;
    color: #000;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 27px;
    margin: 0;
    outline: 0 none;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.reg_other_link.log-btm {
    text-align: center;
}
.reg_other_link.reg_btm span a:hover {
    color: #eb4c4c;
}
.reg_other_link.log-btm span {
    display: inline-block;
    margin: 0;
}
.reg_other_link.log-btm a {
    background: 0 0;
    border: 0 none;
    color: #00a69c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    margin: 0;
    outline: 0 none;
    text-align: center;
    text-transform: capitalize;
    width: auto;
}
.reg_other_link.log-btm a:hover {
    text-decoration: underline;
    color: #00a69c;
}
.reg_other_link a:hover {
    background: 0 0;
    color: #ed1d2e;
}
.forgot-pass {
    font-size: 14px;
    color: #666;
    text-align: center;
}
.forgot-pass a {
    display: inline-block;
    color: #000;
    padding: 0 0 0 5px;
    margin: 0;
}
.shopping_section {
    text-align: center;
    padding: 30px 0;
}
.shopping_section ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.shopping_section ul li span {
    color: #888;
    font-size: 15px;
    padding: 0 5px 6px;
}
.shopping_section ul {
    width: 100%;
    text-align: center;
}
.shopping_section ul li i {
    font-size: 22px;
    margin-right: 6px;
}
.shopping_section ul li.active span {
    color: #000;
    border-bottom: 1px solid #000;
}
.shopping_section ul li:last-child {
    margin-right: 0;
}
.cart_head {
    padding: 8px;
}
.cart_head h2 {
    font-size: 20px;
    font-weight: 400;
    float: left;
    color: #535766;
}
.cart_head span {
    font-size: 20px;
    font-weight: 400;
    float: right;
    display: inline-block;
    color: #535766;
}
.cart_box {
    border: 1px solid #eaeaec;
    padding: 20px;
    margin-bottom: 10px;
}
.item_name {
    padding: 8px 0;
    margin-bottom: 16px;
}
.item_name a {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.item-total {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.cart_img {
    float: left;
    width: 100px;
    margin-right: 12px;
}
.cart_info {
    overflow: hidden;
}
.qty_size ul li {
    display: inline-block;
    margin-right: 10px;
}
.qty_size label {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.qty_size select {
    border: 1px solid #00a69c !important;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    width: 81px;
    display: inline-block;
    vertical-align: middle;
}
.qty_size input[type="number"] {
    width: 35px;
    height: 25px;
    display: inline-block;
    border: 1px solid #00a69c !important;
    vertical-align: middle;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.remove_section {
    padding: 8px 15px;
    border: 1px solid #eaeaec;
}
.remove_section ul li {
    position: relative;
    display: inline-block;
    padding-right: 12px;
}
.remove_section ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 2px;
}
.remove_section ul li:after {
    position: absolute;
    right: 3px;
    top: 2px;
    content: "";
    height: 30px;
    background: #eaeaec;
    width: 0.8px;
}
.remove_section ul li:last-child:after {
    display: none;
}
.qty_size {
    margin-bottom: 20px;
}
.div_row {
    margin: 0 0 12px;
}
.price_detials h2 {
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0 30px;
    color: #7e818c;
}
.div_row label {
    font-size: 14px;
    color: #535766;
    font-weight: 300;
}
.div_row.main_total label {
    font-weight: 600;
    font-size: 15px;
    color: #535766;
}
.div_row.main_total span {
    font-weight: 600;
    font-size: 15px;
    color: #535766;
}
.div_row span {
    font-size: 14px;
    color: #535766;
    font-weight: 300;
}
.div_row span i {
    margin-right: 6px;
}
.price_detials {
    padding: 25px 0 0;
}
.place-order {
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0;
    border-radius: 3px;
}
.total_part {
    border-top: 1px solid #eaeaec;
    padding: 20px 0;
}
.cart_left {
    padding-right: 30px;
}
.cart_right {
    border-left: 1px solid #eaeaec;
}
.price_detials {
    padding-left: 0;
}
.log_padd {
    padding: 80px 0;
    background: #cfe6e6;
}
.reg_button.submit_btn button {
    font-family: Roboto, sans-serif;
    width: 200px;
    height: 35px;
    text-align: center;
    background: 0;
    outline: 0;
    color: #00a69c;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    margin: 20px auto;
    border: 1px solid #00a69c !important;
    display: inline-block;
}
.check_wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}
.check_wrap:hover input ~ .checkmark {
    background-color: none;
}
.check_wrap input:checked ~ .checkmark {
    background-color: none;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check_wrap input:checked ~ .checkmark:after {
    display: block;
}
.check_wrap .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid #00a69c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_wrap small {
    font-size: 13px;
    color: #00a69c;
    font-weight: 300;
    display: inline-block;
    margin-top: 2px;
}
.check_wrap .checkmark {
    border: 1px solid #00a69c;
}
.address {
    border: 1px solid #eaeaec;
    padding-top: 30px;
}
.address_section {
    padding: 10px 0 40px;
}
.small_img_item {
    border: 1px solid #d4d5d9;
    width: 40px;
}
.div_row label a,
.div_row label small {
    display: inline-block;
    vertical-align: middle;
}
.div_row label small {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.card-base-heading {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaec;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.cardForm-base-row {
    margin: 0 0 15px;
    position: relative;
}
.cardForm-base-label {
    color: #535766;
    display: block;
}
.cardForm-base-cardNumber {
    width: 100%;
    padding: 5px;
}
.cardForm-base-errorMessage {
    color: #ff3f6c;
    font-size: 13px;
    margin-top: 3px;
}
.cardForm-base-cardType {
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 29px;
}
.sprite-card-default {
    width: 38px;
    height: 20px;
    background: url(../images/card.png) no-repeat right top;
    background-size: contain;
}
select.cardForm-base-expiryMonthDropdown,
select.cardForm-base-expiryYearDropdown {
    border: 1px solid #d4d5d9 !important;
    height: 38px;
    width: 100%;
    padding: 10px;
    color: #535766;
    font-size: 13px;
}
.cardForm-base-col {
    display: inline-block;
    width: 49%;
}
.cardForm-base-label {
    color: #535766;
    display: block;
    font-size: 13px;
    margin: 0 0 3px;
}
.cardForm-base-cvv {
    float: left;
    width: 25%;
    height: 36px;
    padding: 5px 10px 5px 15px;
    border: 1px solid #d4d5d9 !important;
}
.cardForm-base-cvvInfo {
    display: inline-block;
    width: 75%;
    color: #94969f;
}
.cardForm-base-cvvImage {
    width: 38px;
    height: 20px;
    background: url(../images/card.png) no-repeat right top;
    background-size: contain;
    margin: 0 10px;
    float: left;
    position: relative;
    top: 4px;
}
.sprite-card-cvv-info {
    width: 45px;
    height: 36px;
}
.cardForm-base-saveCardLabel {
    color: #94969f;
    font-size: 20px;
}
.cardForm-base-selectedCheckboxIcon {
    color: #ff3f6c;
}
.cardForm-base-checkboxIcon,
.cardForm-base-selectedCheckboxIcon {
    position: relative;
    font-size: 20px;
    top: 4px;
}
.icon-checkbox_active:before {
    content: "\f3fd";
    font-family: Ionicons;
    font-size: 22px;
}
.cardForm-base-col label {
    color: #535766;
    display: block;
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 600;
}
.cardForm-base-cvvInfo small {
    color: #535766;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    padding: 9px 0 0;
}
.payment_menu li {
    border: 1px solid #eaeaec;
    border-top: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 12px;
    background: #f7f7f9;
}
.payment_menu li span {
    color: #424553;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}
.payment_menu li a {
    color: #424553;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}
.payment_cont {
    display: none;
}
.payment_cont.active {
    display: block;
}
.payment_menu li.active {
    background-color: #fff;
    border-right: 0;
    border-left: 5px solid #00a69c;
}
.payment_menu li.active a,
.payment_menu li.active span {
    color: #00a69c;
}
.paylater h3 {
    font-size: 14px;
    margin: 0 0 12px;
    color: #424553;
    font-weight: 400;
}
.paylater p {
    font-size: 14px;
    margin: 0 0 12px;
    color: #424553;
    line-height: 20px;
}
.cod-base-subheading {
    font-size: 14px;
    margin-bottom: 15px;
    color: #424553;
}
.payNowForm-base-disabled {
    cursor: default !important;
    opacity: 0.5;
}
.payment_content_sec {
    padding-right: 34px;
}
.paypal_img {
    padding: 15px;
    border: 1px solid #d4d5d9;
}
.paylater {
    padding: 15px;
    border: 1px solid #d4d5d9;
}
.contact_form {
    max-width: 800px;
    margin: 0 auto;
    background: 0 0;
    padding: 0 40px 55px 40px;
}
.contact_form .bill_head {
    margin: 0 0 20px;
    text-align: left;
}
.contact_form.billing_form h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #535766;
}
.field_row {
    margin: 0 0 15px;
}
.contact_form input,
.contact_form input[type="tel"]::-webkit-input-placeholder,
textarea {
    color: #535766;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    opacity: 1;
}
.contact_form input,
textarea {
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 35px;
    line-height: 19px;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #a9abb3 !important;
    padding: 0 8px;
    outline: 0;
    color: #535766;
    position: relative;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
}
.contact_form input::-webkit-input-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input::-moz-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input:-ms-input-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input:-moz-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.submit_btn {
    text-align: center;
    width: 100%;
}
.submit_btn button {
    font-family: Roboto, sans-serif;
    width: 200px;
    height: 35px;
    text-align: center;
    background: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    margin: 20px auto;
    border: 0;
    display: inline-block;
    border-radius: 2px;
}
.contact_form select {
    background: url(../images/drop_arrow_white.png) no-repeat 99% center;
    background-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 35px;
    line-height: 19px;
    font-size: 14px;
    border: 0;
    padding: 0 8px;
    outline: 0;
    color: #535766;
    font-weight: 300;
    border-bottom: 1px solid #a9abb3 !important;
}
.cart_head.order_head h2 {
    float: none;
    margin: 0 0 6px;
}
.cart_head.order_head small {
    display: block;
    font-size: 13px;
    color: #313b47;
}
.cart_left.order_block {
    margin: 0 0 20px;
}
.order_details {
    margin: 0 0 6px;
}
.order_details span {
    display: block;
    font-size: 13px;
    color: #313b47;
    margin: 0 0 5px;
}
.item_head {
    font-size: 18px !important;
    font-weight: 400;
    padding: 0;
    color: #666;
    margin: 0 0 10px;
}
.login_register_section h2 {
    font-size: 36px;
    color: #424553;
    text-align: center;
    font-weight: 300;
    margin: 0 0 50px;
}
.log_reg_menu li {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    font-size: 16px;
    color: #292b2c;
    padding: 0 4px 8px;
    cursor: pointer;
}
.log_reg_menu li:first-child {
    margin-left: 0;
}
.log_reg_menu li.active {
    border-bottom: 2px solid #444;
    color: #444;
    font-weight: 600;
}
.log_reg_menu li:after {
    position: absolute;
    right: -27px;
    top: 0;
    border: 0.6px solid #313b47;
    content: "";
    height: 18px;
}
.log_reg_menu li:last-child:after {
    display: none;
}
.log_reg_content label {
    display: inline-block;
    width: 150px;
    font-size: 16px;
    color: #334e52;
}
.log_reg_content input {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 16px;
    color: #334e52;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #535766 !important;
}
.log_reg_content select {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 16px;
    color: #334e52;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #535766 !important;
}
.forgot_pass {
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
}
.forgot_pass:hover {
    color: #00a69c;
}
.login_footer .place-order {
    width: 120px;
}
.log_reg_wrap {
    padding: 0 0 0 360px;
}
.log_reg_menu {
    margin: 0 0 20px;
}
.log_reg_content.active {
    display: block;
}
.log_reg_content {
    display: none;
}
.register_btm_corn span {
    font-size: 14px;
    color: #334e52;
    display: inline-block;
    margin-right: 6px;
}
.register_btm_corn a {
    display: inline-block;
}
.log_reg_holder {
    position: relative;
}
.log_reg_holder:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.login_content:after {
    content: "\f29e";
    color: #444;
    font-size: 170px;
    font-family: Ionicons;
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-55%);
}
.register_content:after {
    content: "";
    color: #444;
    font-size: 60px;
    font-family: Ionicons;
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-70%);
    background: url(../images/register.png) no-repeat left center;
    width: 170px;
    height: 170px;
    background-size: contain;
}
.order-orderInfo {
    padding: 5px 5px 5px 12px;
}
.order-orderNumber {
    font-weight: 600;
    font-size: 13px;
    color: #3e4152;
}
.order-orderDetailsButton {
    cursor: pointer;
    float: right;
    color: #526cd0;
    font-weight: 800;
}
.item-itemContainer {
    margin: 8px 0 16px;
    border-width: 4px;
}
.item-item {
    width: 100%;
    overflow: auto;
    background-color: #fff;
    color: #3e4152;
    position: relative;
    box-shadow: 0 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
}
.item-item .item-productInfo {
    display: block;
    margin: 5px 0 0 0;
    padding: 7px 12px 10px 12px;
}
.item-item .item-productInfo .item-thumbnail {
    display: inline-block;
    width: 80px;
    min-width: 80px;
}
.item-item .item-productInfo .item-thumbnail img {
    border: 1px solid #edeeef;
    height: 108px;
    width: 80px;
}
.item-item .item-productInfo .item-info {
    display: inline-block;
    padding: 0 0 5px 12px;
    width: 65%;
    vertical-align: top;
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-brand {
    color: #3e4152;
    font-weight: 500;
}
.item-item .item-productInfo .item-info .item-productName,
.item-item .item-productInfo .item-info .item-size {
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-productName {
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.item-item .item-productInfo .item-info .item-productName,
.item-item .item-productInfo .item-info .item-size {
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-priceInfo {
    margin-top: 4px;
}
.item-item .item-productInfo .item-info .item-priceInfo .item-price {
    vertical-align: top;
    margin-right: 10px;
    font-weight: 800;
    color: #3e4152;
}
.icon-rupee500:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
}
.item-item .item-productInfo .item-info .item-cancelled {
    color: #ff5a5a;
}
.item-item .item-productInfo .item-info .item-status span {
    color: #3e4152;
    font-weight: 300;
}
.item-size span {
    display: inline-block;
    vertical-align: middle;
    color: #7e818c;
}
.item-delivered {
    color: #00a69c;
}
.item-priceInfo span {
    color: #141414;
}
.orderInfo-order-details {
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px;
}
.orderInfo-order-details .orderInfo-block {
    padding: 6px 12px;
    border-bottom: 0.5px solid #eaeaec;
}
.orderInfo-order-details .orderInfo-block .orderInfo-label {
    vertical-align: top;
    color: #94969f;
    line-height: 21px;
    width: 100px;
}
.orderInfo-order-details .orderInfo-block .orderInfo-value {
    color: #282c3f;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
    padding: 0 0 10px 0;
    color: #94969f;
}
.address-address {
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 0.5px solid #eaeaec;
}
.orderInfo-order-details .orderInfo-block:last-child {
    border-bottom: 0;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
    padding: 0 0 10px 0;
    color: #94969f;
}
.priceBreakUp-topBorder {
    margin-top: 3px;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-component {
    text-align: right;
    padding: 6px 0;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-key {
    float: left;
    margin-right: 20px;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-rupeeIcon {
    font-size: 14px;
}
.orderInfo-order-details span {
    color: #7e818c;
    font-weight: 300;
}
.address-heading,
.name_heading {
    margin-bottom: 4px;
}
.account_content span {
    font-size: 14px;
    color: #282c3f;
    margin: 0 0 6px;
}
.account_set a {
    display: inline-block;
    padding: 18px 0;
    width: 34%;
    margin: 10px 10px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    border: 1px solid #444 !important;
}
.account_set a:hover {
    color: #888;
}
.acc_space {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaec;
}
.wel {
    margin: 0 0 4px;
    display: block;
}
.account_list {
    padding: 6px 0 0;
}
.account_list a {
    display: block;
    font-size: 14px;
    color: #282c3f;
    margin: 0 0 6px;
}
.login_register_section.padd {
    padding: 70px 0;
}
.about_info p {
    font-size: 18px;
    color: #313b47;
    line-height: 28px;
    font-weight: 300;
}
.image_box li {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.product.d-inline-block {
    padding-bottom: 0;
}
.image_box_section {
    margin: 0 0 20px;
}
.bottom_products .title_bottom_bar2 {
    text-align: center;
}
.bottom_products .title_bottom_bar2:before {
    left: 50%;
    transform: translateX(-50%);
}
.get_product_section li:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.get_product_section li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.get_product_section {
    text-align: center;
}
.get_product_section li:nth-child(1) {
    width: 210px;
}
.get_product_section li:nth-child(2) {
    width: 210px;
}
.get_product_section li:nth-child(3) {
    width: 250px;
}
.get_product_section li:nth-child(4) {
    width: 100px;
}
.prod_area_search {
    display: block;
    overflow: hidden;
}
.prod_area_search span {
    color: #444;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    border: 1px dashed #444;
    padding: 3px 10px;
    cursor: pointer;
}
.prod_area_search span:hover {
    border: 1px solid #444;
}
.prod_area_search span i {
    margin-left: 6px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.product_search_section {
    display: none;
    margin: 0 0 10px;
}
.get_product_section {
    text-align: center;
    border: 1px solid #cadedd;
    padding-top: 5px;
}
.breadcrumb_box {
    display: block;
    width: 100%;
}
.cate_pirce {
    padding: 6px 0;
    text-align: center;
}
.cart_box.cart_items .item_name {
    margin-bottom: 0;
}
.cart_box.cart_items .qty_size {
    margin-bottom: 0;
}
.cart_box.cart_items {
    padding: 10px;
}
.cart_box.cart_items .item_name a {
    font-size: 14px;
}
.cart_box.cart_items .item-total {
    font-size: 14px;
}
.cart_box.cart_items {
    margin: 0 0 8px;
}
.cart_box.cart_items .qty_size label {
    font-size: 14px;
}
.cardForm-base-cardNumber.pay_cont {
    font-size: 14px;
    color: #444;
    background: 0 0;
    padding: 0;
}
.paypal_img {
    width: 140px;
    margin: 0 0 12px;
}
.product-media img {
    width: 100%;
}
.product_list .product.d-inline-block {
    margin-left: 0;
    margin-right: 0;
}
.product_list {
    margin-bottom: 12px;
}
.cate_pirce {
    padding: 6px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px #666;
}
.unit-left.product {
    padding: 0;
}
#surround {
    width: 100%;
}
img.cloudzoom {
    width: 100%;
}
#slider1 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.product_list .total_save {
    background: #fff;
    box-shadow: 0 0 5px #666;
    padding: 12px 8px;
    text-align: center;
}
.thumbelina {
    position: static !important;
}
.prod_small_img div {
    position: static !important;
}
.thumbelina-but.horiz {
    position: absolute !important;
    background-color: #f9e6e6;
}
.form_heading {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    font-size: 16px;
    color: #292b2c;
    padding: 0 4px 8px;
    cursor: pointer;
}
.log_reg_content .place-order {
    width: auto !important;
    display: inline-block !important;
}
.log_reg_content .form_heading {
    font-size: 22px;
    margin: 0 0 20px;
}
.profile_info_box .field_row label {
    font-size: 16px;
    color: #444;
    width: 108px;
    display: block;
    font-weight: 400;
    float: left;
}
.profile_info_box .field_row:last-child {
    margin: 0;
}
.profile_info_box .field_row span {
    font-size: 16px;
    color: #444;
    width: auto;
    display: inline-block;
    font-weight: 300;
}
.profile_info_box .field_row .change_pass {
    display: inline-block;
    font-weight: 300;
    position: relative;
}
.change_pwd {
    font-size: 14px;
    color: #235679;
    display: inline-block;
    font-weight: 400;
    position: static;
    width: auto;
    left: 0;
    display: inline-block;
    border: 0;
    padding: 3px 14px;
    width: auto;
    background: #fff;
    border-radius: 50px;
    margin-left: 10px;
    border: 1px solid #ccc;
}
.change_pwd:hover {
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
}
.profile_info_box .field_row .change_pass span {
    display: inline-block;
}
.prof_head {
    margin: 0 0 15px;
}
.prof_head h2 {
    font-size: 20px;
    font-weight: 400;
    color: #444;
}
.edit_info {
    font-size: 16px;
    font-weight: 300;
    color: #444;
    display: inline-block;
    border: 1px solid #444;
    padding: 7px 16px;
}
.profile_info_box {
    border: 1px solid #888;
    padding: 30px 20px;
}
.user_btm_prof a {
    border: 1px solid #999 !important;
    padding: 12px;
    display: block;
    border-top: 0 !important;
}
.user_btm_prof a:hover i {
    color: #000;
}
.user_btm_prof a:hover span {
    color: #000;
}
.user_btm_prof a i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
.user_btm_prof a span {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.btn-view.btn-load-more {
    display: block;
    width: 160px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 37px;
    margin: 20px auto 0;
    border: 0;
    font-weight: 300;
    background: #fff;
}
.btn-view.btn-load-more:hover {
    background: #fff !important;
    color: #777;
    box-shadow: 0 0 5px #999;
}
.product_titles {
    margin: 0 0 4px;
}
.product_titles a {
    font-size: 15px;
    text-align: center;
    color: #000 !important;
    font-weight: 600;
    text-transform: capitalize;
}
.model_no {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    width: 60%;
    padding: 5px 0 0;
}
.profile_info_box .field_row {
    margin: 0 0 25px;
}
.reset_mail {
    width: 340px;
    z-index: 6;
    display: none;
    padding-top: 30px;
}
.reset_mail.active {
    display: block;
}
.reset_mail input[type="text"] {
    border: 1px solid #666 !important;
    height: 35px;
    width: calc(100% - 40px);
    padding: 5px;
    outline: 0;
    vertical-align: middle;
    background: #fff;
    border-right: 0 !important;
}
.reset_mail button {
    background: #444;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border: 0;
    outline: 0;
    margin-left: -4px;
    vertical-align: middle;
}
.change_pass_cont h2 {
    font-size: 28px;
    margin: 0 0 20px;
}
.change_pass_cont .log_reg_content label {
    width: 200px;
}
.change_pass_cont .log_reg_content input {
    display: inline-block;
    width: calc(100% - 210px);
}
.product_details_info.detail .product-price {
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px 0 0;
}
.fancybox-close {
    background-color: transparent;
}
.toggle_btm {
    display: none;
}
.center-block.text-center {
    display: block;
    width: 100%;
    margin: 0 0 30px;
}
.slicknav_menu {
    display: none;
}
.about_info h3 {
    margin: 0 0 30px;
}
.about_info p {
    margin: 0 0 12px;
}
.about_info ul {
    display: block;
    margin: 0 0 30px;
}
.about_info ul li {
    font-weight: 300;
    margin: 0 0 10px;
}
.about_info table {
    margin: 0 0 30px;
}
.about_info table th {
    padding: 10px;
    border: 1px solid #00a69c;
}
.about_info table img {
    width: 100%;
}
.about_info table img {
    width: 100% !important;
    height: auto !important;
}
.product.d-inline-block {
    display: block;
    width: 100% !important;
}
.featured_product_section.padd {
    padding-top: 0;
}
.product_list {
    padding-left: 6px;
    padding-right: 6px;
}
.prod_big_img {
    overflow: hidden;
}
.prod_big_img img {
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.prod_big_img img:hover {
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    transform: scale(1.1);
}
.contact_form.billing_form {
    padding: 0 0 55px 0;
}
.slick-dots {
    position: absolute;
    top: 92%;
    left: 50%;
    padding: 5px;
    opacity: 0.8;
    border-radius: 5px;
    width: 200px;
}
.banner > ul.slick-dots li {
    width: 10px;
    float: left;
    background: #f60;
    margin: 0 10px;
}
ul.slick-dots li {
    width: 7px !important;
    float: left !important;
    margin: 0 2px !important;
    height: 7px;
    border: 1px solid #000;
    border-radius: 50%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.help-block {
    color: red;
}
.menu ul li i {
    margin: 0 5px 0 0;
}
.icon-nav i {
    display: inline-block;
    padding: 5px 12px;
    color: #999;
}
.account_set a {
    padding: 5px 10px !important;
}
.icon-nav ul li {
    color: #999;
    padding: 5px 10px;
    display: block;
    margin: 0;
}
.icon-nav a {
    display: inline-block;
    color: #9d9d9d;
}
.mb-nav ul li a {
    padding: 5px 15px;
}
.sub_icon {
    background: #222;
}
.sub_icon ul li a {
    padding: 0;
}
.mobile-header {
    display: none;
}
.mobile-header nav {
    margin: 0;
    padding: 0;
}
.mob-space span {
    color: #fff;
    padding: 5px 10px;
    display: block;
    margin: 0;
}
.mob-space p {
    color: #fff;
    padding: 5px 10px;
    display: block;
    margin: 0;
}
.mob-space a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    margin: 0;
}
.prd_details .left_prd_box img,
.price_search #amount {
    border: 1px solid #e5e5e5 !important;
}
.prd_details .left_prd_box img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 100% !important;
    height: auto !important;
}
.left_prd_box {
    overflow: hidden;
}
.prd_details {
    margin-top: 0;
}
.prd_details_text h2 {
    background: #37475a;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #fff;
    padding: 5px 11px !important;
    margin: 0 0 15px;
    font-size: 20px;
    font-family: Pt Sans, sans-serif;
}
.prd_details_text {
    background: url(../images/banner-bgs.jpg) rgba(0, 0, 0, 0);
    padding: 10px;
    overflow: hidden;
    clear: both;
    border: 1px solid #e5e5e5;
}
.prd_details_text p {
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0;
}
.prd_details_text .prdt-code {
    font-size: 14px;
    margin: 8px 0;
}
.prd_details_text p input {
    width: 10% !important;
}
.fancybox-inner img {
    width: auto;
    max-width: 100%;
}
.mobileView {
    display: none;
}
.fancybox-title {
    display: none;
}
.pro_left {
    margin: 0 0 0 30px;
    text-align: left;
}
.pro_left td {
    text-align: left !important;
}
.in-price {
    width: 36%;
    display: inline-block;
    margin: 0 15px 18px 0;
}
.right_prd_box p span {
    font-weight: 600;
    padding: 0 5px 0 0;
    color: #000 !important;
}
.right_prd_box p {
    color: #888;
}
.pro_left p {
    padding: 15px 0;
}
.my_flex {
    border: 1px solid #d1d1d1;
    padding: 5px;
}
.dealer_pro {
    border-top: 1px solid #d1d1d1;
    padding: 15px 30px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 0 30px;
}
.dealer_pro h4 {
    font-size: 20px;
    padding: 0 0 15px;
}
.code {
    font-size: 15px;
}
.code span {
    font-size: 12px;
}
.pro_left td {
    font-size: 12px;
    text-align: left !important;
    vertical-align: middle !important;
    padding: 5px 8px !important;
}
.t_h {
    background-color: #efefef !important;
    width: 30%;
}
.t2 {
    background-color: #efefef !important;
    width: 17%;
}
.log-btn a {
    background: #000;
    display: inline;
    padding: 10px 15px;
    color: #fff;
    border-radius: 4px;
}
.details_head h4 {
    background: #000;
    text-align: left;
    padding: 10px;
    color: #fff;
    margin: 0 0 15px;
    font-size: 17px;
}
.tab_pad td {
    text-align: left;
}
.details_tab table {
    margin: 0 0;
}
.tab_pad table {
    margin: 0 0 15px;
}
.log_reg_content .place-order {
    width: auto !important;
    display: inline-block !important;
}
.line_for p {
    font-size: 16px;
    text-align: right;
}
.line_for {
    width: 80%;
}
.forgot_part {
    font-size: 16px;
    color: #797878;
    display: inline-block;
    text-decoration: underline;
    text-align: left;
    float: left;
}
.log-reg {
    font-size: 16px;
    color: #2d2d2d;
    display: inline-block;
}
.details_head,
.tab_pad {
    margin-top: 20px
    /*margin: 0 0 0 80px;*/
}
.desktopView {
    display: block;
}
.mobileView {
    display: none;
}
.mob_left,
.mob_right {
    background: 0 0 !important;
}
.mob_left span.glyphicon {
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    padding: 9px;
}
.mob_right span.glyphicon {
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    padding: 9px;
}
.addedCssCart {
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
}
.shopping_section {
    text-align: center;
    padding: 8px 0;
}
.shopping_section ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.shopping_section ul li span {
    color: #888;
    font-size: 15px;
    padding: 0 5px 6px;
}
.shopping_section ul {
    width: 100%;
    text-align: center;
}
.shopping_section ul li i {
    font-size: 22px;
    margin-right: 6px;
}
.shopping_section ul li.active span {
    color: #000;
    border-bottom: 1px solid #000;
}
.shopping_section ul li:last-child {
    margin-right: 0;
}
.cart_head {
    padding: 8px;
}
.cart_head h2 {
    font-size: 20px;
    font-weight: 400;
    float: left;
    color: #535766;
}
.cart_head span {
    font-size: 20px;
    font-weight: 400;
    float: right;
    display: inline-block;
    color: #535766;
}
.cart_box {
    border: 1px solid #eaeaec;
    padding: 20px;
    margin-bottom: 10px;
}
.item_name {
    padding: 8px 0;
    margin-bottom: 0;
}
.item_name a {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.item-total {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.cart_img {
    float: left;
    width: 134px;
    margin-right: 12px;
}
.cart_info {
    overflow: hidden;
}
.qty_size ul li {
    display: inline-block;
    margin-right: 10px;
}
.qty_size label {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.qty_size select {
    border: 1px solid #00a69c !important;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    width: 81px;
    display: inline-block;
    vertical-align: middle;
}
.qty_size input[type="number"] {
    width: 35px;
    height: 25px;
    display: inline-block;
    border: 1px solid #00a69c !important;
    vertical-align: middle;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.remove_section {
    padding: 8px 15px;
}
.remove_section ul li {
    position: relative;
    display: inline-block;
    padding-right: 12px;
}
.remove_section ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 2px;
}
.remove_section ul li:after {
    position: absolute;
    right: 3px;
    top: 2px;
    content: "";
    height: 30px;
    background: #eaeaec;
    width: 0.8px;
}
.remove_section ul li:last-child:after {
    display: none;
}
.qty_size {
    margin-bottom: 20px;
}
.div_row {
    margin: 0 0 12px;
}
.price_detials h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    color: #7e818c;
}
.div_row label {
    font-size: 14px;
    color: #535766;
}
.div_row.main_total label {
    font-weight: 600;
    font-size: 15px;
    color: #535766;
}
.div_row.main_total span {
    font-weight: 600;
    font-size: 15px;
    color: #535766;
}
.div_row span {
    font-size: 14px;
    color: #535766;
    font-weight: 300;
    text-transform: uppercase;
}
.div_row span i {
    margin-right: 6px;
}
.place-order {
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0;
    border-radius: 3px;
    background: #343a40;
}
.total_part {
    border-top: 1px solid #eaeaec;
    padding: 20px 0;
}
.cart_left {
    padding-right: 30px;
}
.cart_right {
    border-left: 1px solid #eaeaec;
}
.price_detials {
    padding-left: 0;
}
.log_padd {
    padding: 80px 0;
    background: #cfe6e6;
}
.reg_button.submit_btn button {
    font-family: Roboto, sans-serif;
    width: 200px;
    height: 35px;
    text-align: center;
    background: 0;
    outline: 0;
    color: #00a69c;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    margin: 20px auto;
    border: 1px solid #00a69c !important;
    display: inline-block;
}
.check_wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}
.check_wrap:hover input ~ .checkmark {
    background-color: none;
}
.check_wrap input:checked ~ .checkmark {
    background-color: none;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check_wrap input:checked ~ .checkmark:after {
    display: block;
}
.check_wrap .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid #00a69c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_wrap small {
    font-size: 13px;
    color: #00a69c;
    font-weight: 300;
    display: inline-block;
    margin-top: 2px;
}
.check_wrap .checkmark {
    border: 1px solid #00a69c;
}
.address {
    border: 1px solid #eaeaec;
    padding-top: 30px;
}
.address_section {
    padding: 10px 0 40px;
}
.small_img_item {
    border: 1px solid #d4d5d9;
    width: 134px;
}
.div_row label a,
.div_row label small {
    display: inline-block;
    vertical-align: middle;
}
.div_row label small {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.card-base-heading {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaec;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.cardForm-base-row {
    margin: 0 0 15px;
    position: relative;
}
.cardForm-base-label {
    color: #535766;
    display: block;
}
.cardForm-base-cardNumber {
    width: 100%;
    padding: 5px;
}
.cardForm-base-errorMessage {
    color: #ff3f6c;
    font-size: 13px;
    margin-top: 3px;
}
.cardForm-base-cardType {
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 29px;
}
.sprite-card-default {
    width: 38px;
    height: 20px;
    background: url(../images/card.png) no-repeat right top;
    background-size: contain;
}
select.cardForm-base-expiryMonthDropdown,
select.cardForm-base-expiryYearDropdown {
    border: 1px solid #d4d5d9 !important;
    height: 38px;
    width: 100%;
    padding: 10px;
    color: #535766;
    font-size: 13px;
}
.cardForm-base-col {
    display: inline-block;
    width: 49%;
}
.cardForm-base-label {
    color: #535766;
    display: block;
    font-size: 13px;
    margin: 0 0 3px;
}
.cardForm-base-cvv {
    float: left;
    width: 25%;
    height: 36px;
    padding: 5px 10px 5px 15px;
    border: 1px solid #d4d5d9 !important;
}
.cardForm-base-cvvInfo {
    display: inline-block;
    width: 75%;
    color: #94969f;
}
.cardForm-base-cvvImage {
    width: 38px;
    height: 20px;
    background: url(../images/card.png) no-repeat right top;
    background-size: contain;
    margin: 0 10px;
    float: left;
    position: relative;
    top: 4px;
}
.sprite-card-cvv-info {
    width: 45px;
    height: 36px;
}
.cardForm-base-saveCardLabel {
    color: #94969f;
    font-size: 20px;
}
.cardForm-base-selectedCheckboxIcon {
    color: #ff3f6c;
}
.cardForm-base-checkboxIcon,
.cardForm-base-selectedCheckboxIcon {
    position: relative;
    font-size: 20px;
    top: 4px;
}
.icon-checkbox_active:before {
    content: "\f3fd";
    font-family: Ionicons;
    font-size: 22px;
}
.cardForm-base-col label {
    color: #535766;
    display: block;
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: 600;
}
.cardForm-base-cvvInfo small {
    color: #535766;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    padding: 9px 0 0;
}
.payment_menu li {
    border: 1px solid #eaeaec;
    border-top: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 12px;
    background: #f7f7f9;
}
.payment_menu li span {
    color: #424553;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}
.payment_menu li a {
    color: #424553;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}
.payment_cont {
    display: none;
}
.payment_cont.active {
    display: block;
}
.payment_menu li.active {
    background-color: #fff;
    border-right: 0;
    border-left: 5px solid #00a69c;
}
.payment_menu li.active a,
.payment_menu li.active span {
    color: #00a69c;
}
.paylater h3 {
    font-size: 14px;
    margin: 0 0 12px;
    color: #424553;
    font-weight: 400;
}
.paylater p {
    font-size: 14px;
    margin: 0 0 12px;
    color: #424553;
    line-height: 20px;
}
.cod-base-subheading {
    font-size: 14px;
    margin-bottom: 15px;
    color: #424553;
}
.payNowForm-base-disabled {
    cursor: default !important;
    opacity: 0.5;
}
.payment_content_sec {
    padding-right: 34px;
}
.paypal_img {
    padding: 15px;
    border: 1px solid #d4d5d9;
}
.paylater {
    padding: 15px;
    border: 1px solid #d4d5d9;
}
.contact_form {
    margin: 0 auto;
    background: 0 0;
    padding: 0 40px 55px 40px;
}
.contact_form .bill_head {
    margin: 0 0 20px;
    text-align: left;
}
.contact_form.billing_form h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #535766;
}
.field_row {
    margin: 0 0 15px;
}
.contact_form input,
.contact_form input[type="tel"]::-webkit-input-placeholder,
textarea {
    color: #535766;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    opacity: 1;
}
.contact_form input,
textarea {
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 35px;
    line-height: 19px;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #a9abb3 !important;
    padding: 0 8px;
    outline: 0;
    color: #535766;
    position: relative;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
}
.contact_form input::-webkit-input-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input::-moz-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input:-ms-input-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.contact_form input:-moz-placeholder,
.contact_form input[type="tel"]::-webkit-input-placeholder {
    color: #535766;
    opacity: 1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.submit_btn {
    text-align: center;
    width: 100%;
}
.submit_btn button {
    font-family: Roboto, sans-serif;
    width: 200px;
    height: 35px;
    text-align: center;
    background: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    margin: 20px auto;
    border: 0;
    display: inline-block;
    border-radius: 2px;
}
.contact_form select {
    background: url(../images/drop_arrow_white.png) no-repeat 99% center;
    background-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 35px;
    line-height: 19px;
    font-size: 14px;
    border: 0;
    padding: 0 8px;
    outline: 0;
    color: #535766;
    font-weight: 300;
    border-bottom: 1px solid #a9abb3 !important;
}
.cart_head.order_head h2 {
    float: none;
    margin: 0 0 6px;
}
.cart_head.order_head small {
    display: block;
    font-size: 13px;
    color: #313b47;
}
.cart_left.order_block {
    padding: 10px;
}
.order_details {
    margin: 0 0 6px;
}
.order_details span {
    display: block;
    font-size: 13px;
    color: #313b47;
    margin: 0 0 5px;
}
.item_head {
    font-size: 18px !important;
    font-weight: 400;
    padding: 0;
    color: #666;
    margin: 0 0 10px;
}
.login_register_section h2 {
    font-size: 36px;
    color: #424553;
    text-align: center;
    font-weight: 300;
    margin: 0 0 25px;
}
.log_reg_menu li {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    font-size: 16px;
    color: #292b2c;
    padding: 0 4px 8px;
    cursor: pointer;
}
.log_reg_menu li:first-child {
    margin-left: 0;
}
.log_reg_menu li.active {
    border-bottom: 2px solid #444;
    color: #444;
    font-weight: 600;
}
.log_reg_menu li:after {
    position: absolute;
    right: -27px;
    top: 0;
    border: 0.6px solid #313b47;
    content: "";
    height: 18px;
}
.log_reg_menu li:last-child:after {
    display: none;
}
.log_reg_content label {
    display: inline-block;
    width: 150px;
    font-size: 16px;
    color: #334e52;
}
.log_reg_content input {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 16px;
    color: #334e52;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #535766 !important;
}
.log_reg_content select {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 16px;
    color: #334e52;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #535766 !important;
}
.forgot_pass {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0 10px 0 0;
    color: #7f2e70;
}
.forgot_pass:hover {
    color: #00a69c;
}
.login_footer .place-order {
    width: 120px;
}
.log_reg_wrap {
    padding: 0 0 0 360px;
}
.log_reg_menu {
    margin: 0 0 20px;
}
.log_reg_content.active {
    display: block;
}
.log_reg_content {
    display: none;
}
.register_btm_corn span {
    font-size: 14px;
    color: #334e52;
    display: inline-block;
    margin-right: 6px;
}
.register_btm_corn a {
    display: inline-block;
}
.log_reg_holder {
    position: relative;
}
.log_reg_holder:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.login_content:after {
    content: "\f29e";
    color: #444;
    font-size: 170px;
    font-family: Ionicons;
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-55%);
}
.register_content:after {
    content: "";
    color: #444;
    font-size: 60px;
    font-family: Ionicons;
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-70%);
    background: url(../images/register.png) no-repeat left center;
    width: 170px;
    height: 170px;
    background-size: contain;
}
.order-orderInfo {
    padding: 2px 0;
    font-size: 19px;
}
.order-orderNumber {
    font-size: 14px;
    color: #3e4152;
    padding: 0 0 0 3px;
    margin: 0;
}
.item-itemContainer {
    margin: 0;
    border-width: 4px;
}
.item-item {
    width: 100%;
    overflow: auto;
    background-color: #fff;
    color: #3e4152;
    position: relative;
    box-shadow: 0 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
    border: 1px solid #e4e0e0;
    margin: 0 0 10px;
}
.item-item .item-productInfo {
    display: block;
    margin: 5px 0 0 0;
    padding: 7px 12px 10px 12px;
}
.item-item .item-productInfo .item-thumbnail {
    display: inline-block;
    width: 134px;
}
.item-item .item-productInfo .item-thumbnail img {
    border: 1px solid #edeeef;
}
.item-item .item-productInfo .item-info {
    display: inline-block;
    padding: 0 0 5px 12px;
    width: 65%;
    vertical-align: top;
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-brand {
    color: #3e4152;
    font-weight: 500;
}
.item-item .item-productInfo .item-info .item-productName,
.item-item .item-productInfo .item-info .item-size {
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-productName {
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.item-item .item-productInfo .item-info .item-productName,
.item-item .item-productInfo .item-info .item-size {
    color: #7e818c;
}
.item-item .item-productInfo .item-info .item-priceInfo {
    margin-top: 4px;
}
.item-item .item-productInfo .item-info .item-priceInfo .item-price {
    vertical-align: top;
    margin-right: 10px;
    font-weight: 800;
    color: #3e4152;
}
.icon-rupee500:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
}
.item-item .item-productInfo .item-info .item-cancelled {
    color: #ff5a5a;
}
.item-item .item-productInfo .item-info .item-status span {
    color: #3e4152;
    font-weight: 300;
}
.item-size span {
    display: inline-block;
    vertical-align: middle;
    color: #7e818c;
}
.item-delivered {
    color: #00a69c;
}
.item-priceInfo span {
    color: #141414;
}
.orderInfo-order-details {
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px;
    border: 1px solid #e4e0e0;
}
.orderInfo-order-details .orderInfo-block {
    padding: 6px 12px;
    border-bottom: 0.5px solid #eaeaec;
}
.orderInfo-order-details .orderInfo-block .orderInfo-label {
    vertical-align: top;
    color: #94969f;
    line-height: 21px;
    width: 100px;
}
.orderInfo-order-details .orderInfo-block .orderInfo-value {
    color: #282c3f;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
    padding: 0 0 10px 0;
    color: #94969f;
}
.address-address {
    display: block;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px solid #dedede;
    margin: 0 0 14px;
    padding: 0 0 10px;
}
.orderInfo-order-details .orderInfo-block:last-child {
    border-bottom: 0;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
    padding: 0 0 10px 0;
    color: #94969f;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-component {
    text-align: right;
    padding: 6px 0;
    color: #000;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-key {
    float: left;
    margin-right: 20px;
    color: #000;
    padding: 4px 0;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-rupeeIcon {
    font-size: 14px;
    color: #000;
    padding: 4px 0;
    text-transform: uppercase;
}
.orderInfo-order-details span {
    color: #7e818c;
    font-weight: 300;
}
.address-heading,
.name_heading {
    margin-bottom: 4px;
}
.priceBreakUp-priceBreakupExpanded .priceBreakUp-rupeeIcon i {
    padding: 0 2px 0 0;
}
.account_content span {
    font-size: 14px;
    color: #282c3f;
    margin: 0 0 6px;
}
.account_set a {
    display: inline-block;
    padding: 18px 0;
    width: 34%;
    margin: 10px 10px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 500;
    border: 1px solid #9d9d9d !important;
}
.account_set a:hover {
    color: #888;
}
.acc_space {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaec;
}
.wel {
    margin: 0 0 4px;
    display: block;
}
.account_list {
    padding: 6px 0 0;
}
.account_list a {
    display: block;
    font-size: 14px;
    color: #282c3f;
    margin: 0 0 6px;
}
.login_register_section.padd {
    padding: 70px 0;
}
.about_info p {
    font-size: 18px;
    color: #313b47;
    line-height: 28px;
    font-weight: 300;
}
.image_box li {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.product.d-inline-block {
    padding-bottom: 0;
}
.image_box_section {
    margin: 0 0 70px;
}
.bottom_products .title_bottom_bar2 {
    text-align: center;
}
.bottom_products .title_bottom_bar2:before {
    left: 50%;
    transform: translateX(-50%);
}
.get_product_section li:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.get_product_section li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.get_product_section {
    text-align: center;
}
.get_product_section li:nth-child(1) {
    width: 250px;
    margin: 0 40px 0 0;
}
.get_product_section li:nth-child(2) {
    width: 250px;
    margin: 0 40px 0 0;
}
.get_product_section li:nth-child(3) {
    width: 250px;
    margin: 0 40px 0 0;
}
.get_product_section li:nth-child(4) {
    margin: 0;
}
.prod_area_search {
    display: block;
    overflow: hidden;
}
.prod_area_search span {
    color: #444;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    border: 1px dashed #444;
    padding: 3px 10px;
    cursor: pointer;
}
.prod_area_search span:hover {
    border: 1px solid #444;
}
.prod_area_search span i {
    margin-left: 6px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.get_product_section {
    text-align: center;
    border: 1px solid #cadedd;
    padding-top: 5px;
}
.breadcrumb_box {
    display: block;
    width: 100%;
}
.cate_pirce {
    padding: 6px 0;
    text-align: center;
}
.cart_box.cart_items .item_name {
    margin-bottom: 0;
}
.cart_box.cart_items .qty_size {
    margin-bottom: 0;
}
.cart_box.cart_items {
    padding: 10px;
}
.cart_box.cart_items .item_name a {
    font-size: 14px;
}
.cart_box.cart_items .item-total {
    font-size: 14px;
}
.cart_box.cart_items {
    margin: 0 0 8px;
}
.cart_box.cart_items .qty_size label {
    font-size: 14px;
}
.cardForm-base-cardNumber.pay_cont {
    font-size: 14px;
    color: #444;
    background: 0 0;
    padding: 0;
}
.paypal_img {
    width: 140px;
    margin: 0 0 12px;
}
.product-media img {
    width: 100%;
}
.product_list .product.d-inline-block {
    margin-left: 0;
    margin-right: 0;
}
.product_list {
    margin-bottom: 12px;
}
.cate_pirce {
    padding: 6px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px #666;
}
.unit-left.product {
    padding: 0;
}
#surround {
    width: 100%;
}
img.cloudzoom {
    width: 100%;
}
#slider1 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.product_list .total_save {
    background: #fff;
    box-shadow: 0 0 5px #666;
    padding: 12px 8px;
    text-align: center;
}
.thumbelina {
    position: static !important;
}
.prod_small_img div {
    position: static !important;
}
.thumbelina-but.horiz {
    position: absolute !important;
    background-color: #f9e6e6;
}
.form_heading {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    font-size: 16px;
    color: #292b2c;
    padding: 0 4px 8px;
    cursor: pointer;
}
.log_reg_content .place-order {
    width: auto !important;
    display: inline-block !important;
}
.log_reg_content .form_heading {
    font-size: 22px;
    margin: 0 0 20px;
}
.profile_info_box .field_row label {
    font-size: 16px;
    color: #444;
    width: 108px;
    display: block;
    font-weight: 400;
    float: left;
}
.profile_info_box .field_row:last-child {
    margin: 0;
}
.profile_info_box .field_row span {
    font-size: 16px;
    color: #444;
    width: auto;
    display: inline-block;
    font-weight: 300;
}
.profile_info_box .field_row .change_pass {
    display: inline-block;
    font-weight: 300;
    position: relative;
}
.change_pwd {
    font-size: 14px;
    color: #235679;
    display: inline-block;
    font-weight: 400;
    position: static;
    width: auto;
    left: 0;
    display: inline-block;
    border: 0;
    padding: 3px 14px;
    width: auto;
    background: #fff;
    border-radius: 50px;
    margin-left: 10px;
    border: 1px solid #ccc;
}
.change_pwd:hover {
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
}
.profile_info_box .field_row .change_pass span {
    display: inline-block;
}
.prof_head {
    margin: 0 0 15px;
}
.prof_head h2 {
    font-size: 30px;
    font-weight: 400;
    color: #444;
}
.edit_info {
    font-size: 16px;
    font-weight: 300;
    color: #444;
    display: inline-block;
    border: 1px solid #444;
    padding: 7px 16px;
}
.profile_info_box {
    border: 1px solid #888;
    padding: 30px 20px;
}
.user_btm_prof a {
    border: 1px solid #999 !important;
    padding: 12px;
    display: block;
    border-top: 0 !important;
}
.user_btm_prof a:hover i {
    color: #000;
}
.user_btm_prof a:hover span {
    color: #000;
}
.user_btm_prof a i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
.user_btm_prof a span {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.btn-view.btn-load-more {
    display: block;
    width: 160px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 37px;
    margin: 20px auto 0;
    border: 0;
    font-weight: 300;
    background: #fff;
}
.btn-view.btn-load-more:hover {
    background: #fff !important;
    color: #777;
    box-shadow: 0 0 5px #999;
}
.product_titles {
    margin: 0 0 4px;
}
.product_titles a {
    font-size: 14px;
}
.model_no {
    font-size: 14px;
    font-weight: 400;
}
.profile_info_box .field_row {
    margin: 0 0 25px;
}
.reset_mail {
    width: 340px;
    z-index: 6;
    display: none;
    padding-top: 30px;
}
.reset_mail.active {
    display: block;
}
.reset_mail input[type="text"] {
    border: 1px solid #666 !important;
    height: 35px;
    width: calc(100% - 40px);
    padding: 5px;
    outline: 0;
    vertical-align: middle;
    background: #fff;
    border-right: 0 !important;
}
.reset_mail button {
    background: #444;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border: 0;
    outline: 0;
    margin-left: -4px;
    vertical-align: middle;
}
.change_pass_cont h2 {
    font-size: 28px;
    margin: 0 0 20px;
}
.change_pass_cont .log_reg_content label {
    width: 200px;
}
.change_pass_cont .log_reg_content input {
    display: inline-block;
    width: calc(100% - 210px);
}
.product_details_info.detail .product-price {
    font-size: 18px;
    text-transform: none;
}
.fancybox-close {
    background-color: transparent;
}
.toggle_btm {
    display: none;
}
.center-block.text-center {
    display: block;
    width: 100%;
    margin: 0 0 30px;
}
.slicknav_menu {
    display: none;
}
.about_info h3 {
    margin: 0 0 30px;
}
.about_info p {
    margin: 0 0 12px;
}
.about_info ul {
    display: block;
    margin: 0 0 30px;
}
.about_info ul li {
    font-weight: 300;
    margin: 0 0 10px;
}
.about_info table {
    margin: 0 0 30px;
}
.about_info table th {
    padding: 10px;
    border: 1px solid #00a69c;
}
.about_info table img {
    width: 100%;
}
.about_info table img {
    width: 100% !important;
    height: auto !important;
}
.product.d-inline-block {
    display: block;
    width: 100% !important;
}
.featured_product_section.padd {
    padding-top: 0;
}
.product_list {
    padding-left: 6px;
    padding-right: 6px;
}
.prod_big_img {
    overflow: hidden;
}
.contact_form.billing_form {
    padding: 0 0 15px;
}
.content.address_box li i {
    float: left;
    margin-right: 7px;
    width: 14px;
    text-align: center;
}
.content.address_box li span {
    display: block;
}
.copyright_section {
    background: #141b2b;
    padding: 5px 0;
}
.login.padd {
    padding: 80px 0;
}
.cms-pages strong {
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.inner_pages {
    padding: 70px 0;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    overflow: inherit;
    white-space: inherit;
    word-break: break-all;
}
.cms-pages img {
    width: auto;
    max-width: 100%;
}
.testimonial_inside_info .testi_info img {
    display: block;
    width: 330px;
    margin: 0 auto;
}
.testimonial_inside_info .testi_info video {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
.testi_info {
    width: 353px;
    margin: 0 auto;
}
.testimonial_inside_info {
    min-width: 560px;
}
.my-navbar {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0 0;
}
.my-navbar ul li a {
    float: left;
    color: #fff;
    margin: 0 16px;
}
@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}
.cms-pages h1 {
    font-size: 28px;
    margin: 0 0 30px;
    font-weight: 600;
    padding: 0;
    font-family: Poppins, sans-serif;
    text-align: center;
    border-bottom: 1px solid #959595;
}
.cms-pages h3 {
    position: relative;
    margin-bottom: 9px;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    clear: both;
}
.cms-pages h3:before {
    background-color: #e40046;
}
.cms-pages h3:before {
    content: "";
    height: 1px;
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bg-black {
    background: #38152b;
    padding: 15px 0;
}
.bg-black ul li a {
    color: #fff !important;
}
.bg-black h6 {
    color: #fff !important;
    padding: 0 15px;
}
.footer_social ul li a {
    color: #343a40;
}
.sub-black li a {
    color: #b5b5b5 !important;
}
.bg-dark {
    background-color: #7f2e70 !important;
}
.btn-search {
    background: 0 0;
    color: #868686;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
}
.main-nav {
    padding: 0 0 0 !important;
}
.first_nav nav a {
    padding: 0 !important;
}
.first_nav nav > .main-nav li a {
    padding: 0 14px !important;
    font-size: 14px !important;
}
.nav-light ul li {
    padding: 0 13px !important;
}
.nav-light ul li a {
    color: #313a41 !important;
}
.nav-light ul li a:hover {
    color: #e81600 !important;
}
.nav-light {
    padding: 0.5rem 0 !important;
}
.nav-light .main-nav .main-nav {
    font-size: 14px !important;
    padding: 10px 14px !important;
}
.facebook a {
    color: #3b5998 !important;
}
.twitter a {
    color: #00acee !important;
}
.youtube a {
    color: #c4302b !important;
}
.pinterest a {
    color: #c8232c !important;
}
.header_btm_nav .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    background: 0 0;
    border: 1px solid #fff !important;
}
.res_cms_menu {
    display: none;
}
hr {
    background-color: #ccc !important;
    border: 0 !important;
    height: 1px !important;
    width: 100% !important;
    margin: 0 !important;
}
.my-car {
    display: none;
}
.mob-banner {
    display: none !important;
    margin: 0 auto 15px !important;
}
.mob-banner_text {
    background: #fff;
    text-align: center;
    color: #000;
    padding: 5px 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
}
.mob-banner_text span {
    color: #000;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
}
.mob-banner_text {
    display: none !important;
}
.cms-pages h1:after {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #f26844;
    content: "";
    display: block;
    margin: auto;
    position: relative;
    top: 4px;
    box-shadow: 0 0 0 13px #fff;
}
.inner_pages ul li {
    padding: 0;
    list-style-type: square;
    margin: 0 0 0 20px;
    font-size: 17px;
    font-weight: 300;
}
.home-content {
    /*background: #efefef;*/
    background: #edc0c0;
    /*padding: 50px 0;*/
}
.home-content h4 {
    /*padding: 0 0 10px;*/
    font-family: "Mukta", sans-serif;
    text-align: center;
    padding-top: 7px;
}
.common-temp p {
    padding: 0 0 10px;
}
.common-temp h5 {
    padding: 0 0 10px;
}
.common-temp img {
    margin: 0 0 10px;
    padding: 6px;
    border: 1px solid #c3c3c3;
    background: #efefef;
}
.four-row {
    padding: 6px;
    border: 1px solid #c3c3c3;
}
.four-row img {
    background: 0 0;
    margin: 0 0 10px;
    padding: 0;
    border: none;
}
.zig-zag {
    padding: 15px 0;
}
.zig-zag img {
    padding: 0;
    border: none;
    background: 0 0;
}
.zig-right h3:before {
    content: "" !important;
    height: 1px !important;
    width: 140px !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 84%;
}
.ship_color {
    background: #343a40 !important;
    color: #fff !important;
}
.btn-load-more {
    background: #343a40 !important;
}
.btn_color {
    background: #343a40;
    color: #fff;
    padding: 10px;
}
.shipp_color {
    background: #343a40;
    color: #fff;
    padding: 10px;
    width: 30%;
}
.header-bottom {
    height: 143px;
}
.cms-pages {
    padding: 0 5px;
}
.featured_product_section.padd {
    padding: 0 15px;
}
.show_more_sec a img.loading-image {
    width: 24px !important;
    margin: 10px auto !important;
}
.loading-image {
    width: 24px !important;
    margin: 10px auto !important;
}
.more_product {
    display: block;
    width: 160px;
    color: #fff;
    background: #000;
    text-align: center;
    height: 40px;
    line-height: 37px;
    margin: 0 auto;
    font-weight: 300;
    border: 0 solid #fff;
}
.more_product:hover {
    background: #fff !important;
    color: #777;
    box-shadow: 0 0 5px #999;
}
.cat-view a {
    background: #000 !important;
    color: #fff !important;
    font-size: 11px !important;
    padding: 4px 7px !important;
    display: inline-block;
}
.cat-view span {
    font-size: 12px;
    color: green !important;
}
.prod_btm_base a.cart-add {
    background: #000 !important;
    color: #fff !important;
    font-size: 10px !important;
    padding: 0 4px !important;
    display: inline-block;
}
.cartspan {
    padding: 0 2px !important;
}
.outOfstock {
    opacity: 0.4;
    pointer-events: none;
}
.upd_btn a {
    border: 1px solid #000;
    padding: 3px 30px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 20px;
}
.errmsg {
    color: red;
    padding: 10px 15px;
}
.search_mobile {
    display: none;
}
.mobile_logo {
    padding: 2px 0;
}
.mob_con {
    display: none;
}
.shadow-sm {
    background: #670e56;
    padding: 5px 10px;
}
.sOption {
    margin: 0 0 0 12px !important;
    padding: 0 0 0 12px !important;
    background: #d0d0d0;
}
.fil_part {
    margin: 0 0 10px;
}
.place-order2 {
    padding: 6px 9px;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0;
    border-radius: 3px;
    background: #343a40;
}
.responsive_short span {
    width: auto;
    background: 0 0;
    color: #666;
    height: auto;
    padding: 0 2px;
    margin: 0 0 0;
    border-radius: 0;
    line-height: 27px;
    border: none !important;
}
.cms-pages p {
    margin-bottom: 1rem;
    padding: 10px 0 0;
}
.cms-pages hr {
    background-color: #ccc !important;
    border: 0 !important;
    height: 1px !important;
    width: 100% !important;
    margin: 0 0 1rem !important;
}
.forth_img {
    border: 1px solid #999;
    padding: 5px;
}
.forth_img img {
    width: auto;
    max-width: 100%;
    overflow: hidden;
}
.se_img img {
    width: auto;
    max-width: 100%;
    overflow: hidden;
}
.text-right h3:before {
    content: "" !important;
    height: 1px !important;
    width: 140px;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: inherit !important;
}
.sort_by ul li:after {
    content: none !important;
}
.flt_n h5 {
    padding: 8px;
}
.desk_v {
    background: 0 0;
    border: 1px solid #b1b1b1;
    display: inline-block;
    color: #000;
}
.desk_v span {
    color: #666;
    padding: 3px 10px;
}
.desk_v i {
    display: inline-block;
}
.pOption {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.prd_details .left_prd_box img,
.price_search #amount {
    border: 1px solid #e5e5e5 !important;
}
.prd_details .left_prd_box img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 100% !important;
    height: auto !important;
}
.left_prd_box {
    overflow: hidden;
}
.prd_details {
    margin-top: 0;
}
.prd_details_text h2 {
    background: #37475a;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #fff;
    padding: 5px 11px !important;
    margin: 0 0 15px;
    font-size: 20px;
    font-family: Pt Sans, sans-serif;
}
.prd_details_text {
    background: url(../images/banner-bgs.jpg) rgba(0, 0, 0, 0);
    padding: 10px;
    overflow: hidden;
    clear: both;
    border: 1px solid #e5e5e5;
}
.prd_details_text p {
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0;
}
.prd_details_text .prdt-code {
    font-size: 14px;
    margin: 8px 0;
}
.prd_details_text p input {
    width: 10% !important;
}
.fancybox-inner img {
    width: auto;
    max-width: 100%;
}
.mobileView {
    display: none !important;
}
.fancybox-title {
    display: none;
}
.pro_left {
    margin: 0;
    text-align: left;
    margin: 0px 28px;
}
.pro_left td {
    text-align: left !important;
}
.in-price {
    width: 36%;
    display: inline-block;
    margin: 0 15px 18px 0;
}
.right_prd_box p span {
    font-weight: 600;
    padding: 0 5px 0 0;
    color: #000 !important;
}
.right_prd_box p {
    color: #888;
}
.carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}
.carousel-indicators li {
    background: silver;
}
.carousel-indicators .active {
    background: #333;
}
.square_part {
    border: 1px solid #888;
    margin: 0 0 10px 79px;
}
.sq-icon img {
    padding: 6px 15px;
}
.sq_txt p {
    text-align: center !important;
    font-size: 14px !important;
    vertical-align: baseline;
    padding: 13px 0 !important;
}
.ash_bg {
    background: #efefef;
}
.adv_search1 {
    background: #efefef;
    border: 1px solid #888;
    padding: 0 15px;
    border-radius: 0;
}
.adv_search p {
    font-size: 13px;
    text-align: center;
    padding: 6px 0;
}
.adv_searchinput input {
    background: #fff;
    color: #222;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    width: 100%;
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
}
.price_t {
    background: #efefef;
}
.price_t p {
    text-align: center;
    font-size: 13px;
    padding: 6px 0;
    color: #000;
}
.fil_part {
    margin: 0;
    background: #fff;
    padding: 0 7px;
}
.adv_serch2 {
    background: #fff;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}
.bd_right {
    border-right: 1px solid #888;
}
.list_1 span {
    display: inline-block;
    color: #888;
    padding: 0 15px;
    font-size: 20px;
}
.list_1 p {
    display: inline-block;
    font-size: 13px;
}
.list_2 p {
    font-size: 13px;
    text-align: center;
    line-height: 26px;
}
.list_last span {
    display: inline-block;
    color: #888;
    padding: 0 15px;
    font-size: 20px;
}
.list_last p {
    display: inline-block;
    font-size: 13px;
}
#showResult {
    display: none;
}
.search_part2 {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}
.multiselect {
    width: auto;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    font-weight: 700;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#checkboxes {
    display: none;
    border: 1px #7f2e70 solid;
}
#checkboxes label {
    display: block;
}
#checkboxes label:hover {
    background-color: #1e90ff;
}
#searchResults {
    margin: 20px 0;
}
.multi_select {
    padding: 2px 2px;
    width: 100%;
    border-bottom: 1px solid #888;
}
.multi_select ul {
    width: 100%;
}
.multi_input {
    padding: 0 15px;
}
.multi_input input[type="checkbox"] {
    padding: 0 5px;
}
.wrapp {
    position: relative;
    margin: 2px 0;
}
.wrapp input {
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 6px;
    width: 20px;
}
.wrapp input + label::before {
    border: 2px solid #7f2e70;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 20px;
}
.wrapp input + label::after {
    content: "";
    opacity: 0;
    border: 10px solid #7f2e70;
    position: absolute;
    left: 0;
    top: 6px;
    transition: opacity 0.2s ease-in-out;
}
.wrapp input:checked + label::after {
    opacity: 1;
}
.wrapp input:focus + label::before {
    box-shadow: 0 0 0 3px #ffbf47;
    outline: 3px solid transparent;
}
.wrapp label {
    font-size: 11px;
    padding: 7px 0 2px 23px;
    display: block;
}
.question_icon {
    cursor: pointer;
}
.question_icon {
    font-size: 10px;
}
.question_icon i {
    color: #1e67c9;
    font-size: 20px;
}
.rd_list {
    padding: 0 0 10px;
}
.sear_btn {
    background: #7f2e70;
    color: #fff;
    padding: 2px 9px;
    border: none;
    font-size: 12px;
    margin: 0 0 4px;
}
pro_left {
    margin: 0 0 12px 30px;
    text-align: left;
}
.pro_left td {
    text-align: left !important;
    vertical-align: middle !important;
    padding: 5px 8px !important;
    font-size: 12px;
}
.t_h {
    background-color: #efefef !important;
    padding: 2px !important;
}
.in-price {
    width: 36%;
    display: inline-block;
    margin: 0 15px 18px 0;
}
.right_prd_box p span {
    font-weight: 600;
    padding: 0 5px 0 0;
    color: #000 !important;
}
.right_prd_box p {
    color: #888;
}
.my-lu .left_car {
    top: 30%;
    background: #7f2e70;
    width: 4%;
    height: 11%;
    padding: 0;
    font-size: 31px;
    text-align: center;
    color: #fff;
}
.my-lu .right_car {
    top: 30%;
    background: #7f2e70;
    width: 4%;
    height: 11%;
    padding: 0;
    font-size: 31px;
    text-align: center;
    color: #fff;
    right: -4% !important;
}
.carousel-sec p {
    padding: 0 0 10px;
}
.navbar {
    margin-bottom: 0 !important;
}
.pro_del {
    margin: 0 0 0 30px;
    text-align: left;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 10px 25px;
}
.pro_del h4 {
    padding: 0 0 13px;
    font-size: 20px;
    margin: 0;
}
.pro_del p {
    font-size: 13px;
}
.price_box {
    background: #efefef;
    padding: 10px 13px;
    text-align: center;
}
.pro-pri {
    margin: 0 0 0 30px;
    text-align: left;
    padding: 10px 25px;
}
.box2 {
    font-size: 20px;
    line-height: 26px;
    padding: 4px;
}
.cart_btn button {
    background: #7f2e70;
    padding: 9px 20px;
    color: #fff;
    border: 1px solid #7f2e70;
    width: 100%;
}
.pro_dic {
    padding: 25px 25px 25px 54px;
}
.pro_dic p {
    font-size: 12px;
}
.pro_left td .t_h {
    background: #efefef !important;
    padding: 2px;
    width: 25%;
}
.my-span h4 {
    background: #7f2e70;
    text-align: left;
    padding: 5px 10px;
    color: #fff;
    margin: 0 0 0 79px;
    font-size: 17px;
}
.my-lu {
    margin: 15px 0 0 37px;
    width: 100%;
}
.my-span2 h4 {
    background: #7f2e70;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin: 0 0 15px 88px;
}
.tab_pad {
    /*margin: 15px 0 15px 79px;*/
    width: 100%;
}
.ship-list {
    border: 1px solid #888;
    margin: 0 0 0 30px;
}
.right_bd {
    border-right: 1px solid #888;
}
.tb_icon img {
    padding: 6px 0 2px 2px;
}
.right_bd p {
    text-align: center;
    padding: 5px;
    font-size: 12px;
}
.right_0 p {
    text-align: center;
    padding: 5px;
    font-size: 12px;
}
.detsil_btn {
    padding: 12px 5px 0;
    font-size: 12px;
    text-align: right;
}
.shiplist_single p {
    padding: 10px;
    text-align: left;
}
.stock p {
    padding: 10px;
}
.sear_up {
    margin: 10px 0 0;
}
.by_cat2 {
    margin: 10px 8px;
}
.by_catlab {
    padding: 0 15px;
}
.slide {
    margin-bottom: 0;
    padding: 0 0 0 40px;
}
.mob_sli ol li {
    border: 1px solid #7f2e70 !important;
}
.ol_car .active {
    background-color: #7f2e70 !important;
}
.container2 {
    display: block !important;
    position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 6px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.container2 input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}
.checkmark2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 20px !important;
    width: 20px !important;
    background-color: #eee !important;
}
.container2:hover input ~ .checkmark2 {
    background-color: #ccc !important;
}
.container2 input:checked ~ .checkmark2 {
    background-color: #2196f3 !important;
}
.checkmark2:after {
    content: "";
    position: absolute !important;
    display: none !important;
}
.container2 input:checked ~ .checkmark2:after {
    display: block !important;
}
.container2 .checkmark2:after {
    left: 7px !important;
    top: 4px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #fff !important;
    border-width: 0 3px 3px 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
.concheck {
    padding: 0 0 0 15px;
}
.adv_desktop {
    display: block;
}
.adv_mobile {
    display: none;
}
.amobile_search {
    border: 1px solid #888;
}
.filter_head {
    border: 1px solid #888;
}
.mob_filter p span i {
    font-size: 14px;
    color: #888;
}
.mob_filter {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
.filter-modal-head {
    background: #7f2e70;
    color: #fff;
    border-radius: 0;
}
.filter-diolog {
    padding: 0;
    margin: 0;
    width: 96%;
}
.adv_list ul li {
    font-size: 13px !important;
    padding: 5px 0 !important;
}
.tabs-left {
    border-bottom: none;
}
.tabs-left > li {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
}
.tabs-left > li a {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    background: #7f2e70;
    padding: 5px 0 6px 0;
    font-size: 13px;
    color: #fff;
}
.tabs-left > li a.active {
    color: #e4e4e4;
}
.tabs-left > li a .active :focus,
.tabs-left > li a .active :hover,
.tabs-left > li a .active > {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #f90;
    border: none;
    border-radius: 0;
    margin: 0;
}
.nav-tabs > li > a:hover {
    line-height: 1.42857143;
    border: 1px solid transparent;
}
.mobcontainer {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.mobcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #7f2e70;
}
.mobcontainer:hover input ~ .mobmobcheckmark {
    background-color: #000;
}
.mobcontainer input:checked ~ .mobcheckmark {
    background-color: #7f2e70;
}
.mobcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mobcontainer input:checked ~ .mobcheckmark:after {
    display: block;
}
.mobcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile_advance {
    padding: 0;
}
.cat-mob-check {
    padding: 6px 0;
}
.jay_form select {
    height: auto !important;
    border-color: #afafb5 !important;
    width: 84% !important;
    padding: 2px 6px !important;
    border-radius: 0 !important;
    margin: 0 10px 9px 0;
    font-size: 13px;
}
.jay_form input {
    height: auto !important;
    border-color: #afafb5 !important;
    width: 84% !important;
    padding: 2px 6px !important;
    border-radius: 0 !important;
    margin: 0 10px 9px 0 !important;
    font-size: 13px;
}
.adv_searchformobile {
    width: 87%;
    margin: 6px auto;
    border: 1px solid #888;
    font-size: 12px;
    padding: 4px 5px;
}
.mob_search {
    margin: 0 5px 10px 24px !important;
    padding: 8px 14px;
}
.mob_range {
    width: 87%;
    margin: 0 auto 10px;
}
.mobile_advancenax {
    margin: 0 0 0 15px;
    background: #7f2e70;
}
.my_dy input[type="date"] {
    height: auto !important;
    border-color: #afafb5 !important;
    width: 100% !important;
    padding: 2px 1px !important;
    border-radius: 0 !important;
    font-size: 10px;
}
.my-sl select {
    height: auto !important;
    border-color: #afafb5 !important;
    width: 100% !important;
    padding: 0 4px !important;
    border-radius: 0 !important;
    font-size: 13px !important;
}
#showList select {
    margin: 9px 14px 0 !important;
    width: 95%;
}
.my_dy {
    margin: 0 0 10px;
}
.my_dy label {
    font-size: 13px !important;
}
.list_last {
    text-align: right;
    padding: 0 15px 0 0;
}
.responsive_short select {
    border-radius: 0 !important;
    padding: 2px 6px !important;
    margin: 9px 0 !important;
}
.mobile_advancenax {
    width: auto;
    max-width: 34%;
}
.jay_dy select {
    height: auto !important;
    border-color: #afafb5 !important;
    width: 84% !important;
    padding: 2px 6px !important;
    border-radius: 0 !important;
    margin: 0 10px 9px 0;
    font-size: 13px;
}
.jay_dy label {
    font-size: 13px;
}
.jay_dy input {
    height: auto !important;
    border-color: #afafb5 !important;
    width: 84% !important;
    padding: 2px 6px !important;
    border-radius: 0 !important;
    margin: 0 10px 9px 0 !important;
    font-size: 13px;
}
.s-icon1 img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.orderInfo-block,
.orderInfo-label,
.orderInfo-value {
    color: #000;
}
.orderInfo-label {
    width: 160px;
    display: inline-block;
    float: left;
    padding: 2px 0;
}
.orderInfo-value {
    padding: 2px 0;
}
.orderInfo-label-price {
    color: #000;
    padding: 10px;
    text-align: center;
    display: block;
}
.order-orderDetailsButton a {
    background: #7f2e70;
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 10px;
    margin: 10px auto 0;
    float: none;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: 400;
}
.common {
    border: 1px solid #888;
    margin: 0 0 15px;
}
.orderInfo-order-details .orderInfo-block .orderInfo-heading {
    text-align: left;
    float: left;
}
.ship_form label {
    display: block;
    font-size: 17px;
    font-weight: 400;
}
.ship_form input,
textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    padding: 7px 10px;
}
.ship-des {
    padding: 20px;
}
.date_search {
    border-right: 3px solid #7f2e70;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 5px;
}
.search_main {
    border: 9px solid #7f2e70;
    margin: 21px 0 25px;
    border-radius: 2px;
}
.order-sumbit {
    background: #7f2e70;
    color: #fff;
    padding: 3px 1px 3px 0;
    text-transform: capitalize;
    border-radius: 3px;
}
.search_form input {
    border: 1px solid #888;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}
.search-part {
    border: 1px solid #888;
    padding: 14px;
    margin: 20px 0;
    background: #efefef;
}
.search_form label {
    padding: 7px 0;
    font-size: 17px;
    font-weight: 400;
}
.search-part.search-part {
    margin: 20px 0;
}
.search-part {
    width: 80%;
    margin: 20px auto;
}
.item-brand {
    background: #efefef;
    padding: 10px;
}
.ord_model {
    background: #7f2e70;
    padding: 10px;
    color: #fff;
    width: 19%;
    text-align: center;
}
.product-part {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.pro-name span {
    color: #000;
}
.ord_sin {
    box-shadow: 0 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
    border: 1px solid #e4e0e0;
    margin: 0 0 20px;
}
.pro_bottom {
    padding: 10px;
}
.right_final {
    text-align: right;
}
.ord_on span {
    color: #000;
}
.ordadd-heading {
    background: #efefef;
    padding: 5px;
    font-size: 16px;
}
.ord_add {
    border: 1px solid #efefef;
}
.name_ordheading {
    padding: 10px 10px 0;
    margin: 0;
    font-size: 15px;
}
.ord_de {
    padding: 10px;
    font-size: 15px;
}
.name_ordheading span {
    color: #555;
}
.ord_de span {
    color: #555;
    display: inline;
}
.table.cart-list {
    margin: 0;
}
.table.cart-list th,
.table.options_cart th {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
    color: #111;
    border: 0;
    padding-top: 0;
}
.table.cart-list th:nth-child(1) {
    width: 60%;
}
.table.cart-list th:nth-child(2) {
    width: 10%;
}
.table.cart-list th:nth-child(3) {
    width: 6%;
}
.table.cart-list th:nth-child(4) {
    width: 10%;
    text-align: center;
}
.table.cart-list th:nth-child(5) {
    width: 10%;
    text-align: right;
}
.table.cart-list td {
    vertical-align: middle;
    border: 0;
    text-align: left;
}
.table.cart-list td strong {
    font-weight: 500;
    text-transform: uppercase;
}
.table.cart-list td.options a {
    display: inline-block;
    margin-right: 5px;
}
.table.cart-list td.options_ac a {
    display: inline-block;
    margin-right: 5px !important;
}
.table.cart-list td.options a i {
    font-size: 18px;
    font-size: 1.125rem;
}
.table.cart-list td .numbers-row {
    background-color: #fff;
}
.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.045);
}
.cartPrice {
    padding: 0 0 0 2px;
}
.ordPrice {
    padding: 0 0 0 2px;
    display: inline-block;
}
@media (max-width: 767px) {
    .table.cart-list,
    .table.cart-list tbody,
    .table.cart-list td,
    .table.cart-list th,
    .table.cart-list thead,
    .table.cart-list tr {
        display: block;
        border: 0;
    }
    .table.cart-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table.cart-list tr {
        border: 1px solid #ddd;
    }
}
@media (max-width: 767px) and (max-width: 991px) {
    .table.cart-list tr {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .table.cart-list td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 35%;
    }
    .table.cart-list td:nth-child(1) {
        padding: 0;
    }
    .table.cart-list td:before {
        position: absolute;
        top: 7px;
        left: 12px;
        width: 29%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }
    .table.cart-list td:nth-of-type(1):before,
    .table.cart-list td:nth-of-type(2):before,
    .table.cart-list td:nth-of-type(3):before,
    .table.cart-list td:nth-of-type(4):before,
    .table.cart-list td:nth-of-type(5):before {
        font-weight: 700;
        color: #111;
    }
    .table.cart-list td:nth-of-type(1):before {
        content: "Product";
    }
    .table.cart-list td:nth-of-type(2):before {
        content: "Price";
    }
    .table.cart-list td:nth-of-type(3):before {
        content: "Quantity";
    }
    .table.cart-list td:nth-of-type(4):before {
        content: "Action";
    }
    .table.my-list td:nth-of-type(4):before {
        content: "Subtotal";
    }
    .table.cart-list td:nth-of-type(5):before {
        content: "Subtotal";
    }
}
.thumb_cart {
    width: 90px;
    height: 120px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 5px;
    box-sizing: content-box;
}
.thumb_cart img {
    width: 90px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 991px) {
    .thumb_cart {
        display: block;
        width: 100px;
        height: 133px;
        margin: 0 auto 10px;
        clear: both;
        float: none;
        text-align: center;
    }
}
.item_cart {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    display: block;
}
.thumb_info p {
    color: #555;
    font-size: 13px;
}
.thumb_info {
    float: right;
    width: 80%;
    text-align: left;
}
@media (max-width: 991px) {
    .item_cart {
        margin: 5px 0 0 0;
        width: 100%;
        float: none;
    }
}
.cart_actions .apply-coupon .form-control {
    margin-right: 10px;
    height: 40px;
}
@media (max-width: 575px) {
    .cart_actions .apply-coupon .form-control {
        margin: 0 0 5px 0;
    }
}
@media (max-width: 575px) {
    .cart_actions .btn_1 {
        width: 100%;
        margin-bottom: 15px;
    }
}
.box_cart {
    background-color: #fff;
    padding: 30px 0;
    text-align: right;
}
@media (max-width: 767px) {
    .box_cart {
        padding: 30px 0;
    }
}
.box_cart h5 {
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
}
.box_cart small {
    text-align: center;
    line-height: 1.1;
    display: block;
    margin-top: 10px;
}
.box_cart ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}
.box_cart ul li span {
    float: left;
    color: #999;
}
.box_cart ul li:last-child {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff5353;
    font-size: 21px;
    font-size: 1.3125rem;
}
.count {
    width: 70px;
    border: 1px solid #999;
    padding: 5px;
    text-align: right;
}
.shop_cart th {
    background: #d2d1d1;
    padding: 10px;
    margin: 0;
    font-size: 15px;
    line-height: 21px;
}
.red {
    width: 24px;
    display: inline-block;
}
.green {
    display: inline-block;
}
.options_ac {
    width: 63px !important;
    margin: 0 auto;
}
.total-part p {
    text-align: right;
}
.total-part p span {
    color: #888;
}
.ship_j h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 6px;
    color: #7e818c;
}
.ship_add p {
    display: block;
}
.payment_menu li {
    padding: 10px 12px;
}
.item-total2 {
    text-align: left;
    display: block;
    color: #999;
}
.item_name-pay a {
    color: #888;
}
.item_cart span {
    font-size: 14px !important;
    color: #666 !important;
}
.pio_name {
    font-size: 16px;
    color: #2f3942;
    font-weight: 600;
}
.ship_details {
    border: 1px solid #efefef !important;
}
.ship_details h6 {
    background: #efefef;
    padding: 10px;
    font-size: 19px;
}
.ship_in {
    padding: 10px;
}
.ship_in p {
    font-weight: 400;
    font-size: 16px;
    padding: 3px 0;
}
.ship_in p span {
    font-weight: 600;
    color: #888;
}
.ship_form textarea {
    height: 70px;
}
.pro_del p span {
    font-size: 11px;
    color: #585757 !important;
}
.whole {
    padding: 10px 0;
}
.mob_sli > .carousel-control.right {
    background-image: none !important;
    background-color: #7f2e70 !important;
    opacity: 1 !important;
    top: 48% !important;
    width: 35px !important;
    height: 35px !important;
}
.mob_sli > .carousel-control.left {
    background-image: none !important;
    background-color: #7f2e70 !important;
    opacity: 1 !important;
    top: 48% !important;
    width: 35px !important;
    height: 35px !important;
}
.carousel-control.right span {
    color: #fff !important;
    text-align: center;
    padding: 9px 2px;
}
.carousel-control.left span {
    color: #fff !important;
    text-align: center;
    padding: 9px 2px;
}
.mob_right span {
    color: #fff !important;
    text-align: center;
    padding: 3px 2px;
}
select#countryT {
    width: 100%;
    height: 33px;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    padding: 4px 10px;
}
.carousel-control .cmn-left i {
    background-image: none !important;
    width: 45px !important;
    background: #7f2e70 !important;
    height: 45px !important;
    opacity: 1 !important;
    top: 43% !important;
    left: 0 !important;
}
.carousel-control .cmn-right i {
    background-image: none !important;
    width: 45px !important;
    background: #7f2e70 !important;
    height: 45px !important;
    opacity: 1 !important;
    top: 43% !important;
    right: 0 !important;
}
.carousel-control .cmn-left i .glyphicon-chevron-left {
    background-image: none !important;
    width: 45px !important;
    background: #7f2e70 !important;
    height: 45px !important;
    opacity: 1 !important;
    top: 43% !important;
    left: 0 !important;
}
.carousel-control .cmn-right i .glyphicon-chevron-right {
    background-image: none !important;
    width: 45px !important;
    background: #7f2e70 !important;
    height: 45px !important;
    opacity: 1 !important;
    top: 43% !important;
    right: 0 !important;
}
.cmn-slider {
    width: auto;
    margin: 0 auto;
}
.carousel-control {
    width: 4%;
}
.carousel-control.left,
.carousel-control.right {
    margin-left: 15px;
    background-image: none;
}
@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }
    .carousel-inner .next {
        left: 100%;
    }
    .carousel-inner .prev {
        left: -100%;
    }
    .active > div {
        display: none;
    }
    .active > div:first-child {
        display: block;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-inner .next {
        left: 50%;
    }
    .carousel-inner .prev {
        left: -50%;
    }
    .active > div {
        display: none;
    }
    .active > div:first-child {
        display: block;
    }
    .active > div:first-child + div {
        display: block;
    }
}
@media (min-width: 992px) {
    .carousel-inner .active.left {
        left: -16.7%;
    }
    .carousel-inner .next {
        left: 16.7%;
    }
    .carousel-inner .prev {
        left: -16.7%;
    }
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.order-sumbit {
    margin: 0 auto 0;
    background: #7f2e70 !important;
    color: #fff !important;
}
.mid_search {
    display: inline-block;
    padding: 6px 0;
    width: 20%;
    margin: 22px 0 0 37px;
}
.search_btn {
    padding: 0;
    border: 0 solid;
    border-radius: 0 3px 3px 0;
}
.search_btn span {
    padding: 10px 10px 6px;
    font-size: 12px;
    line-height: 18px;
}
.trans_btn {
    padding: 10px;
    left: 0;
    top: 0;
    border: 0;
    height: 36px;
    margin: 0 -2px 0;
    border-radius: 0 3px 3px 0;
}
.category_title {
    background: url(../images/down-arrow.png) no-repeat 98% center !important;
    border: 1px solid #55b3b0;
    color: #000;
    font-size: 13px;
    background-size: 18px auto !important;
    padding: 8px 0 0 10px;
}
.check_list li label {
    display: inline-block;
    font-size: 13px;
    color: #1f3346;
}
.check_list li input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    outline: 0;
    margin: 0;
    position: relative;
    top: 2px;
    box-sizing: none;
    padding: none;
}
.check_lis ul li input[type="checkbox"]:checked:before {
    content: "\2713";
    line-height: 1.2;
}
.check_lis ul li input[type="checkbox"]:checked:before {
    content: "";
    display: inline-block;
    border: 1px solid #c9c9c9;
    font-family: cw-icons;
    background-color: #fff;
    text-align: center;
    border-radius: 2px;
    color: #369ff4;
}
.check_lis ul li input[type="checkbox"]:checked {
    height: 15px;
    width: 15px;
    background: #000;
    color: #000;
}
.check_list > ul {
    padding: 0 0 0 20px !important;
}
.check_list > ul {
    display: none;
}
.check_list > ul > li label {
    font-weight: 400;
    font-size: 13px;
}
.check_list {
    width: 100%;
    padding: 0 0 30px;
}
.category_list_box h3 {
    font-size: 22px;
    padding: 15px 0;
}
.category_content {
    position: absolute;
    width: 280px;
    display: none;
    background: #fff;
    z-index: 10;
    left: auto;
    top: auto;
    border: 1px solid #666;
    padding: 15px 0 15px 15px;
}
.category_list_box ul li {
    display: block;
    margin: 0 0 5px;
    width: 100% !important;
    text-align: left;
}
.category_list_box ul {
    padding: 0 0 15px;
}
.category_list_box ul li label {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: auto;
    font-weight: 400;
}
.ul .check_list > li > ul li {
    padding: 0 0 0 10px !important;
}
.advance_search_box ul li {
    display: block;
    margin: 0 0 7px !important;
}
.advance_search_box ul li label {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 77%;
    font-weight: 400;
}
.advance_search_box ul li input {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.advance_search_box ul li input {
    font-family: Roboto, sans-serif;
    width: 100%;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    height: 35px;
    padding: 5px 0;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #000;
}
.advance_search_box select {
    background: url(../images/down-arrow.png) no-repeat 98% center !important;
    background-size: 18px auto !important;
    font-family: Roboto, sans-serif;
    width: 100%;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    border: 1px solid #fff;
    height: 40px;
    padding: 5px 0;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
}
.category_content {
    position: absolute;
    width: 232px;
    display: none;
    background: #fff;
    z-index: 10;
    left: auto;
    top: auto;
    border: 1px solid #666;
    padding: 15px 0 15px 15px;
}
.category_wrap {
    position: relative;
}
.category_title {
    background: url(../images/down-arrow.png) no-repeat 98% center !important;
    border-bottom: 1px solid #00a69c;
    color: #000;
    font-size: 13px;
    padding: 8px 0;
    background-size: 18px auto !important;
}
.check_list li label {
    display: inline-block;
    font-size: 13px;
    color: #1f3346;
}
.check_list li input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    outline: 0;
    margin: 0;
    position: relative;
    top: -3px;
}
.check_list > ul {
    padding: 0 0 0 20px;
}
.check_list > ul {
    display: none;
}
.check_list > ul > li label {
    font-weight: 400;
    font-size: 13px;
}
.check_list {
    width: 100%;
    padding: 0 0 30px;
}
.capche_class {
    width: 100% !important;
}
.cap_text {
    text-align: left !important;
    padding: 0 !important;
}
.cart_price_final {
    margin: 0 0 5px 0;
}
.details_tab {
    margin: 0;
    margin-bottom: 20px;
    /*padding: 0 0 0 30px;*/
}
.search-query {
    border: 1px solid #999 !important;
    font-size: 15px;
    line-height: 21px;
    padding: 0 10px;
    border-radius: 3px 0 0 3px;
}
.place-order {
    width: 30%;
}
.profile_mob2 a {
    color: #888;
    padding: 3px 0;
}
.od_data input[type="date"] {
    border-radius: 0 !important;
    height: auto !important;
    border: 1px solid #888 !important;
    font-size: 14px !important;
    padding: 5px !important;
    width: 100% !important;
}
.od_data span {
    display: none;
}
#datepicker {
    border-radius: 0 !important;
    height: 30px !important;
    border: 1px solid #888 !important;
    font-size: 14px !important;
    padding: 0 !important;
    width: 100% !important;
}
@media (max-width: 768px) {
    .header_section {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .mobile-tog {
        padding: 17px 8px;
        margin: 0;
    }
    .mobile_search {
        width: 90% !important;
        margin: 10px auto !important;
    }
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #888;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
.model_price {
    padding: 0 0 5px !important;
}
.tognow {
    display: none;
}
.collapse.in {
    display: block !important;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.total_save_mob{
        display:none;
    }