/*-------------*/
/*  GENERAL   */
/*-------------*/

a {
  color: #454545;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #00af64;
}
a, .icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.wms-row:not(.footer) {
  margin-bottom: 30px;
}
.ui.menu {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0;
}
.ui.menu .active.item, .ui.vertical.menu .active.item, .ui.menu .ui.dropdown .menu>.active.item {
  background: transparent !important;
  color: #00af64 !important;
}
.ui.menu .ui.dropdown .menu>.active.item {
  font-weight: 400 !important;
  color: #00af64 !important;
}
.ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover, .ui.menu .ui.dropdown .menu>.item:hover, .ui.menu .ui.dropdown .menu>.selected.item {
  background: transparent !important;
  color: #00af64 !important;
}
.ui.menu .dropdown.item .menu {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.ui.dividing.header {
  font-weight: 700;
  font-size: 17px;
  color: #2f2f2f;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 0;
}
.ui.dividing.header:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #00af64;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ui.cards>.card {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.ui.cards a.card:hover, .ui.link.card:hover, .ui.link.cards .card:hover, a.ui.card:hover {
  transform: none;
  box-shadow: none;
}
.ui.card>:first-child, .ui.cards>.card>:first-child {
  border-radius: 0 !important;
}
.blurring.dimmed.dimmable>:not(.dimmer) {
  -webkit-filter: blur(0) grayscale(0);
  filter: blur(0) grayscale(0);
}
.ui.card>.content, .ui.cards>.card>.content {
  border-top: 0;
  padding: 0;
  margin: 14px 0;
}
.ui.card>.content>.header:not(.ui), 
.ui.cards>.card>.content>.header:not(.ui) {
  margin-top: 0;
  line-height: 1.2857em;
  font-weight: 400;
  color: #2f2f2f;
  display: block;
  letter-spacing: 0.3px;
}
.ui.card>.content>.header:not(.ui) h2, 
.ui.cards>.card>.content>.header:not(.ui) h2 {
  font-size: 15px;
}
.ui.attached.buttons .button {
  background: #00af64;
  color: #fff;
}
.ui.attached.buttons .button:hover {
  background: none;
  box-shadow: 0 0 0 1px #00af64 inset !important;
  color: #00af64;
}

.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  top: -70px;
  width: 100%;
  z-index: 2;
}
.owl-theme .owl-controls .owl-nav {
  text-align: center;
}
.owl-theme .owl-controls .owl-nav div.owl-prev, 
.owl-theme .owl-controls .owl-nav div.owl-next {
  display: inline-block !important;
  font-size: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 0;
}
.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: auto;
  right: 40px;
}
.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 0px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before, .owl-theme .owl-controls .owl-nav div.owl-next:before {
  color: #c8c8c8;
  font-family: "Icons";
  font-size: 15px;
  line-height: 32px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
  content: "\f104";
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
  content: "\f105";
}
.owl-theme .owl-controls .owl-nav div.owl-prev:hover, 
.owl-theme .owl-controls .owl-nav div.owl-next:hover, 
.owl-theme .owl-controls .owl-nav div.owl-next:hover:before, 
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
  border-color: #00af64;
  background: none;
  color: #00af64;
}

/*-------------*/
/* TOP HEADER */
/*-------------*/

.ui .wms-row.topheader {
  border-bottom: 1px solid #ebebeb;
}
.wms-row.topheader .layout-column .menu.right {
  display: none;
}
.wms-row.topheader .layout-column.topheader-left .dropdown .menu {
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  min-width: 120px;
}
.wms-row.topheader .layout-column.topheader-left .dropdown .menu>.item:hover {
  background: transparent !important;
  color: #00af64 !important;
}
.wms-row.topheader .layout-column.topheader-left .search-menu-widget {
  left: 1rem;
  right: auto;
  box-shadow: 0 0px 2px #ccc;
  background: #fff;
}
.wms-row.topheader .layout-column.topheader-left .search-menu-widget input {
  border: none;
  background: none;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  height: 55px;
  text-transform: capitalize;
  min-width: 215px !important;
  max-width: 490px !important;
  padding: 0 55px 0 15px;
}
.wms-row.topheader .layout-column.topheader-left .search-menu-widget button {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 0;
}
.wms-row.topheader .layout-column.topheader-left .search-menu-widget button:before {
  content: "\f002";
  font-family: "Icons";
  font-size: 15px;
  height: 55px;
  width: 50px;
  text-align: center;
  line-height: 55px;
}
.wms-row.topheader .layout-column.topheader-right .menu, 
.wms-row.topheader .layout-column.topheader-right .wm-cart {
  float: right;
}
.wms-row.topheader .layout-column.topheader-right .wm-cart>.ui.button {
  background-color: #00af64;
  color: #fff;
}

/*-------------*/
/*   HEADER   */
/*-------------*/

.wms-row.header .layout-column.header-menu .ui.menu>.menu>.item {
  color: #2f2f2f;
  font-size: 14px;
  padding: 0px 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.wms-row.header .layout-column.header-menu .ui.menu>.menu>.dropdown .menu>.item {
  line-height: 40px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 25px !important;
  color: #4f4f4f;
}

/*-----------------*/
/*    SLIDER     */
/*----------------*/

.wms-row.slider .owl-theme .owl-controls {
  display: none;
}

/*-----------------*/
/* BANNER SECTION */
/*----------------*/

.wms-row.banner-section img {
  transition: all 700ms;
  -moz-transition: all 700ms;
  -webkit-transition: all 700ms;
  -ms-transition: all 700ms;
  -o-transition: all 700ms;
}
.wms-row.banner-section .wm-image:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.wms-row.banner-section .content .animated {
  background: rgba(0, 0, 0, 0.5);
  max-width: 245px;
  height: 125px;
  margin: 0 auto;
  padding: 28px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wms-row.banner-section .content .h1, .wms-row.banner-section .content .h2 {
  font-weight: 400;
  padding-bottom: 0.75em;
}
.wms-row.banner-section .content .h2 {
  font-size: 18px;
}
.wms-row.banner-section .content .h1 {
  font-size: 24px;
  font-weight: 700;
}
.wms-row.banner-section .addon-box [class*=image-] {
  position: relative;
}
.wms-row.banner-section .addon-box [class*=image-]::before {
  position: absolute;
  top: 0;
  left: -84%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.wms-row.banner-section .addon-box [class*=image-]:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-ms-keyframes shine {
  100% {
    left: 125%; } }
@-moz-keyframes shine {
  100% {
    left: 125%; } }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }

/*-------------------*/
/* BANNERBG SECTION */
/*------------------*/

.wms-row.bannerbg-section .wm-image [class*=image-] {
  background-repeat: no-repeat!important;
  background-position: center center !important;
  background-size: initial !important;
  position: relative;
}
.wms-row.bannerbg-section .wm-image .content {
  top: 50% !important;
  transform: translateY(-50%);
}
.wms-row.bannerbg-section .wm-image .content .header {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wms-row.bannerbg-section .wm-image .content .header span {
  position: relative;
}
.wms-row.bannerbg-section .wm-image .content .header span:before, 
.wms-row.bannerbg-section .wm-image .content .header span:after {
  content: '';
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  position: absolute;
  width: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wms-row.bannerbg-section .wm-image .content .header span:before {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  top: -40px;
}
.wms-row.bannerbg-section .wm-image .content .header span:after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  bottom: -40px;
}

/*-------------------*/
/*      BRAND      */
/*------------------*/

.wms-row.brand-section {
  margin-top: 20px;
}
.wms-row.brand-section .container {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 0px;
}
.wms-row.brand-section .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.wms-row.brand-section .owl-controls {
  display: none;
}

/*------------------*/
/*   BLOG UPDATE   */
/*------------------*/

.wms-row.blogupdate-section {
  background: #f6f6f6;
  padding: 57px 1rem 60px !important;
  margin-bottom: 0;
}
a.card:hover {
  color: #454545;
}
a.card .content {
  position: relative;
  padding-top: 18px;
}
a.card .content h2.header {
  font-size: 18px;
  font-weight: 400;
}
a.card .content h2.header, a.card .content .meta {
  margin-bottom: 5px;
}
a.card .content h2.header:hover {
  color: #00af64;
}
a.card .content .description {
  font-size: 90%;
  text-align: justify;
}

/*-----------------
	FOOTER
-----------------*/

.wms-rowf.footer {
  background: #232323;
  padding: 82px 0 47px !important;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
}
.wms-rowf.footer .column .ui.menu {
  box-shadow: none;
  background: transparent;
}
.wms-rowf.footer .column .ui.header, 
.wms-rowf.footer .column .ui.menu .header {
  font-weight: 700;
  font-size: 15px;
  color: #cbcbcb;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.wms-rowf.footer .column .ui.menu .header {
  padding: 0 1.14285714em 15px;
  white-space: nowrap;
}
.wms-rowf.footer .column .ui.header:after, 
.wms-rowf.footer .column .ui.menu .header:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #00af64;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wms-rowf.footer .column .ui.menu .header:after {
  left: 1.14285714em;
}
.wms-rowf.footer .column .content ul {
  padding-left: 0;
}
.wms-rowf.footer .column .content ul li {
  list-style: none;
  line-height: 27px;
  padding-bottom: 7px;
}
.wms-rowf.footer .column .content ul li span {
  margin-bottom: 0;
  color: #cbcbcb;
}
.wms-rowf.footer .column .content ul li a, 
.wms-rowf.footer .column .ui.menu a.item {
  color: #8f8f8f;
}
.wms-rowf.footer .column .ui.menu a.item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #ffffff;
}
.wms-rowf.copyright {
  background: #232323;
}
.wms-rowf.copyright .container {
  padding: 5px 0;
  border-top: 1px solid #2f2f2f;
}
.wms-rowf.copyright p {
  text-transform: uppercase;
  color: #5f5f5f;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 25px;
}
.wms-rowf.copyright p a {
  color: #00af64;
}

/*-----------------
	BREADCRUMB
-----------------*/

.wms-row.breadcrumb {
  height: 356px;
  background: #ccc;
}
.wms-row.breadcrumb .column {
  position: absolute!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wms-row.breadcrumb .column .ui.segment {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
}
.wms-row.breadcrumb .column .ui.segment .section, 
.wms-row.breadcrumb .column .ui.segment .icon {
  color: #fff;
  opacity: 1;
}
.wms-row.breadcrumb .column .ui.segment a.section:hover, 
.wms-row.breadcrumb .column .ui.segment a.section:hover>.icon {
  color: #00af64;
}

/*-----------------
	LEFT SIDEBAR
-----------------*/

#left-column .wm-module {
  margin-bottom: 40px;
}
#left-column .ui.menu .item {
  padding-left: 0;
}
#left-column .header.item {
  font-weight: 700;
  font-size: 17px;
  color: #2f2f2f;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 0;
}
#left-column .header.item:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #00af64;
  position: absolute;
  bottom: 0;
  left: 0;
}
#left-column .wm-product .item, 
#left-column .wm-post .item {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
#left-column .wm-product .item .image, 
#left-column .wm-post .item .image {
  margin: 0;
  float: left;
}
#left-column .wm-product .item .image {
  width: 75px !important;
}
#left-column .wm-post .item .image {
  width: 90px !important;
}
#left-column .wm-product .item>.content>.header>h2, 
#left-column .wm-post .item>.content>h2 {
  font-weight: 400;
  color: #2f2f2f;
  font-size: 15px;
  display: block;
  letter-spacing: 0.3px;
}
#left-column .wm-product .item>.content>.header>h2:hover {
  color: #00af64; 
}

/*-----------------
	PAGINATION
-----------------*/

.wm-module.wm-product .paged {
  margin-top: 40px;
  text-align: center;
}
.ui.pagination.menu .item {
  padding: 15.65px 20px;
  border-radius: 50%;
  font-weight: bold;
}
.ui.pagination.menu .item:before {
  width: 0;
}
.ui.pagination.menu .active.item {
  background: #00af64 !important;
  color: #fff !important;
}

/*-----------------
	SHOPPING CART
-----------------*/

.wm-widget.wm-cart>.ui.header {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 0px 17px 0px;
  margin-bottom: 30px;
  color: #2f2f2f;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .wms-row.header .layout-column.header-menu .ui.menu>.menu>.item {padding: 0 15px;}  
  .wms-rowf.footer .column .ui.menu .header {font-size: 14px; }
}
@media (max-width: 768px) {
  .wms-row.topheader .layout-column.topheader-right .menu, 
  .wms-row.topheader .layout-column.topheader-right .wm-cart {font-size: 13px; }
  .wms-row.topheader .layout-column.topheader-left .ui.menu .item,
  .wms-row.topheader .layout-column.topheader-right .ui.menu .item {padding: .92857143em; }
  .wms-row.header {margin-bottom: 0; }  
  .wms-rowf.footer .wm-free-text {padding-left: 1.14285714em; }
}

@media (max-width: 767px) {
  .wm-module.wm-image .content {top: 50%!important; transform: translateY(-50%); }
  .wms-row.bannerbg-section .wm-image .content .header {font-size: 20px !important; font-weight: 400; }
  .ui.stackable.cards>.card {width: 100% !important; }
}
@media (max-width: 480px) {
  .wms-row.topheader .layout-column.topheader-left {padding: 0; }
  .wms-row.topheader .layout-column.topheader-right {padding-top: 0; }	
  .wms-row.topheader .layout-column.topheader-right .menu, 
  .wms-row.topheader .layout-column.topheader-right .wm-cart {float: none; }
  #left-column .wm-product .item, #left-column .wm-post .item {display: block; }
  #left-column .wm-product .item .content {width: calc(100% - 75px); float: left; padding: 0 0 0 1em; }
  #left-column .wm-product .item .content .right.floated.meta {float: left; }
  #left-column .wm-post .item .content {width: calc(100% - 90px); float: left; padding: 0 0 0 1em; }
}