

/*Mazzako Shopping*/
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.center {
    display: table !important;
    margin-right: auto;
    margin-left: auto;
}

.nav-tabs a {
    text-transform: capitalize;
}

input[type="checkbox"] {
    margin-right: 5px;
    margin-top: -5px;
}

.arrow-down {
    position: relative;
}

.arrow-down:after {
    content: "";
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    border: 1.5px solid #333;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mb {
    margin-bottom: 20px;
}

.box-shadow-2 {
    -webkit-box-shadow: 0 1px 7px 0 #ccc;
    box-shadow: 0 1px 7px 0 #ccc;
}

.box-shadow {
    -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.relative {
    position: relative;
}

.row {
    margin: 0;
}

.column {
    width: 100%;
    padding-right: 5px;
}


@media screen and (max-width: 425px) {
    .column {
        width: calc(100% / 2);
        padding-bottom: 5px;
    }

    .column:last-child {
        display: none;
    }
}

.heading h3 {
    font-size: 24px;
    text-transform: capitalize;
}

@media screen and (max-width: 425px) {
    .heading h3 {
        font-size: 18px;
    }
}

.topic-title {
    padding: 10px;
}

.borders {
    border: 1px solid #eee;
}

.border_bottom {
    border-bottom: 1px solid #eee !important;
    padding-bottom: 5px;
    /*margin: 0 0 10px;*/
}

.bg-white {
    background: #fff;
}

.feature_brand_list{
    background:white;
}

.product-category.white-product .owl-carousel .owl-nav button {
    position: absolute;
    top: 45%;
    background: white;
    border: none;
    padding: 10px;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    outline: none;
}

.product-category.white-product .owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.product-category.white-product .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.product-category.white-product .owl-carousel .owl-nav .disabled {
    display: none;
}

.feature_brand_list.owl-carousel .owl-nav {
    display: none;
}

.feature_brand_list.owl-carousel .owl-dots, .col-three.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -50px;
}

.feature_brand_list.owl-carousel .owl-dots .owl-dot, .col-three.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    margin: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
    background: #3333;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.feature_brand_list.owl-carousel .owl-dots .owl-dot.active, .feature_brand_list.owl-carousel .owl-dots .owl-dot:hover, .col-three.owl-carousel .owl-dots .owl-dot.active, .col-three.owl-carousel .owl-dots .owl-dot:hover {
    background: #000;
}

html {
    font-size: 1rem;
}

.container-fluid {
    padding: 0;
}

.container-fluid {
    /*padding: 10px;*/
    max-width: 1440px !important;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.uk-slideshow-items {
    height: 81vh !important;
}

.uk-card-default {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

.btn.btn-danger {
    background: #ed1b2f !important;
    border-color: #ed1b2f !important;
    outline: none;
}

.error_page {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
    background: #333333;
}

.error_page_cntnt {
    width: 100%;
}

.error_page_cntnt h2 span:first-child {
    text-shadow: -15px 0px 5px #000000;
    position: relative;
    z-index: 1;
}

.error_page_cntnt h2 span:nth-child(2) {
    color: #fff;
    margin-left: -24px;
    z-index: 1;
    position: relative;
}

.error_page_cntnt h2 span:last-child {
    margin-left: -30px;
    z-index: 1;
    text-shadow: 7px 10px 5px #000000;
    position: relative;
}

.error_page_cntnt span {
    font-size: 200px;
    color: #ed1b2f;
    font-weight: 900;
}

@media screen and (max-width: 425px) {
    .error_page_cntnt span {
        font-size: 100px;
    }
}

.error_page_cntnt h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

.error_page_cntnt p {
    color: #fff;
    font-weight: 500;
}

.error_page_cntnt p a {
    color: #00bcd4;
}

.forgot .middle_body {
    padding: 10px;
}

.forgot .middle_body .btn-primary {
    color: #fff;
}

.slider-tour-booking .container {
    margin-top: -100px;
    position: relative;
    background-color: white;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .slider-tour-booking #tourBookingForm .form-table {
        display: block !important;
    }

    .slider-tour-booking #tourBookingForm .form-field {
        margin-bottom: 5px;
    }
}

.header .top-header {
    background: #ec1c23;
    color:#fff;
}


@media screen and (max-width: 767px) {
    .header .top-header {
        display: none;
    }
}

.header .top-header .d-flex a {
    /*margin-right: 10px;*/
    padding: 5px 10px;
    color: #fff;
}
.header .top-header .d-flex .top-links a:not(:first-child) {
    border-left:1px solid white;
}


.header .main-header {
    /*padding: 15px 0;*/
    background: white;
    border-bottom: 1px solid gainsboro;
}

.header .main-header a {
    color: #666;
}

.header .main-header a:hover {
    color: #000;
}

.header .main-header .main_dropdown.from_top {
    top: 97px!important;
    left:15px;
}

.header .main-header .main_dropdown {
    width: 200px;
    height: 346px;
    position: absolute;
    top: 67px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    z-index: 200;
}

.header .main-header .main_dropdown .menu-items .menu-items--item {
    /*padding-top: 10px;*/
    display:flex;
    align-items:center;
    padding:3.5px 0;
}

.header .main-header .main_dropdown .menu-items--item a {
    color: #333;
    display: block;
    padding-left: 8px;
    line-height: 12px;
    text-transform: capitalize;
    padding: 5px 10px;
    width:90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header .main-header .main_dropdown .menu-items--item a i {
    margin: 6px;
    visibility: hidden;
    /*float: right;*/
}

.header .main-header .main_dropdown .menu-items--item a:hover {
   /*background: #f5f5f5;*/
    color: #ec1c23;
}

.header .main-header .main_dropdown .menu-items--item a:hover i {
    /*visibility: visible;*/
    /*color: white;*/
}

.header .main-header .main_dropdown .menu-items--item:hover .sub-menus-1 {
    visibility: visible;
}

.header .main-header .main_dropdown .menu-items--item .sub-menus-1 {
    width: 200px;
    height: 344px;
    position: absolute;
    left: 200px;
    top: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 200;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.header .main-header .main_dropdown .menu-items--item .sub-menus-1-list:hover .sub-menus-2 {
    visibility: visible;
}

.header .main-header .main_dropdown .menu-items--item .sub-menus-1 .sub-menus-2 {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    width: 200px;
    height: 344px;
    position: absolute;
    left: 200px;
    top: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 200;
}

.header .main-header .main_dropdown.show_dd {
    visibility: visible;
}

.header .main-header .main_dropdown.hide_dd {
    visibility: hidden;
}

.header .main-header #toggle_dd {
    cursor: pointer;
    color: black;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .header .container {
        max-width: 100% !important;
        padding: 0px;
    }

    .header .main_dropdown {
        display: none !important;
    }

    .header #toggle_dd {
        display: none !important;
    }
}

.header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .header .logo__and__user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .logo__and__user .bars {
        font-size: 20px;
        display: block !important;
        color: #ec1c23;
        margin-right: 15px;
    }

    .header .logo__and__user .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header .logo .logo-link {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
}

@media screen and (max-width: 768px) {
    .header .logo .logo-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header .logo .logo-link img {
    width: 150px;
    /*height: 39px;*/
}

.header .search-box .uk-margin {
    margin: 0 !important;
}

.header .search-box .uk-search-default {
    width: 100% !important;
}

.header .search-box .uk-search-default .uk-search-input {
    height: 40px;
    background: white;
    border: 1.5px solid #F24B5F;
    border-radius: 50px;
    text-indent: 10px;
}

@media screen and (max-width: 767px) {
    .header .search-box {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .mobile_screen {
        display: block !important;
    }

    .header .mobile_screen .user-login, .header .mobile_screen .more_dd {
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .header .users.big-screen {
        display: none;
    }
}

.header .users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 425px) {
    .header .users .user-login span {
        display: none;
    }

    .header .users .user-login i.user {
        display: block !important;
        font-size: 20px;
        color: white;
    }
}

.header .users .user-login .user-login-link {
    padding-bottom: 20px;
    white-space: nowrap;
}

.header .users .user-login .sub_ul {
    visibility: hidden;
    position: absolute;
    background-color: white;
    left: -50px;
    width: 200px;
    text-align: center;
    margin-top: 15px;
    z-index: 2;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media screen and (max-width: 425px) {
    .header .users .user-login .sub_ul {
        left: -93px;
        width: 150px;
        right: 0px;
    }
}

.header .users .user-login .sub_ul .sub_li a {
    display: block;
    color: #666;
    padding: 10px;
}

.header .users .user-login .sub_ul .sub_li a:hover {
    color: black;
}

.header .users .user-login .user_login_li:hover .sub_ul {
    visibility: visible;
    display: block;
}

.header .users .user-cart {
    position: relative;
}

.header .users .user-cart .user-cart-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 10px;
}

.header .users .user-cart .user-cart-link img {
    width: 30px;
}

.header .users .user-cart:hover .user_cart_dd {
    visibility: visible;
}

.header .users .user-cart .user_cart_dd {
    visibility: hidden;
    position: absolute;
    background-color: white;
    right: -50px;
    width: 250px;
    text-align: center;
    padding: 10px;
    /*margin-top: 10px;*/
    z-index: 2;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
    .header .users .user-cart .user_cart_dd {
        right: 0px;
    }
}

@media screen and (max-width: 425px) {
    .header .users .user-cart .user_cart_dd {
        right: 0px;
    }
}

.header .users .user-cart .user_cart_dd .user_cart_ul {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .header .bottom__nav .hide-on-mobile {
        display: none;
    }
}

#slide-banner #sliding_banner .carousel-item {
    height: 345px;
}

#slide-banner #sliding_banner .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
   
}

.metismenu {
    font-family: "Myriad Pro";
    width: 100%;
    z-index: 4;
    position: absolute;
    right: 0;
    padding: 10px;
}

.metismenu li.active > a {
    color: #892db0;
    text-transform: capitalize;
    font-weight: bold;
}

.metismenu ul {
    padding-left: 10px;
}

.metismenu li a {
    padding: 10px;
    display: block;
    color: #333;
}

.metismenu li a:hover {
    color: #333;
}

.uk-offcanvas-bar {
    background: #f9f9f9;
}

button.uk-icon:not(:disabled) {
    cursor: pointer;
    color: #ed1b2f;
    top: 10px;
}

.touristpoint-main-section .touristpoint-title {
    margin-top: 30px;
}

.touristpoint-main-section .touristpoint-title p {
    width: 70%;
    margin: 10px 0;
}

.touristpoint-main-section .touristpoint-destination figure {
    min-height: 300px;
}

.touristpoint-main-section .touristpoint-destination figure .full-height {
    height: 300px;
}

.touristpoint-main-section .touristpoint-destination figure figcaption {
    position: absolute;
    top: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.touristpoint-main-section .touristpoint-destination figure figcaption a {
    color: white;
}

.touristpoint-main-section .touristpoint-destination figure figcaption a h5 {
    color: white;
}

.touristpoint-main-section .touristpoint-destination figure .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.touristpoint-main-section .touristpoint-destination figure:hover .content-overlay {
    opacity: 1;
}

.touristpoint-main-section .touristpoint-destination figure:hover figcaption {
    opacity: 1;
    top: 50%;
}

.touristpoint-title h2, .item_content h2, .footer-title {
    display: inline-block;
    font-size: 24px;
    position: relative;
    padding: 0 0 17px;
    line-height: 1;
}

.touristpoint-title h2::before, .item_content h2::before, .footer-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #ed1b2f;
}

.touristpoint-title h2::after, .item_content h2::after, .footer-title::after {
    content: '';
    position: absolute;
    left: 90px;
    bottom: -1px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ed1b2f;
}

.footer-title {
    color: white;
}

/* blog-post css */
#blog-post {
    background-attachment: fixed;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://www.himalayanexploration.com/wp-content/uploads/2017/07/The-Rara-Lake.jpg");
}

.card-box {
    border-radius: .25rem;
    background: transparent;
}

.card-box .card-img {
    height: 200px;
}

.card-box article.card-box-body {
    padding: 10px;
    color: white;
    background: #3339;
}

.card-box article.card-box-body h4 {
    color: white;
}

.card-box article.card-box-body ul {
    color: #ccc;
}

.card-box article.card-box-body ul .span {
    margin: 0 15px;
}

.card-box article.card-box-body p {
    font-size: 12px;
    margin: 10px 0;
}

.card-box .card-box-footer {
    background: #f5f5f5;
    height: 40px;
    width: 100%;
}

.card-box .card-box-footer span.float-left {
    width: 40%;
    text-align: center;
    padding: 9px;
    color: #ed1b2f;
}

.card-box .card-box-footer .view_more {
    width: 60%;
    background: #ed1b2f;
    color: white;
    text-align: center;
    padding: 9px;
    position: relative;
}

.card-box .card-box-footer .view_more:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    border-bottom: 20px solid transparent;
}

/* latest post*/
#latest-post {
    padding: 30px 0;
}

#latest-post .latest-news {
    margin: 10px 0;
}

#latest-post .card-box {
    margin: 10px 0;
}

#latest-post .card-box:hover {
    -webkit-box-shadow: 0 2px 10px 0 #333;
    box-shadow: 0 2px 10px 0 #333;
}

#why-us {
    padding: 50px 0;
}

#why-us .widget-icon-box {
    text-align: center;
    margin: 30px 0;
}

#why-us .widget-icon-box .icon-center {
    margin-bottom: 20px;
}

#why-us .widget-icon-box .icon-center i {
    border: 1px dotted #565656;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#why-us .widget-icon-box .icon-center:hover i {
    background: #356ad8;
    color: #fff;
    border-color: #356ad8;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Myriad Pro";
    font-size: 14px;
    background: #F5F5F5;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

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

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Myriad Pro";
    margin: 0;
}

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

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

figure {
    margin: 0;
}

.icon-tick--on {
    color: #47cd4f;
}

.icon-tick--off {
    color: #ff664b;
}

.scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
}

.mCSB_dragger_bar {
    background: #ed1b2f !important;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ed1b2f;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.view-cart {
    background-color: #0496d8;
    color: white!important;
    border-radius: 0;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    /*-webkit-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear;*/
}
.view-cart:hover{
    background-color: #203e99;
    color: #fff!important;
}
.checkout:hover{
     background-color: #d60e15;
     color: #fff!important;
}
.view-more:hover{
     background-color: #d60e15;
     color: #fff!important;
}

.checkout {
    float: right;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    background-color: #ec1c23;
    border-color:#ec1c23;
    color: #fff!important;
    border-radius: 0;
    /*-webkit-transition: all 0.1s linear;*/
    /*transition: all 0.1s linear;*/
}

footer {
    padding: 50px 25px;
    background: #111;
    color: #e9ecef;
    position: relative;
    z-index: 1;
}

footer .main-top-footer .textwidget {
    padding: 10px 0;
}

footer .main-top-footer .textwidget ul li {
    margin-bottom: 10px;
}

footer .main-top-footer .textwidget a {
    color: white;
    font-size:16px;
}

#mini-footer {
    background: #000;
    border-top: 1px solid #333;
    font-size: 14px;
    padding: 10px 0;
}

#mini-footer .d-flex li > a {
    color: white;
}

#mini-footer hr.line {
    height: 30px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

#mini-footer hr.line:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.single_tour_page .slick-slider_elements {
    padding: 20px;
    -webkit-box-shadow: 0 1px 7px 0 #ccc;
    box-shadow: 0 1px 7px 0 #ccc;
}

.single_tour_page .slick-slider_elements .slider i .fa-chevron-left .slick-arrow {
    position: absolute;
    top: 50%;
    left: -5px;
}

.single_tour_page .slick-slider_elements .slider i .fa-chevron-right .slick-arrow {
    position: absolute;
    top: 50%;
    right: -5px;
}

.single_tour_page .slick-slider_elements .slider-nav-thumbnails .slick-slide {
    border: 1px solid white;
}

.single_tour_page .single-tour-tabs {
    padding: 20px 0;
}

.single_tour_page .single-tour-tabs .nav-tabs .nav-link.active {
    color: #fcfdff;
    background-color: #ed1b2f;
    border-color: #ed1b2f;
}

.single_tour_page .single-tour-tabs .nav-link {
    padding: 15px 30px;
    font-weight: 500;
    margin-right: 2px;
    border-color: #e9ecef #e9ecef #dee2e6;
}

.single_tour_page .single-tour-tabs .tab-content {
    padding: 20px;
    border: 1px solid #ed1b2f;
}

.single_tour_page .single-tour-tabs .tab-content h2, .single_tour_page .single-tour-tabs .tab-content p {
    margin-bottom: 10px;
}

.single_tour_page .single-tour-tabs .tab-content i {
    margin-right: 5px;
}

.single_tour_page .booking-form {
    -webkit-box-shadow: 0 1px 7px 0 #ccc;
    box-shadow: 0 1px 7px 0 #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.single_tour_page .related-places:hover {
    -webkit-box-shadow: 0 2px 10px 0 #ccc;
    box-shadow: 0 2px 10px 0 #ccc;
}

/*
------------------------------------------
Breadcrumbs
------------------------------------------
*/
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "\f054";
    display: inline-block;
    margin: 0 10px;
    font-size: 10px;
    color: #999;
    font-family: fontAwesome;
    font-weight: 500;
}

.uk-breadcrumb > * > * {
    display: inline-block;
    font-size: .75rem;
    color: #999;
}

/*
------------------------------------------
pagination
------------------------------------------
*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}

.pagination-v4 > li > a,
.pagination-v4 > li > span {
    background-color: #892db0;
    border: 1px solid #892db0;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
}

.pagination-v4 > li > a.active,
.pagination-v4 > li > a:hover,
.pagination-v4 > li > span:hover,
.pagination-v4 > li > a:focus,
.pagination-v4 > li > span:focus {
    background-color: #34495e !important;
    border-color: #892db0;
    color: #fff;
}

.testimonial {
    background: #ed1b2f;
    padding: 50px;
    color: white;
    position: relative;
}

@media screen and (max-width: 425px) {
    .testimonial {
        padding: 25px;
    }
}

.testimonial .circle:after {
    content: '';
    height: 45px;
    width: 90px;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    background: white;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial .meta-tags {
    color: white;
    position: relative;
    margin: 0 5px;
}

.testimonial .meta-tags:hover {
    color: #892db0;
}

.dealofday .side--image {
    height: 290px;
    margin: 10px 0;
}

.dealofday .product-grid-content .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 375px) {
    .dealofday .product-grid-content .countdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dealofday .product-grid-content .countdown #the-final-countdown ul {
    color: #892db0;
}

.dealofday .product-grid-content .countdown #the-final-countdown ul li {
    border-radius: 2px;
    font-weight: 500;
    margin: 0 5px;
    font-size: 12px;
    color: #fff;
 background-color: #ec1c23;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.product-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.product-grid-content {
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
}

.product-grid-content h5 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
}

.product-grid .cat-grid {
    text-align: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.product-grid .cat-grid .brand-cat {
    display: inline-block;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    background-color: white;
    -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: -webkit-box-shadow 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.6, 1), -webkit-box-shadow 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

@media screen and (min-width: 768px) {
    .product-grid .cat-grid .brand-cat {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.67%;
        flex: 0 0 16.67%;
        max-width: 16.67%;
    }
}

@media screen and (min-width: 1170px) {
    .product-grid .cat-grid .brand-cat {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.product-grid .cat-grid .brand-cat a {
    text-align: center;
}

.product-grid .cat-grid .brand-cat img {
    height: auto;
}

.product-grid .cat-grid .brand-cat .brand-meta {
    padding: 5px 8px;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.product-grid .cat-grid .brand-cat:hover {
    border-color: rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.product-grid .cat-grid .brand-cat:hover .brand-meta {
    white-space: normal;
}

.product-grid .cat-grid .brand-cat:nth-child(odd) {
    background: white;
}

.product-grid .cat-grid .brand-cat:nth-child(even) {
    background: #f9f9f9;
}

.product-category.white-product {
    background: white;
}

.product-category.white-product .product {
    margin: 10px 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        box-shadow: 0 0px 7px 0 rgba(23, 84, 116, 0.18);

}

.product-category.white-product .product:hover {
    z-index: 50;
    border-radius: 3px;
    text-decoration: none;
    -webkit-box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
    box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
}

.product-category.white-product .product-top {
    position: relative;
}

.product-category.white-product .product-top figure .product-image {
    height: 190px;
    margin: 0 auto;
    width: 180px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.product-category .inner-column{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*}*/

/*@media screen and (min-width: 425px) {*/
/*  .product-category article {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 50%;*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%; } }*/

/*@media screen and (min-width: 768px) {*/
/*  .product-category article {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 25%;*/
/*    flex: 0 0 25%;*/
/*    max-width: 25%; } }*/

/*@media screen and (min-width: 1025px) {*/
/*  .product-category article {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 20%;*/
/*    flex: 0 0 20%;*/
/*    max-width: 20%; } }*/

@media screen and (max-width: 768px) {
    .product-category.white-product .product-top figure .product-image {
        height: 130px;
        width: 100%;
    }
}

.product-category.white-product .product-top figure img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: auto;
}

.product-category.white-product .product-top figure img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-category.white-product .product-top figure a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product-category.white-product .product-description {
    padding: 10px;
}

.product-category.white-product .product-description .product-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.product-category.white-product .product-description .product-title a {
        /*font-weight: bold;*/
    color: rgba(0,0,0,0.9);
}

.product-category.white-product .product-description.product-price-container {
    display:flex;
    flex-direction:column;
    
}
.product-category.white-product .product-description .product-price-container .price{
    display: flex;
flex-direction:column;
    justify-content: space-between;
    line-height:24px;
}

.product-category.white-product .product-description span.price .Price-amount.discount {
    font-size: 13px;
    text-decoration: line-through;
    color:#9e9e9e;
}

.product-category.white-product .product-description span.price .Price-amount.amount {
    /*font-weight: bold;*/
    font-size: 1.3rem;
    color:#ec1c23;
}

.product-category.white-product .product-description .save-upto {
  color: #ec252b;
    font-size: 12px;
    display: inline-block;
    /* background: #388E3C; */
    border: .5px solid #ec252b;
    padding: 3px 6px;
}

.product-category.white-product .title-wrap h3 {
    margin-top: 0;
}

.view-more {
    /*color: black;*/
    display: inline-block;
    padding: 0 15px;
    height: 34px;
    font-size: 14px;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    line-height: 32px;
    text-align: center;
    /*background: #fff;*/
    text-transform: capitalize;
    background: #ec1c23;
    color: white;
}

.view-more:hover {
    -webkit-box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
    box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
}

.category-title {
    padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    /*background: rgba(0,0,0,0.02);*/
    background: white;
}

.category-title .category--title h5 {
    font-size: 24px;
    text-transform: capitalize;
    color:#424242;
}

h1 {
    font-size: 1.5em;
}

/****** Style Star Rating Widget *****/
.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.review--heading {
    font-size: 18px;
    margin-right: 25px;
    float: left;
    margin-top: 20px;
}

.review-user {
    margin-bottom: .5rem;
}

/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.review-rating {
    width: 70%;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 2px;
}

.review-rating:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #4CAF50;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .side, .middle {
        width: 100%;
    }

    .side.right {
        display: none;
    }
}

.review-form .btn {
    margin: 5px 0;
    float: right;
}

.username {
    font-weight: bold;
}

.published {
    font-size: 14px;
    color: gray;
}

.review-container {
    margin: 25px 0;
}

.review-container article {
    display: none;
    margin: 10px 0;
}

.review-container figure {
    float: left;
    margin-right: 10px;
}

.review-container figure img {
    border-radius: 50%;
}

.category-filter .custom--row, .vendor-profile-products .custom--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}

.category-filter aside.left--side, .vendor-profile-products aside.left--side {
    width: 250px;
    margin-right: 20px;
    overflow-y: scroll;
}

.category-filter aside.left--side .blue_link, .vendor-profile-products aside.left--side .blue_link {
    color: #00bcd4;
}

.category-filter aside.left--side .link-category, .vendor-profile-products aside.left--side .link-category {
    font-size: 1rem;
    margin-left: 10px;
}

.category-filter aside.left--side .price-list .ui-state-default, .category-filter aside.left--side .price-list .ui-widget-content .ui-state-default, .category-filter aside.left--side .price-list .ui-widget-header .ui-state-default, .category-filter aside.left--side .price-list .ui-button, .category-filter aside.left--side .price-list html .ui-button.ui-state-disabled:hover, .category-filter aside.left--side .price-list html .ui-button.ui-state-disabled:active, .vendor-profile-products aside.left--side .price-list .ui-state-default, .vendor-profile-products aside.left--side .price-list .ui-widget-content .ui-state-default, .vendor-profile-products aside.left--side .price-list .ui-widget-header .ui-state-default, .vendor-profile-products aside.left--side .price-list .ui-button, .vendor-profile-products aside.left--side .price-list html .ui-button.ui-state-disabled:hover, .vendor-profile-products aside.left--side .price-list html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #fefefe;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
}

.category-filter aside.left--side .price-list .ui-widget-header, .vendor-profile-products aside.left--side .price-list .ui-widget-header {
    border: 1px solid #dddddd;
    background: #041329;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #333333;
    font-weight: bold;
}

.category-filter aside.left--side .price-list .ui-slider .ui-slider-handle, .vendor-profile-products aside.left--side .price-list .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.category-filter aside.left--side .price-list .ui-slider-horizontal, .vendor-profile-products aside.left--side .price-list .ui-slider-horizontal {
    height: 0.5em;
}

.category-filter aside.left--side .done-filter .btn, .vendor-profile-products aside.left--side .done-filter .btn {
    float: right;
    margin: 20px 0;
}

.category-filter aside.left--side .brand__filter label, .vendor-profile-products aside.left--side .brand__filter label {
    display: block !important;
}

.category-filter aside.left--side .uk-open > .uk-accordion-title::before, .vendor-profile-products aside.left--side .uk-open > .uk-accordion-title::before {
    background-image: url("http://i64.tinypic.com/35irpth.png");
}

.category-filter aside.left--side .uk-accordion-title::before, .vendor-profile-products aside.left--side .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("http://i67.tinypic.com/2pob4ts.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.category-filter aside.left--side .uk-accordion-title, .vendor-profile-products aside.left--side .uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 0;
}

.category-filter aside.left--side .uk-accordion-content, .vendor-profile-products aside.left--side .uk-accordion-content {
    margin-top: 0px;
    padding: 5px 0;
}

.category-filter .right--side, .vendor-profile-products .right--side {
    width: 80%;
}

.category-filter .product-category, .vendor-profile-products .product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-filter .product-category article, .vendor-profile-products .product-category article {
    width: 200px;
}

.category-filter .product-category article:hover, .vendor-profile-products .product-category article:hover {
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 768px) {
    .category-filter .product-category article, .vendor-profile-products .product-category article {
        width: 32%;
        border: 1px solid #ccc;
    }

    .category-filter .product-category .dummy, .vendor-profile-products .product-category .dummy {
        width: 32% !important;
    }
}

@media screen and (max-width: 575px) {
    .category-filter .product-category article, .vendor-profile-products .product-category article {
        width: 48%;
        border: 1px solid #ccc;
    }

    .category-filter .product-category .dummy, .vendor-profile-products .product-category .dummy {
        width: 48% !important;
    }
}

.category-filter .product-category .dummy, .vendor-profile-products .product-category .dummy {
    width: 200px;
}

.category-filter .Name__of__category span, .vendor-profile-products .Name__of__category span {
    margin-left: 10px;
    color: #cccccc;
    font-size: 12px;
}

.category-filter .product_sort_by, .vendor-profile-products .product_sort_by {
    padding: 10px;
    background: #fff;
}

@media screen and (max-width: 425px) {
    .category-filter .product_sort_by ul > li, .vendor-profile-products .product_sort_by ul > li {
        max-height: 25px;
        overflow: hidden;
    }
}

.category-filter .product_sort_by ul > li a, .vendor-profile-products .product_sort_by ul > li a {
    font-size: 1rem;
    margin: 0 10px;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    -webkit-transition: ease all .4s;
    transition: ease all .4s;
}

@media screen and (max-width: 425px) {
    .category-filter .product_sort_by ul > li a, .vendor-profile-products .product_sort_by ul > li a {
        font-size: .8rem;
        margin-right: 5px;
    }
}

.category-filter .product_sort_by li > a.active, .category-filter .product_sort_by li > a:hover, .vendor-profile-products .product_sort_by li > a.active, .vendor-profile-products .product_sort_by li > a:hover {
    border-bottom: 2px solid #892db0;
    padding-bottom: 3px;
    color: #892db0;
}

.cat-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    z-index: 1;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.overflow_xy {
    overflow: hidden;
}

.section_front-cat .front-cat_details {
    max-height: 300px !important;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100px;
}

.section_front-cat .dummy {
    width: calc(100% / 4 - 10px);
    margin: 0px 0 12px;
}

.section_front-cat .cat-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 80px; */
    /* width: calc(100% / 4 - 10px); */
    margin: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    /* border: .5px solid #eee; */
    justify-content: center;
    background: white;
    border-radius: 30px;
}

.section_front-cat .cat-detail:hover {
    -webkit-box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
    box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
}

.section_front-cat .cat-img {
    height: 50px;
    width: 50px;
    margin: 5px;
}

.section_front-cat .cat-name {
    padding: 10px;
}

.section_front-cat .cat-name h3 {
    color: #999;
    font-size: 16px;
}

#single-page {
    padding: 20px 0;
}

#single-page  li a.btn.btn-default {
    background: whitesmoke;
}
#single-page .buttons__for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin: 10px 0;*/
}

#single-page .buttons__for .button__addtocart__link {
    background: #ec1c23;
    text-align: center;
    color: #fff;
    /*margin: 0 10px;*/
    /*padding: 5px 20px;*/
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 425px) {
    #single-page .buttons__for .button__addtocart__link {
        font-size: 12px;
        margin: 0 5px;
        padding: 5px 10px;
    }
}

#single-page .buttons__for .button__buynow__link {
    text-align: center;
    background: #000;
    color: white;
    /*margin: 0 10px;*/
    /*padding: 5px 20px;*/
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0px 3px 7px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 425px) {
    #single-page .buttons__for .button__buynow__link {
        font-size: 12px;
        margin: 0 5px;
        padding: 5px 10px;
    }
}

#single-page .summary.entry-summary .entry-title a {
    color: #212121;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 11px;
    margin-top: 13px;
}

#single-page .summary.entry-summary .shear-brand .product-rating {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#single-page .summary.entry-summary .shear-brand .product-rating .button__wish a:hover {
    color: #ed1b2f;
}

#single-page .summary.entry-summary .shear-brand .product-price-container {
    padding: 10px 0 0;
}

#single-page .summary.entry-summary .shear-brand .product-price-container .price {
    display:flex;
    flex-direction:column;
    line-height:26px;
}


#single-page .summary.entry-summary .shear-brand .product-price-container p.price .discount {
    text-decoration: line-through;
    color:grey;
    font-size:16px;
}

#single-page .summary.entry-summary .shear-brand .product-price-container p.price .amount {
    font-weight: 500;
    font-size: 2rem;
    color:#ec1c23;
}

#single-page .summary.entry-summary .product-details__short-description ul > li {
    margin-bottom: 10px;
}

#single-page .summary.entry-summary .product-details__short-description ul > li i {
    margin-right: 5px;
}

#single-page .summary.entry-summary .quantity label {
    font-size: 16px;
    font-weight: bold;
}

#single-page .summary.entry-summary .quantity input {
    height: 40px;
    margin-bottom: 10px;
    text-indent: 10px;
    font-size: 12px;
    font-weight: bold;
}

#single-page .summary.entry-summary .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#single-page .summary.entry-summary .social-icons li:first-child {
    font-size: 16px;
    font-weight: bold;
}

#single-page .summary.entry-summary .social-icons .social-icon {
    display: inline-block;
    margin: 0 4px 8px;
}

#single-page .summary.entry-summary .social-icons .social-icon a {
    font-size: 2em;
}

#single-page .summary.entry-summary .social-icons .social-icon a.facebook {
    color: #3b5999;
}

#single-page .summary.entry-summary .social-icons .social-icon a.google-plus {
    color: #dd4b39;
}

#single-page .summary.entry-summary .social-icons .social-icon a.twitter {
    color: #55acee;
}

#single-page .summary.entry-summary .social-icons .social-icon a.linked-in {
    color: #0077B5;
}

#single-page .summary.entry-summary .color_option h5 {
    width: 110px;
    text-align: left;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors div {
    display: inline-block;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"] {
    display: none;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"].grey + label span {
    background-color: #ccc;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"] + label {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #ccc;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"] + label span {
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"] + label span .color_option_list {
    position: absolute;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"] + label span .color_option_list img {
    opacity: 1;
    width: 50px;
    height: 50px;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"] + label span img {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#single-page .summary.entry-summary .color_option .custom-radios_for_colors input[type="radio"]:checked + label span img {
    opacity: 1;
    z-index: 0;
}

#single-page .summary.entry-summary .size_option h5 {
    width: 110px;
    text-align: left;
}

#single-page .summary.entry-summary .size_option .custom-radios div {
    display: inline-block;
}

#single-page .summary.entry-summary .size_option .custom-radios input[type="radio"] {
    display: none;
}

#single-page .summary.entry-summary .size_option .custom-radios input[type="radio"].grey + label span {
    background-color: #ccc;
}

#single-page .summary.entry-summary .size_option .custom-radios input[type="radio"] + label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #ccc;
}

#single-page .summary.entry-summary .size_option .custom-radios input[type="radio"] + label span {
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}

#single-page .summary.entry-summary .size_option .custom-radios input[type="radio"] + label span .text {
    color: #000;
    position: absolute;
    font-size: 24px;
}

#single-page .summary.entry-summary .size_option .custom-radios input[type="radio"] + label span img {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#single-page .summary.entry-summary .size_option .custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}

#single-page .summary.entry-summary .seller_name h5 {
    /*width: 110px;*/
    text-align: left;
}

#single-page .delivery, #single-page .return-policy {
    padding: 10px 20px;
    background: #fcfcfc;
}

#single-page .delivery-header, #single-page .return-policy-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #333;
    margin-bottom: 7px;
    font-size: 16px;
}

#single-page .delivery__location, #single-page .return-policy__location {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#single-page .delivery__location i.fa-map-marker-alt, #single-page .return-policy__location i.fa-map-marker-alt {
    font-size: 16px;
    padding: 0 10px 0 0;
}

#single-page .delivery__location .location__link-change a, #single-page .return-policy__location .location__link-change a {
    color: #00bcd4;
}

#single-page .delivery__option, #single-page .return-policy__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

#single-page .delivery__option .delivery-option-item__info, #single-page .return-policy__option .delivery-option-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#single-page .delivery__option .delivery-option-item__info i.fa-map-marker-alt, #single-page .return-policy__option .delivery-option-item__info i.fa-map-marker-alt {
    font-size: 16px;
    padding: 0 10px 0 0;
}

#single-page .delivery__option .delivery-option-item__info div.delivery-option-item__time, #single-page .return-policy__option .delivery-option-item__info div.delivery-option-item__time {
    color: gray;
}

#single-page #product__detail__description .product__detail__description {
    background: white;
}

#single-page #product__detail__description .product__detail__description .product_information_list ul {
    list-style: square;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-left: 10px;
}

@media screen and (max-width: 425px) {
    #single-page #product__detail__description .product__detail__description .product_information_list ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

#single-page #product__detail__description .product-desc-list .details-desc span.details-desc-title {
    font-weight: bold;
}

#single-page .right__side_product .right__side__title h3 {
    text-align: center;
    padding: 10px 0;
}

/* Global settings */
#shopping-cart {
    /* This is used as the traditional .clearfix class */
    /* Apply clearfix in a few places */
    /* Apply dollar signs */
    /* Column headers */
    /* Product entries */
    /* Totals section */
    /* Make adjustments for tablet */
    /* Make more adjustments for phone */
}

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

#shopping-cart .product-details {
    float: left;
    width: 37%;
}

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

#shopping-cart .product-quantity {
    float: left;
    width: 80px;
    padding-right: 15px;
}

#shopping-cart .product-removal {
    float: left;
    width: 9%;
}

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

#shopping-cart .product-order-status {
    float: left;
    width: 12%;
    text-align: right;
}

#shopping-cart .product-order-status .badge {
    border-radius: 50%;
}

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

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

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

#shopping-cart .product .product-price:before, #shopping-cart .product .product-line-price:before, #shopping-cart .totals-value:before {
    content: 'Rs.';
}

#shopping-cart label {
    color: black;
}

#shopping-cart .shopping-cart {
    background: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
}

#shopping-cart .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

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

#shopping-cart .product .product-image {
    text-align: center;
}

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

#shopping-cart .product .product-details .product-title {
    margin-right: 20px;
    font-family: "Myriad Pro";
}

#shopping-cart .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
    font-size: 12px;
}

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

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

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

#shopping-cart .continue {
    float: left;
    background-color: #fcfcfc !important;
    border-color: #fcfcfc;
    color: black;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    border-radius: 0;
}

@media screen and (max-width: 425px) {
    #shopping-cart .continue {
        font-size: .8rem;
    }
}

#shopping-cart .continue:hover {
    background-color: #fcfcfc;
}

#shopping-cart .checkout {
    float: right;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.33);
    background-color: #ed1b2f;
    border-color: #ed1b2f;
    color: #fff;
    border-radius: 0;
}

@media screen and (max-width: 425px) {
    #shopping-cart .checkout {
        font-size: .8rem;
    }
}

#shopping-cart .checkout:hover {
    background-color: #ed1b2f;
}

@media screen and (max-width: 650px) {
    #shopping-cart .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    #shopping-cart .column-labels {
        display: none;
    }

    #shopping-cart .product-image {
        float: right;
        width: auto;
    }

    #shopping-cart .product-image img {
        margin: 0 0 10px 10px;
    }

    #shopping-cart .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    #shopping-cart .product-price {
        clear: both;
        width: 70px;
    }

    #shopping-cart .product-quantity {
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 15px;
    }

    #shopping-cart .product-quantity input {
        margin-left: 20px;
    }

    #shopping-cart .product-quantity:before {
        content: 'x';
    }

    #shopping-cart .product-removal {
        width: auto;
    }

    #shopping-cart .product-line-price {
        float: right;
        width: 70px;
    }
}

@media screen and (max-width: 350px) {
    #shopping-cart .product-removal {
        float: right;
    }

    #shopping-cart .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    #shopping-cart .product .product-line-price:before {
        content: 'Item Total: Rs.';
    }

    #shopping-cart .totals .totals-item label {
        width: 60%;
    }

    #shopping-cart .totals .totals-item .totals-value {
        width: 40%;
    }
}

.checkoutpage-container {
    background: #f9f9f9;
    padding-bottom: 20px;
}

.checkoutpage-container .box-shadow {
    -webkit-box-shadow: 4px 4px 15.48px 2.52px rgba(137, 137, 137, 0.1);
    box-shadow: 4px 4px 15.48px 2.52px rgba(137, 137, 137, 0.1);
    padding: 5px;
    background: #ffffff;
}

.checkoutpage-container .uk-button {
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    display: block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    line-height: 2em;
    width: 90%;
    text-align: center;
    margin: 10px auto;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

.progressbar {
    display: block;
    counter-reset: step;
    margin-bottom: 1rem;
}

.progressbar li {
    float: left;
    position: relative;
    width: 33.33%;
    text-align: center;
    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #fe6720;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

#progressbar li.actively:before {
    background: #fe6720;
    color: #ffffff;
}

.radio {
    display: inline-block;
}

.radio figure {
    width: 100px;
    margin-left: 20px;
}

.mini-cart {
    width: 100%;
    display: inline-block;
}

.mini-cart figure {
    width: 70px;
    float: left;
    margin-right: 5px;
}

.mini-cart .newscard-content {
    float: right;
    width: calc(100% - 80px);
    color: #000000;
}

.mini-cart span {
    font-size: 14px;
}

.mini-cart .span.item-title {
    display: block;
}

.mini-cart .item-price {
    font-weight: bold;
}

.mini-cart:not(:last-of-type) {
    border-bottom: 1px solid gray;
}

.item-checkout .item-subtotal {
    font-size: 16px;
    border-top: 1px solid #999999;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-checkout .item-total {
    font-size: 1.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    margin: 10px 0;
}

.termscondition {
    display: none;
    height: 300px;
    overflow-y: scroll;
}

#login__form .modal-body {
    padding: 20px 0;
}

#login__form .wrap {
    z-index: 99;
}

#login__form p.form-title-in, #login__form p.form-title-up {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #666;
    margin-top: 5%;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#login__form form {
    width: 250px;
    margin: 0 auto;
}

#login__form form.login input[type="text"], #login__form form.login input[type="password"], #login__form form.login input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #999;
    outline: 0;
    letter-spacing: 1px;
    font-family: "Myriad Pro";
    margin-bottom: 5px;
    color: #333;
}

#login__form form.login input[type="submit"] {
    width: 100%;
    font-size: 14px;
    font-family: "Myriad Pro";
    text-transform: uppercase;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

#login__form form.login input[type="submit"]:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#login__form form.login .remember-forgot {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

#login__form form.login .forgot-pass-content {
    min-height: 20px;
    margin-bottom: 10px;
}

#login__form form.login label, #login__form form.login a {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

#login__form form.login a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#login__form form.login a:hover {
    color: #ed1b2f;
}

#login__form form.login .not_yet_member {
    text-align: center;
    margin: 10px 0;
}

.accountpage .main #primary-sidebar {
    background-color: #f7f7fa;
    padding: 10px;
}

.accountpage .main #primary-sidebar .nav-tabs .nav-item {
    border: none;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 5px;
}

.accountpage .main #primary-sidebar .nav-tabs .nav-link:focus, .accountpage .main #primary-sidebar .nav-tabs .nav-link:hover {
    border: none;
}

.accountpage .main #primary-sidebar .nav-item.uk-active {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .accountpage .main #primary-sidebar .uk-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0px;
        padding: 0;
        list-style: none;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.accountpage .main #primary-sidebar .become_seller {
    padding: 30px 0 0 30px;
}

.accountpage .main #primary-sidebar .become_seller a {
    color: #666;
}

.accountpage .main #primary-sidebar .become_seller a:hover {
    color: #00bcd4;
}

.accountpage .main #primary-sidebar .block-title {
    display: block;
    color: #333;
    margin: 0px 0px 15px 0px;
    padding: 24px 0;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #e2e5f1;
}

#my-account {
    background-color: #ffffff;
}

#my-account .link {
    color: #00bcd4;
}

#my-account .card.panel-section .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #892db0;
    color: white;
}

#my-account .card.panel-section .card-header a {
    color: #ffffff;
}

#my_orders td.order-image {
    width: 150px;
    height: 100px;
}

#my_orders .order-details {
    width: 400px;
}

#my_orders .order-status {
    width: 100px;
}

#my_orders td {
    vertical-align: middle;
}

#modalChangeForm {
    outline: 0;
    letter-spacing: 1px;
    font-family: "Myriad Pro";
}

#modalChangeForm .input-group-text {
    background-color: #fff !important;
}

.btn-success {
    color: #ffffff !important;
}

#Allcategory-page {
    margin-bottom: 50px;
}

.all-category {
    margin: 5px;
    padding: 0px;
    -webkit-box-shadow: 0px 1px 6px 0 rgba(23, 84, 116, 0.18);
    box-shadow: 0px 1px 6px 0 rgba(23, 84, 116, 0.18);
}

.all-category .all-category-header {
    background-color: #892db0;
    color: white;
    padding: 10px;
    font-size: 14px;
}

.all-category ul {
    padding-left: 10px;
    margin-top: 5px;
}

.all-category ul li a {
    color: #892db0;
    font-size: 12px;
}

.all-category ul li a:hover {
    color: #ed1b2f;
}

.vendor-registerpage-container .uk-input:focus, .vendor-registerpage-container .uk-select:focus, .vendor-registerpage-container .uk-textarea:focus {
    outline: 0;
    border-color: #e5e5e5;
}

.vendor-registerpage-container .uk-input, .vendor-registerpage-container .uk-select, .vendor-registerpage-container .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    color: #666;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
}

.vendor-registerpage-container .uk-form-label {
    color: #666;
    font-size: .875rem;
}

.vendor-registerpage-container .register-benefits {
    padding: 20px 0;
}

.vendor-registerpage-container .register-benefits h3 {
    text-align: center;
    color: #ed1b2f;
    border-bottom: 2px solid #3333;
}

.vendor-registerpage-container .register-benefits ol {
    list-style: decimal;
    display: grid;
    margin-left: 15px;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

.vendor-registerpage-container .register-benefits ol li {
    padding: 20px;
    font-size: 16px;
}

.vendor-registerpage-container .register-benefits ul > li .uk-icon {
    color: #ed1b2f;
}

.vendor-registerpage-container .input-cart {
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: 4px 4px 15.48px 2.52px rgba(137, 137, 137, 0.1);
    box-shadow: 4px 4px 15.48px 2.52px rgba(137, 137, 137, 0.1);
    padding-top: 1px;
    padding-bottom: 1px;
        background: linear-gradient(45deg, #203e99, #ec1c23);
}

.vendor-registerpage-container .input-cart .btn-success {
    color: #ffffff !important;
}

.vendor-registerpage-container .sign-up-form {
    display: block;
    margin-bottom: 20px;
}

.vendor-registerpage-container .sign-up-form .title_register h3 {
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}

.vendor-registerpage-container .policy {
    visibility: visible;
}

.vendor-registerpage-container .policy input[type='checkbox'] {
    margin-left: 5px;
}

.vendor-registerpage-container .legal {
    display: inline-block;
    color: #666;
    margin: 0 10px 10px;
}

.vendor-registerpage-container .legal a {
    color: #00bcd4;
}

.vendor-registerpage-container .detailForm {
    display: none;
    margin: 25px 0 20px 0;
}

.vendor-registerpage-container .detailForm button.uk-button.button-select {
    background-color: #ffffff;
}

.vendor-registerpage-container .returning-vendor {
    padding: 10px;
    display: inline-block;
    text-align: center;
    color: #892db0;
    text-transform: uppercase;
    background: white;
}

.option_to_add_VAT .toggle {
    margin-left: 15px;
}

.option_to_add_VAT .toggle-group label.btn {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.option_to_add_VAT .toggle.android {
    border-radius: 0px;
}

.option_to_add_VAT .toggle.android .toggle-handle {
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    #trackoder form legend.uk-legend {
        font-size: 1rem;
    }
}

.seller_name a{
    /*background: #FFA500;*/
    color: #ec1c23;
    font-weight:bold;
    padding: 3px 10px;
    border-radius: 3px;
}

.vendor-profile .vendor-banner {
    height: 200px;
    width: 100%;
}

.vendor-profile-details {
    padding: 0 20px;
    color: #999;
}

.vendor-profile-details .vendor-image {
    position: relative;
    top: -37px;
    margin-bottom: -25px;
}

.vendor-profile-details .vendor-name {
    font-size: 18px;
    color: #666;
}

.vendor-profile-details .vendor-contact p {
    padding-bottom: 10px;
}

.vendor-profile-details .vendor-about {
    text-align: justify;
}

.vendor-profile-products .product-category .product-wrap {
    background: none;
}

.about_section .our-history h4, .about_section .our-vision h4 {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: 10px 0;
}

.team-page-teams .single-team {
    padding: 30px 0;
    position: relative;
    border: 1px solid #f6f6f6;
    margin: 10px;
}

.thumb {
    height: 150px;
    border-radius: 50%;
    width: 150px;
    margin: 0 auto;
}

.thumb img {
    border-radius: 50%;
}

.team-area .thumb div {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #6c6ab180;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.team-area .thumb:hover div {
    cursor: pointer;
    opacity: 1;
}

.team-area .thumb div i {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    z-index: 9999;
}

#team {
    padding-top: 20px;
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
}

/* --------------- */
/* xZoom Styles below */
.xzoom-thumbs {
    text-align: left;
    margin-right: 10px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xzoom-thumbs a {
    min-width: 50px;
    max-width: 50px;
    overflow: hidden;
    height: 50px;
}

.xzoom-thumbs a img {
    height: 100%;
}

.xzoom {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
    overflow: hidden;
}

/* Preview */
.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Lens */
.xzoom-lens {
    border: 1px solid #555;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    cursor: crosshair;
}

/* Loading */
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    background: url(../images/xloading.gif);
    width: 48px;
    height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px #4aa9d2;
    box-shadow: 0px 0px 3px 0px #4aa9d2;
    border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../images/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("../images/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.section-collection {
    margin-bottom: 50px;
}

.section-collection .collections-item, .section-collection .dummy {
    max-width: 140px;
    background: #fff;
    /*margin: 0 auto;*/
    -webkit-box-shadow: 0 0px 7px 0 rgba(23, 84, 116, 0.18);
    box-shadow: 0 0px 7px 0 rgba(23, 84, 116, 0.18);
       
    text-align: center;
    margin-bottom: 20px;
}
.section-collection .collections-item:hover{
      -webkit-box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
      box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
}

.section-collection .collections-item .collections-link .collections-product figure {
    height: 146px;
    overflow: hidden;
    padding-bottom: 10px;
}

.section-collection .collections-item .collections-link .collections-product figure img {
    height: 100%;
}

.section-collection .collections-item .collections-link .collections-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.section-collection .collections-item .collections-link .collections-subtitle {
    color: #666;
}

.section-welcome_mall .welcome_mall-item {
    padding: 10px;
    text-align: center;
    margin: 0 0 12px;
    width: calc(100% / 6 - 10px);
    height: 150px;
    background: #fff;
    border: .5px solid #eee;
}

.section-welcome_mall .welcome_mall-item:hover {
    -webkit-box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
    box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
}

.section-welcome_mall .dummy {
    margin: 0 0 12px;
    width: calc(100% / 6 - 10px);
}

.section-welcome_mall .uk-subnav-pill > .uk-active > a {
    background-color: #892db0;
    border-radius: 5px;
}

.section-welcome_mall .welcome_mall-detail--name h4 {
    color: #666;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    font-size: 14px;
}

.section-welcome_mall .welcome_mall-detail--name p {
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cat-page article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 320px){
.cat-page article, .cat-page .dummy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 46%;
}}
@media screen and (min-width: 575px){
.cat-page article, .cat-page .dummy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 30%;
}}
@media screen and (min-width: 768px){
.cat-page article, .cat-page .dummy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 23%;
}}
@media screen and (min-width: 1025px){
.cat-page article, .cat-page .dummy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
}}
.inner-column{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.left__side ul.mobile-accord li a h5{
   font-weight: bold;
    color: #ec1c23;
}
@media screen and (max-width: 767px){
.left__side {
    width: 0%;
    position: fixed;
    left: -300px;
    z-index: 999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.left__side.show_filter {
    left: 0px;
    top: 77px;
    padding: 10px;
    background: #fff;
    height: 100%;
    width: 240px;
}
.product_sort_by{
    width:100%!important;
}
    
}
ul.pagination li:hover, ul.pagination li:hover a, ul.pagination li.active {
    background: #ec1c23;
    color: #fff;
    border-color:#ec1c23;
}

ul.pagination li {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 5px;
}

