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

INDEX:

    00 - Base - Typography
    01 - Base - Helpers
    02 - Base - Colors

    10 - Layout - Header
    11 - Layout - Footer
    12 - Layout - Static Shipping
    13 - Layout - Brand
    14 - Layout - Latest Blog

    20 - Components - Navigation
    21 - Components - Button
    22 - Components - Slider
    23 - Components - Product
    24 - Components - Tabs
    25 - Components - Animation
    26 - Components - Banner
    27 - Components - Newsletters

    40 - Pages - About Us
    41 - Pages - 404
    42 - Pages - Shop
    43 - Pages - Single Product
    44 - Pages - Checkout
    45 - Pages - Cart
    46 - Pages - FAQ
    47 - Pages - Compare
    48 - Pages - Contact Us
    49 - Pages - Wishlist
    50 - Pages - Login Register
    51 - Pages - Blog

******************************/
/*
    Defult Primary Color:       #007bff
    Default Border Color:       #e1e1e1
    Default Text Color:         #000000
    Default Heading Color:      #000000
    Default Body Font:          'Poppins', Roboto;

*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto+Slab:400,700");
/*****************************
00. Global CSS
*****************************/
/*----------------------------------------*/
/*  00 - Base - Typography
/*----------------------------------------*/
body {
  font-size: 14px;
  font-family: 'texgyreadventor-bold';
  color: #000000;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #194c6b;
  font-family: 'texgyreadventor-bold'}

p {
      font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 30px; }
  p:last-child {
    margin-bottom: 0; }

    li {
      font-size: 18px;
    color: #000000;
    font-weight: 500;
    
     }
  

::selection {
  background: #90b1c3;
  color: #fff; }

::-moz-selection {
  background: #90b1c3;
  color: #fff; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000; }

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

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

img {
  max-width: 100%; }

.img-full {
  width: 100%;
  overflow: hidden;
  display: block; }

a:hover {
  color: #194c6b !important;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover {
  color: #194c6b !important; }

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
select,
textarea,
.slick-slide,
.slick-slide:focus,
.slick-slide:active {
  outline: none; }

button {
  cursor: pointer; }

.embed-responsive {
  height: 242px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .embed-responsive {
      height: 190px; } }

/*****************************
01. Typography CSS
*****************************/
.heading-primary {
  font-size: 4.8rem;
  line-height: 1;
  display: block;
  color: #194c6b;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .heading-primary span {
    color: #0291d6; }
  .heading-primary--2 {
    font-size: 3.8rem; }
  @media (min-width: 1200px) and (max-width: 1499px) {
    .heading-primary {
      font-size: 4.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heading-primary {
      font-size: 3.8rem; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .heading-primary {
      font-size: 3rem; } }

.heading-big {
  color: #194c6b;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  @media (min-width: 1200px) and (max-width: 1499px) {
    .heading-big {
      font-size: 5.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .heading-big {
      font-size: 4.5rem; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .heading-big {
      font-size: 3.5rem; } }

.heading-secondary {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.35; }
  @media (min-width: 576px) and (max-width: 767px) {
    .heading-secondary {
      font-size: 2.3rem; } }
  .heading-secondary strong {
    font-weight: 900; }
  .heading-secondary--2 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 500; }

.heading-tertiary {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.35; }

.section-title {
  position: relative; }
  .section-title:before {
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    left: 0;
    right: 0;
    top: 50%; }
  .section-title h2 {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 2.4rem;
    font-weight: 500;
    padding-right: 2rem; }
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title h6 {
    margin-bottom: 0; }

/*----------------------------------------*/
/*  01 - Base - Helpers
/*----------------------------------------*/
.container-full {
  max-width: auto;
  padding: 0 3rem; }

.logo-box {
  display: block; }

.section-padding {
  padding: 4rem 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .section-md-padding {
    padding: 3rem 0; } }

.line {
  border-color: #e1e1e1;
  margin: 0; }
  .line-black {
    border-color: rgba(0, 0, 0, 0.1); }

.text-block p:last-child {
  margin-bottom: 0; }

.body-2 #scrollUp:hover {
  background: #e2ac3a none repeat scroll 0 0; }

#scrollUp {
  right: 15px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #666 none repeat scroll 0 0;
  z-index: 1000 !important;
  overflow: hidden; }

#scrollUp:hover {
  background: #194c6b none repeat scroll 0 0; }

#scrollUp i {
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
  display: block; }

#scrollUp:hover i {
  animation: uraniSlideInUp 1s infinite;
  -webkit-animation: uraniSlideInUp 1s infinite; }

.section-title:before {
  position: absolute;
  content: ""; }

.offcanvas-navigation .offcanvas-menu > li > a span,
.offcanvas-navigation-2 .offcanvas-menu > li > a span, .offcanvas-navigation .offcanvas-menu li,
.offcanvas-navigation-2 .offcanvas-menu li {
  position: relative; }

a,
button, .offcanvas-menu-wrapper .offcanvas-menu-inner, .offcanvas-navigation .offcanvas-menu li > .menu-expand,
.offcanvas-navigation-2 .offcanvas-menu li > .menu-expand {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.offcanvas-menu-wrapper .offcanvas-menu-inner {
  visibility: hidden;
  opacity: 0; }

.offcanvas-menu-wrapper.open .offcanvas-menu-inner {
  visibility: visible;
  opacity: 1; }

.brand-bg {
  background-color: #40576c; }

/*----------------------------------------*/
/*  Section Title
/*----------------------------------------*/
.urani-section_title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0px;
  position: relative;
  margin: 0 0 20px !important; }
  .urani-section_title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 26px;
    font-weight: bold; }
    .urani-section_title h2:after {
      content: "";
      position: absolute;
      display: block;
      width: 85px;
      height: 2px;
      background: #194c6b;
      left: 0;
      text-align: center;
      bottom: -1px; }
    .urani-section_title h2 span {
      color: #194c6b;
      position: relative;
      font-weight: bold;
      margin-right: 5px; }

.section-short_desc {
  color: #000000;
  font-size: 14px;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    .section-short_desc {
      font-size: 13px; } }
  .section-short_desc i {
    padding-right: 5px; }

.urani-section_title-2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  border: 1px solid #ebebeb;
  position: relative;
  background: #f5f5f5;
  border-radius: 3px;
  height: 52px; }
  .urani-section_title-2 h2 {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    padding-left: 70px;
    line-height: 52px; }
    .urani-section_title-2 h2 span {
      color: #e2ac3a;
      position: relative; }
    .urani-section_title-2 h2 strong {
      color: #000000; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .urani-section_title-2 h2 strong {
          font-size: 18px; } }
    .urani-section_title-2 h2:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-top: 2px solid #e2ac3a;
      border-right: 2px solid #e2ac3a;
      top: 50%;
      margin-top: -4px;
      background: #e2ac3a;
      left: 47px;
      transform: rotate(45deg); }
    .urani-section_title-2 h2:after {
      content: "\f005";
      position: absolute;
      font-family: fontawesome;
      display: block;
      width: 52px;
      height: 52px;
      background: #e2ac3a;
      left: 0;
      text-align: center;
      bottom: 0px;
      color: #fff;
      border-radius: 3px 0px 0px 3px; }

.urani-section_title-3 {
  text-align: center;
  padding: 0 350px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .urani-section_title-3 {
      padding: 0; } }
  .urani-section_title-3 h2 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    line-height: 26px; }
    .urani-section_title-3 h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      background: #e3c210;
      width: 80px;
      height: 2px; }

.section-short_desc-2 {
  max-width: 625px;
  margin: 0 auto;
  text-align: center;
  color: #000000;
  line-height: 24px; }

/*----------------------------------------*/
/*  Urani's Breadcrumb
/*----------------------------------------*/
.breadcrumb-area {
  padding: 21px 0 22px;
  background: #f9f9f9; }

.breadcrumb-content li {
  color: #a4a4a4;
  display: inline-block;
  font-size: 14px;
  margin-right: 28px;
  position: relative; }

.breadcrumb-content li a {
  color: #000000; }

.breadcrumb-content li::before {
  background-color: #aaaaaa;
  content: "";
  height: 2px;
  position: absolute;
  right: -22px;
  top: 10px;
  transform: rotate(-67deg);
  transition: all 0.4s ease 0s;
  width: 12px; }

.breadcrumb-content li:last-child::before {
  display: none; }

@media (max-width: 479px) {
  .col-xxs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-nm--0 {
    padding: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pt-md--0 {
    padding: 0 !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pt-sm--0 {
    padding: 0 !important; } }

@media (min-width: 480px) and (max-width: 575px) {
  .pt-xs--0 {
    padding: 0 !important; } }

@media (max-width: 479px) {
  .pt-xxs--0 {
    padding: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-nm--0 {
    padding-top: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pt-md--0 {
    padding-top: 0 !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pt-sm--0 {
    padding-top: 0 !important; } }

@media (min-width: 480px) and (max-width: 575px) {
  .pt-xs--0 {
    padding-top: 0 !important; } }

@media (max-width: 479px) {
  .pt-xxs--0 {
    padding-top: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-nm--0 {
    padding-bottom: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pb-md--0 {
    padding-bottom: 0 !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pb-sm--0 {
    padding-bottom: 0 !important; } }

@media (min-width: 480px) and (max-width: 575px) {
  .pb-xs--0 {
    padding-bottomp: 0 !important; } }

@media (max-width: 479px) {
  .pb-xxs--0 {
    padding-bottom: 0 !important; } }

/*----------------------------------------*/
/*  10 - Layout - Header
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
  .header-top {
    display: none; } }

.header-contact-info {
  overflow: hidden; }

.ht-icon {
  float: left; }
  .ht-icon ul li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    background: #24a5e4;
    margin-right: -2px; }
    .ht-icon ul li > a {
      color: #ffffff; }
      .ht-icon ul li > a:hover {
        color: unset !important; }

.ht-sticker {
  float: left;
  padding-left: 30px;
  position: relative; }
  .ht-sticker span {
    height: 45px;
    line-height: 45px;
    border: 2px solid #ffffff;
    padding: 0 10px;
    font-size: 13px; }
    .ht-sticker span:before {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      top: 50%;
      margin-top: -4px;
      background: #0291d6;
      right: -3px;
      transform: rotate(45deg); }

.ht-headline {
  overflow: hidden;
  padding-left: 15px; }
  .ht-headline h3 {
    font-size: 12px;
    line-height: 45px;
    margin: 0; }

.header-top_right {
  text-align: right; }

.ht-menu ul li {
  display: inline-block;
  position: relative; }
  .ht-menu ul li .ht-dropdown > li:hover > a {
    color: #194c6b !important; }
  .ht-menu ul li:hover a {
    color: #194c6b; }
  .ht-menu ul li a {
    color: #ffffff; }

.ht-social-link {
  display: flex;
  justify-content: flex-end;
  padding-right: 3px; }
  .ht-social-link ul li {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: -2px;
    transition: all 0.3s ease-in-out; }
    .ht-social-link ul li:hover {
      background-color: #24a5e4; }
      .ht-social-link ul li:hover a {
        color: #ffffff !important; }
      .ht-social-link ul li:hover a:before {
        opacity: 1;
        width: 100%; }
    .ht-social-link ul li a {
      color: #70a9db;
      display: block; }
      .ht-social-link ul li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #e3c210;
        height: 2px;
        width: 0;
        opacity: 0;
        transition: all 0.5s ease-in-out; }

.ht-menu ul li {
  margin-right: -3px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ht-menu ul li {
      margin-right: -2px; } }
  .ht-menu ul li:first-child {
    margin-right: -2px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ht-menu ul li:first-child {
        margin-right: -3px; } }
  .ht-menu ul li a {
    display: block; }

.ht-menu nav ul li:hover > ul.ht-dropdown {
  transform: scaleY(1); }

.ht-menu nav ul li > ul.ht-dropdown {
  position: absolute;
  z-index: 9;
  right: 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  width: 70px;
  background: #fff;
  border: 1px solid #bbb; }
  .ht-menu nav ul li > ul.ht-dropdown:before {
    border-bottom: 6px solid #bbb;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: -7px; }
  .ht-menu nav ul li > ul.ht-dropdown li {
    display: block;
    background: transparent;
    width: 100%; }
    .ht-menu nav ul li > ul.ht-dropdown li a {
      color: #333; }

@media only screen and (max-width: 991px) {
  .hm-logo {
    text-align: center; } }

.hm-search_wrap {
  position: relative; }

.hm-searchbox input {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  border: none;
  line-height: 45px;
  color: #333;
  font-size: 12px;
  padding: 0 50px 0 20px; }

.hm-searchbox .search_btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 18px; }

.hm-right {
  display: flex;
  justify-content: flex-end !important;
  float: unset; }
  @media only screen and (min-width: 576px) and (max-width: 991px) {
    .hm-right {
      padding-right: 45px; } }
  @media only screen and (max-width: 575px) {
    .hm-right {
      justify-content: center !important;
      padding-right: 45px; } }
  .hm-right ul li {
    background: #ffffff;
    margin-left: 15px;
    margin-top: 15px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .hm-right ul li:first-child {
        margin-left: 0; } }
    .hm-right ul li:hover a {
      color: #194c6b; }
    .hm-right ul li:hover .urani-minicart {
      transform: scale(1); }
      @media (max-width: 479px) {
        .hm-right ul li:hover .urani-minicart {
          transform: scale(0); } }
    .hm-right ul li > a {
      display: block;
    color: #252525;
    font-size: 22px;
    position: relative;
    font-weight: 600; }
      .hm-right ul li > a .item-counter {
        position: absolute;
        right: -10px;
        top: -10px;
        background: #e3c210;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-size: 14px;
        border-radius: 100%; }
      .hm-right ul li > a:before {
        content: "";
        border-left: 22px solid transparent;
        position: absolute;
        border-right: 22px solid transparent;
        border-bottom: 4px solid #194c6b;
        bottom: 0;
        left: 0px; }

.urani-minicart,
.urani-minicart-2 {
  width: 390px;
  position: absolute;
  right: 0;
  background: #ffffff;
  border: 1px solid #bbb;
  top: 110%;
  z-index: 9;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out; }
  @media (min-width: 480px) and (max-width: 575px) {
    .urani-minicart,
    .urani-minicart-2 {
      right: auto;
      left: -182px; } }
  @media (max-width: 479px) {
    .urani-minicart,
    .urani-minicart-2 {
      width: 305px;
      right: auto;
      left: -138px; } }
  .urani-minicart:before,
  .urani-minicart-2:before {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 25px;
    top: -7px; }
  .urani-minicart .minicart-content .minicart-btn-close,
  .urani-minicart-2 .minicart-content .minicart-btn-close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
    cursor: pointer; }
  .urani-minicart .minicart-content .select-item-wrap,
  .urani-minicart-2 .minicart-content .select-item-wrap {
    float: left;
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #bbb; }
    .urani-minicart .minicart-content .select-item-wrap .selected-item,
    .urani-minicart-2 .minicart-content .select-item-wrap .selected-item {
      float: left; }
      .urani-minicart .minicart-content .select-item-wrap .selected-item strong,
      .urani-minicart-2 .minicart-content .select-item-wrap .selected-item strong {
        margin-right: 5px; }
    .urani-minicart .minicart-content .select-item-wrap .subtotal,
    .urani-minicart-2 .minicart-content .select-item-wrap .subtotal {
      float: right; }
      .urani-minicart .minicart-content .select-item-wrap .subtotal span,
      .urani-minicart-2 .minicart-content .select-item-wrap .subtotal span {
        color: #666666;
        font-weight: 600; }
      .urani-minicart .minicart-content .select-item-wrap .subtotal .subtotal-amount,
      .urani-minicart-2 .minicart-content .select-item-wrap .subtotal .subtotal-amount {
        display: block;
        text-align: right;
        line-height: 1;
        font-weight: 700;
        font-size: 18px; }
  .urani-minicart .minicart-content .mini-cart-list-item_wrap,
  .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap {
    max-height: 260px;
    overflow-y: auto;
    float: left; }
    .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item,
    .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item {
      float: left;
      width: 100%;
      padding: 0 30px; }
      .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_img,
      .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_img {
        float: left; }
      .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content,
      .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #bbb; }
        .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content:last-child,
        .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content:last-child {
          border-bottom: none; }
        .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name,
        .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name {
          margin: 8px 0 0; }
          .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a,
          .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a {
            font-size: 14px;
            color: #2e2e2e !important;
            font-weight: 600; }
            .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a:hover,
            .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a:hover {
              color: #194c6b !important; }
        .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-price,
        .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-price {
          font-weight: 700;
          color: #666666; }
        .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .label,
        .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .label {
          color: #666666;
          font-weight: 600; }
        .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .quantity-input,
        .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .quantity-input {
          width: 50px;
          height: 30px;
          text-align: center;
          border: 1px solid #c2c2c2;
          border-radius: 1px;
          color: #c2c2c1;
          margin-left: 10px; }
        .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action,
        .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action {
          float: right; }
          .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span,
          .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span {
            color: #444444;
            font-size: 18px;
            cursor: pointer; }
            .urani-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span:first-child,
            .urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span:first-child {
              padding-right: 15px; }
  .urani-minicart .minicart-content .cart-default-btn_wrap,
  .urani-minicart-2 .minicart-content .cart-default-btn_wrap {
    padding: 30px;
    border-top: 1px solid #bbb;
    float: left;
    width: 100%; }
    .urani-minicart .minicart-content .cart-default-btn_wrap .urani-btn-fullwidth,
    .urani-minicart-2 .minicart-content .cart-default-btn_wrap .urani-btn-fullwidth {
      margin-top: 0; }

@media (min-width: 480px) and (max-width: 575px) {
  .urani-minicart-2 {
    right: 0;
    left: auto; } }

@media (max-width: 479px) {
  .urani-minicart-2 {
    right: 0;
    left: -182px; } }

.urani-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a:hover {
  color: #194c6b !important; }

.hb-menu nav ul {
  position: relative; }
  .hb-menu nav ul li {
    /*position: relative;*/
    display: inline-block;
    margin-left: -3px;
    transition: all 0.3s ease-in-out; }
    .hb-menu nav ul li.active {
      background: #02618e; }
    .hb-menu nav ul li:nth-child(-n + 4):before {
      content: "\f078";
      font-family: fontawesome;
      position: absolute;
      right: 10px;
      top: 21px;
      color: #ffffff;
      font-size: 12px;
      transition: all 0.3s ease-in-out; }
    .hb-menu nav ul li:nth-child(2):before {
      content: none; }
    .hb-menu nav ul li:hover:before {
      transform: rotate(180deg); }
    .hb-menu nav ul li:hover {
      background: #02618e; }
    .hb-menu nav ul li:hover .hb-dropdown {
      transform: scaleY(1); }
    .hb-menu nav ul li .hb-dropdown {
      position: absolute;
      z-index: 9;
      background: #ffffff;
      width: 300px;
      transform-origin: 0 0 0;
      transform: scaleY(0);
      box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease-in-out; }
      .hb-menu nav ul li .hb-dropdown li {
        margin-left: 0;
        background: transparent;
        width: 100%; }
        .hb-menu nav ul li .hb-dropdown li:hover > a {
          color: #194c6b !important; }
        .hb-menu nav ul li .hb-dropdown li:first-child a {
          padding-top: 25px; }
        .hb-menu nav ul li .hb-dropdown li:last-child a {
          padding-bottom: 25px; }
        .hb-menu nav ul li .hb-dropdown li:before {
          content: none; }
        .hb-menu nav ul li .hb-dropdown li a {
          color: #000;
          font-size: 16px;
          padding-top: 0;
          font-weight: 600;
          text-transform: capitalize; }
        .hb-menu nav ul li .hb-dropdown li.active a {
          color: #194c6b; }
    .hb-menu nav ul li .hb-dropdown-2 li:nth-child(-n + 4):before {
      content: "\f078";
      color: #7e7e7e;
      font-size: 10px !important;
      right: 20px;
      top: 0; }
    .hb-menu nav ul li .hb-dropdown-2 li:first-child:before {
      top: 25px; }
    .hb-menu nav ul li .hb-dropdown-2 li:hover:before {
      color: #194c6b;
      transform: rotate(-90deg); }
    .hb-menu nav ul li .hb-dropdown-2 li:hover .hb-sub_dropdown {
      opacity: 1;
      visibility: visible;
      top: 0; }
    .hb-menu nav ul li .hb-dropdown-2 li:first-child:hover .hb-sub_dropdown {
      top: 30px; }
    .hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown {
      position: absolute;
      left: 100%;
      top: 60px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
      .hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown li:before {
        content: none; }
      .hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown li:first-child a {
        padding-top: 25px; }
      .hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown li a {
        padding-top: 0; }
    .hb-menu nav ul li.megamenu-holder {
      position: static !important; }
      .hb-menu nav ul li.megamenu-holder a {
        display: flex; }
      .hb-menu nav ul li.megamenu-holder:nth-child(4):before {
        content: none; }
      .hb-menu nav ul li.megamenu-holder:hover .hb-megamenu {
        transform: scaleY(1); }
      .hb-menu nav ul li.megamenu-holder:hover a:after {
        transform: rotate(180deg); }
      .hb-menu nav ul li.megamenu-holder .hb-megamenu {
        background: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px 15px 35px;
        margin-left: -3px;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        z-index: 99;
        position: absolute;
        left: 0;
        right: auto;
        top: 60px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .hb-menu nav ul li.megamenu-holder .hb-megamenu {
            padding: 15px 0 15px; } }
        .hb-menu nav ul li.megamenu-holder .hb-megamenu li {
          background: transparent;
          margin-left: 0;
          display: block; }
          .hb-menu nav ul li.megamenu-holder .hb-megamenu li.active a {
            color: #194c6b; }
          .hb-menu nav ul li.megamenu-holder .hb-megamenu li:before {
            content: none; }
          .hb-menu nav ul li.megamenu-holder .hb-megamenu li ul li a {
            color: #7e7e7e;
            text-transform: capitalize;
            font-weight: 500;
            padding: 10px 30px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .hb-menu nav ul li.megamenu-holder .hb-megamenu li ul li a {
                padding: 10px 15px; } }
          .hb-menu nav ul li.megamenu-holder .hb-megamenu li a {
            color: #333333; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .hb-menu nav ul li.megamenu-holder .hb-megamenu li a {
                padding: 20px 15px;
                font-size: 13px; } }
            .hb-menu nav ul li.megamenu-holder .hb-megamenu li a:hover {
              color: #194c6b !important; }
      .hb-menu nav ul li.megamenu-holder > a:after {
        content: "\f078";
        font-family: fontawesome;
        font-size: 11px;
        position: absolute;
        top: 22px;
        right: 10px;
        transition: all 0.3s ease-in-out; }
    .hb-menu nav ul li a {
      display: block;
      padding: 20px 30px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold;
      position: relative; }
      .hb-menu nav ul li a:hover {
        color: #ffffff !important; }

.header-2,
.header-3 {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0; }
  @media only screen and (max-width: 991px) {
    .header-2,
    .header-3 {
      position: relative;
      background: #dba22d;
      padding-bottom: 30px; } }
  .header-2 .ht-icon ul li,
  .header-3 .ht-icon ul li {
    background: #efbb4c; }
  .header-2 .ht-sticker span:before,
  .header-3 .ht-sticker span:before {
    background: #e2ac3a; }
  .header-2 .ht-social-link ul li a,
  .header-3 .ht-social-link ul li a {
    color: #ffffff; }
  .header-2 .ht-social-link ul li:hover,
  .header-3 .ht-social-link ul li:hover {
    background: #efbb4c; }
    .header-2 .ht-social-link ul li:hover a:before,
    .header-3 .ht-social-link ul li:hover a:before {
      background: #ffffff; }
  .header-2 .ht-menu ul li:hover > a,
  .header-3 .ht-menu ul li:hover > a {
    color: #ffffff !important; }
  .header-2 .ht-menu ul li ul li:hover a,
  .header-3 .ht-menu ul li ul li:hover a {
    color: #194c6b !important; }
  .header-2 .header-middle,
  .header-3 .header-middle {
    box-shadow: inset 0px 15px 15px 0px rgba(0, 0, 0, 0.1); }
    .header-2 .header-middle .container .row,
    .header-3 .header-middle .container .row {
      position: relative; }
  @media (max-width: 479px) {
    .header-2 .header-sticky.stick,
    .header-3 .header-sticky.stick {
      position: static; } }
  .header-2 .header-bottom_nav,
  .header-3 .header-bottom_nav {
    padding: 10px; }
  .header-2 .hb-menu,
  .header-3 .hb-menu {
    display: flex;
    justify-content: flex-end; }
    .header-2 .hb-menu nav > ul,
    .header-3 .hb-menu nav > ul {
      position: static; }
      .header-2 .hb-menu nav > ul > li,
      .header-3 .hb-menu nav > ul > li {
        padding: 0 15px; }
        .header-2 .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown,
        .header-3 .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown {
          left: auto;
          right: 100%; }
        .header-2 .hb-menu nav > ul > li.active,
        .header-3 .hb-menu nav > ul > li.active {
          background: transparent; }
        .header-2 .hb-menu nav > ul > li:hover,
        .header-3 .hb-menu nav > ul > li:hover {
          background: transparent; }
        .header-2 .hb-menu nav > ul > li:last-child,
        .header-3 .hb-menu nav > ul > li:last-child {
          padding-right: 0; }
        .header-2 .hb-menu nav > ul > li:nth-child(-n + 4):before,
        .header-3 .hb-menu nav > ul > li:nth-child(-n + 4):before {
          right: -6px;
          top: 27px;
          color: #ffffff; display: none; }
        .header-2 .hb-menu nav > ul > li > ul li,
        .header-3 .hb-menu nav > ul > li > ul li {
          padding: 0 30px; }
          .header-2 .hb-menu nav > ul > li > ul li:hover:before,
          .header-3 .hb-menu nav > ul > li > ul li:hover:before {
            color: #e2ac3a; }
          .header-2 .hb-menu nav > ul > li > ul li:hover > a,
          .header-3 .hb-menu nav > ul > li > ul li:hover > a {
            color: #194c6b !important; }
          .header-2 .hb-menu nav > ul > li > ul li a:hover,
          .header-3 .hb-menu nav > ul > li > ul li a:hover {
            color: #194c6b !important; }
          .header-2 .hb-menu nav > ul > li > ul li.active a,
          .header-3 .hb-menu nav > ul > li > ul li.active a {
            color: #e2ac3a; }
        .header-2 .hb-menu nav > ul > li a,
        .header-3 .hb-menu nav > ul > li a {
          padding: 10px 0; }
        .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu,
        .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu {
          margin-left: 0;
          top: 70px;
          left: auto;
          right: 0; }
          .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li,
          .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li {
            padding: 0; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li ul > li,
              .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li ul > li {
                padding-left: 15px; } }
            .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li:hover > a,
            .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li:hover > a {
              color: #194c6b !important; }
            .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a,
            .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a {
              padding: 20px 30px; }
              @media (min-width: 992px) and (max-width: 1199px) {
                .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a,
                .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a {
                  padding: 20px 15px; } }
            .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li,
            .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li {
              padding-right: 0; }
              .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li:hover > a,
              .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li:hover > a {
                color: #194c6b !important; }
              .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li a,
              .header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li a {
                padding: 10px 30px 10px 0; }
        .header-2 .hb-menu nav > ul > li.megamenu-holder a:after,
        .header-3 .hb-menu nav > ul > li.megamenu-holder a:after {
          top: 27px;
          right: -20px; }
  .header-2 .hm-search_wrap .hm-searchbox input,
  .header-3 .hm-search_wrap .hm-searchbox input {
    height: 50px; }
    .header-2 .hm-search_wrap .hm-searchbox input::placeholder,
    .header-3 .hm-search_wrap .hm-searchbox input::placeholder {
      color: #ffffff; }
  .header-2 .ht-icon-2 ul li,
  .header-3 .ht-icon-2 ul li {
    background: #ffffff;
    margin-top: 4px !important; }
    .header-2 .ht-icon-2 ul li a:before,
    .header-3 .ht-icon-2 ul li a:before {
      content: none; }
  .header-2 .hm-right,
  .header-3 .hm-right {
    display: flex;
    justify-content: flex-end !important; }
    @media (max-width: 479px) {
      .header-2 .hm-right,
      .header-3 .hm-right {
        justify-content: center !important; } }
    .header-2 .hm-right ul li:hover > a,
    .header-3 .hm-right ul li:hover > a {
      color: #c28516 !important; }
    .header-2 .hm-right ul li a .item-counter,
    .header-3 .hm-right ul li a .item-counter {
      background: #c28516;
      right: 0; }

@media only screen and (max-width: 991px) {
  .header-3,
  .header-4 {
    background: #092d43; } }

.header-3 .header-top .ht-icon ul li,
.header-4 .header-top .ht-icon ul li {
  background: #ed1c24; }

.header-3 .header-top .ht-social-link ul li a:before,
.header-4 .header-top .ht-social-link ul li a:before {
  background: #e3c210; }

.header-3 .header-top .ht-social-link ul li:hover,
.header-4 .header-top .ht-social-link ul li:hover {
  background: #623e77; }

.header-3 .header-top .ht-sticker span:before,
.header-4 .header-top .ht-sticker span:before {
  background: #194c6b; }

.header-3 .header-top_right .ht-menu nav ul li ul.ht-dropdown,
.header-4 .header-top_right .ht-menu nav ul li ul.ht-dropdown {
  border: none; }
  .header-3 .header-top_right .ht-menu nav ul li ul.ht-dropdown li a,
  .header-4 .header-top_right .ht-menu nav ul li ul.ht-dropdown li a {
    color: #ffffff !important; }

@media only screen and (max-width: 767px) {
  .header-3 .header-middle,
  .header-4 .header-middle {
    padding: 0 !important; } }

.header-3 .header-middle .hm-search_wrap,
.header-4 .header-middle .hm-search_wrap {
  position: relative;
  border: 1px solid #543368;
  padding: 5px; }
  .header-3 .header-middle .hm-search_wrap form.hm-searchbox input,
  .header-4 .header-middle .hm-search_wrap form.hm-searchbox input {
    height: 50px;
    background: #53376e;
    color: #fff; }
    .header-3 .header-middle .hm-search_wrap form.hm-searchbox input:focus,
    .header-4 .header-middle .hm-search_wrap form.hm-searchbox input:focus {
      border: transparent; }
  .header-3 .header-middle .hm-search_wrap form.hm-searchbox .search_btn,
  .header-4 .header-middle .hm-search_wrap form.hm-searchbox .search_btn {
    background: transparent;
    top: 20px;
    color: #ffffff; }

.header-3 .header-middle .urani-contact_info,
.header-4 .header-middle .urani-contact_info {
  float: right; }
  @media only screen and (max-width: 767px) {
    .header-3 .header-middle .urani-contact_info,
    .header-4 .header-middle .urani-contact_info {
      float: unset;
      width: 100%;
      display: flex;
      justify-content: center; } }
  .header-3 .header-middle .urani-contact_info .contact-info_icon,
  .header-4 .header-middle .urani-contact_info .contact-info_icon {
    float: left;
    font-size: 45px;
    color: #ffffff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-3 .header-middle .urani-contact_info .contact-info_icon,
      .header-4 .header-middle .urani-contact_info .contact-info_icon {
        font-size: 35px; } }
    @media only screen and (max-width: 991px) {
      .header-3 .header-middle .urani-contact_info .contact-info_icon,
      .header-4 .header-middle .urani-contact_info .contact-info_icon {
        font-size: 18px; } }
  .header-3 .header-middle .urani-contact_info .contact-info_text,
  .header-4 .header-middle .urani-contact_info .contact-info_text {
    float: right;
    margin-left: 10px; }
    .header-3 .header-middle .urani-contact_info .contact-info_text h2,
    .header-4 .header-middle .urani-contact_info .contact-info_text h2 {
      font-size: 25px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header-3 .header-middle .urani-contact_info .contact-info_text h2,
        .header-4 .header-middle .urani-contact_info .contact-info_text h2 {
          font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        .header-3 .header-middle .urani-contact_info .contact-info_text h2,
        .header-4 .header-middle .urani-contact_info .contact-info_text h2 {
          font-size: 18px; } }
      .header-3 .header-middle .urani-contact_info .contact-info_text h2 a,
      .header-4 .header-middle .urani-contact_info .contact-info_text h2 a {
        color: #ffffff;
        font-weight: bold; }
    .header-3 .header-middle .urani-contact_info .contact-info_text p,
    .header-4 .header-middle .urani-contact_info .contact-info_text p {
      color: #ddd;
      font-family: 'texgyreadventor-bold';
      margin-bottom: 0; }

.header-3 .header-bottom .header-bottom_nav,
.header-4 .header-bottom .header-bottom_nav {
  padding: 0;
  background: #ffffff;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .header-3 .header-bottom .header-bottom_nav,
    .header-4 .header-bottom .header-bottom_nav {
      background: #333333; } }
  .header-3 .header-bottom .header-bottom_nav .category-menu,
  .header-4 .header-bottom .header-bottom_nav .category-menu {
    position: relative;
    display: inline-block;
    float: left;
    width: 80px; }
    .header-3 .header-bottom .header-bottom_nav .category-menu .category-menu_icon,
    .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu_icon {
      background: #e2ac3a;
      width: 80px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      color: #fff;
      font-size: 25px; }
    .header-3 .header-bottom .header-bottom_nav .category-menu .category-menu-list,
    .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list {
      width: 230px; }
  .header-3 .header-bottom .header-bottom_nav .hb-menu,
  .header-4 .header-bottom .header-bottom_nav .hb-menu {
    display: inline-block !important;
    float: left; }
    @media only screen and (max-width: 991px) {
      .header-3 .header-bottom .header-bottom_nav .hb-menu,
      .header-4 .header-bottom .header-bottom_nav .hb-menu {
        display: none !important; } }
    .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li,
    .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li {
      padding: 0 30px; }
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown {
        left: 100%;
        right: auto; }
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li > a,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li > a {
        padding: 17px 0;
        color: #000000; font-size: 14px;}
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:before,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:before {
        /*right: -6px;
        top: 19px;
        color: #000000;*/ }
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder .hb-megamenu,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder .hb-megamenu {
        margin-left: 0;
        top: 100%;
        left: 0;
        right: auto; }
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder a:after,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder a:after {
        top: 21px;
        right: -20px; }
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover:before,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover:before {
        color: #194c6b !important; }
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a {
        color: #194c6b !important; }
      .header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a:after,
      .header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a:after {
        color: #194c6b !important; }
  .header-3 .header-bottom .header-bottom_nav .hm-right,
  .header-4 .header-bottom .header-bottom_nav .hm-right {
    position: relative;
    display: block;
    background: #194c6b;
    padding: 0 0 5px 0;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .header-3 .header-bottom .header-bottom_nav .hm-right,
      .header-4 .header-bottom .header-bottom_nav .hm-right {
        display: inline-block;
        background: #e2ac3a;
        padding: 0 0 5px 0;
        width: 150px; } }
    @media (min-width: 480px) and (max-width: 575px) {
      .header-3 .header-bottom .header-bottom_nav .hm-right,
      .header-4 .header-bottom .header-bottom_nav .hm-right {
        width: 265px; } }
    @media (max-width: 479px) {
      .header-3 .header-bottom .header-bottom_nav .hm-right,
      .header-4 .header-bottom .header-bottom_nav .hm-right {
        width: 130px;
        margin-left: 18px; } }
    .header-3 .header-bottom .header-bottom_nav .hm-right:before,
    .header-4 .header-bottom .header-bottom_nav .hm-right:before {
      content: "";
      width: 100%;
      position: absolute;
      display: block;
      background-color: #ed1c24;
      opacity: 1;
      height: 63px;
      margin-top: -10px;
      left: 0; }
    .header-3 .header-bottom .header-bottom_nav .hm-right:after,
    .header-4 .header-bottom .header-bottom_nav .hm-right:after {
      content: "";
      width: 0;
      min-height: 11px;
      left: -10px;
      position: absolute;
      border-top: 10px solid transparent;
      border-right: 10px solid #860027;
      top: -11px; }
    .header-3 .header-bottom .header-bottom_nav .hm-right ul li,
    .header-4 .header-bottom .header-bottom_nav .hm-right ul li {
      background: transparent;
      margin-top: 4px !important;
      width: 100%;
      margin: 0; }
      @media (min-width: 480px) and (max-width: 575px) {
        .header-3 .header-bottom .header-bottom_nav .hm-right ul li .urani-minicart-2,
        .header-4 .header-bottom .header-bottom_nav .hm-right ul li .urani-minicart-2 {
          right: -35px;
          left: auto; } }
      @media (max-width: 479px) {
        .header-3 .header-bottom .header-bottom_nav .hm-right ul li .urani-minicart-2,
        .header-4 .header-bottom .header-bottom_nav .hm-right ul li .urani-minicart-2 {
          right: -70px;
          left: auto; }
          .header-3 .header-bottom .header-bottom_nav .hm-right ul li .urani-minicart-2:before,
          .header-4 .header-bottom .header-bottom_nav .hm-right ul li .urani-minicart-2:before {
            right: 135px; } }
      .header-3 .header-bottom .header-bottom_nav .hm-right ul li a,
      .header-4 .header-bottom .header-bottom_nav .hm-right ul li a {
        color: #ffffff; }
        .header-3 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter,
        .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
          background: #c28516;
          right: auto;
          left: 45px;
          top: -5px;
          width: 20px;
          height: 20px;
          line-height: 19px;
          font-size: 12px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .header-3 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter,
            .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
              left: 25px; } }
          @media (min-width: 480px) and (max-width: 575px) {
            .header-3 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter,
            .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
              left: 95px; } }
        .header-3 .header-bottom .header-bottom_nav .hm-right ul li a i,
        .header-4 .header-bottom .header-bottom_nav .hm-right ul li a i {
          padding-right: 10px; }
        .header-3 .header-bottom .header-bottom_nav .hm-right ul li a .urani-minicart-2,
        .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .urani-minicart-2 {
          top: 112%; }
        .header-3 .header-bottom .header-bottom_nav .hm-right ul li a:hover,
        .header-4 .header-bottom .header-bottom_nav .hm-right ul li a:hover {
          color: #ffffff !important; }

.header-4 .header-top .ht-icon ul li {
  background: #7d797a; }

.header-4 .header-top .ht-sticker span:before {
  background: #6d6367; }

.header-4 .header-top_right .ht-social-link ul li:hover {
  background: #7d797a; }

.header-4 .header-middle .hm-search_wrap {
  border: 1px solid #696065; }
  .header-4 .header-middle .hm-search_wrap .hm-searchbox input {
    background: #6d6367 !important; }

.header-4 .header-bottom .header-bottom_nav {
  background: transparent; }
  @media only screen and (max-width: 991px) {
    .header-4 .header-bottom .header-bottom_nav {
      background: #6d6367; } }
  .header-4 .header-bottom .header-bottom_nav .category-menu {
    display: block;
    float: unset;
    width: 100%; }
    .header-4 .header-bottom .header-bottom_nav .category-menu .category-heading {
      background: #6d6568;
      height: 54px; }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2 span {
        color: #ffffff; }
        @media (max-width: 479px) {
          .header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2 span {
            font-size: 0; } }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
        color: #ffffff; }
        @media (max-width: 479px) {
          .header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
            right: auto;
            left: 20px; } }
    .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list {
      width: 100%;
      background: rgba(93, 84, 87, 0.9) !important;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 479px) {
        .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list {
          width: 239px; } }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li .cat-mega-menu li a:hover {
        color: #194c6b !important; }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li:hover {
        background: #ffffff; }
        .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li:hover > a {
          color: #194c6b !important; }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li > a {
        color: #ffffff;
        padding: 19px 20px 19px 20px; }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent:hover {
        background-color: #6d6568; }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-default {
        padding-left: 40px; }
        .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-default:after {
          top: 19px; }
      .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-show {
        padding-left: 40px; }
        .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-show:after {
          top: 19px; }
  .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart {
    background-color: #6d6568; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li > ul > li > a {
        padding: 20px 0 20px 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li > ul > li ul li {
        padding-left: 20px; } }
    .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li .hb-megamenu {
      left: auto;
      right: auto; }
    .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li:before {
      color: #ffffff; }
    .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li > a {
      color: #ffffff; }
  @media (min-width: 480px) and (max-width: 575px) {
    .header-4 .header-bottom .header-bottom_nav .hm-right {
      width: 130px; } }
  @media (max-width: 479px) {
    .header-4 .header-bottom .header-bottom_nav .hm-right {
      width: 60px;
      margin-left: 18px; } }
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li > ul.urani-minicart-2 {
    right: -60px;
    left: auto; }
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
    left: 20px; }
    @media (max-width: 479px) {
      .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
        left: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-4 .header-bottom .header-bottom_nav .hm-right ul li a i {
      padding-right: 0; } }
  @media (max-width: 479px) {
    .header-4 .header-bottom .header-bottom_nav .hm-right ul li a i {
      padding-right: 0; } }
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-text {
    font-size: 18px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-text {
        font-size: 14px; } }
    @media (max-width: 479px) {
      .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-text {
        font-size: 0; } }

.header-5 {
  padding-bottom: 0; }
  .header-5 .main-header_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header-5 .main-header_area .header-left_area {
      float: left;
      width: 100%; }
      @media only screen and (max-width: 575px) {
        .header-5 .main-header_area .header-left_area {
          float: unset;
          text-align: center;
          padding-bottom: 5px; } }
      .header-5 .main-header_area .header-left_area .header-search-2 {
        position: relative;
        font-size: 18px;
        cursor: pointer;
        display: block;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        display: inline-block;
        float: left;
        width: 70px;
        line-height: 70px;
        text-align: center; }
        @media only screen and (max-width: 575px) {
          .header-5 .main-header_area .header-left_area .header-search-2 {
            border: 1px solid rgba(255, 255, 255, 0.1);
            width: 50px;
            line-height: 50px;
            float: unset; } }
        .header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 {
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          border-top: 1px solid #eee;
          position: absolute;
          background: #fff;
          left: 30px;
          top: 45px;
          padding: 20px;
          opacity: 0;
          visibility: hidden;
          transition: all .2s linear;
          z-index: 3; }
          .header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 .search-field {
            width: 240px;
            height: 40px;
            background: #fff;
            position: relative;
            padding-right: 40px;
            border: 1px solid #f1f1f1; }
            .header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 .search-field input {
              width: 100%;
              border: 0;
              color: #777777;
              height: 32px;
              line-height: 32px;
              top: 0;
              position: absolute;
              left: 0;
              padding: 0 40px 0 9px;
              font-size: 14px; }
            .header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 .search-field .search_btn {
              position: absolute;
              right: 0;
              top: 0;
              padding: 0;
              width: 40px;
              height: 40px;
              font-size: 15px;
              background: transparent;
              border: 0;
              color: #777;
              line-height: 40px; }
        .header-5 .main-header_area .header-left_area .header-search-2:before {
          font-family: fontawesome;
          content: "\f002";
          font-size: 18px;
          color: #fff; }
        .header-5 .main-header_area .header-left_area .header-search-2:hover .searchbox-2 {
          opacity: 1;
          visibility: visible;
          top: 70px; }
      .header-5 .main-header_area .header-left_area .category-menu {
        position: relative;
        display: inline-block;
        min-width: 220px;
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
        @media (min-width: 768px) and (max-width: 991px) {
          .header-5 .main-header_area .header-left_area .category-menu {
            width: 220px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header-5 .main-header_area .header-left_area .category-menu {
            width: 220px; } }
        @media only screen and (max-width: 575px) {
          .header-5 .main-header_area .header-left_area .category-menu {
            width: 220px;
            border: 1px solid rgba(255, 255, 255, 0.1); } }
        .header-5 .main-header_area .header-left_area .category-menu .category-heading {
          position: relative;
          cursor: pointer;
          background: transparent;
          padding: 0;
          height: 70px;
          line-height: 70px; }
          @media only screen and (max-width: 575px) {
            .header-5 .main-header_area .header-left_area .category-menu .category-heading {
              height: 50px;
              line-height: 50px; } }
          .header-5 .main-header_area .header-left_area .category-menu .category-heading h2 {
            line-height: 70px;
            text-align: center; }
            @media only screen and (max-width: 575px) {
              .header-5 .main-header_area .header-left_area .category-menu .category-heading h2 {
                line-height: 50px; } }
            .header-5 .main-header_area .header-left_area .category-menu .category-heading h2 span {
              color: #fff;
              font-size: 14px; }
            .header-5 .main-header_area .header-left_area .category-menu .category-heading h2:before {
              font-size: 20px;
              color: #fff;
              right: auto;
              left: 25px;
              top: 0; }
        .header-5 .main-header_area .header-left_area .category-menu .category-menu-list {
          background: #5d5457 !important; }
          .header-5 .main-header_area .header-left_area .category-menu .category-menu-list > ul > li:hover {
            background: #ffffff; }
            .header-5 .main-header_area .header-left_area .category-menu .category-menu-list > ul > li:hover > a {
              color: #194c6b !important; }
          .header-5 .main-header_area .header-left_area .category-menu .category-menu-list > ul > li > a {
            color: #d1d1d1; }
    .header-5 .main-header_area .header-logo {
      text-align: center;
      line-height: 70px; }
    .header-5 .main-header_area .header-right_area {
      float: right;
      line-height: 70px; }
      @media only screen and (max-width: 575px) {
        .header-5 .main-header_area .header-right_area {
          float: unset;
          line-height: 50px;
          text-align: center;
          padding: 10px 0 30px; } }
      @media only screen and (max-width: 575px) {
        .header-5 .main-header_area .header-right_area > .ht-menu {
          float: unset; } }
      .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li {
        background: transparent;
        height: 70px;
        line-height: 70px;
        width: 70px;
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
        @media (min-width: 576px) and (max-width: 767px) {
          .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li {
            width: 50px; } }
        @media only screen and (max-width: 575px) {
          .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li {
            height: 50px;
            line-height: 50px;
            width: 50px;
            border: 1px solid rgba(255, 255, 255, 0.1); } }
        .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li:hover .urani-minicart {
          transform: scale(1); }
        @media only screen and (max-width: 991px) {
          .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li:nth-child(-n + 3) {
            display: none; } }
        .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li a {
          font-size: 14px; }
        @media (min-width: 480px) and (max-width: 575px) {
          .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li .urani-minicart {
            left: -146px; } }
        @media (max-width: 479px) {
          .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li .urani-minicart {
            left: -105px; } }
      .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting {
        width: 200px;
        background: #333;
        border: 1px solid #25374f; }
        .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting > li {
          background: transparent;
          width: 100%;
          float: left;
          height: 40px;
          line-height: 40px;
          text-align: left;
          padding: 0 30px; }
          .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting > li a {
            color: #ffffff; }
        .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting:before {
          border-bottom: 6px solid #333; }

@media only screen and (min-width: 1501px) {
  .header-6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px; } }

.header-6 .header-top .ht-menu ul li {
  background: #7d797a;
  margin-right: -2px; }
  .header-6 .header-top .ht-menu ul li .ht-dropdown > li {
    background: #ffffff; }
  .header-6 .header-top .ht-menu ul li:first-child {
    margin-right: -3px !important; }

.header-6 .header-top .ht-icon ul li {
  background: #7d797a; }
  .header-6 .header-top .ht-icon ul li:first-child {
    margin-right: -2px; }

.header-6 .header-top .ht-sticker span:before {
  background: #323232; }

.header-6 .header-top .ht-social-link ul li a:before {
  background: #194c6b; }

.header-6 .header-top .ht-social-link ul li:hover {
  background: #7d797a; }

.header-6 .header-bottom .header-bottom_nav {
  background: #d3931f;
  padding: 0; }
  .header-6 .header-bottom .header-bottom_nav .category-menu {
    padding: 13px 10px 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2.categories-toggle span {
        padding-left: 10px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2.categories-toggle span {
        padding-left: 15px; } }
    .header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
      right: 17px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
          right: 10px; } }
  .header-6 .header-bottom .header-bottom_nav .hm-search_wrap {
    padding-top: 13px; }
    .header-6 .header-bottom .header-bottom_nav .hm-search_wrap .hm-searchbox .search_btn {
      top: 26px; }
  .header-6 .header-bottom .header-bottom_nav .hm-right {
    display: block; }
    .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li {
      background: #194c6b;
      margin: 0 !important;
      height: 75px;
      width: 75%;
      float: right;
      padding-top: 15px; }
      .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-counter {
        right: auto;
        left: 45px;
        top: -10px; }
        @media (min-width: 576px) and (max-width: 767px) {
          .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-counter {
            left: 23px; } }
        @media (max-width: 479px) {
          .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-counter {
            left: 60px; } }
      .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a i {
        color: #ffffff;
        margin-right: 10px; }
      .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-text {
        color: #ffffff;
        font-size: 14px; }
      @media (max-width: 479px) {
        .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li .urani-minicart-2 {
          right: 0;
          left: -68px; } }

@media only screen and (min-width: 1501px) {
  .header-6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px; } }

/*===============================
=    Urani's Header Sticky      =
=================================*/
.header-sticky.sticky {
  background: rgba(1, 104, 176, 0.8) !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 1049; }

.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
  animation: 800ms ease-in-out 0s normal none 1 running slideInDown; }

.header-sticky:hover {
  background: #006fa4 !important; }

.header-2 .header-sticky.sticky {
  background: #d3931f !important; }

.header-2 .header-sticky:hover {
  background: transparent !important; }

.header-2 .sticky:hover {
  background: #d3931f !important; }

.header-2 .sticky .header-bottom_nav {
  padding: 10px 0; }

.header-3 .header-sticky,
.header-3 .sticky {
  background: transparent !important; }

.header-3 .header-sticky:hover {
  background: transparent !important; }

.header-3 .sticky:hover {
  background: transparent !important; }

.header-4 .header-sticky,
.header-4 .sticky {
  background: transparent !important; }

.header-4 .header-sticky:hover {
  background: transparent !important; }

.header-4 .sticky {
  background-color: #6d6568 !important; }
  .header-4 .sticky:hover {
    background-color: #6d6568 !important; }

.header-4 .sticky .category-menu .category-menu-list {
  opacity: 0 !important;
  visibility: hidden !important; }

.header-4 .sticky .category-menu:hover .category-menu-list {
  opacity: 1 !important;
  visibility: visible !important; }

.header-5 .header-sticky,
.header-5 .sticky {
  background: transparent !important; }
  @media only screen and (max-width: 575px) {
    .header-5 .header-sticky,
    .header-5 .sticky {
      position: static; } }

.header-5 .header-sticky:hover {
  background: transparent !important; }

.header-5 .sticky {
  background-color: #092d43 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
  .header-5 .sticky:hover {
    background-color: #092d43 !important; }

/*----------------------------------------*/
/*  11 - Layout - Footer
/*----------------------------------------*/
.urani-footer {
  background-image: url("../img/footer/bg/1.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.footer-shipping {
  text-align: center;
  border-right: 1px solid #1f1f1e; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-shipping {
      border-right: none; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .footer-shipping {
      border-right: none; } }
  @media only screen and (max-width: 575px) {
    .footer-shipping {
      border-right: none; } }
  .footer-shipping .shipping-icon {
    display: block;
    padding-bottom: 15px; }
    .footer-shipping .shipping-icon i {
      font-size: 25px;
      color: #999999; }
  .footer-shipping .shipping-info h2 {
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px; }
  .footer-shipping .shipping-info p {
    font-size: 14px;
    color: #999;
    line-height: 24px; }

.footer-shipping.last-child {
  border-right: none; }

.footer-middle {
  border-top: 1px solid #1f1f1e; }

.footer-widget-section_title {
  border-bottom: 1px solid #1b1a1a; }
  .footer-widget-section_title h2 {
    font-size: 14px;
    color: #999; }

.footer-widget ul li {
  margin-bottom: 10px; font-size: 16px;}
  .footer-widget ul li i {
    padding-right: 5px;
    color: #999999; }
  .footer-widget ul li a {
    color: #999999; }
    .footer-widget ul li a:hover {
      color: #ffffff !important; }
  .footer-widget ul li:hover a {
    padding-left: 15px; }

.footer-widget_content ul li {
  float: left;
  margin-bottom: 15px; }
  .footer-widget_content ul li:last-child {
    margin-bottom: 0; }
  .footer-widget_content ul li span {
    font-size: 16px;
    color: #999999; }
    .footer-widget_content ul li span:first-child {
      float: left;
      width: 125px; }
    .footer-widget_content ul li span:last-child {
      width: 245px;
      float: right; }
      .footer-widget_content ul li span:last-child a {
        color: #999; }

.footer-upper_bottom {
  border-top: 1px solid #1f1f1e; }

.additional-payment_methhod {
  text-align: left; }
  @media (min-width: 576px) and (max-width: 767px) {
    .additional-payment_methhod {
      text-align: right; } }
  @media only screen and (max-width: 575px) {
    .additional-payment_methhod {
      text-align: center; } }

.footer-social_link ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin-right: 5px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-social_link ul li {
      width: 30px;
      height: 30px;
      line-height: 30px; } }

.footer-social_link ul .twitter {
  background: #00bff3; }

.footer-social_link ul .google-plus {
  background: #ed1c24; }

.footer-social_link ul .facebook {
  background: #448ccb; }

.footer-social_link ul .rss {
  background: #e3c210; }

.footer-social_link ul .youtube {
  background: #7da7d9; }

.footer-social_link ul a {
  color: #ffffff;
  display: block; }
  .footer-social_link ul a:hover {
    color: #ffffff !important; }

@media only screen and (max-width: 575px) {
  .payment-methhod {
    text-align: center !important; } }

.footer-lower_bottom {
  border-top: 1px solid #1f1f1e; }
  @media only screen and (max-width: 767px) {
    .footer-lower_bottom .copyright {
      text-align: center; } }
  .footer-lower_bottom .copyright span {
    color: #999; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-lower_bottom .copyright span {
        font-size: 13px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-menu,
  .footer-menu-2 {
    text-align: center !important; } }

@media only screen and (max-width: 767px) {
  .footer-menu,
  .footer-menu-2 {
    text-align: center !important; } }

.footer-menu ul li,
.footer-menu-2 ul li {
  display: inline-block;
  margin-right: 10px; }
  .footer-menu ul li:last-child,
  .footer-menu-2 ul li:last-child {
    margin-right: 0; }

.footer-menu ul a,
.footer-menu-2 ul a {
  color: #999; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-menu ul a,
    .footer-menu-2 ul a {
      font-size: 13px; } }

.footer-menu-2 ul li a:hover {
  color: #194c6b !important; }

.urani-footer-2 .footer-middle .urani-section_title h2:after {
  background: #e2ac3a; }

/*----------------------------------------*/
/*  12 - Layout - Static Shipping
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
  .static-shipping_area {
    padding-bottom: 0 !important; } }

.static-shipping {
  float: left;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #e1e1e1; }
  .static-shipping .static-shipping_info {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0 25px; }
    @media only screen and (max-width: 1199px) {
      .static-shipping .static-shipping_info {
        text-align: center; } }
    .static-shipping .static-shipping_info .static-shipping_icon {
      display: inline-block;
      width: 25%;
      float: left; }
      @media only screen and (max-width: 1199px) {
        .static-shipping .static-shipping_info .static-shipping_icon {
          display: inline-block;
          width: auto;
          float: unset;
          padding-bottom: 15px; } }
      .static-shipping .static-shipping_info .static-shipping_icon span {
        background: #fbaf5d;
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: #ffffff;
        font-size: 19px;
        border-radius: 50%;
        top: 0; }
        .static-shipping .static-shipping_info .static-shipping_icon span.headphone-color {
          background: #5c9dc3; }
        .static-shipping .static-shipping_info .static-shipping_icon span.refresh-color {
          background: #e35960; }
        .static-shipping .static-shipping_info .static-shipping_icon span.shield-color {
          background: #a186be; }
    .static-shipping .static-shipping_info .static-shipping_text {
      float: left;
      width: 75%; }
      @media only screen and (max-width: 1199px) {
        .static-shipping .static-shipping_info .static-shipping_text {
          width: auto;
          float: unset; } }
      .static-shipping .static-shipping_info .static-shipping_text > h2 {
        font-size: 14px;
        color: #000000;
        font-weight: bold; }
      .static-shipping .static-shipping_info .static-shipping_text > p {
        color: #000000; }
    .static-shipping .static-shipping_info:last-child {
      border-bottom: none; }

.static-shipping-2 .static-shipping_info {
  text-align: center;
  padding: 30px 0 25px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .static-shipping-2 .static-shipping_info {
      padding: 30px 15px 25px; } }
  .static-shipping-2 .static-shipping_info .static-shipping_icon {
    display: block; }
    .static-shipping-2 .static-shipping_info .static-shipping_icon span {
      color: #fff;
      font-size: 30px; }
  .static-shipping-2 .static-shipping_info .static-shipping_text h2 {
    font-size: 18px;
    padding-top: 15px;
    margin: 0; }
  .static-shipping-2 .static-shipping_info .static-shipping_text p {
    color: #fff;
    padding-top: 10px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .static-shipping-2 .static-shipping_info .static-shipping_text p {
        font-size: 12px; } }

.static-shipping-2.inner-box_color-1 {
  background-color: #e2ac3a; }

.static-shipping-2.inner-box_color-2 {
  background-color: #4c3d42; }

.static-shipping-2.inner-box_color-3 {
  background-color: #ffffff; }

.static-shipping-3 .static-shipping_nav {
  margin-top: -110px;
  position: relative;
  z-index: 3;
  border-right: 1px solid #e1e1e1; }
  @media only screen and (max-width: 991px) {
    .static-shipping-3 .static-shipping_nav {
      margin-top: 0; } }
  .static-shipping-3 .static-shipping_nav .static-shipping_info {
    border-left: 1px solid #e1e1e1; }
    .static-shipping-3 .static-shipping_nav .static-shipping_info .static-shipping_icon span {
      color: #e3c210; }
    .static-shipping-3 .static-shipping_nav .static-shipping_info .static-shipping_text h2 {
      color: #000000;
      font-weight: bold; }
    .static-shipping-3 .static-shipping_nav .static-shipping_info .static-shipping_text p {
      color: #000000;
      line-height: 24px; }

/*----------------------------------------*/
/*  13 - Layout - Brand
/*----------------------------------------*/
.urani-brand_wrap .urani-brand_nav {
  margin-bottom: -105px;
  position: relative;
  z-index: 1;
  padding: 80px 0 85px; }

/*----------------------------------------*/
/*  14 - Layout - Latest Blog
/*----------------------------------------*/
.urani-latest-blog_wrap .urani-section_title {
  width: 60%;
  text-align: center;
  margin: 0 auto 30px !important; }
  .urani-latest-blog_wrap .urani-section_title h2 {
    color: #000000;
    font-weight: 700;
    line-height: 26px; }
    .urani-latest-blog_wrap .urani-section_title h2:after {
      right: 0;
      margin: 0 auto; }

.urani-latest-blog_wrap .section-short_desc {
  max-width: 732px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .urani-latest-blog_wrap-2 .urani-list_view .blog-content {
    height: 306px;
    margin-bottom: 30px; }
    .urani-latest-blog_wrap-2 .urani-list_view .blog-content:last-child {
      margin-bottom: 0; } }

.urani-latest-blog .blog-img,
.urani-latest-blog-2 .blog-img {
  position: relative; }
  .urani-latest-blog .blog-img .blog-time_schedule,
  .urani-latest-blog-2 .blog-img .blog-time_schedule {
    background: #194c6b;
    width: 50px;
    height: 66px;
    position: absolute;
    top: 30px;
    left: 50px;
    color: #ffffff;
    z-index: 3;
    display: block;
    padding: 10px 0px 0; }
    .urani-latest-blog .blog-img .blog-time_schedule:after,
    .urani-latest-blog-2 .blog-img .blog-time_schedule:after {
      content: "";
      position: absolute;
      top: 100%;
      border: 9px solid transparent;
      border-bottom-color: transparent !important;
      border-color: #194c6b;
      border-width: 4px 20px;
      left: 0;
      right: 0; }
    .urani-latest-blog .blog-img .blog-time_schedule .post-info,
    .urani-latest-blog-2 .blog-img .blog-time_schedule .post-info {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 0 8px;
      overflow: hidden;
      text-align: center; }
      .urani-latest-blog .blog-img .blog-time_schedule .post-info .post-period_date,
      .urani-latest-blog-2 .blog-img .blog-time_schedule .post-info .post-period_date {
        display: block;
        border-bottom: 1px solid #2f98c9;
        font-size: 20px; }
        .urani-latest-blog .blog-img .blog-time_schedule .post-info .post-period_date .post-period_month,
        .urani-latest-blog-2 .blog-img .blog-time_schedule .post-info .post-period_date .post-period_month {
          padding-top: 3px;
          display: block;
          font-size: 12px; }
  .urani-latest-blog .blog-img a img,
  .urani-latest-blog-2 .blog-img a img {
    width: 100%; }

.urani-latest-blog .blog-content,
.urani-latest-blog-2 .blog-content {
  padding: 10px 15px 10px;
    border: 1px solid #ebebeb;
    border-top: none;
    margin-bottom: 7%;
    /*text-align: center;*/ }
  .urani-latest-blog .blog-content .blog-title,
  .urani-latest-blog-2 .blog-content .blog-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5; }
    .urani-latest-blog .blog-content .blog-title a,
    .urani-latest-blog-2 .blog-content .blog-title a {
      display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 25px;
    color: #000;
    line-height: 30px; }
  .urani-latest-blog .blog-content .blog-title-2,
  .urani-latest-blog-2 .blog-content .blog-title-2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .urani-latest-blog .blog-content .blog-author,
  .urani-latest-blog-2 .blog-content .blog-author {
    color: #007bff; }
    .urani-latest-blog .blog-content .blog-author span,
    .urani-latest-blog-2 .blog-content .blog-author span {
      color: #959595; }
  .urani-latest-blog .blog-content .short_desc,
  .urani-latest-blog-2 .blog-content .short_desc {
    font-size: 14px;
    color: #000000;
    line-height: 24px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .urani-latest-blog .blog-content .short_desc,
      .urani-latest-blog-2 .blog-content .short_desc {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; } }
  .urani-latest-blog .blog-content p,
  .urani-latest-blog-2 .blog-content p {
    color: #444444; }
  .urani-latest-blog .blog-content .read-more:after,
  .urani-latest-blog-2 .blog-content .read-more:after {
    content: "\f0da";
    font-family: fontawesome;
    padding-left: 5px;
    font-size: 18px;
    vertical-align: middle; }

.urani-list_view .blog-img .blog-time_schedule,
.urani-lsit_view-2 .blog-img .blog-time_schedule,
.blog-details .blog-img .blog-time_schedule {
  width: 40px;
  height: 53px;
  top: 20px;
  left: 20px; }
  .urani-list_view .blog-img .blog-time_schedule .post-info .post-period_date,
  .urani-lsit_view-2 .blog-img .blog-time_schedule .post-info .post-period_date,
  .blog-details .blog-img .blog-time_schedule .post-info .post-period_date {
    font-size: 18px; }

.urani-list_view .blog-content,
.urani-lsit_view-2 .blog-content,
.blog-details .blog-content {
  border-top: 1px solid #ebebeb;
  min-height: 187px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .urani-list_view .blog-content,
    .urani-lsit_view-2 .blog-content,
    .blog-details .blog-content {
      min-height: auto;
      height: 148px; } }
  .urani-list_view .blog-content .blog-title,
  .urani-lsit_view-2 .blog-content .blog-title,
  .blog-details .blog-content .blog-title {
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .urani-list_view .blog-content .blog-title a,
    .urani-lsit_view-2 .blog-content .blog-title a,
    .blog-details .blog-content .blog-title a {
      color: #222222; }

.urani-list_view-2 .embed-responsive {
  height: 285px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .urani-list_view-2 .embed-responsive {
      height: 264px; } }
  @media only screen and (max-width: 991px) {
    .urani-list_view-2 .embed-responsive {
      height: auto; } }

.urani-list_view-2 .blog-content {
  min-height: 285px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .urani-list_view-2 .blog-content {
      min-height: 264px; } }
  @media only screen and (max-width: 991px) {
    .urani-list_view-2 .blog-content {
      min-height: auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .urani-list_view-2 .blog-content .short_desc {
      font-size: 12px; } }

.blog-details .embed-responsive {
  height: auto; }

.blog-details .blog-content {
  height: auto; }

.urani-latest-blog-2 .blog-content .blog-title a {
  color: #000000; }
  .urani-latest-blog-2 .blog-content .blog-title a:hover {
    color: #194c6b !important; }

.urani-latest-blog-2 .blog-content .blog-author {
  color: #e2ac3a; }

.urani-latest-blog-2 .blog-content .read-more {
  color: #e2ac3a; }
  .urani-latest-blog-2 .blog-content .read-more:hover {
    color: #194c6b !important; }

/*----------------------------------------*/
/*  20 - Components - Navigation
/*----------------------------------------*/
.menu-btn {
  position: absolute;
  top: 16px;
  left: 125px;
  font-size: xx-large; }
  @media only screen and (min-width: 992px) {
    .menu-btn {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu-btn {
      left: auto;
      right: 16px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .menu-btn {
      left: auto;
      right: 16px; } }
  @media (min-width: 480px) and (max-width: 575px) {
    .menu-btn {
      top: 32px;
      left: auto;
      right: 165px; } }
  @media (max-width: 479px) {
    .menu-btn {
      top: 32px;
      left: auto;
      right: 85px; } }
  .menu-btn:hover {
    color: #333333 !important; }

.menu-btn-2 {
  left: auto;
  right: 16px;
  top: 5px; }
  @media (min-width: 480px) and (max-width: 575px) {
    .menu-btn-2 {
      right: 14px; } }
  @media (max-width: 479px) {
    .menu-btn-2 {
      right: 75px;
      top: 35px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .menu-btn-3 {
    right: 32px;
    top: 6px; }
    .menu-btn-3:hover {
      color: #ffffff !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .menu-btn-3 {
    right: 45px;
    top: 6px; }
    .menu-btn-3:hover {
      color: #ffffff !important; } }

@media (min-width: 480px) and (max-width: 575px) {
  .menu-btn-3 {
    top: 6px;
    right: 32px; }
    .menu-btn-3:hover {
      color: #ffffff !important; } }

@media (max-width: 479px) {
  .menu-btn-3 {
    top: 6px;
    right: 32px; }
    .menu-btn-3:hover {
      color: #ffffff !important; } }

.menu-btn-4 {
  top: 12px;
  right: 32px;
  font-size: 20px; }

.menu-btn-5 {
  top: 0;
  font-size: 20px;
  left: 0;
  display: block;
  position: relative; }
  .menu-btn-5:hover {
    color: #ffffff !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .menu-btn-6 {
    right: 25px;
    top: 17px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .menu-btn-6 {
    right: 25px;
    top: 17px; } }

@media (min-width: 480px) and (max-width: 575px) {
  .menu-btn-6 {
    top: 15px;
    right: 25px; } }

@media (max-width: 479px) {
  .menu-btn-6 {
    top: 45px;
    right: 25px; } }

.offcanvas-menu-wrapper .offcanvas-menu-inner {
  position: fixed;
  top: 0;
  right: -285px;
  width: 285px;
  height: 100%;
  background: #333333;
  z-index: 9999; }

.offcanvas-menu-wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0; }

.offcanvas-menu-wrapper .btn-close,
.offcanvas-menu-wrapper .btn-close-2 {
  background: #0291d6;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50px;
  left: -30px;
  z-index: 100;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center; }
  .offcanvas-menu-wrapper .btn-close:hover,
  .offcanvas-menu-wrapper .btn-close-2:hover {
    background: #666666;
    color: #ffffff !important; }

.offcanvas-menu-wrapper .btn-close-2 {
  background: #d3931f; }

.offcanvas-ht_menu {
  float: unset;
  padding-bottom: 10px; }
  .offcanvas-ht_menu ul li {
    width: 84px;
    margin-right: -3px;
    background: #006fa4; }
    .offcanvas-ht_menu ul li > ul.ht-dropdown {
      width: 84px !important; }
  .offcanvas-ht_menu ul:first-child {
    margin-right: -2px; }

.offcanvas-navigation .offcanvas-menu,
.offcanvas-navigation-2 .offcanvas-menu {
  overflow-y: auto;
  /*max-height: 210px;*/ }
  .offcanvas-navigation .offcanvas-menu > li,
  .offcanvas-navigation-2 .offcanvas-menu > li {
    height: 100%; }
  .offcanvas-navigation .offcanvas-menu li > .menu-expand,
  .offcanvas-navigation-2 .offcanvas-menu li > .menu-expand {
    position: absolute;
    right: 0;
    top: -1px;
    width: 50px;
    height: 100%;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    margin-right: 4px;
    color: #ffffff; }
  .offcanvas-navigation .offcanvas-menu li a,
  .offcanvas-navigation-2 .offcanvas-menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    line-height: 24px;
    color: #ffffff !important; }
  .offcanvas-navigation .offcanvas-menu li .sub-menu,
  .offcanvas-navigation-2 .offcanvas-menu li .sub-menu {
    background-color: #333333;
    padding-left: 10px; }
    .offcanvas-navigation .offcanvas-menu li .sub-menu li a,
    .offcanvas-navigation-2 .offcanvas-menu li .sub-menu li a {
      text-transform: capitalize;
      font-size: 13px; }
  .offcanvas-navigation .offcanvas-menu li.menu-open > .menu-expand i:before,
  .offcanvas-navigation-2 .offcanvas-menu li.menu-open > .menu-expand i:before {
    content: '\f068'; }
  .offcanvas-navigation .offcanvas-menu li:hover > a,
  .offcanvas-navigation-2 .offcanvas-menu li:hover > a {
    color: #006fa4 !important; }
  .offcanvas-navigation .offcanvas-menu li:hover > .menu-expand,
  .offcanvas-navigation-2 .offcanvas-menu li:hover > .menu-expand {
    color: #006fa4 !important; }

.offcanvas-navigation-2 .offcanvas-menu li:hover > a {
  color: #efbb4c !important; }

.offcanvas-navigation-2 .offcanvas-menu li:hover > .menu-expand {
  color: #efbb4c !important; }

/*------------------------*/
/*  Category Menu
/*------------------------*/
.category-menu {
  position: relative; }

.category-heading {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  padding: 15px 0; }
  .category-heading > h2 {
    margin: 0;
    color: #252525;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }

.categories-toggle > span {
  padding-left: 30px;
  color: #252525;
  font-size: 14px;
  font-weight: 600; }

.category-heading > h2::before {
  font-size: 20px;
  content: '\f0c9';
  font-family: fontawesome;
  font-weight: normal;
  color: #252525;
  display: block;
  position: absolute;
  right: 30px;
  top: 14px; }

.category-heading > h2 > i {
  float: right;
  padding-right: 20px;
  font-size: 12px; }

.category-menu-list {
  background: #d3931f !important;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: block;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden; }

.category-menu:hover .category-menu-list {
  opacity: 1;
  visibility: visible; }

.category-menu-list > ul > li {
  list-style: none;
  position: relative; }

.header-bottom-area.header-style-3 .category-menu-list > ul > li:first-child {
  border-top: 1px solid #ebebeb; }

.category-menu-list > ul > li > a,
.cat-dropdown > li > a {
  display: block;
  text-transform: capitalize;
  color: #2c2c2c;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid rgba(239, 239, 239, 0.2); }

.category-menu-list > ul > li:hover > a,
.cat-dropdown > li:hover > a {
  color: #194c6b; }

.category-menu-list > ul > li img {
  position: absolute;
  left: 20px;
  top: 4px;
  height: auto;
  display: block; }

.category-menu-list > ul > li:last-child > a:before {
  display: none; }

.category-menu-list > ul > li:hover {
  background: #e2ac3a; }
  .category-menu-list > ul > li:hover > a {
    color: #ffffff !important; }

.category-menu-list > ul > li.right-menu > a::after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  vertical-align: top;
  transition: all 0.3s ease-in-out; }

.category-menu-list > ul > li.right-menu:hover > a::after {
  transform: rotate(-90deg); }

.category-menu-list > ul > li.rx-parent > a,
.category-menu-list > ul > li.rx-show a {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding-left: 40px; }

.rx-parent {
  cursor: pointer; }

.category-menu-list > ul > li.rx-parent:hover > a {
  color: #ffffff !important; }

.rx-parent a.rx-default i,
.rx-parent a.rx-show i {
  position: absolute;
  left: 0;
  top: 12px; }

li.rx-parent a.rx-default::after {
  content: "\f055";
  font-family: fontawesome;
  position: absolute;
  left: 20px;
  top: 15px; }

li.rx-parent a.rx-show::after {
  content: "\f056";
  font-family: fontawesome;
  position: absolute;
  left: 20px;
  top: 15px; }

.rx-child {
  display: none; }

.category-menu-list ul li a.rx-show {
  display: none; }

.category-menu-list ul li.rx-change a.rx-show {
  display: block; }

.category-menu-list ul li.rx-change a.rx-default {
  display: none; }

.cat-mega-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  z-index: 999;
  width: 220px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border: 1px solid #ededed;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 650px;
  padding: 30px;
  overflow: hidden; }

.cat-mega-menu-2 {
  width: 440px; }

li.right-menu .cat-mega-menu > li {
  width: 33.333%;
  float: left;
  list-style: none; }

li.right-menu .cat-mega-menu-2 > li {
  width: 33.333%;
  float: left;
  list-style: none;
  width: 50%; }

.cat-mega-menu > li.cat-mega-title > a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  line-height: 20px;
  position: relative;
  color: #242424; }
  .cat-mega-menu > li.cat-mega-title > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #c28516;
    height: 2px;
    width: 40px; }

.cat-mega-menu > li.cat-mega-title a:hover {
  color: #ffffff; }

.cat-mega-menu > li > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  text-transform: capitalize; }
  .cat-mega-menu > li > ul > li > a:hover {
    color: #194c6b; }

.category-menu-list > ul > li:hover .cat-dropdown,
.category-menu-list > ul > li:hover .cat-mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible; }

@media only screen and (max-width: 991px) {
  .cat-mega-menu > li > a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    width: 6px;
    height: 2px;
    background: #606060; }
  .category-menu-list > ul > li.right-menu > a:after {
    display: none; }
  .category-menu {
    width: 100%;
    position: relative; }
  .cat-mega-menu,
  .cat-dropdown {
    position: static;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none; }
  .category-menu-list > ul > li i {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 9; } }
  @media only screen and (max-width: 991px) and (max-width: 991px) {
    .category-menu-list > ul > li i {
      top: 6px; } }

@media only screen and (max-width: 991px) {
  .category-menu-list > ul > li i:before {
    background-color: #606060;
    width: 8px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    margin-top: -1px;
    top: 50%; }
  .category-menu-list > ul > li i:after {
    background-color: #606060;
    width: 2px;
    height: 8px;
    content: "";
    position: absolute;
    left: 50%;
    margin-top: -4px;
    margin-left: -1px;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  .category-menu-list > ul > li i.expand:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  li.right-menu .cat-mega-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    position: relative; }
  .cat-mega-menu > li.cat-mega-title > a:after {
    display: none; }
  .cat-mega-menu > li.cat-mega-title > a,
  .cat-mega-menu > li > ul > li > a,
  .cat-dropdown > li > a {
    padding: 10px 25px 10px 35px;
    font-size: 13px;
    color: #444444;
    font-weight: normal;
    position: relative;
    margin: 0;
    display: block;
    text-transform: inherit; }
  .cat-mega-menu > li.cat-mega-title:last-child > a,
  .cat-mega-menu > li > ul > li:last-child > a,
  .cat-dropdown > li:last-child > a {
    border-bottom: 0; } }

/*----------------------------------------*/
/*  21 - Components - Button
/*----------------------------------------*/
.urani-btn,
.urani-btn-fullwidth,
.urani-btn-fuscous_grey,
.urani-qty_btn,
.link-sharing_btn {
  background: #194c6b;
  width: 170px;
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-left: 25px; }
  @media (max-width: 479px) {
    .urani-btn,
    .urani-btn-fullwidth,
    .urani-btn-fuscous_grey,
    .urani-qty_btn,
    .link-sharing_btn {
      width: 150px;
      padding-left: 15px; } }
  .urani-btn:hover,
  .urani-btn-fullwidth:hover,
  .urani-btn-fuscous_grey:hover,
  .urani-qty_btn:hover,
  .link-sharing_btn:hover {
    background: #194c6b;
    color: #ffffff !important; }
  .urani-btn:before,
  .urani-btn-fullwidth:before,
  .urani-btn-fuscous_grey:before,
  .urani-qty_btn:before,
  .link-sharing_btn:before {
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 18px; }
    @media (max-width: 479px) {
      .urani-btn:before,
      .urani-btn-fullwidth:before,
      .urani-btn-fuscous_grey:before,
      .urani-qty_btn:before,
      .link-sharing_btn:before {
        right: 15px; } }

.urani-btn-2:hover {
  background: #e2ac3a;
  color: #ffffff !important; }

.urani-btn-3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #194c6b;
  padding: 0 20px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease-in-out; }

.urani-btn-3:focus {
  background: #242424; }

.urani-btn-3:hover {
  color: #ffffff;
  background-color: #242424; }

.urani-btn-fullwidth {
  float: left;
  width: 100%;
  background: #e3e3e3;
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: 700;
  margin-top: 20px;
  padding: 0; }
  .urani-btn-fullwidth:before {
    content: none; }

.urani-qty_btn {
  background: #194c6b;
  color: #ffffff !important;
  height: 40px;
  line-height: 40px;
  width: 145px;
  display: inline-block;
  font-weight: bold;
  margin-left: 15px;
  padding-left: 0;
  text-align: center; }
  .urani-qty_btn:hover {
    background: #333333;
    color: #ffffff !important; }
  .urani-qty_btn:before {
    content: none; }
  .urani-qty_btn i {
    margin-right: 10px; }

.link-sharing {
  float: left;
  width: 100%; }
  .link-sharing li {
    display: inline-block; }
    @media (max-width: 479px) {
      .link-sharing li {
        display: block;
        width: 100%;
        padding-bottom: 20px; } }
    .link-sharing li .link-sharing_btn {
      background: #e3e3e3;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding-left: 0;
      border-radius: 0;
      color: #000000;
      font-weight: bold; }
      @media (min-width: 768px) and (max-width: 991px) {
        .link-sharing li .link-sharing_btn {
          width: 125px;
          font-size: 12px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .link-sharing li .link-sharing_btn {
          width: 160px; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .link-sharing li .link-sharing_btn {
          width: 145px; } }
      @media (max-width: 479px) {
        .link-sharing li .link-sharing_btn {
          width: 100%; } }
      .link-sharing li .link-sharing_btn:before {
        content: none; }
      .link-sharing li .link-sharing_btn:hover {
        background: #194c6b;
        color: #ffffff; }

.urani-btn-fuscous_grey {
  color: #fff; }

/*----------------------------------------*/
/*  22 - Components - Slider
/*----------------------------------------*/
.single-slide.align-center-left {
  align-items: center;
  display: flex; }

.slider-content {
  position: absolute;
  left: 90px; }
  @media (max-width: 479px) {
    .slider-content {
      left: 15px; } }
  .slider-content > h2 {
    color: #ffffff;
    font-size: 90px;
    font-weight: 600;
    line-height: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-content > h2 {
        font-size: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider-content > h2 {
        font-size: 60px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .slider-content > h2 {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .slider-content > h2 {
        font-size: 30px; } }
  .slider-content > h3 {
    color: #194c6b;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'texgyreadventor-bold'; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-content > h3 {
        font-size: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider-content > h3 {
        font-size: 60px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .slider-content > h3 {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .slider-content > h3 {
        font-size: 30px; } }
  .slider-content > p {
    color: #ffffff;
    max-width: 530px;
    margin-bottom: 25px;
    line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .slider-content > p {
        max-width: 305px; } }

.bg-1,
.bg-2 {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 560px;
  width: 100%; }
  @media (max-width: 479px) {
    .bg-1,
    .bg-2 {
      min-height: 320px; } }

.bg-2 {
  background-image: url(""); }

.bg-3,
.bg-4 {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 730px;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    .bg-3,
    .bg-4 {
      min-height: 320px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bg-3,
    .bg-4 {
      min-height: 450px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .bg-3,
    .bg-4 {
      min-height: 450px; } }

.bg-4 {
  background-image: url(""); }

.bg-5{
  background-image: url("../img/slider/5.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 700px;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    .bg-5 {
      min-height: 190px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bg-5 {
      min-height: 450px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .bg-5{
      min-height: 450px; } }



.bg-6 {
  background-image: url("../img/slider/6.jpg"); background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 700px;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    .bg-6 {
      min-height: 190px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bg-6 {
      min-height: 450px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .bg-6 {
      min-height: 450px; } }

.bg-7 {
  background-image: url("../img/slider/1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 700px;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    .bg-7 {
      min-height: 190px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bg-7 {
      min-height: 450px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .bg-7 {
      min-height: 450px; } }
  @media only screen and (max-width: 991px) {
    
    .bg-8 {
      min-height: 380px; } }

.bg-8 {
  background-image: url(""); }

.bg-9,
.bg-10 {
  background-image: url("../img/slider/9.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  width: 100%; }
  @media only screen and (min-width: 576px) and (max-width: 991px) {
    .bg-9,
    .bg-10 {
      min-height: 100px; } }
  @media only screen and (max-width: 575px) {
    .bg-9,
    .bg-10 {
      min-height: 100px; } }

.bg-10 {
  background-image: url(""); }

.bg-11,
.bg-12 {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 780px;
  width: 100%; }
  @media only screen and (min-width: 576px) and (max-width: 991px) {
    .bg-11,
    .bg-12 {
      min-height: 520px; } }
  @media only screen and (max-width: 480px) and (max-width: 575px) {
    .bg-11,
    .bg-12 {
      min-height: 480px; } }
  @media (max-width: 479px) {
    .bg-11,
    .bg-12 {
      min-height: 420px; } }

.bg-12 {
  background-image: url(""); }

.owl-dots {
  top: 40%;
  left: 30px;
  position: absolute; display: none;}
  .owl-dots .owl-dot {
    background: #fff;
    display: block;
    height: 3px;
    font-size: 0;
    width: 20px;
    text-align: center;
    position: relative;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 479px) {
      .owl-dots .owl-dot {
        display: none; } }
    .owl-dots .owl-dot.active {
      background: #194c6b none repeat scroll 0 0;
      width: 50px; }
    .owl-dots .owl-dot:first-child {
      margin-bottom: 20px; }
    .owl-dots .owl-dot:before {
      content: "1";
      font-size: 14px;
      color: #ffffff;
      position: absolute;
      left: -15px;
      top: -8px; }
    .owl-dots .owl-dot:last-child:before {
      content: "2"; }
    .owl-dots .owl-dot:hover {
      background: #194c6b none repeat scroll 0 0;
      width: 50px; }

.slider-area-2 .slider-content {
  top: 50%; }
  .slider-area-3 .slider-content1 {
  top: 65%; }

  @media only screen and (max-width: 991px) {
    .slider-area-2 .slider-content {
      top: 15%; } }
  @media only screen and (max-width: 575px) {
    .slider-area-2 .slider-content {
      top: 4%; } 
    .slider-area-3 .slider-content1 {
  top: 15%; }}
  .slider-area-2 .slider-content h3 {
    color: #3e3c3e; }
  .slider-area-2 .slider-content p {
    max-width: 625px; }
    @media (min-width: 576px) and (max-width: 767px) {
      .slider-area-2 .slider-content p {
        max-width: 415px; } }
    @media (min-width: 480px) and (max-width: 575px) {
      .slider-area-2 .slider-content p {
        max-width: 380px; } }

.slider-area-2 .slider-active .owl-dots .owl-dot.active {
  background: #ca8e1d none repeat scroll 0 0;
  width: 50px; }

.slider-area-2 .slider-active .owl-dots .owl-dot:hover {
  background: #ca8e1d none repeat scroll 0 0;
  width: 50px; }

.slider-area-3 .slider-content h2 {
  font-size: 70px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .slider-area-3 .slider-content h2 {
      font-size: 30px; } }

.slider-area-3 .slider-content h3 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .slider-area-3 .slider-content h3 {
      font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .slider-area-3 .slider-content p {
    font-size: 13px; } }

.slider-area-4 .slider-content {
  top: 48%;
  left: 30%; }
  @media only screen and (max-width: 991px) {
    .slider-area-4 .slider-content {
      top: 18%;
      left: 15%; } }
  .slider-area-4 .slider-content h2,
  .slider-area-4 .slider-content h3 {
    font-size: 48px;
    cursor: text; }
    @media (max-width: 479px) {
      .slider-area-4 .slider-content h2,
      .slider-area-4 .slider-content h3 {
        font-size: 35px; } }
  .slider-area-4 .slider-content p {
    font-size: 24px;
    color: #ffbc00;
    font-weight: bold;
    font-family: 'texgyreadventor-bold';
    cursor: text; }
    @media (max-width: 479px) {
      .slider-area-4 .slider-content p {
        font-size: 20px; } }

.slider-area-4 .owl-dots {
  top: 55%;
  right: 30px;
  position: absolute;
  left: auto; }
  .slider-area-4 .owl-dots .owl-dot {
    background: #756b6d none repeat scroll 0 0 !important; }
    .slider-area-4 .owl-dots .owl-dot.active {
      background: #ffffff none repeat scroll 0 0 !important;
      width: 50px; }
    .slider-area-4 .owl-dots .owl-dot:hover {
      background: #ffffff none repeat scroll 0 0 !important;
      width: 50px; }

.slider-area-5 .slider-content {
  top: 27%;
  left: 19%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider-area-5 .slider-content {
      top: 20%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .slider-area-5 .slider-content {
      top: 8%; } }
  @media (min-width: 480px) and (max-width: 575px) {
    .slider-area-5 .slider-content {
      top: 14%; } }
  @media (max-width: 479px) {
    .slider-area-5 .slider-content {
      top: 14%;
      left: 7%; } }
  .slider-area-5 .slider-content span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500; }
  .slider-area-5 .slider-content h2 {
    font-size: 50px;
    margin-bottom: 15px;
    padding-top: 50px; }
    @media only screen and (max-width: 575px) {
      .slider-area-5 .slider-content h2 {
        padding-top: 30px;
        font-size: 30px; } }
    .slider-area-5 .slider-content h2 span {
      font-size: 50px;
      color: #e3c210; }
      @media only screen and (max-width: 575px) {
        .slider-area-5 .slider-content h2 span {
          font-size: 30px; } }
  .slider-area-5 .slider-content p {
    font-size: 13px; }
  .slider-area-5 .slider-content h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px; }

.slider-area-5 .owl-dots {
  top: 40%;
  left: auto;
  position: absolute;
  right: 30px; }

.slider-area-6 .slider-content {
  left: auto;
  right: 10%;
  top: 34%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider-area-6 .slider-content {
      top: 20%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .slider-area-6 .slider-content {
      top: 17%; } }
  @media only screen and (max-width: 575px) {
    .slider-area-6 .slider-content {
      right: 0;
      top: 15%; } }
  @media (max-width: 479px) {
    .slider-area-6 .slider-content h2 {
      font-size: 25px; } }
  .slider-area-6 .slider-content h2 span {
    color: #194c6b; }

.slider-area-6 .slider-content-2 {
  left: 10%;
  right: auto;
  top: 34%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider-area-6 .slider-content-2 {
      top: 20%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .slider-area-6 .slider-content-2 {
      top: 17%; } }
  @media only screen and (max-width: 575px) {
    .slider-area-6 .slider-content-2 {
      left: 10%;
      top: 15%; } }

/*----------------------------------------*/
/*  23 - Components - Product
/*----------------------------------------*/
.urani-single_product {
  border: 1px solid #edecec;
  position: relative;
  border-radius: 3px; }
  .urani-single_product:hover {
    border-color: #194c6b; }
  .urani-single_product:hover .product-img .secondary-img {
    opacity: 1; }
  .urani-single_product:hover .product-img {
    border-color: #194c6b; }
  .urani-single_product:hover .urani-product_content {
    border-color: #194c6b; }

.sticker {
  position: absolute;
  z-index: 3;
  margin-top: 10px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  background: #31a2e2;
  margin-right: 20px;
  margin-top: 20px;
  right: 0;
  top: 0; }
  .sticker:before {
    position: absolute;
    content: "";
    width: 11.5px;
    height: 11.5px;
    border-bottom: 2px solid #31a2e2;
    border-left: 2px solid #31a2e2;
    top: 50%;
    margin-top: -5px;
    background: #31a2e2;
    left: -4px;
    transform: rotate(45deg); }

.sticker-2 {
  background: #e3c210; }
  .sticker-2:before {
    border-bottom: 2px solid #e3c210;
    border-left: 2px solid #e3c210;
    background: #e3c210; }

.product-img {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff; }
  .product-img > a {
    display: block; }

.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  width: 100%; }

.urani-product_content {
  padding: 0 15px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff; }

.product-desc_info {
  border-bottom: 1px solid #ebebeb; }

.rating-box ul li {
  display: inline-block; }

.rating-box ul i {
  color: #ffcd00; }

.rating-box ul .no-star i {
  color: #e3e3e3; }

.rating-box ul .half-star i {
  width: 50%;
  color: #e3e3e3; }

.product-name {
  font-size: 25px;
    color: #b00237;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 25px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
     /*overflow: hidden*/; }

.price-box .new-price {
  color: #c83c43;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px; }

.price-box .old-price {
  color: #7e7e7e;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px; }

.add-actions {
  padding: 20px 0; }
  .add-actions ul li a {
    color: #000000; }
    .add-actions ul li a i {
      font-size: 18px; }
  .add-actions ul li .urani-add_cart i {
    margin-right: 5px; }
  .add-actions ul li .urani-wishlist_link {
    padding-left: 10px; }

.add-actions ul li {
  display: inline-block; }
  .add-actions ul li:nth-child(n + 2) {
    float: right; }

/*===============================
=    Urani Product Two    			=
=================================*/
.urani-product_active-2 .urani-single_product:hover,
.urani-product_active-3 .urani-single_product:hover,
.urani-circle-countdown_product .urani-single_product:hover,
.urani-circle-countdown_product-2 .urani-single_product:hover,
.urani-circle-countdown_product-3 .urani-single_product:hover,
.urani-circle-countdown_product-4 .urani-single_product:hover,
.two-row_product .urani-single_product:hover,
.one-row_product .urani-single_product:hover {
  border-color: #e2ac3a; }

.urani-product_active-2 .urani-single_product:hover .product-img,
.urani-product_active-3 .urani-single_product:hover .product-img,
.urani-circle-countdown_product .urani-single_product:hover .product-img,
.urani-circle-countdown_product-2 .urani-single_product:hover .product-img,
.urani-circle-countdown_product-3 .urani-single_product:hover .product-img,
.urani-circle-countdown_product-4 .urani-single_product:hover .product-img,
.two-row_product .urani-single_product:hover .product-img,
.one-row_product .urani-single_product:hover .product-img {
  border-color: #e2ac3a; }

.urani-product_active-2 .urani-single_product:hover .urani-product_content,
.urani-product_active-3 .urani-single_product:hover .urani-product_content,
.urani-circle-countdown_product .urani-single_product:hover .urani-product_content,
.urani-circle-countdown_product-2 .urani-single_product:hover .urani-product_content,
.urani-circle-countdown_product-3 .urani-single_product:hover .urani-product_content,
.urani-circle-countdown_product-4 .urani-single_product:hover .urani-product_content,
.two-row_product .urani-single_product:hover .urani-product_content,
.one-row_product .urani-single_product:hover .urani-product_content {
  border-color: #e2ac3a; }

.urani-product_active-2 .urani-single_product .urani-product_content .product-desc_info h4 a:hover,
.urani-product_active-3 .urani-single_product .urani-product_content .product-desc_info h4 a:hover,
.urani-circle-countdown_product .urani-single_product .urani-product_content .product-desc_info h4 a:hover,
.urani-circle-countdown_product-2 .urani-single_product .urani-product_content .product-desc_info h4 a:hover,
.urani-circle-countdown_product-3 .urani-single_product .urani-product_content .product-desc_info h4 a:hover,
.urani-circle-countdown_product-4 .urani-single_product .urani-product_content .product-desc_info h4 a:hover,
.two-row_product .urani-single_product .urani-product_content .product-desc_info h4 a:hover,
.one-row_product .urani-single_product .urani-product_content .product-desc_info h4 a:hover {
  color: #194c6b !important; }

.urani-product_active-2 .urani-single_product .urani-product_content .add-actions ul li a:hover,
.urani-product_active-3 .urani-single_product .urani-product_content .add-actions ul li a:hover,
.urani-circle-countdown_product .urani-single_product .urani-product_content .add-actions ul li a:hover,
.urani-circle-countdown_product-2 .urani-single_product .urani-product_content .add-actions ul li a:hover,
.urani-circle-countdown_product-3 .urani-single_product .urani-product_content .add-actions ul li a:hover,
.urani-circle-countdown_product-4 .urani-single_product .urani-product_content .add-actions ul li a:hover,
.two-row_product .urani-single_product .urani-product_content .add-actions ul li a:hover,
.one-row_product .urani-single_product .urani-product_content .add-actions ul li a:hover {
  color: #194c6b !important; }

.urani-circle-countdown_product .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.urani-circle-countdown_product .slick-slide {
  padding-left: 15px;
  padding-right: 15px; }

.circle-countdown_area-4 .urani-circle-countdown_product-4 {
  border: 1px solid #e1e1e1; }
  .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product {
    border: none; }
    .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product:hover .product-img {
      border-color: transparent; }
    .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product:hover .urani-product_content {
      border-color: transparent; }
    .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content {
      padding-top: 95px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content {
          padding-top: 20px; } }
      .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .product-desc_info {
        border-bottom: none; }
        .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .product-desc_info h4 {
          margin-bottom: 20px; }
          .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .product-desc_info h4 a.product-name {
            font-size: 26px; }
          .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .product-desc_info h4 a:hover {
            color: #194c6b !important; }
      .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .short_desc {
        color: #000000;
        max-width: 570px;
        line-height: 24px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .short_desc {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; } }
      .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .cart-btn_wrap .cart-btn {
        background: #e3c210;
        display: block;
        width: 155px;
        height: 50px;
        line-height: 55px;
        text-align: center;
        color: #fff;
        border-radius: 5px; }
        .circle-countdown_area-4 .urani-circle-countdown_product-4 .urani-single_product .urani-product_content .cart-btn_wrap .cart-btn:hover {
          background: #31a2e2;
          color: #ffffff !important; }

.circle-countdown_area-5 .circle-countdown_nav {
  padding: 30px 30px 15px;
  z-index: 3;
  margin-top: -130px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .circle-countdown_area-5 .circle-countdown_nav {
      margin-top: 0; } }
  .circle-countdown_area-5 .circle-countdown_nav .urani-section_title h2 {
    color: #000000;
    font-weight: bold; }
  .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .product-desc_info {
    border-bottom: none; }
  .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide.slick-current {
    position: relative; }
    .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide.slick-current::before {
      content: "";
      position: absolute;
      right: -15px;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #e1e1e1;
      z-index: 9; }
      @media only screen and (max-width: 1199px) {
        .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide.slick-current::before {
          display: none; } }
  .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide .urani-single_product {
    border: none; }
    .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide .urani-single_product .product-img {
      border: none; }
    .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide .urani-single_product .urani-product_content {
      border: none; }
      .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide .urani-single_product .urani-product_content .product-desc_info h4 {
        margin-top: 10px; }
      .circle-countdown_area-5 .circle-countdown_nav .urani-circle-countdown_product-5 .single-product_slide .urani-single_product .urani-product_content .short_desc {
        color: #000000;
        line-height: 24px; }

@media only screen and (min-width: 1501px) {
  .circle-countdown_area-5 .container-fluid {
    padding-left: 60px;
    padding-right: 60px; } }

/*===========================================
=    Two Row With Four Slide Product   			=
=============================================*/
.two-row-with-four_slide .urani-section_title h2:after {
  background: #e2ac3a; }

.two-row-with-four_slide .category-thumbnail_product {
  background: #d3931f;
  width: 100%;
  height: 140px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .two-row-with-four_slide .category-thumbnail_product {
      height: 280px; } }
  @media (min-width: 480px) and (max-width: 575px) {
    .two-row-with-four_slide .category-thumbnail_product {
      height: 280px; } }
  @media (max-width: 479px) {
    .two-row-with-four_slide .category-thumbnail_product {
      height: 560px; } }
  .two-row-with-four_slide .category-thumbnail_product ul li {
    display: inline-block;
    text-align: center;
    float: left;
    background: #e2ac3a;
    margin: 10px 5px;
    width: 156px;
    color: #fff;
    min-height: 120px;
    cursor: pointer;
    padding-top: 25px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #e2ac3a;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .two-row-with-four_slide .category-thumbnail_product ul li {
        width: 122px;
        font-size: 13px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .two-row-with-four_slide .category-thumbnail_product ul li {
        width: 88px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .two-row-with-four_slide .category-thumbnail_product ul li {
        width: 116px; } }
    @media (min-width: 480px) and (max-width: 575px) {
      .two-row-with-four_slide .category-thumbnail_product ul li {
        width: 101px; } }
    @media (max-width: 479px) {
      .two-row-with-four_slide .category-thumbnail_product ul li {
        width: 131px; } }
    .two-row-with-four_slide .category-thumbnail_product ul li a .thumbnail-img {
      display: block;
      text-align: center; }
    .two-row-with-four_slide .category-thumbnail_product ul li a .thumbnail-name {
      color: #ffffff; }
    .two-row-with-four_slide .category-thumbnail_product ul li:first-child {
      margin-left: 8.5px;
      border: 1px solid #ffffff;
      background: transparent; }
    .two-row-with-four_slide .category-thumbnail_product ul li:hover {
      border-color: #ffffff;
      background: transparent; }

.category-thumbnail_product-2 {
  background: #383838;
  width: 100%;
  height: 100%;
  padding: 10px; }
  .category-thumbnail_product-2 ul li {
    display: inline-block;
    text-align: center;
    background: #4e4e4e;
    width: 49%;
    color: #fff;
    height: 112.2px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #4e4e4e;
    transition: all 0.3s ease-in-out;
    padding-top: 10px;
    margin-bottom: 5px; }
    @media (min-width: 1500px) {
      .category-thumbnail_product-2 ul li {
        height: 142.2px;
        padding-top: 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-thumbnail_product-2 ul li {
        width: 19.6%; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .category-thumbnail_product-2 ul li {
        width: 19.4%; } }
    .category-thumbnail_product-2 ul li:first-child {
      border: 1px solid #194c6b;
      background: #194c6b; }
    .category-thumbnail_product-2 ul li:hover {
      background: #194c6b;
      border-color: #194c6b; }
    .category-thumbnail_product-2 ul li a .thumbnail-img {
      display: block;
      text-align: center;
      padding-bottom: 16px; }
    .category-thumbnail_product-2 ul li a .thumbnail-name {
      color: #ffffff;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; }

/*===============================
=    Owl Carousel Navigation    =
=================================*/
.urani-product_active .owl-nav div,
.urani-product_active-2 .owl-nav div,
.urani-featured-product_active .owl-nav div,
.sp-carousel-active .owl-nav div {
  color: rgba(36, 36, 36, 0.15);
  display: block;
  left: -13px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 8;
  background: rgba(51, 51, 51, 0.3);
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%; }
  .urani-product_active .owl-nav div:hover,
  .urani-product_active-2 .owl-nav div:hover,
  .urani-featured-product_active .owl-nav div:hover,
  .sp-carousel-active .owl-nav div:hover {
    background: #194c6b; }
  .urani-product_active .owl-nav div.owl-next,
  .urani-product_active-2 .owl-nav div.owl-next,
  .urani-featured-product_active .owl-nav div.owl-next,
  .sp-carousel-active .owl-nav div.owl-next {
    right: 15px;
    left: auto; }

.urani-product_active:hover .owl-nav div,
.urani-product_active-2:hover .owl-nav div,
.urani-featured-product_active:hover .owl-nav div,
.sp-carousel-active:hover .owl-nav div {
  opacity: 1; }

.urani-featured-product_active .owl-nav div.owl-next {
  right: -13px;
  left: auto; }

.urani-product_active .owl-nav .owl-prev i,
.urani-product_active .owl-nav .owl-next i,
.urani-product_active-2 .owl-nav .owl-prev i,
.urani-product_active-2 .owl-nav .owl-next i,
.urani-featured-product_active .owl-nav .owl-prev i,
.urani-featured-product_active .owl-nav .owl-next i,
.sp-carousel-active .owl-nav .owl-prev i,
.sp-carousel-active .owl-nav .owl-next i {
  font-size: 22px;
  color: #ffffff; }

.urani-product_active .owl-nav div,
.urani-product_active-2 .owl-nav div {
  left: 0; }
  .urani-product_active .owl-nav div.owl-next,
  .urani-product_active-2 .owl-nav div.owl-next {
    left: auto;
    right: 0; }

.urani-product_active-2 .owl-nav div:hover {
  background: #e2ac3a; }

.urani-product_active-3 .owl-nav {
  position: absolute;
  top: 0;
  left: auto;
  right: 25px;
  transform: translate(24px, -80px);
  font-size: 25px;
  height: 50px;
  width: 50px;
  border-left: 1px solid #e1e1e1;
  line-height: 50px;
  color: rgba(149, 158, 164, 0.31); }
  .urani-product_active-3 .owl-nav div {
    transition: all 0.3s ease-in-out; }
    .urani-product_active-3 .owl-nav div:hover {
      color: #e2ac3a; }
  .urani-product_active-3 .owl-nav .owl-prev {
    left: 10px;
    right: auto;
    position: absolute; }
  .urani-product_active-3 .owl-nav .owl-next {
    left: 30px;
    right: auto;
    position: absolute; }

/*===============================
=   Slick Carousel Navigation   =
=================================*/
.urani-list-product .slick-arrow,
.urani-list-product-2 .slick-arrow,
.urani-list-product-3 .slick-arrow,
.urani-circle-countdown_product .slick-arrow,
.urani-circle-countdown_product-2 .slick-arrow,
.urani-circle-countdown_product-4 .slick-arrow,
.urani-circle-countdown_product-5 .slick-arrow,
.two-row_product .slick-arrow,
.sp-largeimages .slick-arrow,
.featured-pro-with-six_slide .slick-arrow,
.featured-pro-with-four_slide .slick-arrow,
.one-row_product-2 .slick-arrow {
  background: rgba(51, 51, 51, 0.3);
  color: #ffffff;
  border: none;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 25px; }
  .urani-list-product .slick-arrow:hover,
  .urani-list-product-2 .slick-arrow:hover,
  .urani-list-product-3 .slick-arrow:hover,
  .urani-circle-countdown_product .slick-arrow:hover,
  .urani-circle-countdown_product-2 .slick-arrow:hover,
  .urani-circle-countdown_product-4 .slick-arrow:hover,
  .urani-circle-countdown_product-5 .slick-arrow:hover,
  .two-row_product .slick-arrow:hover,
  .sp-largeimages .slick-arrow:hover,
  .featured-pro-with-six_slide .slick-arrow:hover,
  .featured-pro-with-four_slide .slick-arrow:hover,
  .one-row_product-2 .slick-arrow:hover {
    background: #194c6b; }
  .urani-list-product .slick-arrow.slick-next,
  .urani-list-product-2 .slick-arrow.slick-next,
  .urani-list-product-3 .slick-arrow.slick-next,
  .urani-circle-countdown_product .slick-arrow.slick-next,
  .urani-circle-countdown_product-2 .slick-arrow.slick-next,
  .urani-circle-countdown_product-4 .slick-arrow.slick-next,
  .urani-circle-countdown_product-5 .slick-arrow.slick-next,
  .two-row_product .slick-arrow.slick-next,
  .sp-largeimages .slick-arrow.slick-next,
  .featured-pro-with-six_slide .slick-arrow.slick-next,
  .featured-pro-with-four_slide .slick-arrow.slick-next,
  .one-row_product-2 .slick-arrow.slick-next {
    right: 0;
    left: auto; }

.urani-list-product:hover .slick-arrow,
.urani-list-product-2:hover .slick-arrow,
.urani-list-product-3:hover .slick-arrow,
.urani-circle-countdown_product:hover .slick-arrow,
.urani-circle-countdown_product-2:hover .slick-arrow,
.urani-circle-countdown_product-4:hover .slick-arrow,
.urani-circle-countdown_product-5:hover .slick-arrow,
.two-row_product:hover .slick-arrow,
.sp-largeimages:hover .slick-arrow,
.featured-pro-with-six_slide:hover .slick-arrow,
.featured-pro-with-four_slide:hover .slick-arrow,
.one-row_product-2:hover .slick-arrow {
  opacity: 1; }

.urani-circle-countdown_product .slick-arrow:hover,
.urani-circle-countdown_product-2 .slick-arrow:hover,
.urani-list-product-3 .slick-arrow:hover,
.urani-circle-countdown_product-4 .slick-arrow:hover,
.two-row_product .slick-arrow:hover,
.featured-pro-with-six_slide .slick-arrow:hover {
  background: #e2ac3a; }

.urani-circle-countdown_product-3 .slick-arrow,
.one-row_product .slick-arrow {
  position: absolute;
  right: 0;
  left: auto;
  transform: translate(0, -82px);
  font-size: 25px;
  background: transparent;
  border: none;
  top: 0;
  color: rgba(149, 158, 164, 0.31);
  height: 50px;
  width: 50px;
  padding: 0; }
  .urani-circle-countdown_product-3 .slick-arrow.slick-prev,
  .one-row_product .slick-arrow.slick-prev {
    left: auto;
    right: 20px;
    border-left: 1px solid #e1e1e1; }
  .urani-circle-countdown_product-3 .slick-arrow:hover,
  .one-row_product .slick-arrow:hover {
    background: transparent;
    color: #e2ac3a; }

.one-row_product .slick-arrow {
  transform: translate(0, -251px); }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .one-row_product .slick-arrow {
      transform: translate(0, -391px); } }
  @media (max-width: 479px) {
    .one-row_product .slick-arrow {
      display: none !important; } }
  .one-row_product .slick-arrow.slick-prev {
    left: auto;
    right: 35px; }
  .one-row_product .slick-arrow.slick-next {
    left: auto;
    right: 15px; }

.one-row_product-2 .slick-list {
  margin: 0 -15px; }

.one-row_product-2 .slick-slide {
  padding: 0 15px; }

.urani-multiple_section .urani-section_title {
  margin-bottom: 25px !important; }
  .urani-multiple_section .urani-section_title h2 {
    margin-bottom: 25px !important; }
    .urani-multiple_section .urani-section_title h2:after {
      background: #e2ac3a; }

.urani-multiple_section .urani-circle-countdown_product-2 .urani-single_product,
.urani-multiple_section .urani-circle-countdown_product-3 .urani-single_product {
  padding: 15px 15px 0; }
  .urani-multiple_section .urani-circle-countdown_product-2 .urani-single_product .product-img,
  .urani-multiple_section .urani-circle-countdown_product-3 .urani-single_product .product-img {
    border: none; }

.urani-multiple_section .urani-circle-countdown_product-2 .urani-product_content,
.urani-multiple_section .urani-circle-countdown_product-3 .urani-product_content {
  border: none;
  padding: 0; }
  .urani-multiple_section .urani-circle-countdown_product-2 .urani-product_content .product-desc_info,
  .urani-multiple_section .urani-circle-countdown_product-3 .urani-product_content .product-desc_info {
    border-bottom: none; }
  .urani-multiple_section .urani-circle-countdown_product-2 .urani-product_content .short_desc,
  .urani-multiple_section .urani-circle-countdown_product-3 .urani-product_content .short_desc {
    max-width: 445px;
    color: #000000;
    line-height: 24px; }
  .urani-multiple_section .urani-circle-countdown_product-2 .urani-product_content .add-actions,
  .urani-multiple_section .urani-circle-countdown_product-3 .urani-product_content .add-actions {
    border-top: 1px solid #e1e1e1;
    padding: 25px 0; }

.urani-multiple_section .urani-list-product-two_area .urani-list-product-2,
.urani-multiple_section .urani-list-product-two_area .urani-list-product-3 {
  border: 1px solid #e1e1e1;
  padding: 0 15px; }
  .urani-multiple_section .urani-list-product-two_area .urani-list-product-2 .urani-single-list_product,
  .urani-multiple_section .urani-list-product-two_area .urani-list-product-3 .urani-single-list_product {
    border-top: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: -1px; }

.urani-multiple_section .Urani-blog_gallery .blog-img .blog-time_schedule {
  background: #194c6b !important;
  top: 20px;
  left: 20px; }
  .urani-multiple_section .Urani-blog_gallery .blog-img .blog-time_schedule .post-info .post-period_date {
    border-bottom: none !important; }
  .urani-multiple_section .Urani-blog_gallery .blog-img .blog-time_schedule:after {
    border-color: transparent !important; }

.urani-multiple_section .Urani-blog_gallery.slick-dot-style ul.slick-dots li.slick-active button {
  background-color: #e2ac3a; }

.urani-multiple_section .Urani-blog_gallery.slick-dot-style ul.slick-dots li button:hover {
  background-color: #e2ac3a; }

@media only screen and (min-width: 1501px) {
  .urani-multiple_section .container-fluid {
    padding-left: 60px;
    padding-right: 60px; } }

.urani-multiple_section .home-left {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .urani-multiple_section .home-left {
      max-width: 25%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .urani-multiple_section .home-left {
      max-width: 25%; } }
  @media only screen and (max-width: 991px) {
    .urani-multiple_section .home-left {
      max-width: 100%; } }

.urani-multiple_section .home-right {
  -ms-flex: 0 0 780%;
  flex: 0 0 80%;
  max-width: 80%; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .urani-multiple_section .home-right {
      max-width: 75%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .urani-multiple_section .home-right {
      max-width: 75%; } }
  @media only screen and (max-width: 991px) {
    .urani-multiple_section .home-right {
      max-width: 100%; } }

.sp-largeimages .slick-arrow {
  background: transparent;
  width: auto !important;
  height: auto !important;
  font-size: 80px;
  color: #e1e1e1;
  transition: all 0.3s ease-in-out; }
  .sp-largeimages .slick-arrow:hover {
    background: transparent; }

.sp-largeimages .slick-prev {
  left: -38px; }

.sp-largeimages .slick-next {
  right: -38px !important; }

.sp-largeimages:hover .slick-prev {
  left: 0; }

.sp-largeimages:hover .slick-next {
  right: 0 !important; }

/*================================
=      Category Product          =
=================================*/
.urani-category-product {
  background-image: url("");
  position: relative;
  background-repeat: no-repeat;
  height: 425px;
  padding: 108px 0 0;
  margin: 0 0 285px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .urani-category-product {
      margin: 0 0 245px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .urani-category-product {
      margin: 0 0 245px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .urani-category-product {
      margin: 0 0 265px; } }
  @media (min-width: 480px) and (max-width: 575px) {
    .urani-category-product {
      margin: 0 0 245px; } }
  @media (max-width: 479px) {
    .urani-category-product {
      margin: 0 0 300px; } }

.urani-category-product_active .urani-category-pro_item .category-pro_img:before {
  content: "";
  background-image: url("");
  background-repeat: no-repeat;
  height: 100px;
  display: block;
  background-position: top; }

.urani-category-pro_item {
  border-radius: 3px 3px 0px 0px; }

.urani-category-product .row .owl-item:nth-child(4n + 2) .category-pro_img:before {
  background-image: url(""); }

.urani-category-product .row .owl-item:nth-child(4n + 3) .category-pro_img:before {
  background-image: url(""); }

.urani-category-product .row .owl-item:nth-child(4n + 4) .category-pro_img:before {
  background-image: url(""); }

.category-pro_img img {
  transform: translateY(70px); }

.category-pro_name {
  font-size: 14px;
  text-align: center; }

.category-pro-lower_item {
  padding: 80px 0 30px;
  text-align: center;
  border: 2px solid #edecec;
  border-top: transparent;
  transition: all 0.3s ease-in-out; }

.urani-category-pro_item:hover .category-pro-lower_item {
  border-color: #1bbc9d; }

.urani-category-product .row .owl-item:nth-child(4n + 2) .urani-category-pro_item:hover .category-pro-lower_item {
  border-color: #2fcc71; }

.urani-category-product .row .owl-item:nth-child(4n + 3) .urani-category-pro_item:hover .category-pro-lower_item {
  border-color: #3598dc; }

.urani-category-product .row .owl-item:nth-child(4n + 4) .urani-category-pro_item:hover .category-pro-lower_item {
  border-color: #9c59b8; }

.category-pro-list li {
  padding-bottom: 10px; }
  .category-pro-list li a {
    color: #000000; }

/*================================
=      Featured Product          =
=================================*/
.urani-featured-product {
  background-image: url("");
  padding: 55px 0 60px;
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 479px) {
    .urani-featured-product {
      padding: 55px 0 40px; } }

.featured-pro-with-six_slide .slick-list,
.featured-pro-with-four_slide .slick-list {
  margin: 0 -15px; }

.featured-pro-with-six_slide .slick-slide,
.featured-pro-with-four_slide .slick-slide {
  padding: 0 15px; }

.featured-pro-with-six_slide .urani-single_product,
.featured-pro-with-four_slide .urani-single_product {
  transition: all 0.3s ease-in-out; }
  .featured-pro-with-six_slide .urani-single_product .product-img,
  .featured-pro-with-four_slide .urani-single_product .product-img {
    border: none; }
  .featured-pro-with-six_slide .urani-single_product .urani-product_content,
  .featured-pro-with-four_slide .urani-single_product .urani-product_content {
    border: none; }
    .featured-pro-with-six_slide .urani-single_product .urani-product_content .product-desc_info h4 .product-name,
    .featured-pro-with-four_slide .urani-single_product .urani-product_content .product-desc_info h4 .product-name {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; }
      .featured-pro-with-six_slide .urani-single_product .urani-product_content .product-desc_info h4 .product-name:hover,
      .featured-pro-with-four_slide .urani-single_product .urani-product_content .product-desc_info h4 .product-name:hover {
        color: #194c6b !important; }
    .featured-pro-with-six_slide .urani-single_product .urani-product_content .add-actions ul li a,
    .featured-pro-with-four_slide .urani-single_product .urani-product_content .add-actions ul li a {
      font-size: 13px; }
      .featured-pro-with-six_slide .urani-single_product .urani-product_content .add-actions ul li a:hover,
      .featured-pro-with-four_slide .urani-single_product .urani-product_content .add-actions ul li a:hover {
        color: #194c6b !important; }
      .featured-pro-with-six_slide .urani-single_product .urani-product_content .add-actions ul li a i,
      .featured-pro-with-four_slide .urani-single_product .urani-product_content .add-actions ul li a i {
        font-size: 13px; }
  .featured-pro-with-six_slide .urani-single_product:hover,
  .featured-pro-with-four_slide .urani-single_product:hover {
    border-color: transparent;
    box-shadow: 7px 7px 15px 0 rgba(222, 223, 226, 0.51); }
    .featured-pro-with-six_slide .urani-single_product:hover .product-img,
    .featured-pro-with-four_slide .urani-single_product:hover .product-img {
      border-color: transparent; }
    .featured-pro-with-six_slide .urani-single_product:hover .urani-product_content,
    .featured-pro-with-four_slide .urani-single_product:hover .urani-product_content {
      border-color: transparent; }

/*================================
=     Urani's List Product      =
=================================*/
.urani-list-product_wrap .urani-section_title {
  margin: 0 0 25px !important; }
  .urani-list-product_wrap .urani-section_title h2 {
    font-weight: 700;
    color: #000000;
    line-height: 26px;
    font-size: 18px; }

.urani-list-product_wrap .urani-single-list_product {
  border: 1px solid #ededed;
  border-radius: 3px; }
  .urani-list-product_wrap .urani-single-list_product:hover .list-product_img:before {
    transform: scale(1); }
  .urani-list-product_wrap .urani-single-list_product:hover .list-product_img .secondary-img {
    opacity: 1; }
  .urani-list-product_wrap .urani-single-list_product:hover .list-product_img .urani-add_cart {
    transform: scale(1);
    color: #ffffff !important; }
  .urani-list-product_wrap .urani-single-list_product .list-product_img {
    position: relative;
    float: left;
    width: 34%; }
    .urani-list-product_wrap .urani-single-list_product .list-product_img:before {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: 10px;
      right: 10px;
      background: rgba(51, 156, 205, 0.8);
      transform: scale(0);
      transition: all 0.3s ease-in-out;
      z-index: 9; }
    .urani-list-product_wrap .urani-single-list_product .list-product_img .urani-add_cart {
      position: absolute;
      top: 34%;
      left: 0;
      right: 0;
      text-align: center;
      color: #ffffff;
      font-size: 30px;
      transform: scale(0);
      transition: all 0.3s ease-in-out;
      z-index: 9; }
  .urani-list-product_wrap .urani-single-list_product .urani-list-product_content {
    width: 65%;
    float: right; }

/*================================================
=     Urani's Product With Circle Countdown      =
==================================================*/
.urani-product_wrap-2 .urani-section_title {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 991px) {
    .urani-product_wrap-2 .urani-section_title {
      margin-bottom: 30px !important; } }
  .urani-product_wrap-2 .urani-section_title h2 {
    color: #252525;
    font-weight: bold;
    line-height: 0.85; }
    .urani-product_wrap-2 .urani-section_title h2:after {
      background: #c28516;
      height: 3px;
      bottom: -2px; }

.time-circles_area .urani-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 120px; }
  @media only screen and (max-width: 1199px) {
    .time-circles_area .urani-circle_countdown {
      height: 104px; } }
  .time-circles_area .urani-circle_countdown .time_circles {
    position: relative;
    width: 100%;
    height: 100%; }
    .time-circles_area .urani-circle_countdown .time_circles > div {
      position: absolute;
      text-align: center;
      width: auto !important; }
      .time-circles_area .urani-circle_countdown .time_circles > div > h4 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        text-transform: capitalize;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -67px;
        font-size: 14px !important;
        color: #999;
        font-family: 'texgyreadventor-bold'}
        @media (min-width: 992px) and (max-width: 1199px) {
          .time-circles_area .urani-circle_countdown .time_circles > div > h4 {
            bottom: -55px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .time-circles_area .urani-circle_countdown .time_circles > div > h4 {
            bottom: -60px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .time-circles_area .urani-circle_countdown .time_circles > div > h4 {
            bottom: -65px; } }
        @media (max-width: 479px) {
          .time-circles_area .urani-circle_countdown .time_circles > div > h4 {
            bottom: -54px; } }
      .time-circles_area .urani-circle_countdown .time_circles > div > span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px !important;
        font-weight: 500;
        margin-top: 5px; }
    .time-circles_area .urani-circle_countdown .time_circles .textDiv_Days {
      position: absolute !important;
      left: 30px !important; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Days {
          left: 18px !important;
          top: 25px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Days {
          left: 25px !important;
          top: 28px !important; } }
      @media (max-width: 479px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Days {
          left: 20px !important;
          top: 25px !important; } }
    .time-circles_area .urani-circle_countdown .time_circles .textDiv_Hours {
      position: absolute !important;
      left: 132px !important; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Hours {
          left: 99px !important;
          top: 25px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Hours {
          left: 117px !important;
          top: 28px !important; } }
      @media (max-width: 479px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Hours {
          left: 102px !important;
          top: 25px !important; } }
    .time-circles_area .urani-circle_countdown .time_circles .textDiv_Minutes {
      position: absolute !important;
      left: 222px !important; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Minutes {
          left: 171px !important;
          top: 25px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Minutes {
          left: 197px !important;
          top: 28px !important; } }
      @media (max-width: 479px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Minutes {
          left: 173px !important;
          top: 25px !important; } }
    .time-circles_area .urani-circle_countdown .time_circles .textDiv_Seconds {
      position: absolute !important;
      left: 313px !important; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Seconds {
          left: 243px !important;
          top: 25px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Seconds {
          left: 280px !important;
          top: 28px !important; } }
      @media (max-width: 479px) {
        .time-circles_area .urani-circle_countdown .time_circles .textDiv_Seconds {
          left: 245px !important;
          top: 25px !important; } }
    .time-circles_area .urani-circle_countdown .time_circles canvas {
      max-width: 100%; }

.time-circles_area-2 .urani-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 150px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .time-circles_area-2 .urani-circle_countdown {
      height: 135px; } }
  @media (min-width: 480px) and (max-width: 575px) {
    .time-circles_area-2 .urani-circle_countdown {
      height: 145px; } }
  @media (max-width: 479px) {
    .time-circles_area-2 .urani-circle_countdown {
      height: 125px; } }
  .time-circles_area-2 .urani-circle_countdown .time_circles {
    position: relative;
    width: 100%;
    height: 100%; }
    .time-circles_area-2 .urani-circle_countdown .time_circles > div {
      position: absolute;
      text-align: center;
      width: auto !important; }
      .time-circles_area-2 .urani-circle_countdown .time_circles > div > h4 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        text-transform: capitalize;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -67px;
        font-size: 14px !important;
        color: #999;
        font-family: 'texgyreadventor-bold'}
        @media (min-width: 992px) and (max-width: 1199px) {
          .time-circles_area-2 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -60px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .time-circles_area-2 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -60px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .time-circles_area-2 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -65px; } }
        @media (max-width: 479px) {
          .time-circles_area-2 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -58px; } }
      .time-circles_area-2 .urani-circle_countdown .time_circles > div > span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px !important;
        font-weight: 500;
        margin-top: 5px; }
    .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Days {
      position: absolute !important;
      left: 13px !important;
      top: 35px !important; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Days {
          left: 3px !important;
          top: 25px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Days {
          left: 7px !important;
          top: 27px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Days {
          left: 2px !important;
          top: 21px !important; } }
    .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Hours {
      position: absolute !important;
      left: 116px !important;
      top: 35px !important; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Hours {
          left: 85px !important;
          top: 25px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Hours {
          left: 95px !important;
          top: 27px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Hours {
          left: 75px !important;
          top: 21px !important; } }
    .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Minutes {
      position: absolute !important;
      left: 206px !important;
      top: 35px !important; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Minutes {
          left: 160px !important;
          top: 25px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Minutes {
          left: 174px !important;
          top: 27px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Minutes {
          left: 139px !important;
          top: 21px !important; } }
    .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Seconds {
      position: absolute !important;
      left: 298px !important;
      top: 35px !important; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Seconds {
          left: 230px !important;
          top: 25px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Seconds {
          left: 255px !important;
          top: 27px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles .textDiv_Seconds {
          left: 203px !important;
          top: 21px !important; } }
    .time-circles_area-2 .urani-circle_countdown .time_circles canvas {
      max-width: 75%;
      margin-left: -15px; }
      @media (max-width: 479px) {
        .time-circles_area-2 .urani-circle_countdown .time_circles canvas {
          max-width: 100%; } }

.time-circles_area-3 .urani-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 150px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .time-circles_area-3 .urani-circle_countdown {
      height: 115px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .time-circles_area-3 .urani-circle_countdown {
      height: 120px; } }
  @media (min-width: 480px) and (max-width: 575px) {
    .time-circles_area-3 .urani-circle_countdown {
      height: 120px; } }
  @media (max-width: 479px) {
    .time-circles_area-3 .urani-circle_countdown {
      height: 100px; } }
  .time-circles_area-3 .urani-circle_countdown .time_circles {
    position: relative;
    width: 100%;
    height: 100%; }
    .time-circles_area-3 .urani-circle_countdown .time_circles > div {
      position: absolute;
      text-align: center;
      width: auto !important; }
      .time-circles_area-3 .urani-circle_countdown .time_circles > div > h4 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        text-transform: capitalize;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -77px;
        font-size: 14px !important;
        color: #999;
        font-family: 'texgyreadventor-bold'}
        @media (min-width: 768px) and (max-width: 991px) {
          .time-circles_area-3 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -60px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .time-circles_area-3 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -65px; } }
        @media (min-width: 480px) and (max-width: 575px) {
          .time-circles_area-3 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -65px; } }
        @media (max-width: 479px) {
          .time-circles_area-3 .urani-circle_countdown .time_circles > div > h4 {
            bottom: -56px; } }
      .time-circles_area-3 .urani-circle_countdown .time_circles > div > span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px !important;
        font-weight: 500;
        margin-top: 5px; }
    .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Days {
      position: absolute !important;
      left: 25px !important;
      top: 44px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Days {
          top: 25px !important;
          left: 4px !important; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Days {
          top: 25px !important;
          left: 4px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Days {
          top: 25px !important;
          left: 4px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Days {
          top: 18px !important;
          left: -4px !important; } }
    .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Hours {
      position: absolute !important;
      left: 147px !important;
      top: 44px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Hours {
          top: 25px !important;
          left: 86px !important; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Hours {
          top: 25px !important;
          left: 86px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Hours {
          top: 25px !important;
          left: 86px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Hours {
          top: 18px !important;
          left: 67px !important; } }
    .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Minutes {
      position: absolute !important;
      left: 262px !important;
      top: 44px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Minutes {
          top: 25px !important;
          left: 158px !important; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Minutes {
          top: 25px !important;
          left: 158px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Minutes {
          top: 25px !important;
          left: 158px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Minutes {
          top: 18px !important;
          left: 128px !important; } }
    .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Seconds {
      position: absolute !important;
      left: 374px !important;
      top: 44px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Seconds {
          top: 25px !important;
          left: 230px !important; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Seconds {
          top: 25px !important;
          left: 230px !important; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Seconds {
          top: 25px !important;
          left: 230px !important; } }
      @media (max-width: 479px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles .textDiv_Seconds {
          top: 18px !important;
          left: 186px !important; } }
    .time-circles_area-3 .urani-circle_countdown .time_circles canvas {
      max-width: 75%;
      margin-left: -15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles canvas {
          max-width: 97%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles canvas {
          max-width: 100%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles canvas {
          max-width: 65%; } }
      @media (max-width: 479px) {
        .time-circles_area-3 .urani-circle_countdown .time_circles canvas {
          max-width: 100%; } }

.time-circles_area-4 .urani-circle_countdown-2 {
  display: inline-block;
  width: 770px !important;
  height: 110px; }
  @media (max-width: 479px) {
    .time-circles_area-4 .urani-circle_countdown-2 {
      width: 630px !important;
      height: 103px; } }
  .time-circles_area-4 .urani-circle_countdown-2 .time_circles {
    position: relative;
    width: 100%;
    height: 100%; }
    .time-circles_area-4 .urani-circle_countdown-2 .time_circles > div {
      position: absolute;
      text-align: center;
      width: auto !important; }
      .time-circles_area-4 .urani-circle_countdown-2 .time_circles > div > h4 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        text-transform: capitalize;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -60px;
        font-size: 14px !important;
        color: #999;
        font-family: 'texgyreadventor-bold'}
      .time-circles_area-4 .urani-circle_countdown-2 .time_circles > div > span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px !important;
        font-weight: 500;
        margin-top: 5px; }
    .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Days {
      position: absolute !important;
      left: 5px !important;
      top: 25px !important; }
      @media (max-width: 479px) {
        .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Days {
          left: -4px !important;
          top: 18px !important; } }
    .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Hours {
      position: absolute !important;
      left: 85px !important;
      top: 25px !important; }
      @media (max-width: 479px) {
        .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Hours {
          left: 65px !important;
          top: 18px !important; } }
    .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Minutes {
      position: absolute !important;
      left: 158px !important;
      top: 25px !important; }
      @media (max-width: 479px) {
        .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Minutes {
          left: 129px !important;
          top: 18px !important; } }
    .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Seconds {
      position: absolute !important;
      left: 230px !important;
      top: 25px !important; }
      @media (max-width: 479px) {
        .time-circles_area-4 .urani-circle_countdown-2 .time_circles .textDiv_Seconds {
          left: 183px !important;
          top: 18px !important; } }
    .time-circles_area-4 .urani-circle_countdown-2 .time_circles canvas {
      max-width: 65%;
      margin-left: -15px; }

.sp-countdown_area .urani-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 120px; }
  @media only screen and (max-width: 1199px) {
    .sp-countdown_area .urani-circle_countdown {
      height: 104px; } }
  .sp-countdown_area .urani-circle_countdown .time_circles {
    position: relative;
    width: 100%;
    height: 100%; }
    .sp-countdown_area .urani-circle_countdown .time_circles > div {
      position: absolute;
      text-align: center;
      width: auto !important; }
      .sp-countdown_area .urani-circle_countdown .time_circles > div > h4 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        text-transform: capitalize;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -67px;
        font-size: 14px !important;
        color: #999;
        font-family: 'texgyreadventor-bold'}
      .sp-countdown_area .urani-circle_countdown .time_circles > div > span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px !important;
        font-weight: 500;
        margin-top: 5px; }
    .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Days {
      position: absolute !important;
      left: 22px !important;
      top: 27px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Days {
          left: 18px !important;
          top: 25px !important; } }
    .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Hours {
      position: absolute !important;
      left: 110px !important;
      top: 27px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Hours {
          left: 97px !important;
          top: 25px !important; } }
    .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Minutes {
      position: absolute !important;
      left: 188px !important;
      top: 27px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Minutes {
          left: 168px !important;
          top: 25px !important; } }
    .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Seconds {
      position: absolute !important;
      left: 265px !important;
      top: 27px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sp-countdown_area .urani-circle_countdown .time_circles .textDiv_Seconds {
          left: 238px !important;
          top: 25px !important; } }
    .sp-countdown_area .urani-circle_countdown .time_circles canvas {
      max-width: 65%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sp-countdown_area .urani-circle_countdown .time_circles canvas {
          max-width: 82%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sp-countdown_area .urani-circle_countdown .time_circles canvas {
          max-width: 100%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .sp-countdown_area .urani-circle_countdown .time_circles canvas {
          max-width: 85%; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .sp-countdown_area .urani-circle_countdown .time_circles canvas {
          max-width: 98%; } }
      @media (max-width: 479px) {
        .sp-countdown_area .urani-circle_countdown .time_circles canvas {
          max-width: 435px; } }

/*================================================
=          Urani's Product Wrap Three            =
==================================================*/
.urani-product_wrap-3 .product-tab {
  float: left;
  width: 100%;
  display: inline-block; }
  .urani-product_wrap-3 .product-tab ul.product-menu-2 {
    float: right;
    padding-right: 50px; }
    .urani-product_wrap-3 .product-tab ul.product-menu-2 li {
      display: inline-block;
      margin-right: 20px;
      line-height: 52px; }
      .urani-product_wrap-3 .product-tab ul.product-menu-2 li a {
        color: #252525;
        font-weight: normal;
        font-size: 14px;
        display: block;
        text-transform: capitalize; }
        .urani-product_wrap-3 .product-tab ul.product-menu-2 li a.active {
          color: #194c6b !important; }
        .urani-product_wrap-3 .product-tab ul.product-menu-2 li a:hover {
          color: #194c6b !important; }
  .urani-product_wrap-3 .product-tab.urani-section_title-2 h2 {
    display: inline-block; }

/*----------------------------------------*/
/*  24 - Components - Tabs
/*----------------------------------------*/
.tab-content {
  width: 100%; }
  .tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; }
    .tab-content .tab-pane.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      overflow: visible; }

.product-tab {
  display: flex;
  justify-content: center; }

.product-menu {
  border-bottom: 1px solid #e5e5e5; }
  .product-menu li {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    @media (max-width: 479px) {
      .product-menu li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
    .product-menu li a {
      text-transform: uppercase;
      cursor: pointer;
      color: #252525;
      font-weight: bold;
      font-size: 14px; }
      .product-menu li a:before {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        height: 3px;
        width: 0;
        background: #194c6b;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
      .product-menu li a.active:before {
        opacity: 1;
        width: 100%; }
      .product-menu li a:hover:before {
        opacity: 1;
        width: 100%; }
      .product-menu li a.active {
        color: #194c6b; }

.pro-tab-short_desc p {
  max-width: 650px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin: 0 auto;
  line-height: 24px; }
  @media only screen and (max-width: 991px) {
    .pro-tab-short_desc p {
      padding: 0; } }

.urani-product_wrap-2 .product-tab {
  justify-content: flex-start; }
  .urani-product_wrap-2 .product-tab .product-menu {
    width: 100%; }
    .urani-product_wrap-2 .product-tab .product-menu li a {
      font-size: 18px;
      font-weight: bold;
      color: #b7b7b7; }
      .urani-product_wrap-2 .product-tab .product-menu li a.active {
        color: #252525; }
      .urani-product_wrap-2 .product-tab .product-menu li a:hover {
        color: #252525 !important; }
      .urani-product_wrap-2 .product-tab .product-menu li a:before {
        background: #c28516; }

/*----------------------------------------*/
/*  25 - Components - Animation
/*----------------------------------------*/
/* Urani's Animation Style One */
.owl-item.active {
  /* Urani's Animation Style Two */ }
  .owl-item.active .animation-style-01 .slider-content p,
  .owl-item.active .animation-style-01 .slider-content-2 p {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight; }
  .owl-item.active .animation-style-01 .slider-content h2 {
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running slideInRight;
    animation: 900ms ease-in-out 0s normal none 1 running slideInRight; }
  .owl-item.active .animation-style-01 .slider-content h3 {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft;
    animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft; }
  .owl-item.active .animation-style-01 .slider-content-2 h3 {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft;
    animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft; }
  .owl-item.active .animation-style-01 .slider-content .slide-btn {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight; }
  .owl-item.active .animation-style-01 .slider-content-2 .slide-btn {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight; }
  .owl-item.active .animation-style-01 .slider-content-2 .img-slide {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running slideInUp;
    animation: 1000ms ease-in-out 0s normal none 1 running slideInUp; }
  .owl-item.active .animation-style-02 .slider-content-2 .img-slide {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running slideInUp;
    animation: 1000ms ease-in-out 0s normal none 1 running slideInUp; }
  .owl-item.active .animation-style-02 .slider-content p,
  .owl-item.active .animation-style-02 .slider-content-2 p {
    -webkit-animation: 2500ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 2500ms ease-in-out 0s normal none 1 running bounceInDown; }
  .owl-item.active .animation-style-02 .slider-content h2 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running slideInLeft;
    animation: 1200ms ease-in-out 0s normal none 1 running slideInLeft; }
  .owl-item.active .animation-style-02 .slider-content h3 {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp; }
  .owl-item.active .animation-style-02 .slider-content-2 h3 {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp; }
  .owl-item.active .animation-style-02 .slider-content .slide-btn,
  .owl-item.active .animation-style-02 .slider-content-2 .slide-btn {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp; }

.slide-in-right {
  -webkit-animation: slide-in-right 4s linear infinite alternate both;
  animation: slide-in-right 4s linear infinite alternate both; }

.slide-in-right h3{
      color: #ffffff;
    font-size: 15px;
    font-weight: 600; }

/* ----------------------------------------------
 * Generated by Animista on 2019-1-7 17:0:13
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/*Top Up Keyframes*/
@-webkit-keyframes uraniSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes uraniSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/*----------------------------------------*/
/*  26 - Components - Banner
/*----------------------------------------*/
.banner a,
.banner-2 a {
  overflow: hidden;
  display: block;
  position: relative; }

.banner:before,
.banner-2:before {
  background: rgba(0, 0, 0, 0.18);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2; }

.banner:hover:before,
.banner-2:hover:before {
  opacity: 1; }

.banner img,
.banner-2 img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%; }
  .banner img:hover,
  .banner-2 img:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.banner-2:before {
  height: auto;
  width: auto; }

/*----------------------------------------*/
/*  27 - Components - Newsletters
/*----------------------------------------*/
.urani-newsletters .newsletters-info h2 span,
.urani-newsletters-2 .newsletters-info h2 span {
  color: #194c6b; }

@media (max-width: 479px) {
  .urani-newsletters .newsletters-info h2,
  .urani-newsletters-2 .newsletters-info h2 {
    font-size: 20px; text-align: center; } }

.urani-newsletters .newsletters-info .short_desc,
.urani-newsletters-2 .newsletters-info .short_desc {
  color: #ffffff;
  line-height: 24px;
  font-size: 14px; }

.newsletter-form_wrap .subscribe-form {
  width: 100%; }
  @media (max-width: 479px) {
    .newsletter-form_wrap .subscribe-form {
      text-align: center; } }
  .newsletter-form_wrap .subscribe-form input {
    height: 50px;
    width: 75%;
    background: #194c6b;
    position: relative;
    border: 2px solid #ffffff;
    padding: 0 20px;
    color: #ffffff; }
    .newsletter-form_wrap .subscribe-form input::placeholder {
      color: #ffffff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .newsletter-form_wrap .subscribe-form input {
        width: 80%; } }
    @media (min-width: 480px) and (max-width: 575px) {
      .newsletter-form_wrap .subscribe-form input {
        width: 70%; } }
    @media (max-width: 479px) {
      .newsletter-form_wrap .subscribe-form input {
        width: 100%;
        display: block; } }
  .newsletter-form_wrap .subscribe-form .newsletter-btn,
  .newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
    height: 50px;
    width: 280px;
    background: #000000;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    float: right; }
    .newsletter-form_wrap .subscribe-form .newsletter-btn:hover,
    .newsletter-form_wrap .subscribe-form .newsletter-btn-2:hover {
      background: #333 !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .newsletter-form_wrap .subscribe-form .newsletter-btn,
      .newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
        width: 100px;
        font-size: 13px; } }
    @media (max-width: 479px) {
      .newsletter-form_wrap .subscribe-form .newsletter-btn,
      .newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
        width: 100%;
        font-size: 13px;
        float: unset;
        max-width: 210px;
        text-align: center;
        margin-top: 25px; } }
  .newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
    background: #194c6b; }

.urani-newsletters-2 .newsletter-form_wrap .subscribe-form input {
  background: #e2ac3a; }

.urani-newsletters-2 .newsletter-form_wrap .subscribe-form .newsletter-btn {
  background: #000000;
    font-size: 25px; }

.urani-newsletters-3 .newsletter-form_wrap .subscribe-form input {
  background: #4c3d42; }

.urani-newsletters-3 .newsletter-form_wrap .subscribe-form .newsletter-btn {
  background: #e2ac3a; }

.urani-newsletters-4 .newsletters-info {
  padding-top: 160px; }

.urani-newsletters-4 .newsletter-form_wrap {
  padding: 150px 0 60px; }
  @media only screen and (max-width: 991px) {
    .urani-newsletters-4 .newsletter-form_wrap {
      padding: 40px 0 60px; } }
  .urani-newsletters-4 .newsletter-form_wrap input {
    border: 1px solid #d7d7d7;
    background: transparent; }

.popup_wrapper {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999; }
  .popup_wrapper .test {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    height: 390px;
    left: 0;
    margin: auto;
    max-width: 790px;
    padding: 25px 50px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 479px) {
      .popup_wrapper .test {
        padding: 25px 30px; } }
    .popup_wrapper .test .popup_off {
      background: #666666 none repeat scroll 0 0;
      border: 1px solid #ffffff;
      color: #ffffff;
      cursor: pointer;
      display: block;
      font-size: 11px;
      font-weight: 500;
      height: 25px;
      line-height: 25px;
      position: absolute;
      right: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      top: -26px;
      -webkit-transition: all 0.3s ease-in 0s;
      transition: all 0.3s ease-in 0s;
      width: 75px; }
      .popup_wrapper .test .popup_off:hover {
        background: #cb9a00 none repeat scroll 0 0; }
  .popup_wrapper .subscribe_area h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000000; }
  .popup_wrapper .subscribe_area p {
    margin: 0 auto;
    font-size: 18px;
    max-width: 580px; }
    @media (max-width: 479px) {
      .popup_wrapper .subscribe_area p {
        font-size: 14px; } }
  .popup_wrapper .subscribe_area .subscribe-form-group {
    margin-top: 15px; }
    .popup_wrapper .subscribe_area .subscribe-form-group form input {
      background: #eaeaea none repeat scroll 0 0;
      border: 0 none;
      color: #666;
      height: 41px;
      line-height: 20px;
      padding: 0 20px;
      width: 380px; }
      @media (max-width: 479px) {
        .popup_wrapper .subscribe_area .subscribe-form-group form input {
          width: 100%; } }
    .popup_wrapper .subscribe_area .subscribe-form-group form button {
      background: #cb9a00 none repeat scroll 0 0;
      border: 0 none;
      color: #fff;
      display: block;
      font-size: 12px;
      font-weight: 600;
      line-height: 38px;
      margin: 20px auto;
      padding: 2px 20px 0;
      text-transform: uppercase;
      transition: all 0.3s ease-in-out 0s; }
      .popup_wrapper .subscribe_area .subscribe-form-group form button:hover {
        background: #303030 none repeat scroll 0 0;
        color: #fff; }
  .popup_wrapper .subscribe_area .subscribe-bottom input {
    height: 15px;
    line-height: 15px;
    max-width: 15px;
    vertical-align: middle; }
  .popup_wrapper .subscribe_area .subscribe-bottom label {
    font-size: 14px;
    margin: 0;
    vertical-align: middle; }

/*----------------------------------------*/
/*  42 - Pages - Shop
/*----------------------------------------*/
.urani-sidebar_categories .urani-section_title {
  border-bottom: 2px solid #e1e1e1; }
  .urani-sidebar_categories .urani-section_title h2 {
    color: #000000;
    font-weight: 700;
    line-height: 26px; }
    .urani-sidebar_categories .urani-section_title h2:after {
      height: 2px;
      bottom: -2px; }

.urani-sidebar_categories .sidebar-categories_menu ul li.sidebar-categories_heading {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600; }

.urani-sidebar_categories .sidebar-categories_menu ul li.has-sub {
  padding-top: 18px; }
  .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub:last-child {
    padding-top: 0; }
  .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul {
    display: none; }
    .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li {
      transition: all 0.3s ease-in-out; }
      .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li input[type="checkbox"],
      .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li input[type="radio"] {
        vertical-align: middle; }
      .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li a {
        color: #000000;
        font-weight: 500;
        display: inline-block;
        padding-bottom: 20px;
        padding-left: 15px; }
        .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li a:hover {
          padding-left: 25px; }
  .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > a {
    color: #000000;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    position: relative; }
    .urani-sidebar_categories .sidebar-categories_menu ul li.has-sub > a:after {
      color: #000000;
      content: "\f078";
      font-family: fontawesome;
      font-size: 10px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }

.urani-sidebar_categories .sidebar-categories_menu ul li.open > a {
  color: #194c6b; }
  .urani-sidebar_categories .sidebar-categories_menu ul li.open > a:after {
    color: #194c6b;
    content: "\f077";
    font-family: fontawesome;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }

.shopbar-with_banner .shopbar-heading h2 {
  color: #000000;
  font-size: 30px; }
  @media (max-width: 479px) {
    .shopbar-with_banner .shopbar-heading h2 {
      font-size: 25px; } }

.shopbar-with_banner .shop-topbar {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 479px) {
    .shopbar-with_banner .shop-topbar {
      display: inline-block; } }
  .shopbar-with_banner .shop-topbar .shopbar-inner {
    display: flex;
    width: 100%;
    flex-direction: row-reverse; }
    @media (max-width: 479px) {
      .shopbar-with_banner .shop-topbar .shopbar-inner {
        display: inline-block;
        width: auto; } }
    .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
      display: flex;
      width: 40%;
      justify-content: flex-end; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
          width: 60%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
          width: 50%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
          width: 80%; } }
      @media (min-width: 480px) and (max-width: 575px) {
        .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
          width: 100%; } }
      @media (max-width: 479px) {
        .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
          width: auto;
          display: inline-block; } }
      .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li {
        padding-right: 10px; }
        .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li:last-child {
          padding-right: 0; }
        .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a {
          width: 46px;
          height: 46px;
          line-height: 46px;
          display: block;
          text-align: center;
          border: 1px solid #e1e1e1;
          color: #e1e1e1;
          font-size: 22px; }
          @media (max-width: 479px) {
            .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a {
              width: 35px;
              height: 35px;
              line-height: 35px; } }
          .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a.active {
            background: #194c6b;
            border-color: #194c6b;
            color: #ffffff !important; }
          .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a:hover {
            background: #194c6b;
            border-color: #194c6b;
            color: #ffffff !important; }
    .shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount {
      display: flex;
      width: 100%;
      justify-content: flex-end;
      align-items: center; }
      @media (max-width: 479px) {
        .shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount {
          display: inline-block;
          width: auto; } }
      .shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount span {
        color: #000000; }
        @media (max-width: 479px) {
          .shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount span {
            padding-left: 15px; } }
  .shopbar-with_banner .shop-topbar .product-select-box {
    display: flex;
    width: 100%; }
    .shopbar-with_banner .shop-topbar .product-select-box .product-short {
      display: flex; }
      .shopbar-with_banner .shop-topbar .product-select-box .product-short .nice-select {
        border-radius: 30px;
        color: #000000; }
      .shopbar-with_banner .shop-topbar .product-select-box .product-short p {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        padding-right: 15px;
        color: #000000;
        font-weight: bold; }

.shop-product-list_view {
  border: 1px solid #e1e1e1;
  padding: 20px;
  transition: all 0.3s ease-in-out; }
  .shop-product-list_view:hover {
    border-color: #194c6b; }
    .shop-product-list_view:hover .product-img a img.secondary-img {
      opacity: 1; }
  .shop-product-list_view .product-img a img.secondary-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    width: 100%; }
  .shop-product-list_view .urani-product_content .product-desc_info h4 {
    margin-bottom: 15px; }
  .shop-product-list_view .urani-product_content .product-desc_info p.short_desc {
    color: #000000;
    line-height: 24px; }
  .shop-product-list_view .urani-product_content .product-desc_info a.further-info {
    color: #000000;
    line-height: 24px; }
  .shop-product-list_view .urani-product_content .add-actions {
    padding: 20px 0 0; }

.paginatoin-area {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ededed;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0 0;
  padding: 0 0 30px; }
  @media (min-width: 480px) and (max-width: 575px) {
    .paginatoin-area {
      margin: 0;
      padding: 0 0 25px; } }
  .paginatoin-area p {
    margin: 0; }
  .paginatoin-area .product-select-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    @media (min-width: 480px) and (max-width: 575px) {
      .paginatoin-area .product-select-box {
        justify-content: center; } }
    @media (max-width: 479px) {
      .paginatoin-area .product-select-box {
        justify-content: center; } }
    .paginatoin-area .product-select-box .product-short {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex; }
      .paginatoin-area .product-select-box .product-short p {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
        padding-right: 15px;
        color: #000000; }
      .paginatoin-area .product-select-box .product-short .nice-select {
        height: 25px !important;
        line-height: 23px !important; }
        .paginatoin-area .product-select-box .product-short .nice-select .list {
          padding: 0;
          height: auto;
          overflow-y: hidden; }
        .paginatoin-area .product-select-box .product-short .nice-select .nice-select-search-box {
          display: none; }
      .paginatoin-area .product-select-box .product-short span {
        padding-left: 15px;
        color: #000000; }
  .paginatoin-area .pagination-box {
    text-align: right; }
    @media (min-width: 480px) and (max-width: 575px) {
      .paginatoin-area .pagination-box {
        text-align: center !important; } }
    @media (max-width: 479px) {
      .paginatoin-area .pagination-box {
        text-align: center !important; } }
    .paginatoin-area .pagination-box li {
      display: inline-block; }
      .paginatoin-area .pagination-box li a {
        color: #000000;
        display: block;
        padding: 0 10px; }
        @media (min-width: 576px) and (max-width: 767px) {
          .paginatoin-area .pagination-box li a {
            padding: 0 8px; } }
        .paginatoin-area .pagination-box li a:hover {
          color: #194c6b; }
      .paginatoin-area .pagination-box li.active a {
        color: #194c6b; }

/*----------------------------------------*/
/*  40 - Pages - About Us
/*----------------------------------------*/
.about-us-area .overview-content > h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 19px;
  padding-bottom: 28px;
  position: relative;
  text-transform: uppercase;
  color: #000000; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .about-us-area .overview-content > h2 {
      font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-us-area .overview-content > h2 {
      font-size: 25px; } }
  .about-us-area .overview-content > h2 span {
    color: #194c6b; }
  .about-us-area .overview-content > h2:before {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .about-us-area .overview-content > h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #194c6b;
    height: 2px;
    width: 170px; }

.about-us-area .overview-content .overview-btn .urani-about-us_btn {
  background: #194c6b;
  color: #ffffff;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 145px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.3s ease-in-out; }
  .about-us-area .overview-content .overview-btn .urani-about-us_btn:hover {
    background: #000000;
    color: #ffffff !important; }

.single-count:hover .count-icon span {
  animation: 850ms ease-in-out 0s normal none 1 running tada; }

.single-count .count-icon span {
  font-size: 50px;
  line-height: 1;
  display: inline-block; }

.single-count .count-title h2 {
  color: #0363cd;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin: 15px 0 5px; }

.single-count .count-title > span {
  color: #000000;
  font-size: 20px;
  text-transform: capitalize; }

.team-member {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .team-member:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
  .team-member .team-thumb img {
    width: 100%; }
  .team-member .team-content {
    padding: 15px;
    border: 1px solid #eeeeee; }
    .team-member .team-content h3 {
      color: #000000;
      font-size: 20px;
      line-height: 28px;
      text-transform: capitalize; }
    .team-member .team-content p {
      color: #000000;
      line-height: 20px; }
    .team-member .team-content a {
      color: #000000;
      line-height: 20px; }
      .team-member .team-content a:hover {
        color: #fed700; }
    .team-member .team-content .team-social {
      margin-top: 15px; }
      .team-member .team-content .team-social a {
        color: #000000;
        width: 34px;
        height: 34px;
        display: inline-block;
        text-align: center;
        line-height: 34px;
        border: 1px solid #000000;
        border-radius: 50%;
        margin-right: 5px; }
        .team-member .team-content .team-social a:hover {
          color: #ffffff !important;
          background-color: #194c6b;
          border-color: #194c6b; }

/*----------------------------------------*/
/*  41 - Pages - 404
/*----------------------------------------*/
.error404-area .search-error-wrapper h1 {
  color: #194c6b;
  font-size: 120px;
  line-height: 86px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .error404-area .search-error-wrapper h1 {
      font-size: 70px;
      line-height: 50px;
      margin-bottom: 40px; } }

.error404-area .search-error-wrapper h2 {
  font-size: 28px;
  color: #000000; }
  @media only screen and (max-width: 767px) {
    .error404-area .search-error-wrapper h2 {
      font-size: 24px; } }

.error404-area .search-error-wrapper .error-form .inner-error_form {
  position: relative;
  width: 275px;
  margin: 30px auto; }
  .error404-area .search-error-wrapper .error-form .inner-error_form input {
    border: 1px solid #ededed;
    font-size: 13px;
    position: relative;
    width: 270px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 15px;
    color: #000000; }

.error404-area .search-error-wrapper .urani-error-search_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
  color: #000000; }
  .error404-area .search-error-wrapper .urani-error-search_btn:hover {
    color: #194c6b; }

.error404-area .search-error-wrapper .urani-error_btn {
  background: #194c6b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: 0.4;
  transition: 0.4; }
  .error404-area .search-error-wrapper .urani-error_btn:hover {
    background: #e2ac3a;
    color: #ffffff !important; }

/*----------------------------------------*/
/*  43 - Pages - Single Product
/*----------------------------------------*/
.sp-area .sp-images {
  position: relative;
  cursor: pointer; }
  .sp-area .sp-images .sp-largeimages {
    border: 1px solid #e1e1e1;
    cursor: grab; }
  .sp-area .sp-images .sp-thumbs {
    max-width: 450px;
    margin: 10px auto 0; }
    .sp-area .sp-images .sp-thumbs .slick-slide {
      margin: 0 10px;
      border: 1px solid transparent; }
      .sp-area .sp-images .sp-thumbs .slick-slide.slick-current.slick-active {
        border-color: #ff5501;
        background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }
      .sp-area .sp-images .sp-thumbs .slick-slide img {
        display: block;
        width: 100%; }

.sp-area .sp-image-vertical:before {
  top: 175px;
  left: 65%; }

.sp-area .sp-content .sp-heading h2 a {
  color: #000000; }
  @media only screen and (max-width: 767px) {
    .sp-area .sp-content .sp-heading h2 a {
      font-size: 25px; } }

.sp-area .sp-content .reviewing-stuff .review {
  margin-left: 5px; }
  .sp-area .sp-content .reviewing-stuff .review a {
    color: #000000 !important;
    font-size: 13px; }
    .sp-area .sp-content .reviewing-stuff .review a:hover {
      color: #194c6b !important; }

.sp-area .sp-content .price-box .new-price {
  font-size: 18px; }

.sp-area .sp-content .sp-information .stock {
  display: inline-block;
  color: #444444; }

.sp-area .sp-content .sp-information .product-attribute {
  color: #444444;
  margin-left: 15px;
  display: inline-block; }
  .sp-area .sp-content .sp-information .product-attribute span {
    margin-left: 5px; }

.sp-area .sp-content .qty-details {
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e1e1e1; }
  .sp-area .sp-content .qty-details .quantity-input {
    height: 40px;
    line-height: 40px;
    width: 50px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #c2c2c2;
    color: #c2c2c2; }

.sp-area .sp-content .short_desc {
  color: #000000; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sp-area .sp-content .short_desc {
      font-size: 12px; } }

.related-product_area .urani-section_title {
  margin-bottom: 30px !important; }
  .related-product_area .urani-section_title h2 {
    color: #000000;
    font-weight: bold; }

.sp-group_area .choose-group-product {
  float: left;
  width: 100%; }
  .sp-group_area .choose-group-product .table-bordered td {
    vertical-align: middle;
    text-align: center; }
    .sp-group_area .choose-group-product .table-bordered td a {
      color: #000000 !important; }
  .sp-group_area .choose-group-product .table-bordered th {
    vertical-align: middle; }
  .sp-group_area .choose-group-product .qty-details {
    border-bottom: none; }

.sp-countdown_area {
  height: 135px; }
  .sp-countdown_area .time_circles {
    margin-left: -12px; }

.sp-gallery .lg-image {
  outline: 1px solid #e1e1e1;
  transition: all 0.3s ease-in-out;
  padding: 5px; }
  .sp-gallery .lg-image:hover {
    outline: 1px solid #194c6b; }

.sp-tab_area .sp-tab ul.sp-tab_menu li {
  margin: 0 5px 5px 0px; }
  .sp-tab_area .sp-tab ul.sp-tab_menu li a {
    border: 1px solid #e1e1e1;
    color: #000000;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    text-transform: uppercase;
    font-size: 20px; }
    .sp-tab_area .sp-tab ul.sp-tab_menu li a.active {
      background: #194c6b;
      border: 1px solid #194c6b;
      color: #ffffff !important; }

.sp-tab_area .tab-content {
  border: 1px solid #e1e1e1;
  /*padding: 25px 30px 30px; */}
  .sp-tab_area .tab-content .sp-description p {
    color: #000000; }
  .sp-tab_area .tab-content .sp-description .sp-list {
    padding-left: 40px; }
    .sp-tab_area .tab-content .sp-description .sp-list li {
      list-style: disc;
      color: #000000;
      padding-bottom: 10px; font-size: 18px;}
      .sp-tab_area .tab-content .sp-description .sp-list li:last-child {
        padding-bottom: 0; }
  .sp-tab_area .tab-content .customer-review_area .urani-section_title h2 {
    color: #000000;
    font-weight: bold; }
  .sp-tab_area .tab-content .customer-review_area .customer-review h2 {
    color: #000000;
    font-size: 18px;
    padding-bottom: 15px; }
  .sp-tab_area .tab-content .customer-review_area .customer-review .review-content {
    border-bottom: 1px solid #e4e4e4; }
    .sp-tab_area .tab-content .customer-review_area .customer-review .review-content .group-rating {
      display: inline-block;
      float: left; }
      .sp-tab_area .tab-content .customer-review_area .customer-review .review-content .group-rating .rating-item {
        color: #000000; }
    .sp-tab_area .tab-content .customer-review_area .customer-review .review-content .review-item_info {
      display: inline-block; }
      .sp-tab_area .tab-content .customer-review_area .customer-review .review-content .review-item_info span {
        display: block;
        padding-bottom: 10px;
        padding-left: 50px;
        color: #000000; }
        @media (max-width: 479px) {
          .sp-tab_area .tab-content .customer-review_area .customer-review .review-content .review-item_info span {
            padding-left: 0; } }
  .sp-tab_area .tab-content .customer-review_area .our-feedback h2 {
    color: #000000;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1; }
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form strong {
    font-size: 21px;
    color: #000000;
    display: inline-block;
    float: left; }
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating {
    display: inline-block; }
    .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p {
      margin-bottom: 0; }
      .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p.your-opinion label {
        padding-left: 20px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 10px; }
        @media (max-width: 479px) {
          .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p.your-opinion label {
            padding-left: 0; } }
      .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p.your-opinion span {
        display: inline-block;
        padding-left: 15px; }
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author {
    margin-bottom: 20px; }
    .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author label {
      display: inline-block;
      float: left;
      width: 13%;
      text-align: right;
      padding-right: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author label {
          width: 23%; } }
      @media only screen and (max-width: 767px) {
        .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author label {
          width: auto; } }
    .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author input {
      border: 1px solid #c2c2c2;
      padding: 0 9px;
      height: 32px;
      border-radius: 3px;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author input {
          width: 100%; } }
    .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author textarea {
      border: 1px solid #c2c2c2;
      width: 415px; }
      @media only screen and (max-width: 767px) {
        .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author textarea {
          width: 100%; } }
    .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author:last-child {
      margin-bottom: 0; }
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-btn {
    background: #f2f2f2;
    width: 130px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    border: 1px solid #cdcdcd; }

.sp-carousel .sp-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

/*----------------------------------------*/
/* 6.18 Single Product Tab Style Left Page
/*----------------------------------------*/
.sp-tab-style-left-page .sp-largeimages {
  float: right;
  width: calc(100% - 110px);
  padding-left: 10px; }

.sp-tab-style-left-page .tab-style-left {
  float: left;
  width: 110px;
  padding-top: 0 !important; }

.sp-tab-style-right-page .sp-largeimages {
  float: left;
  width: calc(100% - 110px);
  padding-left: 10px; }

.sp-tab-style-left-page .tab-style-left {
  padding-top: 40px; }

.sp-tab-style-right-page .tab-style-right {
  float: right;
  width: 110px; }

/*----------------------------------------*/
/*  44 - Pages - Checkout
/*----------------------------------------*/
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #006fa4;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none; }
  .coupon-accordion h3:before {
    color: #006fa4;
    content: "\f133";
    display: inline-block;
    font-family: "fontawesome";
    left: 24px;
    position: absolute;
    top: 16px; }

.coupon-accordion span {
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  text-transform: none; }
  .coupon-accordion span:hover {
    color: #006fa4; }

.coupon-accordion .coupon-content {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  display: none;
  padding: 20px; }
  .coupon-accordion .coupon-content .coupon-info p {
    margin-bottom: 0; }
    .coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
      display: block; }
      .coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
        color: red;
        font-weight: 700;
        font-size: 14px; }
    .coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
      border: 1px solid #e5e5e5;
      height: 36px;
      margin: 0 0 14px;
      border-radius: 0;
      max-width: 100%;
      padding: 0 0 0 10px;
      width: 370px;
      background-color: transparent; }
    .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"] {
      background: #000000 none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      float: left;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      margin-right: 15px;
      padding: 0 30px;
      text-shadow: none;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      white-space: nowrap;
      width: inherit; }
      .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
        background: #006fa4; }
    .coupon-accordion .coupon-content .coupon-info p.form-row input[type="checkbox"] {
      height: inherit;
      position: relative;
      top: 2px;
      width: inherit; }
    .coupon-accordion .coupon-content .coupon-info p.form-row label {
      margin-top: 7px; }
    .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
      background: #006fa4; }
    .coupon-accordion .coupon-content .coupon-info p.lost-password {
      margin-top: 15px; }
      .coupon-accordion .coupon-content .coupon-info p.lost-password a {
        color: #000000; }
        .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
          color: #006fa4; }

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none; }
  .coupon-checkout-content .coupon-info .checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 36px;
    padding-left: 10px;
    width: 170px; }
  .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    height: 36px;
    cursor: pointer;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit; }
    .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
      background: #006fa4; }

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #000000; }

.checkbox-form .country-select {
  margin-bottom: 25px; }

.checkbox-form .checkout-form-list {
  margin-bottom: 30px; }
  .checkbox-form .checkout-form-list input[type="text"],
  .checkbox-form .checkout-form-list input[type="password"],
  .checkbox-form .checkout-form-list input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 0 0 10px; }
  .checkbox-form .checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit; }
  .checkbox-form .checkout-form-list.create-acc label {
    color: #000000;
    display: inline-block; }

.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  color: #000000;
  margin: 0 0 5px;
  display: block; }
  .checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
    color: #006fa4;
    display: inline-block;
    font-size: 24px;
    line-height: 16px;
    position: relative;
    top: 5px; }

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  color: #000000; }

.different-address h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 1px;
  width: auto; }

.order-notes textarea {
  background-color: transparent;
  border: 1px solid #ddd;
  height: 90px;
  padding: 15px;
  width: 100%; }

.create-account,
#ship-box-info {
  display: none; }

.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px; }
  .your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    color: #000000; }
  .your-order .your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%; }
    .your-order .your-order-table table thead {
      background-color: #f6f6f6; }
      .your-order .your-order-table table thead tr th {
        border-top: medium none;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
        width: 250px; }
      .your-order .your-order-table table thead tr th,
      .your-order .your-order-table table thead tr td {
        border-bottom: 1px solid #d8d8d8;
        border-right: medium none;
        font-size: 14px;
        padding: 15px 0;
        text-align: center;
        color: #000000; }
    .your-order .your-order-table table .cart_item:hover {
      background: #f9f9f9; }
    .your-order .your-order-table table .order-total td {
      border-bottom: medium none; }
      .your-order .your-order-table table .order-total td span {
        color: #000000;
        font-size: 20px; }
    .your-order .your-order-table table .order-total th {
      border-bottom: medium none;
      font-size: 18px; }

.payment-method {
  margin-top: 40px; }
  .payment-method .payment-accordion .card {
    border: 0;
    border-radius: 0;
    background: #f2f2f2; }
  .payment-method .payment-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #f2f2f2;
    border-bottom: 0; }
  .payment-method .payment-accordion .card-body {
    padding: 0; }
    .payment-method .payment-accordion .card-body p {
      color: #000000; }
  .payment-method .payment-accordion .panel.panel-default {
    margin-bottom: 20px; }
  .payment-method .payment-accordion .panel-title {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer; }
    .payment-method .payment-accordion .panel-title a:hover {
      color: #006fa4 !important; }

.order-button-payment input {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer; }
  .order-button-payment input:hover {
    background: #006fa4 none repeat scroll 0 0; }

/*----------------------------------------*/
/*  45 - Pages - Cart
/*----------------------------------------*/
.cart-plus-minus input {
  height: 30px;
  width: 50px;
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
  text-align: center; }

.table-content table td.product-subtotal {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000000; }

.coupon-all {
  margin-top: 30px; }
  .coupon-all .coupon {
    float: left; }
    .coupon-all .coupon input {
      background-color: transparent;
      border: 1px solid #ddd;
      color: #333;
      font-size: 13px;
      border-radius: 0;
      height: 42px;
      width: 120px;
      padding: 0 10px; }
  .coupon-all .coupon input.button,
  .coupon-all .coupon2 input.button {
    background-color: #333;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: inherit; }
    .coupon-all .coupon input.button:hover,
    .coupon-all .coupon2 input.button:hover {
      background: #194c6b; }
  .coupon-all .coupon2 {
    float: right; }

.cart-page-total {
  padding-top: 30px; }
  .cart-page-total > h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize; }
  .cart-page-total > ul {
    border: 1px solid #ddd; }
    .cart-page-total > ul li {
      list-style: none;
      font-size: 15px;
      color: #000000;
      padding: 10px 30px;
      border-bottom: 1px solid #ebebeb;
      font-weight: 700; }
      .cart-page-total > ul li:last-child {
        border-bottom: 0; }
      .cart-page-total > ul li span {
        float: right; }
  .cart-page-total a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .cart-page-total a:hover {
      background: #194c6b;
      border-color: #194c6b;
      color: #ffffff !important; }

/*----------------------------------------*/
/*  46 - Pages - FAQ
/*----------------------------------------*/
.frequently-area .frequently-content .frequently-desc {
  margin-bottom: 25px; }
  .frequently-area .frequently-content .frequently-desc h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize; }
  .frequently-area .frequently-content .frequently-desc p {
    margin: 0;
    font-size: 14px;
    color: #000000; }

.frequently-area .frequently-accordion .actives {
  border: 1px solid #194c6b; }

.frequently-area .frequently-accordion .card {
  border-radius: 0;
  margin-bottom: 15px; }

.frequently-area .frequently-accordion .collapse .card-body {
  color: #000000;
  line-height: 24px; }

.frequently-area .frequently-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 0; }
  .frequently-area .frequently-accordion .card-header a {
    display: block;
    padding: 15px 10px 15px 25px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000; }
    .frequently-area .frequently-accordion .card-header a:hover {
      color: #194c6b !important; }
  .frequently-area .frequently-accordion .card-header a:before, .frequently-area .frequently-accordion .card-header a:after, .frequently-area .frequently-accordion .card-header.collapsed:before, .frequently-area .frequently-accordion .card-header.collapsed:after {
    content: "\f067";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #b9b9b9; }
    @media (max-width: 479px) {
      .frequently-area .frequently-accordion .card-header a:before, .frequently-area .frequently-accordion .card-header a:after, .frequently-area .frequently-accordion .card-header.collapsed:before, .frequently-area .frequently-accordion .card-header.collapsed:after {
        display: none; } }
  .frequently-area .frequently-accordion .card-header a:after, .frequently-area .frequently-accordion .card-header.collapsed:after {
    content: "\f068"; }

/*----------------------------------------*/
/*  47 - Pages - Compare
/*----------------------------------------*/
.compare-table .table thead th {
  border-width: 1px;
  padding: 15px 10px; }

.compare-table .table tbody tr {
  transition: all 0.3s ease-in-out; }
  .compare-table .table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.02); }
  .compare-table .table tbody tr td,
  .compare-table .table tbody tr th {
    vertical-align: middle;
    text-align: center; }
  .compare-table .table tbody tr th {
    min-width: 200px; }
  .compare-table .table tbody tr td {
    min-width: 250px; }
    .compare-table .table tbody tr td .compare-pdoduct-image {
      max-width: 200px;
      display: inline-block;
      padding: 20px 0; }
      .compare-table .table tbody tr td .compare-pdoduct-image a {
        display: inline-block; }
      .compare-table .table tbody tr td .compare-pdoduct-image .urani-cart_btn {
        margin-top: 25px; }
    .compare-table .table tbody tr td .compare-product-name {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0;
      color: #000000; }
      .compare-table .table tbody tr td .compare-product-name a {
        color: #000000;
        -webkit-transition-property: color;
        -o-transition-property: color;
        transition-property: color; }
        .compare-table .table tbody tr td .compare-product-name a:hover {
          color: #fed700; }

/*----------------------------------------*/
/*  48 - Pages - Contact Us
/*----------------------------------------*/
#google-map {
  height: 400px; }

.contact-page-side-content {
  background-color: #f2f2f2;
  padding: 25px 30px 19px; }
  .contact-page-side-content p,
  .contact-page-side-content .contact-page-message {
    color: #000000; }
  .contact-page-side-content .single-contact-block {
    padding-bottom: 8px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e1e1e1; }
    .contact-page-side-content .single-contact-block:last-child {
      border-bottom: none; }
    .contact-page-side-content .single-contact-block h4 {
      margin-bottom: 23px;
      color: #000000; }
    .contact-page-side-content .single-contact-block p {
      color: #000000; }

.contact-page-title {
  font-size: 32px;
  line-height: 32px;
  color: #000000 !important;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 479px) {
    .contact-page-title {
      font-size: 25px;
      line-height: 1; } }

.contact-form-content .contact-form .form-group {
  margin-bottom: 20px; }
  .contact-form-content .contact-form .form-group label {
    display: block;
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    cursor: text; }
    .contact-form-content .contact-form .form-group label span, .contact-form-content .contact-form .form-group label.required {
      color: #ff0000; }
  .contact-form-content .contact-form .form-group input {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: 1px solid #e0e0e0;
    padding-left: 20px; }
  .contact-form-content .contact-form .form-group textarea {
    background-color: #ffffff;
    width: 100%;
    outline: none;
    border: 1px solid #e0e0e0;
    padding-left: 20px;
    line-height: 50px;
    height: 200px; }
  .contact-form-content .contact-form .form-group .urani-contact-form_btn {
    line-height: 12px;
    display: inline-block;
    padding: 16px 30px;
    border-radius: 3px;
    color: #363f4d;
    font-weight: 500;
    font-size: 12px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; }
    .contact-form-content .contact-form .form-group .urani-contact-form_btn:hover {
      background-color: #194c6b;
      color: #ffffff;
      border-color: #194c6b; }

/*----------------------------------------*/
/*  49 - Pages - Wishlist
/*----------------------------------------*/
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #ebebeb;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0; }
  .table-content table th,
  .table-content table td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb; }
  .table-content table th {
    border-top: medium none;
    font-size: 15px;
    text-transform: capitalize;
    padding: 20px 10px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap; }
  .table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .table-content table td {
        padding: 20px 5px;
        font-size: 13px !important; } }
    @media only screen and (max-width: 767px) {
      .table-content table td {
        padding: 20px 0;
        font-size: 12px !important; } }
    .table-content table td.urani-product-remove {
      font-size: 20px; }
      .table-content table td.urani-product-remove > a:hover i {
        color: #007bff; }
      .table-content table td.urani-product-remove > a > i {
        font-size: 14px;
        font-weight: normal;
        color: #000000;
        transition: all 0.3s ease-in-out; }
    .table-content table td.urani-product-name {
      font-size: 18px;
      font-weight: 500;
      text-transform: capitalize; }
    .table-content table td.urani-product-price {
      font-size: 18px;
      font-weight: 700; }
    .table-content table td.urani-product-stock-status span.in-stock, .table-content table td.urani-product-stock-status span.out-stock {
      color: #007bff;
      font-size: 12px;
      text-transform: capitalize; }
    .table-content table td.urani-product-stock-status span.out-stock {
      color: #eb3e32; }
    .table-content table td.urani-product-add-cart a {
      font-size: 14px;
      text-transform: uppercase;
      background: #242424;
      color: #fff;
      padding: 10px 20px;
      font-weight: 700;
      display: inline-block;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .table-content table td.urani-product-add-cart a {
          font-size: 10px;
          padding: 7px 7px; } }
      .table-content table td.urani-product-add-cart a:hover {
        background: #007bff none repeat scroll 0 0;
        color: #ffffff !important; }

/*----------------------------------------*/
/*  45 - Pages - Cart
/*----------------------------------------*/
.cart-plus-minus input {
  height: 30px;
  width: 50px;
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
  text-align: center; }

.table-content table td.product-subtotal {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000000; }

.coupon-all {
  margin-top: 30px; }
  .coupon-all .coupon {
    float: left; }
    .coupon-all .coupon input {
      background-color: transparent;
      border: 1px solid #ddd;
      color: #333;
      font-size: 13px;
      border-radius: 0;
      height: 42px;
      width: 120px;
      padding: 0 10px; }
  .coupon-all .coupon input.button,
  .coupon-all .coupon2 input.button {
    background-color: #333;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: inherit; }
    .coupon-all .coupon input.button:hover,
    .coupon-all .coupon2 input.button:hover {
      background: #194c6b; }
  .coupon-all .coupon2 {
    float: right; }

.cart-page-total {
  padding-top: 30px; }
  .cart-page-total > h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize; }
  .cart-page-total > ul {
    border: 1px solid #ddd; }
    .cart-page-total > ul li {
      list-style: none;
      font-size: 15px;
      color: #000000;
      padding: 10px 30px;
      border-bottom: 1px solid #ebebeb;
      font-weight: 700; }
      .cart-page-total > ul li:last-child {
        border-bottom: 0; }
      .cart-page-total > ul li span {
        float: right; }
  .cart-page-total a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .cart-page-total a:hover {
      background: #194c6b;
      border-color: #194c6b;
      color: #ffffff !important; }

/*----------------------------------------*/
/*  50 - Pages - Login Register
/*----------------------------------------*/
.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1); }
  .login-form .login-title {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px; }
  .login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize; }
  .login-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 15px; }
  .login-form input[type="checkbox"] {
    width: auto; }

.login-form .check-box {
  float: left;
  margin-right: 70px; }
  .login-form .check-box:last-child {
    margin-right: 0; }
  .login-form .check-box input[type="checkbox"] {
    display: none; }
  .login-form .check-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0; }
    .login-form .check-box input[type="checkbox"] + label:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      display: block;
      border: 2px solid #999999;
      content: "";
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .login-form .check-box input[type="checkbox"] + label:after {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      content: "\f00c";
      font-family: Fontawesome;
      font-size: 12px;
      line-height: 20px;
      opacity: 0;
      color: #000000;
      width: 20px;
      text-align: center;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .login-form .check-box input[type="checkbox"]:checked + label:before {
    border: 2px solid #363f4d; }
  .login-form .check-box input[type="checkbox"]:checked + label:after {
    opacity: 1; }

/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-radius: 3px;
  transition: all 0.3s ease-in-out; }
  .register-button:hover {
    background: #194c6b; }

/*----------------------------------------*/
/*  51 - Pages - Blog
/*----------------------------------------*/
.urani-sidebar-search-form .urani-search-field {
  width: calc(100% - 50px);
  border: 1px solid #ccc;
  padding: 0 10px;
  color: #000000;
  font-size: 14px;
  height: 50px;
  float: left;
  text-transform: capitalize; }

.urani-sidebar-search-form .urani-search-btn {
  width: 50px;
  height: 50px;
  margin-left: -4px;
  text-align: center;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000; }
  .urani-sidebar-search-form .urani-search-btn:hover {
    background: #194c6b;
    border-color: #194c6b; }
  .urani-sidebar-search-form .urani-search-btn i {
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    transition: all 0.3s ease-in-out; }

.urani-blog-sidebar .urani-blog-sidebar-title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
  font-family: Poppins; }
  .urani-blog-sidebar .urani-blog-sidebar-title:before {
    width: 55px;
    height: 2px;
    bottom: -26px;
    left: 0;
    background-color: #194c6b;
    content: "";
    position: absolute; }

.urani-blog-sidebar .urani-blog-archive li {
  margin-bottom: 10px; }
  .urani-blog-sidebar .urani-blog-archive li a {
    font-size: 14px;
    color: #000000; }
  .urani-blog-sidebar .urani-blog-archive li:last-child {
    margin-bottom: 15px; }

.urani-blog-sidebar .urani-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .urani-blog-sidebar .urani-recent-post .urani-recent-post-thumb {
    width: 65px;
    border: 1px solid #e1e1e1;
    height: 100%; }
  .urani-blog-sidebar .urani-recent-post .urani-recent-post-des {
    padding-left: 10px; }
    .urani-blog-sidebar .urani-recent-post .urani-recent-post-des span {
      display: block;
      font-size: 13px;
      font-weight: 600;
      text-transform: capitalize; }
      .urani-blog-sidebar .urani-recent-post .urani-recent-post-des span a {
        color: #000000;
        font-weight: 400; }
        .urani-blog-sidebar .urani-recent-post .urani-recent-post-des span a:hover {
          color: #e23e57; }
    .urani-blog-sidebar .urani-recent-post .urani-recent-post-des .urani-post-date {
      color: #000000;
      font-size: 13px;
      font-weight: 400; }

.urani-blog-sidebar .urani-blog-tags li {
  display: inline-block;
  margin-bottom: 15px; }
  .urani-blog-sidebar .urani-blog-tags li a {
    color: #000000;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    display: inline-block;
    text-transform: capitalize; }
    .urani-blog-sidebar .urani-blog-tags li a:hover {
      color: #ffffff !important;
      background-color: #194c6b;
      border-color: #194c6b; }

.urani-blog-meta {
  padding: 5px 0 14px; }
  .urani-blog-meta a {
    color: #a4a4a4;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-right: 10px;
    transition: all 0.3s ease-in-out; }
    .urani-blog-meta a i {
      font-size: 18px;
      vertical-align: middle;
      margin-right: 5px; }
    .urani-blog-meta a:hover {
      color: #e23e57; }

.urani-blog-meta p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #898989;
  margin-bottom: 10px; }

.slick-dot-style ul, .slick-dot-style.slick-dots {
  bottom: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .slick-dot-style ul li, .slick-dot-style.slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dot-style ul li.slick-active button, .slick-dot-style.slick-dots li.slick-active button {
      background-color: #194c6b;
      width: 30px;
      border-radius: 10px; }
    .slick-dot-style ul li a, .slick-dot-style.slick-dots li a {
      display: block; }
    .slick-dot-style ul li button, .slick-dot-style.slick-dots li button {
      width: 12px;
      height: 12px;
      line-height: 12px;
      padding: 0;
      background-color: #ffffff;
      border: none;
      border-radius: 50%;
      display: block;
      text-indent: -5000px;
      cursor: pointer;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .slick-dot-style ul li button:hover, .slick-dot-style.slick-dots li button:hover {
        background-color: #194c6b; }

.urani-paginatoin-area .urani-pagination-box li {
  display: inline-block; }
  .urani-paginatoin-area .urani-pagination-box li.active a {
    color: #194c6b; }
  .urani-paginatoin-area .urani-pagination-box li a {
    color: #000000;
    padding: 10px; }

/*BLog Details*/
.urani-blog-blockquote {
  padding: 0 0 0 40px; }
  @media (max-width: 479px) {
    .urani-blog-blockquote {
      padding: 0 !important; } }
  .urani-blog-blockquote blockquote {
    border: 1px solid #e1e1e1;
    padding: 40px;
    position: relative;
    margin: 25px 0;
    font-style: italic;
    background: #f7f7f7; }
    @media (max-width: 479px) {
      .urani-blog-blockquote blockquote {
        padding: 20px; } }
    .urani-blog-blockquote blockquote p:before {
      content: "";
      background: #194c6b;
      position: absolute;
      width: 5px;
      height: 100%;
      top: 0;
      left: 0; }

.urani-tag-line {
  padding: 25px 0 18px;
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .urani-tag-line h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 5px; }
  .urani-tag-line a {
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    transition: all 0.3s ease-in-out;
    font-size: 13px; }
    .urani-tag-line a:hover {
      color: #194c6b; }

.urani-blog-sharing h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding-bottom: 26px;
  margin-bottom: 0; }

.urani-blog-sharing a {
  color: #ffffff;
  font-size: 18px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin-right: 5px;
  background-color: #000000;
  border: 1px solid #000000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .urani-blog-sharing a:hover {
    background-color: #194c6b;
    border-color: #194c6b;
    color: #ffffff !important; }

.urani-comment-section h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 0; }

.urani-comment-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1; }
  .urani-comment-section ul li .author-avatar {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px; }
  .urani-comment-section ul li .comment-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    .urani-comment-section ul li .comment-body h5 {
      color: #000000;
      font-size: 14px;
      font-weight: 600;
      padding-bottom: 5px;
      text-transform: capitalize; }
    .urani-comment-section ul li .comment-body p {
      font-size: 14px; }
    .urani-comment-section ul li .comment-body .comment-post-date {
      color: #000000;
      padding-bottom: 10px; }
    .urani-comment-section ul li .comment-body .reply-btn {
      float: right; }
      .urani-comment-section ul li .comment-body .reply-btn a {
        color: #194c6b;
        font-size: 12px;
        display: inline-block;
        padding: 3px 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-transform: capitalize;
        border: 1px solid #194c6b; }
        .urani-comment-section ul li .comment-body .reply-btn a:hover {
          color: #ffffff !important;
          background-color: #194c6b; }

.urani-comment-section ul .comment-children {
  margin-left: 40px; }
  @media (max-width: 479px) {
    .urani-comment-section ul .comment-children {
      margin-left: 0; } }

.urani-blog-comment-wrapper h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 26px;
  text-transform: uppercase;
  /*border-bottom: 1px solid #e1e1e1;*/
  margin-bottom: 0; }

.urani-blog-comment-wrapper p {
  padding: 25px 0 3px;
  font-size: 14px; }

.urani-blog-comment-wrapper form .comment-post-box label {
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  text-transform: capitalize; }

.urani-blog-comment-wrapper form .comment-post-box .coment-field {
  background: #f8f8f8;
  border: none;
  color: #000000;
  padding: 8px 10px;
  width: 100%;     border: 1px solid #194c6b;
}

.urani-blog-comment-wrapper form .comment-post-box textarea {
  height: 130px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  font-size: 14px;     border: 1px solid #194c6b;
}

/*----------------------------------------*/
/*  02 - Base - Colors
/*----------------------------------------*/
.primary-bg {
  background-color: #194c6b; }

.section-title h2 {
  background-color: #242424; }

.brand-bg {
  background-color: #40576c; }

.color--primary {
  color: #194c6b !important; }

.color--light {
  color: #999999 !important; }

.color--black {
  color: #000000 !important; }

.color--white {
  color: #ffffff !important; }

.color--dark {
  color: #333333 !important; }

.color--dark-1 {
  color: #444444 !important; }

.color--dark-2 {
  color: #323e52 !important; }

.color--dark-3 {
  color: #2e2e2e !important; }

.color--dark-4 {
  color: #212121 !important; }

.bg--1 {
  background-color: #242424; }

.bg--2 {
  background-color: #343434; }

.bg--white {
  background-color: #ffffff; }

.bg--white-dark {
  background-color: #f6f6f6; }

.bg--light {
  background-color: #999999; }

.bg--dark {
  background-color: #333333; }

.bg--dark-2 {
  background-color: #323e52; }

.bg--dark-3 {
  background-color: #2e2e2e; }

.bg--dark-4 {
  background-color: #212121; }

.bg--dark-5 {
  background-color: #1d1d1d; }

.bg--night-rider {
  background-color: #323232; }

.bg--black {
  background-color: #000000; }

.bg--white-smoke {
  background-color: #f4f4f4; }

.bg--shaft {
  background-color: #242424; }

.bg--mineral_green {
  background-color: #6d6367; }

.bg--jon {
  background-color: #4c3d42; }

.bg--blue {
  background-color: #0291d6; }

.bg--bondi_blue {
  background-color: #194c6b; }

.bg--Cerulean {
  background-color: #006fa4; }

.bg--blue_diamond {
  background-color: #194c6b; }

.bg--gray {
  background-color: #f5f5f5; }

.bg--gray-2 {
  background-color: #f3f4f8; }

.bg--gray-3 {
  background-color: #b5b5b5; }

.bg--gray-4 {
  background-color: #e8e8e8; }

.bg--dark {
  background-color: #333333; }

.bg--dark-2 {
  background-color: #323e52; }

.bg--dark-3 {
  background-color: #2e2e2e; }

.bg--dark-4 {
  background-color: #212121; }

.bg--zircon-light {
  background-color: #f2f2f2; }

.yellow-dark-bg {
  background-color: #e0b70e; }

.bg-bright-orange {
  background-color: #194c6b; }

.bg-dark-orange {
  background-color: #d3931f; }

.green-dark-bg {
  background-color: #1f4244; }

.bg--light-green {
  background-color: #1bbc9d; }

.bg--sea-green {
  background-color: #2fcc71; }

.bg--summer-sky {
  background-color: #3598dc; }

.bg--heliotrope {
  background-color: #9c59b8; }

.newsletters-info h2{
  font-size: 35px;
  color: #fff;
}

.slider-content h3{
  color: #fff;
  font-size: 25px !important;
}

.slider-content p{
  color: #fff;
  font-size: 20px;
}

.overview-img{
  box-shadow: 10px 10px 5px grey;
  border-radius: 50px;
}

.overview-img img{
  border-radius: 50px;
}

.footer-middle p{
  color: #999999;
}

.brand-item1 img {
    margin: 0%;
    padding: 0% 6% 0% 6% !important;
}

.brand-item1 {
    border: 1px solid;
        margin: 1%;
}

}
.urani-about-us_btn a{
    background: #194c6b !important;
    color: #ffffff;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 145px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.callback-bg{background: linear-gradient(90deg, #194c6b, #194c6b) !important;
 
    padding-bottom: 20px;
    display: table;
    width: 100%;
    padding-top: 0%;}


    .callback-bg h3{
      color: #fff;
      font-size: 30px;
      font-weight: 600;
          margin: 10px 0px 0px 0px;
    }


@media only screen and (max-width: 600px) {
   .callback-bg{background: linear-gradient(90deg, #194c6b, #194c6b) !important;
    padding-bottom: 20px;
    display: table;
    width: 100%;}
}

    .btn-3 {
    background: #2a2134;
    color: #fff;
    width: 100%;
    border: none;
    padding-bottom: 3px 0;
    padding: 7px 12px !important;
}

.btn-3:hover{
    background: #000;
    color: #fff;
    width: 100%;
    border: none;
  padding-bottom: 3px 0
}

/* 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;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

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

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

/* 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;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

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

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

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  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;
}

#feedback {
    height: 100px;
    width: 200px;
    position: fixed;
    background-color: #fff;
    top: 75%;
    right: 0;
    padding: 10px;
    z-index: 999;
    border-top: 5px solid green;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

h5{
    color: rgba(0,0,0,.8);
    line-height: 1.3;
    font-weight: 700;
}

#feedback span.checked {
    color:#c9363b;
    font-size: 16px;
}
.fa-star:before {
    content: "\f005";
}
#feedback p {
    color: #315be7;
    font-weight: 700;
}
.comment-post-box label {
    color: #000000;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
    text-transform: capitalize;
}

.comment-post-box .coment-field {
    background: #f8f8f8;
    border: none;
    color: #000000;
    padding: 8px 10px;
    width: 100%;
    border: 1px solid #194c6b;
}

.comment-post-box textarea {
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    background: #f8f8f8;
    border: none;
    font-size: 14px;
    border: 1px solid #194c6b;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}



#book-now{position:fixed;bottom:45%;right:0;z-index:99999}

.rightfixed-btn .frilst {
    width: 38px;
    height: 125px;
    display: inline-block;
    cursor: pointer;
}

.rightfixed-btn {
    position: fixed;
    top: 28%;
    right: -1px;
    height: 335px;
    z-index: 9999;
    width: 39px;
    display: none;
}

.rightfixed-btn .cscare {
    width: 38px;
    height: 153px;
    display: inline-block;
    cursor: pointer;
}

.float{
  position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 8px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.floatdemo{
  position: fixed;
    width: 290px;
    height: 60px;
    bottom: 10px;
    right: -28px;
    padding-right: 10px;
    background-color: #1baa4b;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floatdemo:hover{
  position: fixed;
    width: 290px;
    height: 60px;
    bottom: 10px;
    right: -28px;
    padding-right: 10px;
    background-color: #d4482e;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
