/*Social*/

/*****Loader******/

/*****End*********/

.input-tbl,
.review-tbl,
.user-review-tbl,
.title-tbl {
    display: table;
    width: 100%;
}

.input-tbl .input-cell,
.user-review-tbl .user-review-cell,
.title-tbl .title-tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.pincode-wrapper,
.write-review-wrapper,
.user-review-wrapper,
.user-restaurant-review {
    float: left;
    width: 100%;
}

.baner-text .item-text,
.item-list .item-img,
.category-baner .baner-img,
.product-detail-wrapper,
.quantity-selectors-container .quantity-selectors {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.banner-slider.owl-theme .owl-nav [class*='owl-']>.fa,
.checkbox-wrapper .ipt-lbl .chk-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 8px 10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    /* border-color:#000; */
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(126, 239, 104, 0);
    outline: none;
}

.form-control {
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.form-control:focus {
    /* border-color:transparent;   */
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
}

select {
    cursor: pointer;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:-moz-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button.close:focus,
.owl-theme .owl-dots .owl-dot {
    outline: 0px !important;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0px !important;
}

.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
}

.btn-orange {
    line-height: normal;
    padding: 10px 15px;
    box-shadow: 1px 1px 5px rgba(42, 42, 42, 0.5);
}

/* --------------------------- Header --------------------------- */

/***************************************************************************************************/

/************** NAVBAR CSS ************************************************************************/

/***************************************************************************************************/

.header-bg {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

.nav-header {
    width: 100%;
    display: inline-block;
}

.nav-logo {
    width: calc(100% - 950px);
    display: inline-block;
    margin: 0 -2px;
    padding: 15px 0px;
    vertical-align: middle;
}

.nav-logo img {
    max-width: 140px;
    max-height: 50px;
}

.nav-details {
    width: 950px;
    display: inline-block;
    text-align: right;
    padding: 6px 0px;
    vertical-align: middle;
}

.nav-search {
    width: 50px;
    float: right;
}

.navbar-collapse {
    padding-left: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.header-nav {
    position: relative;
    z-index: 99;
}

.header-nav .navbar-default {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li {
    position: unset;
}

.label-warning {
    background-color: #f6f6f6;
    position: absolute;
    top: -12px;
    right: -10px;
    text-align: center;
    font-size: 9px;
    line-height: 17px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
}

.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover {
    font-weight: 300;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 13px;
    -webkit-transitio: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-weight: 300;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #464646;
}

/*.header-nav .navbar-default .navbar-collapse .navbar-nav > li:not(:last-child) > a:after*/

.header-nav .navbar-default .navbar-collapse .navbar-nav>li>a.dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    right: 0px;
    top: 15px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 5px;
}

ul.links>li a:hover {
    text-decoration: none;
}

.yamm .dropdown-menu .banner-image {
    margin-bottom: -25px;
}

.yamm .dropdown-menu h2 {
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
}

.yamm .dropdown-menu .title:hover {
    color: #000;
}

.header-nav .navbar .navbar-nav>li>a:hover {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.yamm .dropdown-menu .yamm-content {
    padding: 20px 20px;
}

.yamm .dropdown-menu .yamm-content .col-menu {
    margin-bottom: 20px;
}

.yamm .dropdown-menu .yamm-content .col-menu .title {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.navbar-toggle.navbar-toggle-offcanvas.navbar-menu-toggle {
    display: inline-block;
    float: left;
    background-color: #000;
    position: absolute;
    top: 0;
    height: 70px;
    width: 75px;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
}

.header-nav.animate-dropdown.open-view,
.header-nav.animate-dropdown.open-view.on-hover {
    display: block;
}

.nav-header .navbar-collapse {
    float: right;
    margin-right: -24px;
}

.nav-header .fa {
    padding-left: 16px;
    padding-top: 23px;
    font-size: 17px;
}

.nav-header input.form-control.header-search-box {
    width: 500px;
    top: 56px;
    right: 0;
    z-index: 2;
}

.header-position {
    position: relative !important;
}

.header-position .header-search-box {
    position: absolute;
}

/*------------------after login strat------------------*/

.contact-right .cart-section .stay-panel .dropdown .custom-logout {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 50px !important;
}

.contact-right .cart-section .stay-panel .dropdown ul.dropdown-menu {
    min-width: 120px;
}

.contact-right .cart-section .stay-panel .dropdown ul.dropdown-menu li {
    padding: 0;
    width: 100%;
}

.contact-right .cart-section .stay-panel .dropdown ul.dropdown-menu li a {
    color: #000;
    padding: 8px 10px;
}

.contact-right .cart-section .stay-panel .dropdown ul.dropdown-menu li a:hover {
    color: #fff;
}

.contact-right .cart-section .stay-panel .dropdown ul.dropdown-menu li a:after {
    background: transparent;
}

/*------------------after login end------------------*/

/* --------------------------- Footer --------------------------- */

.footer-newsletter {
    background-image: url(../img/newsletter.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 65px 0px;
}

.wrap,
.content-wrapper {
    width: 100%;
    float: left;
}

.news-section .news-text {
    width: calc(100% - 670px);
    float: left;
}

.news-section .news-text h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.news-section .news-text p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.news-section .news-field {
    width: 550px;
    text-align: right;
    float: right;
}

.news-section .news-field input {
    width: 100%;
    height: 41px;
    background-color: #fff;
    color: #000;
    padding: 0px 20px;
    borde: none;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #000;
    margin-bottom: 8px;
}

.news-button {
    text-align: center;
}

.news-button .btn {
    padding: 8px 20px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-width: 150px;
    text-transform: uppercase;
}

.news-button .fa {
    padding-left: 6px;
}

.product-slider {
    margin-top: 25px;
}

.contact-module ul li {
    display: inline-block;
    margin: 5px 5px 0 0;
    font-family: 'lora', sans-serif;
    font-size: 22px;
}

.contact-module ul li a {
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    display: block;
    line-height: 33px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.contact-module ul li a.facebook {
    background-color: #3a589b;
}

.contact-module ul li a.instagram {
    background-color: #f97c90;
}

.contact-module ul li a.pintrest {
    background-color: #bd081c;
}

.contact-module ul li a.twitter {
    background-color: #4099ff;
}

.contact-module ul li a.tumblr {
    background-color: #304d6b;
}

.contact-module ul li a.youtube {
    background-color: #f00;
}

.contact-module ul li a.linkedin {
    background-color: #0675b1;
}

/* --------------------------- Common --------------------------- */

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-text-decoration {
    text-decoration: none !important;
}

.no-border {
    border: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-after:after {
    display: none;
}

.no-before:before {
    display: none;
}

.custom-container {
    margin: 0 auto;
    max-width: 1680px;
    padding: 0px 15px;
    width: 100%;
}

.flex-wrap {
    display: flex;
}

footer .fotter-column {
    width: 33.33%;
    float: left;
    padding: 60px 30px;
}

footer .fotter-column .logo-text p {
    font-size: 12px;
    font-weight: 400;
    color: #2a2a2a;
    padding: 25px 0px 40px;
    line-height: 26px;
}

footer .contact-modul .contact {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

footer .contact-modul .contact li {
    padding-bottom: 10px;
    color: #2a2a2a;
    font-weight: 400;
}

footer .contact-modul .contact li a {
    color: #2a2a2a;
}

footer .contact-modul .contact span {
    color: #2a2a2a;
    padding-right: 5px;
    font-weight: 600;
}

footer .social-modul .social-container li:not(:last-child) {
    margin-right: 22px;
}

footer .social-modul .social-container li {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

footer .social-modul .social-container li a {
    font-size: 20px;
    color: #2a2a2a;
}

footer .social-modul .social-container li a.facebook:hover {
    color: #3b5998;
}

footer .social-modul .social-container li a.twitter:hover {
    color: #5bc0de;
}

footer .social-modul .social-container li a.instagram:hover {
    color: #fbad50;
}

footer .social-modul .social-container li a.youtube:hover {
    color: #d34836;
}

footer .social-modul .social-container li a.google:hover {
    color: #cc181e;
}

footer .social-modul .social-container li a.pintrest:hover {
    color: #d34836;
}

footer .footer-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 50px;
}

footer .info-link .info li a {
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

footer .footer-map .gmap_canvas {
    margin-left: -18px;
    margin-top: 50px;
}

footer .copyright-modul {
    background-color: #000;
}

footer .copyright-modul .copyright-text {
    padding: 30px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

footer .fb-col-1 {
    width: 25%;
}

footer .fb-col-2 {
    width: 40%;
}

footer .fb-col-3 {
    width: 35%;
}

footer .footer-pro-bg-block img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.module-heading h4.module-title {
    height: 34px;
    text-transform: capitalize;
}

/***************************************************************************************************/

/************** TOP-BAR CSS ************************************************************************/

/***************************************************************************************************/

.top-bar {
    padding: 10px 0px;
    color: #fff;
}

.contact-detail-wraper {
    display: flex;
    align-items: center;
}

.to-head-search-b {
    position: relative;
}

.to-head-search-b button {
    border: 0;
    background: transparent;
    color: #686b71;
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 16px;
}

.to-head-search-b input {
    padding: 5px 5px;
    border: 0;
    border-radius: 3px;
    color: #31353d;
    width: 250px;
    box-shadow: inset 0px 0px 3px #0c0c0c;
    padding-right: 26px;
}

.padding-15 {
    padding: 0px 15px;
}

.contact-info {
    display: inline-block;
}

.contact-info ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    vertical-align: middle;
}

.contact-info ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.contact-info ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #fff;
    right: 7px;
    top: 2px;
}

.contact-info ul li .top-search-bar {
    position: relative;
}

.contact-info ul li .top-search-bar #global_search {
    border: 0;
}

.contact-info ul li .top-search-bar .btn-search-drop {
    width: 140px !important;
}

.contact-info ul li .top-search-bar .btn-search-drop .btn-default {
    color: #000;
    background: #f6f6f6;
    height: 40px;
    padding: 6px 20px;
    border-radius: 50px 0 0 50px;
    border: 0;
}

.contact-info ul li .top-search-bar .btn-search-drop .btn-default:hover {
    color: #000;
}

.contact-info ul li .top-search-bar .btn-search-drop .btn-default:focus {
    color: #000;
    outline: none !important;
}

.contact-info ul li .top-search-bar ul.dropdown-menu {
    width: 100%;
    min-width: 140px;
    max-height: 170px !important;
    overflow-y: auto !important;
    min-height: 80px !important;
}

.contact-info ul li .top-search-bar ul.dropdown-menu li {
    display: block;
}

.contact-info ul li .top-search-bar ul.dropdown-menu li:after {
    background-color: transparent;
}

.contact-info ul li .top-search-bar input[type="text"] {
    width: 200px;
    height: 40px;
    padding: 6px;
}

.contact-info ul li .top-search-bar .btn-search {
    background: #0e0e0e;
    border-color: #0e0e0e;
    height: 40px;
    padding: 6px 15px;
    border-radius: 0 50px 50px 0;
}

.contact-info ul li .top-search-bar .btn-search:hover {
    color: #fff;
}

.contact-info .country-text {
    font-weight: 500;
}

.contact-info ul li:last-child {
    padding-right: 0;
}

.cm-dropdown .dropdown {
    font-size: 12px;
}

.cm-dropdown .dropdown button.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-size: 12px;
}

.contact-info ul li ul.dropdown-menu {
    min-width: 100px;
}

.contact-info ul li ul.dropdown-menu li {
    padding: 0;
    width: 100%;
}

.contact-info ul li ul.dropdown-menu li a {
    color: #000;
    padding: 8px 10px;
}

.contact-info ul li ul.dropdown-menu li a:after {
    background: transparent;
}

.contact-left {
    width: calc(100% - 360px);
    display: inline-block;
}

.contact-right {
    width: 360px;
    text-align: right;
    display: inline-block;
}

.contact-info ul li ul.dropdown-menu li:after {
    display: none;
}

.cart-section ul li {
    display: inline-block;
    padding-left: 17px;
    position: relative;
}

.cart-section ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.cart-section ul li a:hover {
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    padding: 5px 10px;
    background: #fff;
    border-radius: 30px;
}

.cart-section .cart-price {
    padding-left: 10px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
}

.cart-section ul li a {
    position: relative;
}

.cart-section ul li:first-child {
    padding-left: 0;
}

.contact-right ul li ul.dropdown-menu {
    min-width: 100px;
}

.contact-right ul.dropdown-menu li {
    display: block;
    padding-left: 0;
}

.contact-right ul.dropdown-menu li a {
    color: #000;
    padding: 8px 10px;
    font-size: 12px;
}

.head-cart {
    position: relative;
}

.head-cart span {
    top: -10px;
    right: -10px;
}

label.error {
    color: #ff1111;
}

.topbar-help:before {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    right: -10px;
    top: 2px;
    color: #fff;
}

/*************************** END TOP-BAR CSS ***************************/

/***************************************************************************************************/

/************** SLIDER CSS ************************************************************************/

/***************************************************************************************************/

.baner-text .item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.baner-text .item {
    text-align: center;
}

.baner-text .item-text h2 {
    font-size: 72px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 35px;
}

.banner-slider .item {
    max-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.banner-slider:hover.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.banner-slider:hover.owl-theme .owl-nav .owl-next {
    right: 0;
}

.banner-slider.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    height: 50px;
    width: 30px;
    font-size: 25px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    border-radius: 0;
    margin: 0;
    border: 0;
}

.banner-slider.owl-theme .owl-nav [class*='owl-']:hover {
    color: #fff;
}

.banner-slider.owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.banner-slider.owl-theme .owl-nav .owl-next {
    right: -50px;
}

.banner-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
}

.banner-slider.owl-theme .owl-dots .owl-dot:hover span,
.banner-slider.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.banner-slider .item-des {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}

.banner-slider .item-bottom {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 35px;
}

.primary-button .btn {
    font-size: 16px;
    min-width: 138px;
    padding: 8px 15px;
    letter-spacing: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

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

/***************************************************************************************************/

/************** END SLIDER CSS ************************************************************************/

/***************************************************************************************************/

/***************************************************************************************************/

/************** INDEX CSS ************************************************************************/

/***************************************************************************************************/

.crumb {
    width: 50%;
    float: left;
}

.item-title {
    padding: 60px 0px 30px;
}

.item-title .crumb.right {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 2px;
}

.crumb .common-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.crumb .common-title::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    display: block;
}

.item-list .custom-row {
    margin-left: -10px;
    margin-right: -10px;
}

.item-list ul li {
    width: 20%;
    float: left;
    padding: 0px 10px;
}

.item-list .item-img {
    height: 350px;
    background-size: cover;
    transition: all 0.4s;
    background-position: 50% 0;
    justify-content: flex-end;
}

.image-des {
    display: inline-block;
    width: 100%;
    margin: 0 -2px;
}

.image-des .product-name {
    font-size: 15px;
    color: #747474;
    transition: all 0.5s ease;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image-des .product-price {
    font-size: 18px;
    font-weight: 500;
    margin-top: -5px;
}

.image-des .star .fa {
    color: #b7b7b7;
}

.image-des .star .fa.fill {
    color: #eecf00;
}

.quantity-twxt-b {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.quantity-twxt-b span {
    width: 50%;
    float: left;
    padding: 0 3px;
    margin-bottom: 10px;
}

.quantity-twxt-b span+span {
    text-align: right;
}

.quantity-twxt-b a.btn {
    width: 48%;
    float: left;
}

.quantity-twxt-b a.btn.btn-alter {
    color: #fff;
}

.quantity-twxt-b a.btn:not(:last-child) {
    margin-right: 8px;
}

.empty-wishlist {
    text-align: center;
    padding: 50px 0;
}

.empty-wishlist a {
    display: block;
}

.empty-wishlist a img {
    max-width: 400px;
}

.empty-wishlist span {
    display: block;
}

.empty-wishlist a.btn.btn-orange {
    display: inline-block;
    margin: 10px 0 0;
}

.item-img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.mstore-section .main-title h2 {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 70px 0px 50px;
    text-transform: uppercase;
}

.mstore-section .mstore-para {
    font-size: 16.67px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 100px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.sold-out {
    padding: 3px 10px;
    background-color: #ff3b30;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    height: 35px;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.hovereffect p.icon-links a {
    color: #31353d;
    font-size: 20px;
}

.hovereffect p.icon-links a span:before {
    display: inline-block;
    padding: 8px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hovereffect:hover .overlay,
.hovereffect:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 50px;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.home-product-slider .owl-nav {
    position: absolute;
    top: -75px;
    right: -5px;
    margin: 0;
}

.home-product-slider.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    border: 0;
    color: #2a2a2a;
    font-size: 50px;
    margin: 0;
    font-weight: 500;
    padding: 3px;
}

.home-product-slider .owl-nav button:focus {
    outline: 0;
}

.home-item-title {
    padding-bottom: 10px;
}

.home-item-title .crumb.right {
    padding-right: 50px;
}

/***************************************************************************************************/

/************** product page CSS ************************************************************************/

/***************************************************************************************************/

.category-baner {
    background-color: #ededed;
    position: relative;
    overflow: hidden;
}

.category-baner .baner-img {
    height: 269px;
    background-size: auto;
    background-position: center right;
    background-repeat: no-repeat;
    align-items: center;
}

.title-rlw-50 {
    color: #000;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.product-wrapper .product-left-panel {
    width: 280px;
    float: left;
    padding-right: 15px;
}

.product-wrapper .product-right-panel {
    width: calc(100% - 280px);
    float: left;
    padding-left: 15px;
}

.product-filter {
    background: #fff;
    padding: 8px;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 0 6px #00000022;
    position: relative;
}

.product-filter .pf-tab li.nav-item.active a.nav-link {
    color: #fff;
}

.pf-tab-content .tab-inner-content,
.pf-tab-content .brand-list {
    padding: 20px 10px;
}

.pf-tab-content .tab-inner-content .checkbox-primary label,
.pf-tab-content .brand-list .checkbox-primary label {
    font-size: 14PX;
    font-weight: 400;
}

.pf-tab-content .tab-inner-content .checkbox-primary label input[type=checkbox],
.pf-tab-content .brand-list .checkbox-primary label input[type=checkbox] {
    opacity: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    z-index: 1;
}

.pf-tab-content .tab-inner-content .checkbox-primary label input[type=checkbox]+span,
.pf-tab-content .brand-list .checkbox-primary label input[type=checkbox]+span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -4px;
    border-radius: 2px;
    border: 1px solid #2a2a2a;
    margin: 0 10px 0 0;
    position: relative;
}

.brand-list .checkbox-primary label input[type=checkbox]:checked+span:after {
    content: "\f00c";
    position: absolute;
    top: 1px;
    font-family: FontAwesome;
    left: 3px;
    font-size: 9px;
}

.rabge-tab .irs-bar,
.rabge-tab .irs-line {
    height: auto;
    top: 25px;
    background-position: 0 -60px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.rabge-tab .irs-slider {
    width: 18px;
    height: 18px;
    top: 17px;
    background-position: 0 -120px;
    border: 3px solid #000;
    background-color: #fff;
}

.product-sort label {
    width: 70px;
    margin-bottom: 0;
    margin-top: 10px;
}

.product-sort .prod-sort-list {
    max-width: 160px;
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrow-select.png) no-repeat calc(100% - 10px) center;
    background-size: 10px;
    padding: 5px 10px;
    padding-right: 25px;
}

.loadmore-btn a {
    min-width: 130px;
}

.brand-left-panel {
    border: 1px solid #e5e5e5;
}

.brand-left-panel .box-heading.border-top {
    border-top: 1px solid #e5e5e5;
}

.brand-left-panel .box-heading {
    background-color: #f8f8f8;
    padding: 3px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    cursor: pointer;
}

.brand-left-panel .box-heading h5 {
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
}

.brand-left-panel .box-heading h5::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: #656565;
    font-size: 16px;
    top: -2px;
}

.brand-left-panel .brand-dec>ul>li {
    padding-bottom: 18px;
}

.brand-left-panel .brand-dec>ul>li:last-child {
    padding-bottom: 0;
}

.brand-left-panel .brand-dec {
    padding: 28px 18px;
    display: block;
}

.brand-left-panel .brand-dec .checkbox-primary label {
    font-size: 14PX;
    font-weight: 400;
}

.brand-left-panel .brand-dec .checkbox-primary label input[type=checkbox] {
    opacity: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    z-index: 1;
}

.brand-left-panel .brand-dec .checkbox-primary label input[type=checkbox]+span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -4px;
    border-radius: 2px;
    border: 1px solid #2a2a2a;
    margin: 0 10px 0 0;
    position: relative;
}

.brand-left-panel .brand-dec .checkbox-primary label input[type=checkbox]:checked+span:after {
    content: "\f00c";
    position: absolute;
    top: 1px;
    font-family: FontAwesome;
    left: 3px;
    font-size: 9px;
}

.brand-left-panel .irs-line {
    height: auto;
    top: 25px;
}

.brand-left-panel .irs-bar {
    height: auto;
    top: 25px;
    background-position: 0 -60px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.brand-left-panel .irs-slider {
    width: 18px;
    height: 18px;
    top: 17px;
    background-position: 0 -120px;
    border: 3px solid #000;
    background-color: #fff;
}

.brand-left-panel .font-icon {
    padding-right: 4px;
    padding-left: 7px;
}

.brand-left-panel .range-text {
    font-size: 14px;
    color: #656565;
    font-weight: 500;
}

.brand-left-panel .range-des {
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
}

.mg-50 {
    margin: 50px 0px;
}

.item-list.product-item-list ul li {
    width: 25%;
    margin-bottom: 35px;
}

.pagination-wrap {
    text-align: center;
    float: left;
    width: 100%;
}

.pagination-wrap .pagination {
    margin-top: 50px;
}

.pagination-wrap .pagination li {
    color: #000;
    display: inline-block;
    vertical-align: top;
}

.pagination-wrap .pagination li span {
    border: none;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pagination-wrap .pagination li a {
    border: none;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.main-title.product-mg h2 {
    padding: 0px;
}

.product-header .cat-head-border {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-bottom: 42px;
}

.product-header .product-icon-section {
    width: 50%;
}

.product-header .product-icon-section select {
    max-width: 150px;
}

.product-header .product-cell {
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
}

.product-header .sort-section {
    width: 50%;
    text-align: right;
}

.product-header .sort-section select {
    max-width: 59px;
}

.filter-section-wrap {
    display: none;
    position: fixed;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-top: 1px #cccccc solid;
    z-index: 99999;
}

.filter-section-wrap .pafom-button {
    float: left;
    width: 50%;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}

.filter-section-wrap .pafom-button.sort-mobile-click {
    position: relative;
}

.sort-section-wrap {
    display: none;
}

.filter-section-overflow {
    overflow: hidden;
}

/***************************************************************************************************/

/************** product Detail page CSS ************************************************************************/

/***************************************************************************************************/

.product-image {
    float: left;
    width: 20%;
}

.top-bread {
    padding: 12px 19px;
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 50px;
}

.bread-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.crumb.right {
    text-align: right;
    padding: 5px 0px;
}

.product-detail-wrapper {
    float: left;
    width: 100%;
    padding-top: 45px;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
}

.product-detail-wrapper .product-image {
    width: 100%;
}

.product-image-big {
    text-align: center;
    position: relative;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: auto;
}

.product-all-images-card ul li {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
    position: relative;
}

.image-checkbox img {
    display: block;
    max-width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: 50% 50%;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #31353d;
}

.image-checkbox .fa {
    position: absolute;
    color: #31353d;
    background-color: #fff;
    padding: 10px;
    top: -5px;
    right: -5px;
    display: none;
}

.image-checkbox-checked .fa {
    display: block;
}

.pro-view-eye {
    text-align: center;
}

.pro-view-eye i {
    font-size: 18px;
    color: #31353d;
}

.product-detail .title {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 400;
}

.product-detail .dual-select {
    margin-bottom: 20px;
}

.product-detail .pincode-wrapper {
    margin-bottom: 20px;
}

.product-detail .in-stock {
    margin-bottom: 15px;
}

.inlined-rate>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.out-of-stock {
    margin-top: 15px;
}

.out-of-stock b {
    font-size: 12px;
    font-weight: 400;
}

.out-of-stock .in-stock {
    display: inline-block;
}

.out-of-stock .outof-img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.out-of-stock .outof-img img {
    max-width: 100%;
}

.product-info {
    color: #25ae88;
    font-weight: 500;
}

.rating {
    color: #eecf00;
    font-size: 16px;
}

.green-circle {
    width: 18px;
    height: 18px;
    background-color: #25ae88;
    border-radius: 50px;
    padding: 1px 3px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.in-stock b {
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
}

.price-section {
    color: #787878;
    font-weight: 400;
    margin-bottom: 9px;
}

.price-section .price {
    font-size: 20px;
    color: #222;
}

.price-section .stitch {
    color: #222;
    font-size: 14px;
}

.checkbox-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-wrapper .ipt-chk {
    display: none;
}

.checkbox-wrapper .ipt-lbl .chk-box {
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    background-color: #eff0f4;
    margin-left: 15px;
    margin-right: 8px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 11px;
}

.checkbox-wrapper .ipt-lbl .chk-box:before {
    content: '\f00c';
    font-family: FontAwesome;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.checkbox-wrapper .ipt-chk:checked+.ipt-lbl .chk-box:before {
    opacity: 1;
    color: #fff;
}

.checkbox-wrapper .fa {
    font-size: 18px;
    vertical-align: middle;
}

.dual-select .field {
    width: 50%;
    float: left;
    max-width: 190px;
}

.dual-select .field:first-child {
    padding-right: 8px;
}

.dual-select .field:last-child {
    padding-left: 8px;
}

.ttl-lbl {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
}

select {
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/arrow-select.png") no-repeat calc(100% - 10px) center;
    background-size: 10px;
    padding: 5px 10px;
}

select:focus {
    outline: none;
}

.pincode-wrapper .input-tbl {
    max-width: 295px;
}

.input-tbl .input-cell .btn {
    height: 40px;
    line-height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 88px;
    font-size: 13px;
    font-weight: 400;
}

input.min-max {
    max-width: 55px;
    margin: 0;
    padding: 0.75rem 0;
    text-align: center;
    border-right: 0;
}

.qty-wrapper-tbl .qty-wrapper {
    float: left;
}

.qty-wrapper-tbl .qty-wrapper a {
    border: 1px solid #e8e8e8;
    padding: 10px 44px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

.qty-wrapper-tbl .qty-wrapper a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.qty-wrapper-tbl .qty-wrapper a .fa {
    margin-left: 10px;
    font-size: 15px;
    vertical-align: middle;
}

.quantity-selectors-container {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.quantity-selectors-container .quantity-selectors {
    flex-flow: column;
    -webkit-flex-flow: column;
    margin: 0;
    padding: 0;
}

.quantity-selectors-container .quantity-selectors button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #999999;
    width: 18px;
    margin-left: -3px;
    height: 20px;
}

.quantity-selectors-container .quantity-selectors button:first-child {
    border-bottom: 0;
}

.quantity-selectors-container .quantity-selectors button:hover {
    cursor: pointer;
}

.quantity-selectors-container .quantity-selectors button[disabled="disabled"] {
    cursor: not-allowed;
}

.quantity-selectors-container .quantity-selectors button[disabled="disabled"] span {
    opacity: 0.5;
}

.border-top {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    margin-top: 20px;
}

.btn-document {
    background-color: #e5e8ef;
    border-radius: 2px;
    margin-right: 7px;
    margin-bottom: 5px;
    margin-top: 9px;
    text-transform: none;
    min-width: 145px;
    padding: 4px 4px;
    font-size: 11px;
}

.btn-document img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-document:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.button-section .btn {
    font-size: 12px;
    line-height: normal;
    padding: 10px 15px;
    min-width: 145px;
    margin-right: 8px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.button-section .btn:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.product-detail {
    border: 1px solid #e8e8e8;
    padding: 10px 10px;
}

.product-detail .button-section .cart-button.fa {
    padding-right: 5px;
    font-size: 13px;
}

.product-detail .button-section .wishlist {
    border: 1px solid #000;
    padding: 7px 12px;
    margin-right: 8px;
}

.product-detail .button-section .wishlist .fa:hover {
    transform: rotate(360deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.share-wrapper ul {
    display: inline-block;
    vertical-align: middle;
}

.share-wrapper li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: #fff;
}

.share-wrapper li a.facebook {
    background-color: #3b5998;
}

.share-wrapper li a.twitter {
    background-color: #5bc0de;
}

.share-wrapper li a.gmail {
    background-color: #cc181e;
}

.share-wrapper li a.youtube {
    background-color: #d34836;
}

.share-wrapper li a.instagram {
    background-color: #fbad50;
}

.share-wrapper li a:hover {
    color: #fff;
    transform: rotate(360deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.share-wrapper li a.btn {
    padding: 4px 6px;
}

.share-wrapper>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.thumbnail-row {
    margin-right: -10px;
    margin-left: -10px;
}

.thumbnail-row .col-sms-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.product-image-gallary a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 22vw;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 15px 0 15px 0;
    padding: 5px 10px;
}

.product-image-gallary a:hover .catalog-hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-image-gallary a:hover:before {
    opacity: 1;
}

.product-image-gallary a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.product-image-gallary img {
    max-width: 100%;
}

.catalog-hover {
    background-color: #fff;
    border: 1px solid #ccc;
    bottom: 8px;
    left: 4px;
    opacity: 0.95;
    position: absolute;
    right: 4px;
    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
    -moz-transition: -webkit-transform 0.2s ease-out 0s;
    -ms-transition: -webkit-transform 0.2s ease-out 0s;
    -o-transition: -webkit-transform 0.2s ease-out 0s;
    transition: -webkit-transform 0.2s ease-out 0s;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
}

.catalog-hover .catalog-popover-title {
    background-color: #eee;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.catalog-hover .catalog-popover-content {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.catalog-hover .catalog-popover-content .product-name {
    color: #333333;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-hover .catalog-popover-content .table-sm tbody tr td {
    padding: 5px;
    font-weight: 400;
    border: none;
    color: #000;
}

.products-tabs {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.pd-0 {
    padding: 0;
}

.sideways li {
    width: 100%;
}

.sideways li {
    width: 100%;
}

.sideways li>a {
    margin: 0;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}

.sideways li.active {
    margin-bottom: 0;
}

.sideways li.active>a {
    margin-right: -1px;
}

.sideways li.active>a,
.sideways li:active>a,
.sideways li:hover>a,
.sideways li:focus>a,
.sideways li.active:hover>a,
.sideways li.active:focus>a {
    border-right: none;
    position: relative;
    z-index: 1;
}

.sideways li.active>a:hover,
.sideways li.active>a:focus,
.sideways li.active>a:active,
.sideways li:active>a:hover,
.sideways li:active>a:focus,
.sideways li:active>a:active,
.sideways li:hover>a:hover,
.sideways li:hover>a:focus,
.sideways li:hover>a:active,
.sideways li:focus>a:hover,
.sideways li:focus>a:focus,
.sideways li:focus>a:active,
.sideways li.active:hover>a:hover,
.sideways li.active:hover>a:focus,
.sideways li.active:hover>a:active,
.sideways li.active:focus>a:hover,
.sideways li.active:focus>a:focus,
.sideways li.active:focus>a:active {
    border-right: none;
}

.prod-detail .tab-content {
    padding: 35px 25px;
    border: 1px solid #e8e8e8;
    min-height: 200px;
}

.desc-table tbody tr th {
    color: #444444;
}

.desc-table tbody tr td {
    color: #777777;
    font-weight: 300;
}

.desc-table tbody tr th,
.desc-table tbody tr td {
    border-top: 1px dotted #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.desc-table tbody tr:first-child th,
.desc-table tbody tr:first-child td {
    border-top: none;
}

.desc-table tbody tr:first-child th,
.desc-table tbody tr:first-child td {
    border-bottom: none;
}

.review {
    background-size: 20px;
}

.review-tbl .review-row {
    display: table-row;
}

.review-tbl .review-row .review-cell {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
}

.review-tbl .review-row .review-cell:first-child {
    width: 110px;
}

.review-tbl .review-row .review-cell .lbl {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.user-review-wrapper {
    padding-top: 26px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.user-restaurant-review {
    padding-top: 40px;
}

.user-restaurant-review .user-review-tbl .title-tbl .title {
    font-size: 14px;
}

.user-restaurant-review .user-review-tbl .title-tbl .title a {
    color: #000;
    margin-right: 5px;
    font-weight: 500;
}

.user-restaurant-review .user-review-tbl .title-tbl .title .time {
    color: #000;
    font-weight: 300;
}

.user-review-tbl:not(:last-child) {
    margin-bottom: 15px;
}

.user-review-tbl .user-review-cell {
    vertical-align: top;
}

.user-review-tbl .user-review-cell.img {
    width: 70px;
    padding-right: 20px;
}

.user-review-tbl .user-review-cell.img .img {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.user-review-tbl .user-review-cell.img .img img {
    height: 100%;
    width: 100%;
}

.user-review-tbl .user-review-cell.text {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 25px;
    padding-right: 20px;
    position: relative;
}

.user-review-tbl .desc-tbl span {
    letter-spacing: 0.22px;
    font-weight: 300;
}

.user-review-tbl .desc-tbl .remove {
    float: right;
    color: #222222;
}

.user-review-tbl .desc-tbl .remove:hover {
    color: aqua;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.user-review-tbl .rating .fa-star-o {
    color: #848484;
}

.title-tbl {
    margin-bottom: 10px;
}

.title-tbl .title-tbl-cell {
    vertical-align: top;
}

.title-tbl .title-tbl-cell:not(.title) {
    width: 120px;
    text-align: right;
}

.title-tbl .title-tbl-cell.title a {
    font-size: 14px;
    color: #222222;
}

.box-inner .title {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 400;
}

.review-cell textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e5e5e5;
    min-height: 100px;
}

.review-cell .btn.btn-orange {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.review-cell .btn.btn-orange:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.item-list.product-slid-list ul li {
    width: 100%;
}

.product-slider.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.product-slider.owl-theme .owl-nav [class*='owl-'] {
    display: none;
}

/***************************************************************************************************/

/************** Cart page CSS ************************************************************************/

/***************************************************************************************************/

.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    width: 30%;
}

.product-price {
    float: left;
    width: 12%;
}

.product-quantity {
    float: left;
    width: 10%;
}

.product-removal {
    float: left;
    width: 4%;
    text-align: right;
    color: transparent;
}

.product-line-price {
    float: left;
    width: 12%;
    text-align: right;
}

.cart-prod-text {
    float: left;
    width: 12%;
}

/* This is used as the traditional .clearfix class */

.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

.main-title.shopping-text h2 {
    padding: 25px 0;
    margin-bottom: 25px;
}

/* Apply clearfix in a few places */

/* Apply dollar signs */

/* Column headers */

.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 21px;
    border-bottom: 1px solid #dad7d7;
}

.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */

.product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.product .product-image img {
    width: 100px;
}

.product .product-details .product-title {
    margin-right: 20px;
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.product .product-quantity input {
    width: 80px;
    height: 40px;
    padding: 0px 4px;
}

.product .remove-product {
    border: 0;
    background-color: transparent;
    opacity: 0.8;
    font-size: 30px;
    border-radius: 3px;
}

.product .remove-product:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* Totals section */

.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
    font-weight: 400;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    margin-bottom: 50px;
    font-weight: 500;
}

.address-field .contact-page {
    text-align: center;
}

.account-action {
    text-align: right;
    padding: 20px 15px;
}

.account-action .btn-lg {
    padding: 4px 20px;
    outline: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
}

.contact-page .btn-lg {
    padding: 10px 40px;
}

.product.even {
    background-color: #fafafa;
    padding: 15px 22px;
    margin-bottom: 10px;
}

.product-detail.proceed {
    text-align: right;
    border: 0;
}

.product-detail.proceed .border-top {
    margin-bottom: 20px;
}

/***************************************************************************************************/

/************** checkout page CSS ************************************************************************/

/***************************************************************************************************/

.delivery-profile .user-acnt-tbl .usre-acnt-cell {
    display: inline-block;
    float: left;
    position: relative;
    width: calc(100% - 350px);
    padding: 0 15px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell:last-child {
    width: 350px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell:last-child .border-box .title-box h4 {
    margin: 10px 0;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell:last-child .cart-price {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 30px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box {
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box {
    padding: 0px 28px;
    background-color: #bfbfbf;
    border-bottom: 1px solid #e5e5e5;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    width: 100%;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a {
    padding: 10px 0;
    display: block;
    position: relative;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a:hover,
.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a:focus {
    color: #000000;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a:after {
    content: '\f068';
    position: absolute;
    top: 12px;
    right: -10px;
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #000;
    opacity: .7;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 a.collapsed:after {
    content: '\f067';
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box h4 button {
    z-index: 10;
    position: absolute;
    top: 8px;
    right: 63px;
    font-size: 12px;
    text-transform: uppercase;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .title-box .cart-price {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 30px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box {
    padding: 15px 28px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address h4.section-title {
    font-size: 16px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address h4.section-title button {
    margin-top: -4px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address h5.add-title {
    font-size: 22px;
    color: #2b2b2b;
    text-transform: uppercase;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .account-action {
    text-align: right;
    padding: 20px 0px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner {
    color: #787878;
    margin-bottom: 3px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .name {
    font-weight: 700;
    font-size: 16px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .address {
    line-height: 24px;
    letter-spacing: .3px;
    font-weight: 400;
    font-size: 14px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .contact {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .contact span {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    margin-right: 5px;
    color: #787878;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .etd {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 400;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .shipping-to .shipping-inner .etd span {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    margin-right: 5px;
    color: #787878;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item .total-name {
    font-weight: 700;
    float: left;
    color: #787878;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item .total-value {
    float: right;
    font-weight: 500;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item.total .total-name {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-top: 0px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .detail-box .delivery-address .total-info .total-item.total .total-value {
    font-size: 18px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .price-tbl {
    padding: 6px 28px;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell .border-box .qty-price {
    position: absolute;
    right: 28px;
}

.saved-add-wrapper .dropdown-backdrop {
    display: none;
}

.saved-add-wrapper .dropdown-menu {
    position: unset;
}

.saved-add-wrapper .bootstrap-select {
    width: 100% !important;
}

.saved-add-wrapper .bootstrap-select .btn {
    border-radius: 2px;
    border-width: 1px;
    height: 45px;
    background-color: #f4f4f4;
    border: 2px solid #e5e5e5;
    transition: all 0.4s ease;
}

.saved-add-wrapper .bootstrap-select .btn:hover {
    box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    background-color: #fff;
}

.saved-add-wrapper .bootstrap-select .btn:focus {
    outline: 0 !important;
}

.saved-add-wrapper .bootstrap-select select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.border-top.checkout-remove {
    border-top: 0;
    padding-top: 0px;
    margin-top: 0px;
}

.form-list.radio-padding li {
    margin: 0px 0px -10px;
}

.custom-radio {
    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;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked~.checkmark::after {
    display: block;
}

.custom-radio .checkmark::after {
    top: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.checkbox-secondary label {
    font-size: 14PX;
}

.checkbox-secondary label input[type=checkbox] {
    opacity: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    z-index: 1;
}

.checkbox-secondary label input[type=checkbox]+span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -4px;
    border-radius: 2px;
    margin: 0 10px 0 0;
    position: relative;
}

.checkbox-secondary label input[type=checkbox]:checked+span:after {
    content: "\f00c";
    position: absolute;
    top: 1px;
    font-family: FontAwesome;
    left: 3px;
    font-size: 9px;
}

.form-list label {
    font-size: 13px;
    font-weight: 400;
}

.saved-add-wrapper {
    margin-bottom: 12px;
}

.detail-box h4 {
    font-weight: 400;
    font-size: 15px;
}

.checkout-method .colum-left1 {
    width: 50%;
    float: left;
}

.checkout-method h4 {
    font-size: 16px;
}

.checkout-method h5 {
    padding-top: 14px;
}

.checkout-method p {
    font-size: 13px;
}

.checkout-method .colum-left1 {
    width: 50%;
    float: left;
}

.checkout-method .colum-left1 .bullet {
    padding-left: 18px;
}

.checkout-method .colum-left1 .bullet li {
    list-style: disc outside;
    font-size: 13px;
}

.checkout-method .colum-right2 {
    width: 50%;
    float: right;
}

.form-list li {
    margin: -21px 0px -28px;
}

.product-detail.proceed.pull-left {
    margin-top: 13px;
}

.payment-method-item {
    display: inline-block;
    padding: 5px 9px;
    float: left;
    cursor: pointer;
    width: 33.33%;
}

.payment-method-item.shipping-method {
    width: 50%;
}

.shipping-price .grand-total-toggle1 {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.radio-wrapper .chkipt {
    display: none;
}

.cm-checkbox .chkipt+label {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.radio-wrapper .chklbl {
    cursor: pointer;
    font-weight: 400;
    width: 100%;
    margin: 10px 0;
}

.cm-checkbox .chkipt+label:before {
    content: "\2714";
    border-radius: 0.2em;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-left: 0.1em;
    vertical-align: text-bottom;
    color: transparent;
    transition: .2s;
    line-height: 14px;
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.shipping-method p {
    font-size: 13px;
    font-weight: 300;
}

.shipping-method h4 {
    font-size: 16px;
    margin: 0;
    display: inline-block;
}

.shipping-method h4 span {
    padding: 0 15px;
}

.grand-total-toggle .form-group input {
    width: 100%;
    height: 35px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 0px 20px;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    color: #363636;
    font-weight: 500;
}

.grand-total .grand-total-inner {
    display: inline-block;
    width: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    cursor: pointer;
    margin-bottom: 15px;
}

.grand-total .grand-total-inner:hover {
    box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
}

.grand-total .grand-total-inner .grand-total-toggle {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}

.grand-total .grand-total-inner .grand-total-label {
    font-weight: 700;
    letter-spacing: .5px;
    float: left;
    padding: 20px 10px;
}

.grand-total .grand-total-inner .grand-total-price {
    color: #000000;
    float: right;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
}

.grand-total .grand-total-inner .grand-total-details {
    width: 100%;
}

.grand-total .grand-total-inner .grand-total-details .total-info {
    padding: 0px 20px;
    margin-top: 10px;
}

.grand-total .grand-total-inner .grand-total-details .total-info .total-item:not(.total) {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.payment-method-item {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.payment-method-item .comman-box {
    position: relative;
    margin-bottom: 20px;
}

.payment-method-item .comman-box .input-group-addon {
    padding: 6px 6px;
}

.payment-method-item .comman-box .input-group-addon:first-child {
    border-right: 0;
}

.payment-method-item .comman-box .input-group-addon .custom-radio {
    top: -10px;
    right: -4px;
    margin: 0;
}

.payment-method-item .comman-box .input-group-addon .custom-radio input {
    display: none;
}

.payment-method-item .comman-box .input-group-addon .custom-radio .popover {
    width: 300px !important;
    left: 28px !important;
}

.payment-method-item .comman-box .input-group-addon .custom-radio .popover .popover-content {
    max-height: 250px;
    overflow: auto;
}

.payment-method-item .comman-box .input-group-addon .checkmark {
    width: 25px;
    height: 25px;
}

.payment-method-item .comman-box .input-group-addon .checkmark:after {
    width: 15px;
    height: 15px;
    bottom: 0;
    margin: auto;
    top: 0;
}

.payment-method-item .comman-box .form-control {
    height: 120px;
    padding: 15px 10px;
    margin: 0;
}

.radio-wrapper .chklbl>img {
    max-height: 28px;
    width: auto;
}

.radio-wrapper .description {
    font-size: 12px;
    line-height: normal;
    margin-top: 10px;
    position: relative;
    display: block;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}

.cm-proceed-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.cm-proceed-btn .btn.btn-orange {
    padding: 8px 35px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cm-proceed-btn .btn.btn-orange:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.modal-header .close {
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 6px 11px;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.form-group textarea {
    width: 100%;
    border: 1px solid #f4f4f4;
    padding: 8px 20px;
    background-color: #f4f4f4;
    font-size: 12px;
    color: #000000;
}

.form-group select {
    width: 100%;
    height: 35px;
    border: 1px solid #f4f4f4;
    padding: 8px 20px;
    font-size: 12px;
    color: #000000;
    background: url(../img/arrow-select.png) no-repeat calc(100% - 10px) center #f4f4f4;
}

.form-control:focus {
    border: 1px solid #f4f4f4;
    outline: 0;
    box-shadow: none;
}

.price-tbl-row {
    font-size: 14px;
    color: #787878;
    line-height: 25px;
}

.custom-radio input:checked~.checkmark {
    background-color: #fff;
}

.delivery-profile .user-acnt-tbl .usre-acnt-cell.is_stuck {
    margin-top: 72px;
}

.wishlist-section {
    margin-top: 50px;
}

/******************************************/

/*************  CHECKOUT_SUCCESS CSS ************/

/****************************************/

.checkout-success-wrapper {
    padding: 50px 0;
}

.chkout-success-box {
    margin: 0 auto;
    width: 850px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    max-width: 100%;
    -moz-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    text-align: center;
    padding-bottom: 40px;
}

.chkout-success-box {
    padding: 15px;
    /*.custom-table{min-width: 600px;
    thead{
      tr{
        th{
          text-align: center;background-color: $input-box;font-weight: 300;font-size: 16px;
        }
      }
    }
    tbody{
      tr{
        td{
          font-size: 16px;font-weight: 600;
        }
      }
    }
  }*/
}

.chkout-success-box .order-success {
    border-bottom: 1px solid #e5e5e5;
    color: #2ec20b;
    padding: 15px 15px;
}

.chkout-success-box .failed-icon {
    color: #f3282f;
}

.chkout-success-box .success-text .success-title {
    font-size: 18px;
    text-transform: uppercase;
}

.chkout-success-box .custom-table {
    min-width: 300px;
}

.chkout-success-box .custom-table tbody tr .td-detail:first-child {
    min-width: 8rem;
    max-width: 40rem;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

.chkout-success-box .custom-table tbody tr .td-detail:last-child:not(:first-child) {
    text-align: right;
}

.success-icon {
    font-size: 35px;
}

.success-icon .fa {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
        -webkit-transform: translateY(8%);
        -moz-transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
}

.table-wrapper .table-title {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0px 20px;
}

/******************************************/

/*************  CONTACT CSS ************/

/****************************************/

.address-details .product-detail.proceed .border-top {
    text-align: center;
    margin-top: 20px;
}

.header-title {
    font-size: 30px;
    text-align: center;
    position: relative;
    margin: 80px 0px;
}

.header-title::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    display: block;
    top: 38px;
    right: 0;
    left: -86px;
    position: absolute;
    margin: 0 auto;
}

.header-title.ht-center:after {
    left: 0;
}

.contact-wrap {
    display: flex;
    padding-bottom: 100px;
    padding-top: 10px;
    margin-top: 50px;
}

.contact-wrap .wrap-cell {
    display: inline-block;
    width: 33.3333%;
    text-align: center;
}

.contact-wrap .bottom-section p {
    margin-bottom: 0;
}

.contact-wrap .top-section {
    margin-bottom: 25px;
}

.contact-wrap .top-section .img-wrp {
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

.contact-wrap .top-section .text {
    color: #323232;
    font-weight: bold;
    margin-top: 5px;
}

.contact-wrap .bottom-section a i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    color: #31353d;
    transition: 0.4s;
}

.contact-wrap .wrap-cell:not(:last-child) {
    border-right: 1px solid #000;
}

.inquiry-wrap {
    padding-top: 90px;
    padding-bottom: 70px;
    border-top: 1px solid #c8c8c8;
}

.inquiry-wrap .title {
    text-align: center;
    font-weight: 400;
    padding-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group.custom-textarea textarea {
    height: 185px;
    border-radius: 5px;
    width: 100%;
    padding: 8px 20px;
}

/******************************************/

/*************  FAQ CSS ************/

/****************************************/

.faq-wrapper {
    padding: 50px 0;
}

.accordian-section .acc-faq {
    border: 1px solid #e5e5e5;
    margin: 15px auto;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
    -moz-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(184, 189, 189, 0.75);
}

.accordian-section .acc-faq .faq-top {
    background-color: #f4f4f4;
    font-size: 14px;
    cursor: pointer;
    padding: 15px;
    float: left;
    width: 100%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.accordian-section .acc-faq .faq-top .faq-left {
    width: calc(100% - 40px);
    float: left;
}

.accordian-section .acc-faq .faq-top .faq-right {
    text-align: right;
    display: inline-block;
    width: 40px;
    height: 100%;
    float: left;
    padding: 0 12px;
    font-size: 14px;
    position: relative;
}

.accordian-section .acc-faq .faq-top .faq-right .accord-icon::before {
    content: "\f067";
    font-family: FontAwesome;
}

.accordian-section .acc-faq .faq-top .faq-right .accord-icon .acco-open::before {
    content: "\f068" !important;
    font-family: FontAwesome;
}

.accordian-section .acc-faq .faq-bottom {
    width: 100%;
    float: left;
    padding: 15px;
    display: none;
}

.accordian-section .acc-faq .faq-bottom .helpfull {
    text-align: right;
}

.accordian-section .acc-faq .faq-bottom .helpfull>span {
    top: 5px;
    position: relative;
}

.accordian-section .acc-faq .faq-bottom p {
    font-size: 15px;
}

.accordian-section .acco-open {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    margin-bottom: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accordian-section .acco-open .faq-top .faq-left a.accordion-section-title {
    color: #fff;
}

.accordian-section .acco-open .faq-top .faq-right .accord-icon::before {
    content: "\f068" !important;
    font-family: FontAwesome;
}

.accordian-section .radius-it {
    border-radius: 8px;
}

.btn.btn-helpfull {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 25px;
    margin: auto 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(1);
    transform: translateZ(1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn.btn-helpfull:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    0% {
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes check-btn {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes check-btn {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes hvr-ripple-out {
    0% {
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.delivery-method {
    width: 100%;
    float: left;
}

.column-2-wrapper {
    float: left;
    width: 100%;
}

.column-2-wrapper .profile_aside {
    float: left;
    width: 350px;
    padding-right: 20px;
}

.column-2-wrapper .profile_aside ul li.active_item a {
    color: #fff;
}

.column-2-wrapper .profile_aside ul li a {
    display: block;
    padding: 8px 15px;
}

.column-2-wrapper .profile_aside ul li a:hover {
    color: #fff;
}

.column-2-wrapper .profile_right {
    float: left;
    width: calc(100% - 350px);
    padding-left: 20px;
}

.column-2-wrapper .profile_right .pager {
    margin: 0 0 20px;
}

.my_title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 15px;
}

.my_title:before {
    content: '';
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #000;
}

/******************************************/

/*************  ADDRESSBOOK CSS ************/

/****************************************/

.aside-box .fa {
    padding-right: 14px;
}

.aside-box {
    border: 1px solid #e5e5e5;
    padding: 20px 22px;
    margin-bottom: 30px;
}

.profile_aside .aside-box {
    border: 1px solid #e5e5e5;
    padding: 20px 0px;
}

.column-2-wrapper {
    float: left;
    width: 100%;
}

.column-2-wrapper .profile_aside {
    float: left;
    width: 350px;
    padding-right: 20px;
}

.column-2-wrapper .profile_aside ul li {
    font-size: 16px;
}

.column-2-wrapper .profile_aside ul li a {
    color: #000;
}

.column-2-wrapper .profile_aside ul li a:hover {
    color: #fff;
}

.column-2-wrapper .profile_right {
    float: left;
    width: calc(100% - 350px);
    padding-left: 20px;
}

.column-2-wrapper .profile_right .pager {
    margin: 0 0 20px;
}

.address-wrapper {
    padding-bottom: 50px;
}

.add-book .add-details {
    width: 33.33%;
    padding: 3px;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
}

.add-book .border-box {
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    min-height: 250px;
}

.add-book .dashed-box {
    border: 2px dashed #e5e5e5;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.add-book .dashed-box .add-text .fa {
    font-size: 24px;
    color: #bcbec2;
    padding: 0;
}

.add-book .dashed-box p {
    font-size: 20px;
    color: #bcbec2;
    font-weight: 400;
}

.add-details .default-text {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.add-details .add-name {
    padding: 10px 20px;
}

.add-details .add-name h5 {
    font-size: 16px;
    font-weight: 400;
}

.add-details .add-name address {
    font-size: 13px;
    font-weight: 300;
}

.add-details .add-edit {
    padding: 0 20px;
}

.add-details .add-edit ul li {
    display: inline-block;
    margin: 0 -2px;
}

.add-details .add-edit ul li:not(:last-child)::after {
    content: '|';
    padding: 5px;
    color: #aaa;
}

.add-details .add-edit ul li a {
    font-size: 15px;
    font-weight: 300;
}

.add-details .edit-top {
    padding-top: 40px;
}

.profile_right .order-status-warning {
    right: 0;
    top: 0;
    left: 0;
}

/********************************************************************************************************/

/*************  My Order CSS ********************************************************************************/

/********************************************************************************************************/

.page-title p {
    font-size: 16px;
    display: inline-block;
}

.page-title .print-link {
    float: right;
    color: #cc181e;
    font-weight: 400;
}

.table-wrapper .view-order {
    text-align: center;
    font-weight: 400;
}

.pager p.amount {
    float: left;
}

.pager .limiter {
    float: right;
}

.pager .limiter select {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.order-table thead tr th {
    background-color: #f4f4f4;
    padding: 18px 10px;
    font-size: 16px;
    font-weight: 400;
}

.order-table tbody tr td {
    font-size: 16px;
}

.link-right {
    margin: 0 0 70px;
}

.link-right .back-link {
    float: right;
    margin: 0 5px 0 0;
}

.link-right .back-link small {
    font-size: 16px;
}

.link-right p.back-link {
    font-size: 13px;
}

.profile_right .order-status-warning {
    position: relative;
    border-radius: 50px;
}

/********************************************************************************************************/

/*************  View Order CSS ********************************************************************************/

/********************************************************************************************************/

.order-info {
    font-weight: 400;
    font-size: 14px;
    margin-top: 14px;
    border: 1px solid #e5e5e5;
    background-color: #f4f4f4;
    padding: 0px 10px;
}

.order-info h4 {
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
}

.order-date {
    margin: 10px 0;
}

.colum-12 .colum-1 {
    float: left;
    width: 45%;
}

.colum-12 .colum-2 {
    float: right;
    width: 55%;
}

.order-details {
    background: #fff;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
    width: 100%;
    float: left;
}

.order-details .box-title h3 {
    font-size: 15px;
    font-weight: 500;
    color: #787878;
}

.box-content {
    color: #787878;
    font-size: 14px;
    font-weight: 300;
}

.order-item .box-title h3 {
    font-size: 14px;
    font-weight: 400;
}

.view-table tfoot {
    text-align: right;
}

.view-table tfoot .subtotal-view {
    padding-top: 8px !important;
    padding-bottom: 0px !important;
}

.view-table.table-bordered tfoot tr td {
    border-bottom: 0;
    border-top: 0;
}

.table-bordered.order-table tfoot>tr>td {
    border-bottom: 0;
    border-top: 0;
}

.view-table .order-sub-title {
    width: 100%;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 400;
}

.view-table .order-sub-title span {
    font-weight: 300;
}

.view-table label {
    margin-bottom: 0;
}

.subtotal-view strong {
    font-weight: 400;
}

/********************************************************************************************************/

/*************  Compare Product CSS ********************************************************************************/

/********************************************************************************************************/

.compare-padding {
    padding: 0 30px 50px;
}

.compare-product {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.compare-table button.btn-cart {
    padding: 8px 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
}

.compare-table button.btn-cart:hover {
    background: #fff;
    color: #2a2a2a;
}

.compare-table .add-to-links {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
    display: inline-block;
}

.compare-table .add-to-links:hover {
    color: #000;
}

.a-right .btn-remove .fa {
    padding: 5px 8px;
    opacity: 0.8;
}

.compare-table thead {
    background-color: #f4f4f4;
}

.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
    width: 33.33%;
}

.compare-table tbody th {
    padding: 10px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
    background-color: #f4f4f4;
    width: 100px;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td p {
    margin: 0;
}

.compare-table tr.first td .product-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.compare-table .price-box {
    margin: 5px 0;
}

.compare-table .price-box .old-price {
    margin: 0;
    display: inline-block;
}

.compare-table .price-box .old-price .price {
    white-space: nowrap !important;
    color: #777;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 400;
}

.compare-table .price-box .special-price {
    display: inline-block;
    line-height: 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.compare-table .price-box .special-price .price {
    color: #000;
    margin: 0;
    font-weight: 400;
}

.compare-table .compare-img {
    height: 150px;
    width: 100px;
    background-size: cover;
    transition: all 0.4s;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.compare-col1 {
    color: #aaa;
}

.compare-col1 .nobr {
    white-space: nowrap !important;
    font-size: 15px;
    font-weight: 500;
}

.compare-col1 .std {
    line-height: 22px;
    font-size: 16px;
}

.compare-col1 .std ul {
    padding-left: 20px;
}

.compare-col1 .std ul li {
    list-style: disc outside;
}

.compare-col1 .std ul li strong {
    font-weight: 400;
}

.a-right .btn-remove {
    float: right;
}

.aside-box .fa {
    padding-right: 14px;
}

.aside-box {
    border: 1px solid #e5e5e5;
    padding: 20px 22px;
    margin-bottom: 30px;
}

.profile_aside .aside-box {
    border: 1px solid #e5e5e5;
    padding: 20px 0px;
}

.cat-head-border .sort-section {
    text-align: left !important;
    display: flex;
}

.cat-head-border .sort-section select {
    display: inline-block;
    width: 33.33%;
    margin-right: 5px;
}

.cat-head-border .sort-section select:last-child {
    margin-right: 0;
}

.cat-head-border .sort-section span.select2 {
    display: none;
}

/********************************************************************************************************/

/*************  404 CSS *********************************************************************************/

/********************************************************************************************************/

.bg-box2 {
    width: 50%;
    margin: 32px auto;
    -moz-box-shadow: -2px 11px 32px -13px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: -2px 11px 32px -13px rgba(0, 0, 0, 0.45);
    box-shadow: -2px 11px 32px -13px rgba(0, 0, 0, 0.45);
    text-align: center;
    background-color: #A7333F;
}

.agile-info {
    padding: 60px 0px;
}

.agile-info h2 {
    font-size: 100px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 20px;
}

.agile-info h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 12px;
}

.agile-info p {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 6px;
    margin-bottom: 46px;
    font-weight: 400;
}

.agile-info a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    border-radius: 20px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 8px;
    background: #000;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.agile-info a:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.social {
    text-align: center;
    transform: translateY(-50%);
}

.social li {
    display: inline;
    margin-right: 7px;
}

.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px dashed white;
    background-clip: content-box;
    padding: 4px;
    transition: .5s;
    margin-right: 8px;
    font-size: 16px;
}

.social .link.facebook {
    background-color: #3b5998;
    color: #fff;
}

.social .link.twitter {
    background-color: #5bc0de;
    color: #fff;
}

.social .link.google-plus {
    background-color: #cc181e;
    color: #fff;
}

.social .link.instagarm {
    background-color: #fbad50;
    color: #fff;
}

.social .link.pintrest {
    background-color: #d34836;
    color: #fff;
}

.social .link:hover {
    transform: translateX(0px) rotate(360deg);
}

.footer-text p {
    text-align: center;
    font-weight: 400;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

/****************************************************/

/*******************Login modal css *********************/

/****************************************************/

.cm-or {
    text-align: center;
    font-weight: 800;
    position: relative;
    padding-bottom: 10px;
    font-size: 26px;
    background-color: #dbdbdb;
    width: 100px;
    height: 45px;
    margin: 15px auto;
    box-shadow: 2px 2px 2px #848080;
    line-height: 45px;
}

.modal-content.custom-modal {
    max-width: 500px;
    border-radius: 0 !important;
    margin: 0 auto;
    border-radius: 18px;
}

.modal-content.custom-modal .modal-body {
    padding: 30px 15px 15px;
}

.modal-content.custom-modal .modal-body button.close {
    padding: 2px 12px;
    border-radius: 50%;
}

.modal-content.custom-modal .modal-body .close {
    line-height: unset;
    color: #fff;
    position: absolute;
    right: -14px;
    top: -13px;
    opacity: 1;
}

.modal-content.custom-modal .modal-title {
    text-align: center;
    color: #2b2b2b;
    font-size: 24px;
    margin-bottom: 20px;
}

.modal-content.custom-modal .button-social {
    margin-bottom: 20px;
}

.modal-content.custom-modal .button-social .button .btn {
    width: 100%;
}

.modal-content.custom-modal .button-social .button .btn.btn-facebook {
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 22px;
    padding-left: 40px;
    position: relative;
    border-radius: 10px;
}

.modal-content.custom-modal .button-social .button .btn.btn-facebook:hover {
    color: #3b5998;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5);
    box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5);
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.modal-content.custom-modal .button-social .button .btn .fa {
    font-size: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content.custom-modal .button-social .button .btn.btn-twitter {
    background-color: #d34836;
    color: #fff;
    border-color: #d34836;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 22px;
    padding-left: 40px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal-content.custom-modal .button-social .button .btn.btn-twitter:hover {
    color: #1daee3;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5);
    box-shadow: 1px 3px 10px 1px rgba(205, 218, 226, 0.5);
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.modal-content.custom-modal .button-social .button .btn .fa {
    font-size: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content.custom-modal .form-group .form-control {
    padding: 24px 11px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.modal-content.custom-modal .form-group .btn-primary {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    margin-top: 10px;
}

.modal-content.custom-modal .modal-footer .forgot {
    color: #646464;
    display: table;
    width: 100%;
    text-align: left;
}

.modal-content.custom-modal .modal-footer .forgot .login-footer-cell {
    display: table-cell;
    vertical-align: middle;
}

.modal-content.custom-modal .modal-footer .forgot .login-footer-cell .btn.btn-secondary {
    padding: 8px 32px;
    font-size: 16px;
}

.modal-content.custom-modal .modal-footer .forgot .login-footer-cell .btn.btn-secondary:hover {
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.modal-content.custom-modal .button-full .btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    padding-left: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    height: 47px;
    font-size: 12.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.modal-content.custom-modal .registerBoxInner .field .field-half {
    display: table-cell;
    vertical-align: top;
}

.modal-content.custom-modal .registerBoxInner .field .field-half:first-child {
    padding-right: 5px;
}

.modal-content.custom-modal .country-number input.phone,
.modal-content.custom-modal .country-number select {
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
    color: #000;
    /*width: 25%;*/
    float: left;
    padding-left: 10px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    margin-right: 10px;
}

.modal-content.custom-modal .country-code input#phone {
    /*width: 70%;*/
}

.modal-content.custom-modal .country-code .phone_width input.phone {
    /*width: 72%;*/
    margin: 0;
}

.modal-content.custom-modal .add-chkbox {
    text-align: center;
    margin-bottom: 15px;
}

/*29-11-2019 strat*/

.cm-login-border {
    border: 1px solid #a29e9f;
}

.form.loginBox {
    padding: 0 15px 10px;
}

.modal-content.custom-modal .modal-title {
    text-align: center;
    color: #2b2b2b;
    font-size: 24px;
    margin: 20px 0;
    font-weight: 700;
}

.country-code {
    width: 100%;
}

.country-code .country-number.code_width {
    width: 25%;
}

.country-code .country-number.phone_width {
    width: 74%;
    text-align: right;
}

.country-code .country-number {
    display: inline-table;
}

.modal-content.custom-modal .form-group .form-control {
    padding: 24px 11px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.modal-content.custom-modal .form-group .form-control {
    padding: 24px 11px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.modal-content.custom-modal .form-group .btn-primary {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
}

.cm-or {
    text-align: center;
    font-weight: 800;
    position: relative;
    padding-bottom: 10px;
    font-size: 26px;
    background-color: #dbdbdb;
    width: 100px;
    height: 45px;
    margin: 15px auto;
    box-shadow: 2px 2px 2px #848080;
    line-height: 45px;
}

.modal-content.custom-modal .social {
    transform: unset;
    padding: 0 15px;
}

.social {
    text-align: center;
    transform: translateY(-50%);
}

.cm-modal-title {
    text-align: center;
    margin: 25px 0;
    font-weight: 700;
    font-size: 24px;
}

.modal-content.custom-modal .social .button-social {
    display: inline-block;
    width: 100%;
}

.modal-content.custom-modal .button-social {
    margin-bottom: 20px;
}

.modal-content.custom-modal .button-social .button .btn.btn-facebook {
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 22px;
    padding-left: 40px;
    position: relative;
    border-radius: 10px;
}

.modal-content.custom-modal .button-social .button .btn {
    width: 100%;
}

.modal-content.custom-modal .button-social .button .btn .fa {
    font-size: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content.custom-modal .button-social .button .btn.btn-twitter {
    background-color: #d34836;
    color: #fff;
    border-color: #d34836;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 22px;
    padding-left: 40px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cm-or.small-or {
    width: 70px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}

.cm-customer-outside {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

.cm-signup-left {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #b9b6b7;
}

.cm-login-right {
    padding-left: 10px;
}

.cm-signup-left .login-footer-cell {
    text-align: center;
}

.cm-signup-left .login-footer-cell a.btn {
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
}

.sub-modal-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 800;
}

.sub-modal-title.new-user {
    font-size: 25px;
    font-weight: 800;
}

.form.loginBox {
    padding: 0 15px 10px;
}

.modal-content.custom-modal .cm-login-right .form-group .form-control {
    padding: 18px 11px;
    font-size: 15px;
    border: 1px solid #756e6e;
    border-radius: 10px;
}

.modal-content.custom-modal .cm-login-right .form-group .btn-primary {
    padding: 8px;
    font-size: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn {
    padding: 6px 20px;
    border: 1px solid transparent;
    color: #fff;
}

.login-wrapper .modal-footer {
    border: 0;
    padding-top: 0 !important;
}

.modal-content.custom-modal .modal-footer .forgot {
    color: #646464;
    display: table;
    width: 100%;
    text-align: left;
    padding: 30px 15px;
    margin-bottom: 15px;
    border: 1px solid #a29e9f;
    margin-top: 25px;
}

.modal-content.custom-modal .modal-footer .forgot .login-footer-cell {
    display: table-cell;
    vertical-align: middle;
}

.modal-content.custom-modal .modal-footer .forgot .login-footer-cell:last-child {
    text-align: right;
}

.login-footer-cell span {
    font-size: 17px;
    font-weight: 700;
}

.modal-content.custom-modal .modal-footer .forgot .login-footer-cell .btn.btn-secondary {
    padding: 8px 32px;
    font-size: 16px;
}

.modal {
    overflow: auto !important;
}

#signUpModal {
    overflow-x: hidden;
    overflow-y: auto;
}

#signUpModal .registerBoxInner {
    padding: 0 15px 10px;
}

/*29-11-2019 end*/

.form-group input {
    width: 100%;
    height: 35px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 0px 20px;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
    color: #363636;
    font-weight: 300;
}

.modal-dialog.shake .modal-content {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -o-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.user-account-tbl .user-account-cell .user-box .rest-modal .RestloginBox.shake {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -o-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.fade.addcart {
    opacity: 1;
}

.addcart .modal-content {
    margin: 90px auto;
}

.addcart .modal-header {
    border-bottom: 0;
}

.addcart .modal-header .close {
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 6px 11px;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.addcart .modal-footer {
    text-align: center;
}

.addcart .modal-body {
    text-align: center;
}

.addcart .btn-default {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
}

.addcart .btn-default:hover {
    border: 1px solid #000;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.item-list>ul>li {
    border: 1px solid transparent;
}

.item-list>ul>li:hover {
    box-shadow: 0px 5px 24px rgba(193, 193, 193, 0.75);
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

table.desc-table.table tr:nth-child(odd) {
    background-color: #eee;
}

.scrollup {
    display: none;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 9px;
    right: -9px;
    z-index: 999;
}

.scroll {
    position: absolute;
    left: 0;
    bottom: 50px;
    background: #b2b2b2;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.scroll:hover {
    opacity: 0.7;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.scroll .fa {
    color: #fff;
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.share-fix-button {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: fixed;
    right: 21px;
    bottom: 90px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    z-index: 10;
}

.share-fix-button:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.share-fix-button a {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.share-fix-button a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.share-fix-button a.facebook {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #3b5998;
}

.share-fix-button a.whatsapp {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #25D366;
}

.share-fix-button a.telegram {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #0088cc;
}

.share-fix-button:hover a {
    opacity: 1;
    width: 50px;
    height: 50px;
}

.share-fix-button:hover a.facebook {
    right: 80px;
    bottom: 0px;
}

.share-fix-button:hover a.facebook:hover {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: #344e86;
}

.share-fix-button:hover a.whatsapp {
    right: 65px;
    bottom: 65px;
}

.share-fix-button:hover a.whatsapp:hover {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: #21bd5c;
}

.share-fix-button:hover a.telegram {
    right: 0px;
    bottom: 80px;
}

.share-fix-button:hover a.telegram:hover {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: #0077b3;
}

.discount-off {
    white-space: normal;
    padding: 10px 4px 3px;
    color: #fff;
    border-radius: 50px;
    line-height: 11px;
    text-align: center;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    margin: 8px;
}

.image-des h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: -5px;
    text-decoration: line-through;
    color: #bcbec2;
    display: inline-block;
}

.image-des .promo-des {
    text-decoration: none;
    display: inline-block;
    padding-right: 8px;
    font-weight: 900;
    color: #000;
}

.discount-section {
    color: #787878;
    font-weight: 400;
    margin-bottom: 20px;
}

.discount-section h3 {
    margin-right: 16px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    color: #96979a;
    vertical-align: top;
    float: left;
}

.discount-section h4 {
    width: 450px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 19px;
    color: #e80707;
}

.discount-section .promo-des {
    text-decoration: none;
    display: inline-block;
    padding-left: 8px;
    font-weight: 600;
    color: #31353d;
}

.total-price-section {
    margin-bottom: 15px;
}

.total-price-section span {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #31353d;
}

.total-price-section span+span {
    margin-top: 15px;
}

.product-left-panel.is_stuck {
    margin-top: 70px;
}

.product-details-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.dd {
    float: left;
    width: 100%;
}

.header-wrapper {
    float: left;
    width: 100%;
}

.product-left-panel-fixed {
    position: fixed;
    top: 80px;
}

/**************************************************/

/**************** Loader CSS *********************/

/**************************************************/

.holder {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.preloader {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #000;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    102% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

/*****************END Loader css*****************************/

.product .product-quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
}

.product .product-quantity input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    width: 10px;
    height: 15px;
    padding: 4px;
    position: relative;
    right: -7px;
    border-radius: 3px;
}

.red-border {
    border: 2px solid #f20707;
}

.btn-m-round {
    width: calc(50% - 10px) !important;
    border-radius: 30px !important;
    margin: 0 auto !important;
}

@media(max-width: 767px) {
    .d-flex {
        display: flex !important;
    }
}

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