/*
Theme Name: 1PLSD
Theme URI: http://amkapps.com
Author: Bash
Author URI: http://amkapps.com
Description: 1PLSD
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oneplsd
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Unite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/


/* =Global
----------------------------------------------- */
body,html{
  text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
body {
  color: #7f7e7e;
  word-wrap: break-word;
  line-height: 2.0;
  font-size: 15px;
  font-weight: 500;

  background-color: #e6e6e6;
  background: url('inc/img/bg.jpg');
  background-size: 100% !important;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  text-align: left;
}
aside a{
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

a {
  color: #3a8c3d;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 200;
  color: #807c7c;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 19px;
  font-weight: 400;
}

h3,
.h3 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #a4a4a4;
  border: 1px solid #DDD;
  border-radius: 0;
  height: 30px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0 0 0 10px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 0.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.0em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
    float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 0.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 3px 10px;
}
.widget ul {
  padding: 7px 5px;
  padding-left: 21px !important;
  margin-bottom: 0;
}
.widget ul li {
  line-height:15px;
}
.widget ul li a {
}

.widget-title {
  border-bottom: 1px solid #EAE8E8;
  font-weight: 500;
  font-size: 17px;
  margin: 9px 0 5px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #3a8c3d;
}
.btn-primary, .label-primary {
  background-color: #3080c5;
  border-color: #3080c5;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1a8245;
  border-color: #1a8245;
}
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #3a8c3d !important;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #3a8c3d !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding,.social-header {
  /* margin-top: 5px; */
  /* margin-bottom: 0px; */
  /* padding: 10px 0; */
  float: left;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #DDD;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #3a8c3d;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
 
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  margin: 1px 0px 1px 2px;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  -webkit-text-stroke-width: .05px;
  -webkit-text-stroke-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /* border-right: 1px solid rgba(0,0,0,.2); */
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  /* background-color: rgb(15, 73, 0); */
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #000 !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #373737 !important;
  font-size: 13px;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  border: none;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding: 6px 5px;
  font-size: 12px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}

#respond {
  background-color: transparent!important;
  box-shadow: none!important;
  padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}

.comment-list {
  margin-bottom: 40px!important;
  margin-left: 0px!important;
  padding-left: 0;
}

.comment-list li {
  list-style: none!important;
}

.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #EEE;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
  text-align: -webkit-center;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #3a8c3d;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 160%;
  font-weight: 300;
  /* color: #ffffff !important; */
  font-family: 'Arial', sans-serif;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #3a8c3d;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
  color: #FFF;
  background-color: #3a8c3d;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #3a8c3d;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
  margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #3a8c3d;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

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

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  text-align: center;
}
.copyright a{
  display:block;
}
#colophon {
  padding: 10px 0;
  margin-top: 20px;
  clear: both;
  background-color: #e5b9e5;
}
.site-info a {
  color: rgba(255, 255, 255, 0.86);
}
.site-info a:hover {
  color: rgba(150, 210, 103, 0.87);
}
.site-info {
  color: #fff;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .carousel-caption {
    display: none;
  }
}


/* =Social icons
----------------------------------------------- */

.social-profile {
  font-size: 16px;
  margin: 5px 6px;
  color: #FFFFFF !important;
}

#social {
  float: right;
}
#social *{
  color:#fff
}
.nav .amount{
  color: #fff !important;
}
.social-profile.facebook:hover {color: #3b5998;}
.social-profile.twitter:hover {color: #00aced ;}
.social-profile.google-plus:hover {color: #dd4b39;}
.social-profile.youtube:hover {color: #bb0000;}
.social-profile.linkedin:hover {color: #007bb6;}
.social-profile.pinterest:hover {color: #cb2027;}
.social-profile.rss:hover {color: #F0AD4E;}
.social-profile.tumblr:hover {color: #32506d;}
.social-profile.flickr:hover {color: #ff0084;}
.social-profile.instagram:hover {color: #517fa4;}
.social-profile.dribbble:hover {color: #E56193;}
.social-profile.skype:hover {color: #00AFF0;}
.social-profile.square:hover {color: #6D7177;}

@media (min-width: 992px) {
  #social {
    float: right;
    /* top: 55px; */
    /* position: relative; */
    margin: 0px 0;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
  background: #54397e;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
  background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}


#header-area-full{margin: 0px 0px 0px 0px;background: #fff;}
#header-area-full li{
  list-style:none
}
#header-area-full .fa{
  /* color: #4e4b4b !important; */
  /* font-size: 15px !important; */
  /* line-height: 11px !important; */
  /* position: relative; */
  /* top: 0px; */
  /* background: green; */
  /* border-radius: 12px; */
  /* padding: 7px; */
  /* margin-right: 4px; */
}
.search-header{
  /* margin-top: 20px; */
  padding: 0;
  margin: 0;
}

.search-header .widget{
  margin: 5px 0 !important;
  /* width: 100%; */
}
.below-header-nav {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #E6E6E6;
  background: #fff !Important;
}
.top-header-nav{
  background-color: transparent !important;
  background: transparent !important;
}
.below-header-nav a{
  color: #717070;
}
.below-header-nav .navbar-nav > li > a {
    color: #444343;
    border-right: 1px solid rgba(142, 137, 137, 0.2) !important;
    box-shadow: none !important;
    text-transform: none;
    padding: 1px 10px;
    margin: 7px 0;
    font-weight: 400;
}
.top-header-nav .navbar-nav > li > a {
    color: #CCECFB;
    border-right: 1px solid rgba(179, 177, 177, 0.2) !important;
    box-shadow: none !important;
    text-transform: none;
    padding: 1px 10px;
    margin: 7px 0;
}
#menu-below-header a{
font-size:12px  
}
.top-header-nav a:hover,.top-header-nav a:active{
      color: #000 !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.top-header-nav .dropdown-menu *{
     background-color: #fff !important;
   // border: none !important;
    color:#000 !important
}
#announcement-bar .widget{
  font-size:12px;
  line-height:20px;
  margin:0 !important;
  font-weight: 500;
  color: #CCECFB;
}
#announcement-bar{
  margin-top:10px
}

.reviewer{
  color: #A7A6A6;
  font-size:12px
}
ins{
  text-decoration:none
}
.site-content.container{
  /* background-color:#fff !important; */
  /* box-shadow: 0 0 1px #C5BFBF; */
  margin-top: 8px;
}
#primary{
   /* background: rgba(1,1,1,0.5); */
   /* box-shadow: 0 0 1px #C5BFBF; */
   padding-top: 5px;
   border-radius: 15px;
}
.page-title{
  font-size:25px;
  font-weight:400;
  color: #777575;
}
#menu-below-header .dropdown-menu{
  background-color: #E2E1E1 !important;
}
li .price del{
  /* float:left; */
  /* text-align: center; */
  /* margin: 0 auto; */
}

.nobg{
  /* background-color:transparent !important; */
  /* box-shadow: none !important; */
}
.nplr{
  padding-left:0 !important;
  padding-right:0 !important
}
.npr5{
  padding-right:5px !important;
  /* padding-left: 0; */
}
.miniad-container{
  box-shadow: 0 0 2px #B5B0B0;
}
.frontpageprimary .widgettitle{
  background-color: transparent;
  padding: 7px;
  color: #534e49;
  font-weight: 400;
  margin: 7px auto;
  background: transparent;
  text-align: center;
  font-size: 20px;
}
.frontpagesecondary .widgettitle{
  background-color: #1AA7E9;
  padding: 11px 10px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  display: block;
  margin: 0;
  background: linear-gradient(to bottom,#1591CD,#137DAE);
}
.frontpagesecondary h3:after{
  //display: inline-block;
  //content:"";
  //width: 0;
  //height: 0;
  //margin-left: 2px;
  //vertical-align: middle;
  //border-top: 9px dashed;
  //border-right: 9px solid transparent;
  //border-left: 9px solid transparent;
  //position:relative;
  //bottom:-25px;
  //left:-30%;
  //font-size:20px !important;
  //color: #FFCF00;
}
.frontpagesecondary *{
  /* text-align:center; */
}
.frontpagesecondary .widget{
  background-color:#fff;
  box-shadow: 0 0 1px #BDBBBB;
}
#footer-data *{
  color: #fff;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
}
#footer-data .widgettitle{
  font-size: 16px !important;
  font-weight:300;
  /* margin: 4px 9px; */
}
#footer-data li{
 margin: 5px 0;
}
#secondary .widget-title{
  /* background-color: #ECECEC; */
  padding: 3px 3px;
  color: #6F6F6F;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 21px;
  height: 30px;
}
#secondary h3:after{
  /* display: inline-block; */
  /* content:""; */
  width: 0;
  height: 0;
  /* margin-left: 2px; */
  vertical-align: middle;
  border-top: 9px dashed;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position:relative;
  bottom: -3px;
  left: 95%;
  font-size:20px !important;
  color: #D8D8D8;
  text-align: center;
  /* margin: 0 auto; */
  display: block;
}
#secondary ins span,#secondary del span{
  text-align:center;
}
#secondary .widget{
  background-color:#fff;
  /* box-shadow: 0 0 1px #BDBBBB; */
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  margin: 0px;
  margin-top: 4px;
}
.product_list_widget .product-title{
  display:block;
  height: 18px;
  overflow: hidden;
  color: #565656;
  font-weight: 400;
  text-align: left;
}
#bottom-full-widget-front-page .widgettitle{
  background-color: #F59327;
  color:#fff;
  padding:10px;
  font-size: 19px;
  margin-top: 4px;
  background: linear-gradient(to bottom,#F79223,#F4952B);
  border-radius: 4px;
  box-shadow: 0 0 2px #895214;
  padding-left: 20px;
}

.yit-wcan-container .products li{
  background:none !important;
  box-shadow:none !important
}
.textwidget .products li{
  background-color:#fff !important;
  box-shadow: 0 0 3px #FFFFFF !important;
}

.nav li{
  border-right:1px solid #92469e;
  padding-right:4px;
}

.nav li:hover{
  background-color:#773981;
}
li{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-align: left;
}

#logo img{
  height: auto;
  width: 100%;
}


.frontpagesecondary del{font-size: 10px;color: #929090;}
.frontpagesecondary ins{
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.caroufredsel_wrapper{
  width: 200px !important;
  margin: 0 auto !important;
}

#secondary del{font-size: 10px;color: #929090;text-align: center;/* position: relative; *//* left: -20px; */}
#secondary ins{
  font-size: 16px;
  color: #333;
  /* position: relative; */
  /* left: -17px; */
  text-align: center;
}
#secondary .widget-title {
   background-color: #ae53bc;
   background-position: 0 0;
   margin: 0;
   background-repeat: repeat;
   color: #fff;
   font-family: Arial, Tahoma, Verdana;
   font-size: 13px;
   font-style: normal;
   font-weight: 700;
   padding: 5px 10px;
   text-align: left;
   text-decoration: none;
}

}
.big-container{
  width;
  margin: 0 auto;
}


}

#quicktex{
  line-height:35px;
  margin-left: 20px;
  font-weight: 400;
}
#quicktex:after{
  content:"\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left:10px
}
.fa{
  font:normal normal normal 14px/1 FontAwesome !important
}

.fpd-main-bar.fpd-clearfix.fpd-primary-bg-color *{
color: #fff
}
.fpd-modal-overlay {
    width: 900px !important;
    margin: 0 auto !important;
    background: rgba(0,0,0,1);
}
.fpd-blue-btn.fpd-block{
  float:none !important;
  width:90px;
  border-radius:5px;
}
td.product-thumbnail{
  /* width:200px; */
}
td a{
  color: #626161;
  font-weight: 400 !important;
}
span.posted_in a{
  color: #403D3D;
  font-weight: 400;
}
.fpd-dialog-head .fpd-dialog-title {
    margin-left: 6px;
    text-transform: uppercase;
    color: #fff;
}
.widget form{
  margin-top: 0px;
}
#text-5 *{
  font-size: 12px;
  color: #000000;
}

#text-5 h2,#text-5 b{
 font-weight:700 !important
}
.fpd-right span{
  color:#000 !important
}
.np{
 padding:0 !important;
}
.navbar-ex2-collapse{
  margin-left:0 !important;
  padding-left: 0 !important;
}
#header-area-full input{
  /* background-color: #1a8245; */
  color: #000000 !important;
  height: 45px;
}
#header-area-full input:focus,#header-area-full input:hover{
  background-color: #fff;
  color: #000000 !important;
}
#header-area-full .input-group-btn{
   /* position:relative; */
   /* left:-1px; */
   height: 45px;
}
#header-area-full button{
  border:none !important;
  padding-top: 2px;
  border-radius: 1px;
  height: 45px;
}
#header-area-full .glyphicon{
  font-size: 18px;
  top: 5px;
  padding: 0;
}
#header-area-full ::-webkit-input-placeholder {
   color: #fff!important;  
}

#header-area-full :-moz-placeholder { /* Firefox 18- */
   color: #fff !important;   
}

#header-area-full ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;  
}

#header-area-full :-ms-input-placeholder {  
   color: #fff !important;  
}
#header-area-full .navbar-nav > li > a {
  padding-right:10px;
  font-weight:600;
  font-size:12px
}
#header-area-full ul{
  margin:0 !important;
  padding:0 !important
}

div#text-2 li {
    font-size: 14px;
    font-weight: 600;
    float: right;
}

div#text-3 a {
    margin-right: 10px;
    margin-top: 6px;
    display: block;
    float: left;
}

div#text-3 {
    text-align: right;
    float: right;
}

#text-3 ul {
    float: left;
    margin-top: 10px !important;
    font-weight: 700;
    /* margin-right: 20px !important; */
}

#text-3 .textwidget {
    float: right;
    text-align: right;
}

#header-area-full .navbar-nav > li > a{
 padding-top: 3px !important;
 padding-bottom: 6px;
 font-size: 14px;
 padding-left: 31px !important;
 padding-right: 1px !important;
 font-weight: 300;
 /* line-height: 65px; */
}
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu > li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu .menu-item-has-children:hover{
   font-size: 40px !important;
}
.dropdown-menu .dropdown-menu{
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
#menu-primary-menu li:before{
  float:left !important;
  line-height: 67px;
  margin-right: 9px;
  font-size: 17px;
  height: 46px;
  color: #2b8498;
}
.navbar.navbar-default.ft {
    font-weight: 200;
    /* border-top: 1px solid #ccc; */
    padding: 0px 0px 0px 0px;
    /* border-bottom:1px solid #ccc; */
    /* box-shadow: 0px 4px 10px #cdcdcb; */
}
.poiuy *{
  text-align:center !important;
}

.poiuy .fa{font-size: 120px !important;}
.poiuy h2{font-size: 20px;color: #ffffff !important;font-weight: 500;margin: 20px 0;}
.poiuy h3{font-size: 15px !important;line-height: 23px;color: #ffffff;margin: 16px 0;}
.poiuy h6{

}
.poiuy a.btn{

}

.poiuy .vc_col-sm-3 {
  border-right: 1px solid #e6e6e6;
  /* border-left: 1px solid #e6e6e6; */
}
.ghjghj img{
  border-radius:10px;
  border:5px solid #ccc;
}
.ghjghj p{
  line-height: 27px;
  text-align: justify;
}
.ghjghj h2{

}
.bank-head-h {
    border-bottom: 2px solid #8d8d8d;
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto;
}
.bank-head-h span {
    position: relative;
    padding: 10px 30px;
    background: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    top: 13px;
    margin-top: 50px !important;
    font-size: 21px;
    text-transform: uppercase;
    color: #757575 !important;
}

.yutdfy .fa{
  font-size: 65px !important;
  color:green !important;
  position: relative;
  top: 20px;
}
.yutdfy h3{
  color: #fff !important;
  font-size:17px !important;
}
.yutdfy p{
  color: #fff !important;
  font-size:13px !important;
}
.kjljl h4{
  color:#000 !important;
  font-size:15px 
}

#logo img{
  height: auto;
  width: auto;
}

@media(min-width:900px){
  #logo img{
  /* height: 70px; */
  width: auto;
  /* margin-right: -16px !important; */
  /* padding-top: 6px; */
  float: left !important;
}
}
.hjfr.jh tr td[rowspan*="5"],.hjfr.jh tr td[rowspan*="3"],.hjfr.jh tr td[rowspan*="10"],.hjfr.jh tr td[rowspan*="6"],.hjfr.jh tr td[rowspan*="4"],.hjfr.jh tr td[rowspan*="2"]{
   background-color: #1b8346;
   color: #fff !important;
   vertical-align: middle;
}

.category-notifications h1,.type-page h1{
  font-size: 23px !important;
  text-align: left;
  font-weight: 700;
}
.category-notifications .entry-meta,.type-page .entry-meta{
  text-align:center !important;
}

@media(max-width: 900px){

}



.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #ffffff !important;
    text-decoration: none;
    background-color: #063153 !important;
}

#header-area-full .navbar-nav > li > a:hover{
  color:#5ec2d8;
}

.form-control:focus {
    border-color: #11788f !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(131, 211, 228) !important;

}


#footer-data * {
    /* color: #fff !important; */
    list-style: none;
    font-weight: 400;
    font-size: 14px;
}
.search-header .miniadt img{
  height:70px;
  width:auto !important;
}
.search-header {
  margin-top: 4px;
}
.search-header img{
  width:95%;
  margin-top:2px
}
.frontpageprimary{
  /* top: 5px !important; */
}

.bank-head-h {
    border-bottom: 0px solid #8d8d8d;
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 35px;
    color: #ffffff;
    font-family: lato;
 }
 .nav li:before{
   float: left;
   line-height: 42px;
   margin-left: 1px;
   color: #ffffff;
   position: absolute;
   left: -8px;
   top: -6px;
 }
 aside p{
   clear:both;
 }
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 248px!important;
    width: 209px !important;
}

p{
  color: #666565 !important;
  line-height: 24px;
  font-weight: 500;
  /* clear: both; */
  text-align: left;
}
.sdfdfsf img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: transform 0.9s ease-in-out;
}
.sdfdfsf img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.navigation{
  height: 35px;
  background: #ae53bc;
  /* background-color: #a63725 !important; */
}

div#page {
    /* background: #fff; */
    /* box-shadow: 0 0 10px #5a5959; */
}

div#botf {
    background: #060203;
    height: 50px;
    width: 100%;
    text-align: center;
    color: #0e0e0e;
    overflow: hidden;
    border-bottom: 6px solid #e6e6e6;
}
.pr0{
  padding-right: 0 !important;
}
.menu{
  padding-left:30px !important;
}
.bbp-breadcrumb{
  width:100% !important;
}
#botf a{
  color: #ffffff !important;
  font-size: 17px;
  line-height: 45px !important;
  padding: 0 30px !important;
  font-weight: 400;
  text-transform: uppercase;
}
#botf a:before{
 
}
marquee img{
  height:30px;
  width:auto !important;
  padding-right:10px
}
#search-2{
  float:left !important;
  width:450px !important;
  margin-top:15px !important;
}
#menucol{
  /* border-top:1px solid #ccc; */
  /* border-bottom:1px solid #ccc; */
  /* height: 45px; */
  /* overflow: hidden; */
}
@media(max-width:500px){
  .nav.navbar-nav li{
    width:100% !important;
    clear:both !important;
  }
}
#clist i{
  font-size: 22px !important;
  margin-left: 13px;
  margin-right: 5px;
}
#clist li{
   float:left !important;
   font-size: 24px;
   font-weight:400;
   color:#000;
}
#clist *{
   color:#000;
}
#content{
  
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #a63725;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #a63725;
  background-image: #a63725;
  color: #ffffff;
  border-color: #87291a;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #a63725;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  padding-right: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.bhoechie-tab-content center p{
      float: left;
      text-align: left;
      line-height: 26px;
      font-size: 17px;
      padding: 12px;
      width:100%;
}
.bhoechie-tab-content center{
    padding: 2px;
}


.gallery {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery.pop {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.gallery figure {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.gallery figure img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gallery figure figcaption {
  display: none;
}

.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s;
}
.popup.pop {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
}
.popup.pop figure {
  margin-top: 0;
  opacity: 1;
}
.popup figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: poppy 500ms linear both;
          animation: poppy 500ms linear both;
}
.popup figure img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
}
.popup figure figcaption {
  position: absolute;
  bottom: 50px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
.popup figure figcaption small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  text-indent: 3px;
  opacity: .7;
  letter-spacing: 1px;
}
.popup figure .shadow {
  position: relative;
  z-index: 1;
  top: -15px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 98%;
  height: 50px;
  opacity: .6;
  -webkit-filter: blur(15px) contrast(2);
          filter: blur(15px) contrast(2);
}
.popup .close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(#close);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.popup .close svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

@keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

.img-fluid{
  border-radius:5px;
  box-shadow:0 0 5px #cbc7c7;
  margin-bottom: 5px;
  margin-top:10px
}
.lab{
  border:1px solid #ccc;
  padding: 10px;
}
.lab h2{
  font-size:25px !important;
  text-transform:uppercase;
  border-bottom:2px dotted #964949;
  line-height:50px !important;
}
.event h2{
      margin-left: 10px;
    margin-bottom: 0;
    font-size: 27px;
}
.ty{
  background-color:#000;
  width:50%;
  float:left;
  color:#fff;
  padding:10px
}
.startevent{
  background-color:#7ccb17;
}
.endevent{
  background-color:#f03051;
}
.startevent:before{
  content:"\f073";
  padding-right:10px;
  font-family:FontAwesome;
}
.endevent:before{
  content:"\f017";
  padding-right:10px;
  font-family:FontAwesome;
}
.col-md-12.faculty .col-md-3 .col-md-12{
  border:0px solid #ccc;
  border-radius:5px;
  box-shadow:0 0 3px #ccc;
  height:220px;
}
.col-md-12.faculty .col-md-3 h2{
  text-align:center;
  padding: 10px 0 0;
  margin: 0;
}
.col-md-12.faculty img{
  max-height: 130px;
  width:auto !important;

}
.navigation.paging-navigation{
  clear: both;
    margin-bottom: 20px;
    height:30px ;
    padding-left:20px;
}
.navigation.paging-navigation *{
   color:#fff !important; 
}
.archive header img{
  width: auto  !important;
  height: 200px;
  margin: 0 auto !important;
  display: block;
}
.archive header .entry-title {
  text-align:center !important;
  font-weight: 400;
  color: #797878;
  height: 50px;
}
.widget_newsletterwidget form input[type*='email']{
  color:#000 !important;
}
footer .textwidget *{
  color:#fff !important;
}
.asdas{
      text-align: center !important;
      width: 100%;
      padding: 0 !important;
      margin: 0;
      font-weight: 500;
}
.pouio{
  font-size: 15px;
    height: 25px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.faculty{
  margin-bottom: 10px !important
}
.bg{
  background: #fff;
}
.container {
    /* background: #fff; */
}
@media (min-width: 1200px){
.container {
    width: 1000px;
}
}


#custom_html-4{
    text-align:center;
    color:#be74b1;
}
#custom_html-4 *{
    text-align:center;
    color:#be74b1 !important;
  font-weight: 500;
}
#custom_html-4 div{
  margin-top: 13px;
}
#custom_html-4 p{
  line-height:19px;
  font-size:12px;
  margin-bottom: 0px;
}

#custom_html-4 span{
  line-height:19px;
  font-size:11px
}
#custom_html-4 h2{
   margin:20px 0;
   font-size:20px
}
#custom_html-4 a{
    display:block;
}

.woocommerce ul.products li.product .price {
    display: block;
    margin-bottom: .5em;
    text-align: center;
    color: #ae53bc;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    /*float: right;*/
}
.products li>a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
  display: block;
  position: relative;
  top: -7px;
  font-size: 11px;
  font-weight: 400;
  margin: 15px auto !important;
  width: 100px;
  text-align: center;
  padding: 0;
  height: 25px;
  line-height: 25px;
  background: #e5c6ea;
  color: #865b87;
}
a.compare.button {
  display: none;
}
.woocommerce-loop-product__title{
 font-size: 12px !important;
 text-align: center;
 font-weight: 600;
 color: #666363;
 height: 45px;
 line-height: 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0.8% 0.992em 0;
    padding: 6px 10px;
    position: relative;
    width: 24.2%;
    margin-left: 0;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
#custom_html-5 span {
    display: block;
    float: left;
    clear: both;
    font-size: 10px;
    line-height: 18px;
  }
#custom_html-5 table{
  float: left;
    clear: both;
    width: 100%;
}
#custom_html-5 table span{
 font-size: 9px;
}

#secondary aside{
  border:1px solid #ccc;
}

#secondary .textwidget.custom-html-widget{
    padding:10px;

}
#gm_scroller a{
  color:blue;
  text-decoration:underline;
  font-size:10px
}

.post-single{
  height:140px;
  padding-left:5px;
  padding-right:5px;
}
.post-single img{
   border-radius:5px;
}
.post-single a{
   text-align:center;
   display:block;
   color:#999;
   font-weight:300;
   font-size:12px;
}

#secondarya .widget_icl_lang_sel_widget{
  margin-bottom:0px;
  margin-left: 1px;
}
#secondarya .wpml-ls-sidebars-top-widget1 ul{
   padding-bottom:0 ;
}
#secondarya{
 /* background-color:#e5b9e5;
  height: 30px;
  margin-top: 8px;*/
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    border: 1px solid #cdcdcd;
    background-color: transparent !important;
    padding: 0;
    line-height: 1;
}

#menu-top a{
  color:#fff;
  font-size:12px;
  line-height:17px
}

#menu-top *{
   text-align:center;
}
#menu-top li{
  float:left;
  list-style:none;
  /* margin:0px 5px; */
  padding: 0px 0px;
  border-right: 1px solid #ffffff;
  text-align:center;
}
#icl_lang_sel_widget-2{
  width: 50px;
}
#icl_lang_sel_widget-2 *{
  line-height:25px !important;
  text-align:center;
  
}
#icl_lang_sel_widget-2 .wpml-ls-sidebars-top-widget1 ul{
    margin:0  !important;
    padding:0 !important;
}
#menu-top{
  padding: 0px 0px !important;
  float: left;
      background-color: #e5b9e5;
    height: 30px;
    float: right;
}
#nav_menu-3{
  margin-bottom:0 !important;
}

.woocommerce a.added_to_cart {
    font-size:10px;
    background-color:#ae53bc;
    color:#fff;
    text-align:center;
    display:block;
    margin:0 auto;
    width:60px;
    line-height:5px;
    height:15px
}

@media(max-width:600px){
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   
    width: 49% !Important;
   
}
.related.products,footer{
  display: none;
}
}


  .ok_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.ok_animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes ok_bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes ok_bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.ok_bounceInUp {
  -webkit-animation-name: ok_bounceInUp;
  animation-name: ok_bounceInUp
}

@-webkit-keyframes ok_bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes ok_bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.ok_bounceOutDown {
  -webkit-animation-name: ok_bounceOutDown;
  animation-name: ok_bounceOutDown
}

@-webkit-keyframes ok_fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes ok_fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.ok_fadeIn {
  -webkit-animation-name: ok_fadeIn;
  animation-name: ok_fadeIn
}

.okewa {
  font-family: Arial, sans-serif
}

.okewa-floating_cta *,
.okewa-floating_popup *,
.okewa-btn * {
  box-sizing: border-box
}

.okewa-woo {
  clear: both
}

.okewa-woo .okewa-btn {
  margin-top: 10px
}

.okewa-post {
  margin: 10px 0
}

.okewa-btn {
  background: #0dc152;
  position: relative;
  box-shadow: none!important;
  border: 0!important;
  outline: 0!important;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  min-width: 40px;
  transition: .5s all ease;
  display: inline-block
}

.okewa-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)!important
}

.okewa-btn.okewa-full_width {
  display: block;
  margin-bottom: 5px
}

.okewa-btn.okewa-small {
  vertical-align: bottom
}

.okewa-btn.okewa-small span {
  padding: 6px 10px;
  font-size: 12px;
  vertical-align: middle
}

.okewa-btn.okewa-small img {
  padding: 5px 7px;
  height: 26px!important
}

.okewa-btn .okewa-btn_text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px 15px 15px;
  display: inline-block;
  font-family: Arial, Sans-serif;
  vertical-align: sub
}

.okewa-btn .okewa-btn_icon {
  position: relative;
  z-index: 2;
  height: 43px!important;
  padding: 10px 12px;
  background: rgba(0, 0, 0, .05);
  float: right;
  transition: background-color .5s ease
}

.okewa-btn:before {
  transition: opacity .5s ease;
  content: "";
  background-color: rgba(0, 0, 0, .05);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  z-index: 1;
  opacity: 0
}

.okewa-btn:hover:before {
  opacity: 1
}

.okewa-btn:hover .okewa-btn_icon {
  background-color: rgba(0, 0, 0, 0)
}

.okewa-btn.btn_1 {
  border-radius: 0
}

.okewa-btn.btn_2 {
  border-radius: 6px
}

.okewa-btn.btn_3 {
  border-radius: 60px
}

.okewa-btn.btn_3 .okewa-btn_text {
  padding: 15px 15px 15px 20px
}

.okewa-btn.btn_3 .okewa-btn_icon {
  padding: 10px 14px
}

.okewa-btn.btn_share {
  border-radius: 60px
}

.okewa-btn.btn_share .okewa-btn_icon {
  float: left;
  padding: 10px
}

.okewa-btn.btn_share .okewa-btn_text {
  display: none;
  padding: 15px 20px 15px 10px
}

.okewa-btn.btn_share:hover .okewa-btn_text {
  display: inline-block
}

.okewa-floating_cta {
  background: #0dc152;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  cursor: pointer;
  user-select: none;
  line-height: 1;
  overflow: hidden;
  min-width: 40px;
  max-width: 350px
}

.okewa-floating_cta:before {
  transition: opacity .5s ease;
  content: "";
  background-color: rgba(0, 0, 0, .05);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  z-index: 1;
  opacity: 0
}

.okewa-style_3 .okewa-floating_cta:before {
  border-radius: 60px
}

.okewa-floating_cta:hover:before {
  opacity: 1
}

.okewa-floating_cta:hover .okewa-fc_icon {
  background-color: rgba(0, 0, 0, 0)
}

.okewa-floating_cta .okewa-fc_text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px 15px 15px;
  font-family: Arial, Sans-serif;
  vertical-align: sub;
  max-width: 260px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left
}

.okewa-floating_cta .okewa-fc_icon {
  position: relative;
  z-index: 2;
  height: 43px;
  padding: 10px 12px;
  border-radius: 0 15px 0 0;
  background: rgba(0, 0, 0, .05);
  float: right;
  transition: background-color .5s ease
}

.okewa-style_1 .okewa-floating_cta {
  bottom: 0;
  left: 15px;
  border-radius: 4px 15px 0 0
}

.okewa-style_2 .okewa-floating_cta {
  bottom: 15px;
  left: 15px;
  border-radius: 100px
}

.okewa-style_2 .okewa-floating_cta .okewa-fc_text {
  padding: 15px 15px 15px 20px
}

.okewa-style_2 .okewa-floating_cta .okewa-fc_icon {
  width: auto;
  padding: 10px 14px
}

.okewa-style_3 .okewa-floating_cta {
  bottom: 10px;
  left: 15px;
  border-radius: 100px
}

.okewa-style_3 .okewa-floating_cta .okewa-fc_text {
  display: none
}

.okewa-style_3 .okewa-floating_cta .okewa-fc_icon {
  padding: 14px;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0)
}

.okewa-pulse_3 {
  display: none;
  position: fixed;
  border-width: 1px;
  border-style: solid;
  border-radius: 55px;
  height: 55px;
  width: 55px;
  bottom: 12px;
  left: 17px;
  -webkit-animation: ok_widgetPulse infinite 1.5s;
  animation: ok_widgetPulse infinite 1.5s
}

.okewa-style_3 .okewa-pulse_3 {
  display: block
}

.okewa-right .okewa-pulse_3 {
  left: inherit;
  right: 17px
}

@-webkit-keyframes ok_widgetPulse {
  0% {
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0
  }
}

@keyframes ok_widgetPulse {
  0% {
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0
  }
}

.okewa-style_3.okewa-text_3 .okewa-floating_cta {
  overflow: visible
}

.okewa-style_3.okewa-text_3 .okewa-floating_cta .okewa-fc_text {
  display: block;
  position: absolute;
  left: 75px;
  top: 8px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  max-width: 260px
}

.okewa-style_3.okewa-text_3 .okewa-floating_cta .okewa-fc_text:hover {
  background: #f1f1f1;
  transition: all .5s ease
}

.okewa-style_3.okewa-text_3.okewa-right .okewa-floating_cta .okewa-fc_text {
  left: inherit;
  right: 75px
}

.okewa-floating_popup {
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  left: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 350px;
  font-family: Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.4
}

.branded .okewa-floating_popup>a {
  display: block!important;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-top: 1px solid #ddd;
  font-size: 12px;
  font-weight: 400;
  line-height: 2
}

.okewa-style_1 .okewa-floating_popup {
  bottom: 60px
}

.okewa-style_2 .okewa-floating_popup {
  bottom: 70px
}

.okewa-style_3 .okewa-floating_popup {
  bottom: 80px
}

.okewa-floating_popup .okewa-header {
  background: #0dc152;
  text-align: center;
  color: #fff;
  padding: 15px
}

.okewa-floating_popup .okewa-header .okewa-close {
  position: absolute;
  left: 15px;
  top: 25px;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  padding: 10px;
  cursor: pointer
}

.okewa-floating_popup .okewa-header .okewa-close:hover {
  background: rgba(0, 0, 0, .1)
}

.okewa-floating_popup .okewa-header .okewa-avatar {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  display: inline-block;
  overflow: hidden;
  background: #000
}

.okewa-floating_popup .okewa-header .okewa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.okewa-floating_popup .okewa-header .okewa-intro {
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0;
  line-height: 1.4;
  font-size: 14px;
  color: #fff
}

.okewa-floating_popup .okewa-header .okewa-intro strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px
}

.okewa-floating_popup .okewa-chat {
  padding: 15px;
  background: url(../img/bg.png);
  background-size: 100%
}

.okewa-floating_popup .okewa-chat .okewa-chat_opening {
  display: inline-block;
  position: relative;
  background: #e4fec8;
  color: #333;
  padding: 8px 12px;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.okewa-floating_popup .okewa-chat .okewa-chat_opening:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-style: solid;
  border-width: 0 10px 14px 0;
  border-color: transparent #e4fec8 transparent transparent
}

.okewa-floating_popup .okewa-chat .okewa-chat_opening .okewa-timestamp {
  color: #aaa;
  font-size: 11px;
  vertical-align: bottom
}

.okewa-floating_popup .okewa-chat .okewa-chat_opening img {
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  display: inline-block;
  opacity: .5
}

.okewa-floating_popup .okewa-input {
  position: relative;
  padding: 15px;
  border-top: 1px solid #f1f1f1;
  color: #666;
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, .1)
}

.okewa-floating_popup .okewa-input .okewa-input_content {
  border: 0;
  padding: 0;
  width: calc(100% - 22px);
  outline: 0;
  line-height: 1;
  font-size: 14px;
  color: #666;
  background: #fff;
  font-family: Arial, sans-serif
}

.okewa-floating_popup .okewa-input .okewa-input_content::placeholder {
  color: #aaa
}

.okewa-floating_popup .okewa-input .okewa-input_icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  opacity: .5
}

.okewa-floating_popup .okewa-input .okewa-input_icon:hover {
  opacity: 1
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat {
  padding: 0;
  background: #fff;
  overflow-y: auto
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] {
  font-size: 13px;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  display: flex
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_]:hover {
  background: rgba(0, 0, 0, .05);
  cursor: pointer
}

.okewa-floating_popup .okewa-multiple_cs .okewa-header .okewa-avatar {
  position: relative;
  margin-left: -50px;
  left: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 60px;
  vertical-align: middle;
  overflow: hidden;
  background: #000
}

.okewa-floating_popup .okewa-multiple_cs .okewa-header .okewa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin-right: 10px;
  overflow: hidden;
  background: #000
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-cs_profile {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #666;
  font-size: 13px;
  margin-top: 5px;
  text-align: left;
  flex: 1
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-cs_profile p {
  margin: 0;
  padding: 0;
  line-height: 1
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-cs_profile h3 {
  margin: 5px 0 3px;
  padding: 0;
  color: #000;
  font-family: Arial, Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1
}
.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-cs_profile span.h3 {
  margin: 5px 0 3px;
  padding: 0;
  color: #000;
  font-family: Arial, Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-cs_profile .okewa-cs_status {
  position: relative;
  font-size: 10px
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_] .okewa-cs_profile .okewa-cs_status:before {
  content: "";
  background: #0dc152;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  position: absolute;
  top: 2px;
  right: -10px
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_].offline .okewa-cs_profile .okewa-cs_status:before {
  background: #aaa
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat div[class^=list-cs_].offline img.okewa-avatar {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%)
}

.okewa-floating_popup .okewa-chat.link-recommendation {
  padding-top: 0
}

.okewa-floating_popup .okewa-chat.link-recommendation .okewa-chat_opening {
  padding-top: 12px
}

.okewa-floating_popup .okewa-chat.link-recommendation .okewa-chat_opening a {
  text-decoration: none;
  color: #333
}

.okewa-floating_popup .okewa-chat.link-recommendation .okewa-chat_opening a img {
  width: 100%;
  height: auto;
  opacity: 1;
  margin-bottom: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.okewa-right .okewa-floating_cta,
.okewa-right .okewa-floating_popup {
  left: inherit;
  right: 15px
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat::-webkit-scrollbar-track {
  background-color: #eee
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat::-webkit-scrollbar {
  width: 10px;
  background-color: #eee
}

.okewa-floating_popup .okewa-multiple_cs .okewa-chat::-webkit-scrollbar-thumb {
  background-color: #ddd
}

.okewa-floating_popup,
div[id^=cs_] {
  display: none
}

@media (max-width:767px) {
  .okewa-style_1 .okewa-floating_cta {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0
  }
  .okewa-style_2 .okewa-floating_cta {
    bottom: 10px;
    right: 12px;
    width: calc(100% - 25px);
    max-width: 100%
  }
  .okewa-style_1 .okewa-floating_cta .okewa-fc_icon,
  .okewa-style_2 .okewa-floating_cta .okewa-fc_icon {
    width: auto;
    border-radius: 0;
    padding: 10px 10px 10px 12px
  }
  .okewa-style_1 .okewa-floating_popup,
  .okewa-style_2 .okewa-floating_popup,
  .okewa-style_3 .okewa-floating_popup {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0
  }
  .okewa-floating_popup .okewa-chat {
    background: 0 0
  }
  .okewa-floating_popup .okewa-input {
    bottom: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box
  }
  .okewa-floating_popup .okewa-multiple_cs .okewa-chat {
    max-height: 100%;
    height: calc(100vh - 165px)!important
  }
  .okewa-btn.btn_share .okewa-btn_icon {
    padding: 10px 10px 10px 14px
  }
  .okewa-btn.btn_share .okewa-btn_text {
    display: inline-block
  }
  .woocommerce .quantity .qty {
    padding: 11px 5px!important
  }
}

.okewa-container {
  position: fixed;
  top: 30%;
  z-index: 1
}

.okewa-btns-right {
  right: 0
}

.okewa-btns-left {
  left: 0
}

.okewa-container ul {
  padding: 0;
  margin: 0
}

.okewa-container ul li {
  list-style: none;
  margin: 0
}

.okewa-container ul li {
  line-height: 45px
}

.okewa-container ul li p {
  margin: 0
}

.okewa-container ul li a {
  padding: 0 15px 0 0;
  display: block;
  line-height: 45px;
  text-align: left;
  white-space: nowrap;
  text-decoration: none
}

.okewa-container ul li span {
  line-height: 45px;
  width: 50px;
  text-align: center;
  display: inline-block
}

.okewa-container.okewa-btns-left ul li a {
  text-align: right;
  padding: 0 0 0 15px
}

.okewa-container.okewa-btns-left ul li span {
  float: right
}

.okewa-container ul li a:hover {
  text-decoration: none
}

.okewa-container .okewa-share-btn {
  position: relative
}

.okewa-container .okewa-share-btn span,
.okewa-container.okewa-btns-left .okewa-share-btn span {
  float: none
}

.okewa-container .okewa-share-btn a {
  padding: 0
}

.okewa-container.okewa-btns-left .okewa-share-btn i.okewa-share-icon {
  float: right!important
}

.okewa-container.okewa-anim-icons ul li {
  transition: transform .1s
}

.okewa-container.okewa-anim-icons.okewa-btns-right ul li:hover {
  transform: translate(-15px, 0)
}

.okewa-container.okewa-anim-icons.okewa-btns-left ul li:hover {
  transform: translate(15px, 0)
}

.okewa-container ul li.okewa-share-btn:hover .okewa-social-popup {
  display: block
}

.okewa-social-popup {
  position: absolute;
  top: 100%;
  left: 100%;
  margin: 0 0 0 -50px;
  width: 155px;
  display: none
}

.okewa-container.okewa-btns-right .okewa-social-popup {
  right: -100%;
  margin: 0 0 0 -110px;
  left: 0
}

.okewa-container .okewa-social-popup a {
  padding: 0!important;
  text-align: left!important
}

@media (min-width:768px) {
  .okewa.mobile-only {
    display: none!important
  }
}

@media (max-width:767px) {
  .branded .okewa-floating_popup>a {
    position: absolute;
    bottom: 0;
    width: 100%
  }
  .branded .okewa-floating_popup .okewa-input {
    bottom: 20px
  }
  .okewa.desktop-only {
    display: none!important
  }
  .compact.okewa-style_1 .okewa-floating_cta {
    max-width: 90%;
    margin: 0 auto;
    border-radius: 4px 15px 0 0
  }
  .compact.okewa-style_1 .okewa-floating_popup,
  .compact.okewa-style_2 .okewa-floating_popup,
  .compact.okewa-style_3 .okewa-floating_popup {
    top: inherit;
    left: 5%;
    right: 5%;
    bottom: 50px;
    width: 90%;
    height: auto;
    border-radius: 8px
  }
  .compact.okewa-style_2 .okewa-floating_popup {
    bottom: 60px
  }
  .compact.okewa-style_3 .okewa-floating_popup {
    bottom: 80px
  }
  .compact .okewa-floating_popup .okewa-multiple_cs .okewa-chat {
    height: auto!important;
    max-height: 45vh!important
  }
  .compact .okewa-floating_popup .okewa-input {
    position: relative
  }
  .okewa-style_3.okewa-text_3 .okewa-floating_cta .okewa-fc_text {
    max-width: calc(100vw - 100px)
  }
}

.okewa-floating_cta {
  background: #0dc152;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 30px rgb(0 0 0 / 30%);
  cursor: pointer;
  user-select: none;
  line-height: 1;
  overflow: hidden;
  min-width: 40px;
  max-width: 350px;
}

.okewa-style_1 .okewa-floating_cta {
  bottom: 0;
  left: 15px;
  border-radius: 4px 15px 0 0;
}
.single-product p>strong{
  float: left;
    margin: 10px;
    clear: both;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    text-decoration: underline;
}
.stock.in-stock{
  display: none
}
.sku_wrapper{
  display:block;
  clear:both;
  margin-top:10px;
}
.sku_wrapper .sku{
  font-weight:700
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.nm{
  margin: 0 !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right !important;
    width: 48% !important;
    clear: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left !important;
    width: 48% !important;
}
