/*------------------------------------------------------------------
[Master Stylesheet]

Project:	EvoTech Shopping Cart
Version:	1.1
Last change:	08/01/17 [fixed Float bug, vf]
Assigned to:	ThemeOxygen
Primary use:	Shopping Cart 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Scroll
2. Header / #header
		2.1. Navigation / menu
3. Carousel
		3.1. Carousel Blog Page
4. Home2 Experience
		4.1. Top Sevices
5. Home3 Lateral Categories
6. Home5
7. About
8. Services
		8.1. Percentage
9. Category Product
		9.1. Right Column
		9.2 Products
10. Author Product
11. Author Product Option2
12. Login
13. Page Product Details
14. Blog v1
15. Page Orders (Checkout)
16. Page Categories
17. Register Box
18. Header Footer
19. Google Maps
20. Page Contact
21. Footer NewsLetters
22. Footer
23. Footer - 2
24. Footer - 3
25. 404 Server Error

-------------------------------------------------------------------*/
body {
  color: #333;
  font-family: "Catamaran", Arial, sans-serif;
  line-height: 22px;
  font-size: 15px;
  background: #fff;
}
img {
  max-width: 100%;
}
ol,
ul {
  margin-bottom: 0px;
  margin-top: 0;
  padding: 0;
}
.h1 {
  font-size: 40px;
  font-weight: 600;
  color: #2f343f;
}
h1 {
  font-size: 20px;
  font-weight: 400;
  color: #2f343f;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
a.cart-clear-all {
  color: #d9534f;
  font-weight: bold;
}
p.total-items, p.delivery-estimated {
  font-size: 16px;
  line-height: unset;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 10px 0;
  color: #000;
}

p.total-items, p.delivery-estimated span {
  font-weight: 500;
}

.bd-example {
  margin-top: 20px;
}

.cart-sub-total {
  margin-bottom: 10px;
  margin-top: 10px;
}

.cart-sub-total p {
  margin: 0;
}

.content-send-order {
  margin-bottom: 20px;
}

.btn {
  border-radius: 1px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn.btn-success {
  color: #fff;
  background-color: #6f9a37;
  border-color: #608333;
}

.btn:focus, .btn:active, .btn-default:focus, .btn-default:active,
.btn:focus:active, .btn-default:focus:active {
  outline: 0;
}

.btn-primary {
  color: #fff;
  background-color: #6f9a37;
  border-color: #5b7e2c;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #5b7e2c;
  border-color: #6f9a37;
  outline: none;
}
.generic-btn {
  float: right;
  margin-top: 20px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}
.top-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}
.top-header .mainmenu ul li a {
  line-height: 35px;
}
.box-logo-menu {
  padding-top: 2px;
}
/*Scroll*/
.dropdown-prod-cart {
  max-height: 500px;
  overflow: auto;
}
.list-category-scroll {
  max-height: 500px;
  overflow: hidden;
}
ul.scroll-menu {
  position: relative;
  display: inherit !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: auto;
  max-height: 500px;
  margin: 0;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/***MENU***/
/*----------------------------------------*/
/*  2.2	Main menu area CSS
/*----------------------------------------*/
.content-logo {
  padding: 0;
  margin-top: 0px;
}
.content-logo h2, .content-logo h2 a {
  font-size: 33px;
  font-weight: 900;
  text-transform: none;
  font-family: "Catamaran", sans-serif;
  letter-spacing: -1px;
  color: #2f343f;
}
.content-logo h2 a:hover {
  text-decoration: none;
}
.content-logo h2 span {
  color: #6f9a37;
}
.banner-img .box-slide-book img {
  z-index: 0;
  margin-top: -30px;
  position: absolute;
}
.banner-img p.discount-layer {
  font-size: 120px;
  font-weight: 800;
  margin-top: 80px;
  text-shadow: 3px 0px 5px rgba(30, 30, 30, 0.67);
}
.order-entry {
  border: solid 1px #d3d3d3;
  border-radius: 10px;
  margin-bottom: 20px;
}
.order-entry .orders-name span {
  font-weight: 600;
}
.order-entry .orders-name {
  border-bottom: solid 1px #d3d3d3;
  padding-bottom: 5px;
}
.order-entry .order-price {
  text-align: right;
}
.order-entry .order-date {
  font-size: 16px
}
.order-entry .order-actions {
  padding: 10px 0;
  font-size: 16px
}
.order-entry .order-buttons {
  text-align: right;
}
.order-entry .order-buttons button {
  margin-left: 10px;
}
.order-entry .order-status {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #6f9a37;
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  border-radius: 5px;
}
textarea.form-message {
  min-height: 150px;
  border: solid 1px #d3d3d3;
}
.top-user {
  padding-left: 0;
}
.top-user .user-name {
  margin-top: 5px;
}
.top-user .user-name p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  padding-top: 2px;
}
.top-header .mainmenu {
  text-align: right;
}
.top-header .mainmenu ul li a {
  color: #212121;
}
header {
  border-bottom: 1px solid #ebebeb;
}
.plain-select:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  height: 0;
  width: 0;
  border-top: 6px solid #f99300;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.language-select {
  border: 1px solid #ececec;
  color: #222;
  padding: 2px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 140px;
  font-family: "Open sans", sans-serif;
}
.language-select option {
  padding: 5px;
}
.mainmenu {
  text-align: right;
}
.mainmenu ul.menu-first-level {
  padding: 0;
  margin-top: 30px;
}
.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.mainmenu ul li a {
  color: #252525;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
}
.mainmenu ul li .mega-menu span a,
.mainmenu ul li ul.sub-menu li a {
  color: #444;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-shadow: 0 0 0;
  text-transform: none;
}
.mainmenu ul li .mega-menu span a::before,
.mainmenu ul li ul.sub-menu li a::before {
  content: "";
  font-family: fontawesome;
  margin-right: 5px;
}
.mainmenu ul li .mega-menu span a.mega-title,
.mainmenu ul li ul li.sub-menu-title a {
  border-bottom: 1px solid #ebebeb;
  color: #282828;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.mainmenu ul li .mega-menu span a.mega-title:before,
.mainmenu ul li .mega-menu span.mega-menu-img a:before,
.mainmenu ul li ul.sub-menu li.sub-menu-title a::before {
  display: none;
}
.mainmenu ul li .mega-menu span.mega-menu-img {
  width: 34%;
}
.mainmenu ul li:hover a {
  color: #c38748;
  background: #fff;
}
.product-former-price {
  font-size: 14px;
  line-height: 1.4;
}
.product-former-price .striked {
  text-decoration: line-through;
}
.product-former-price .discount-title {
  font-weight: bold;
}
.mainmenu .nav > ul > li a:focus {
  background: #fff;
}
.mainmenu ul li:hover .mega-menu span a:hover,
.mainmenu ul li ul.sub-menu li a:hover {
  color: #c38748;
}
.mainmenu ul li ul.sub-menu.restrain {
  left: 0;
  top: 100%;
  width: 235px;
}
.exp-mega:hover .mega-menu {
  opacity: 1;
  transform: scaleY(1);
}
.mega-menu,
.restrain {
  background-color: #ffffff;
  border-color: #c38748 #ffffff #ffffff;
  border-image: none;
  border-style: solid;
  border-width: 2px;
  box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
  left: -365px;
  margin: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  width: 950px;
  z-index: 3000;
}
.mega-menu span {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  width: 18%;
  margin-bottom: 10px;
}
.mega-menu.two-column {
  left: 20px;
  width: 425px;
}
.mega-menu.two-column span {
  width: 50%;
}
.expand:hover .restrain {
  opacity: 1;
  transform: scaleY(1);
  z-index: 9999;
}
.mainmenu ul li ul.sub-menu li {
  display: block;
  transition: all 0.3s ease 0s;
}
.content-count-cart-header i.fa-shopping-cart {
  color: #21252b;
  padding: 5px;
  font-size: 16px;
  border-radius: 100px;
  margin: 25px 10px 0 20px;
}
.box-shoppingCart {
  width: 8%;
  text-align: center;
  margin-top: 22px;
}
.box-shoppingCart .dropdown-menu {
  min-width: 340px;
  left: -150px;
  border-radius: 1px;
  margin-top: 10px;
}
.box-shoppingCart .dropdown-prod-cart {
  padding: 15px;
}
.box-shoppingCart .dropdown-prod-cart ul {
  padding: 0;
}
.box-shoppingCart .dropdown-prod-cart ul li {
  float: left;
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%;
}
.box-shoppingCart .dropdown-prod-cart ul li .box-cart-book {
  padding-right: 0;
}
.box-shoppingCart .dropdown-prod-cart ul li i.fa-times {
  cursor: pointer;
  color: #666;
}
.box-shoppingCart .dropdown-prod-cart ul li:first-child {
  margin-top: 0px;
}
.box-shoppingCart .dropdown-prod-cart .separator {
  clear: both;
  width: 100%;
  border-top: 5px solid #ececec;
  margin: 10px 0;
  height: 1px;
  overflow: hidden;
}
.box-shoppingCart .dropdown-prod-cart #cartInfo {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.box-shoppingCart .dropdown-prod-cart #cartInfo .minucart-price {
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.cart-navigation {
  cursor: pointer;
}
.number-prod-cart {
  position: absolute;
  margin-top: -52px;
  margin-left: 21px;
}
.number-prod-cart .fa-3x {
  background: #6f9a37;
  border-radius: 100%;
  font-size: 1em;
  padding: 4px;
  text-align: center;
}
.number-prod-cart .fa-stack-1x {
  top: 0;
}
#goToCheckOut {
  background-color: #666;
  color: #fff;
  clear: both;
  display: block;
  width: 100%;
  padding: 7px 0;
  font-size: 13px;
  text-align: center;
  letter-spacing: .12em;
}
.btn-remove-prod {
  width: 4%;
  float: left;
}
.minicart-data .mc-name {
  margin: 10px 0 0 0;
  font-weight: 500;
}
/*****Mini Menu*****/
.mini-menu {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  display: none;
}
/*****Top Banner******/
/* Keyframes for animations */
@-webkit-keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@-moz-keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@-o-keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@keyframes MoveBG {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 16%;
  }
  100% {
    background-position: 0% 84%;
  }
}
.banner-img {
  background: url('http://localhost:56935/main/html/images/slider/reader.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.banner-img .box-banner-top {
  left: 0;
  width: 100%;
  position: absolute;
  height: 600px;
}
.banner-img img {
  margin-top: 85px;
}
.banner-img h3 {
  color: #111;
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-top: 160px;
  font-family: 'Poppins', sans-serif;
}
.banner-img p {
  text-align: center;
  color: #111;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
}
.content-top-banner {
  margin: 30px 0 60px 0;
  float: left;
  width: 100%;
}
.content-top-banner .box-product-stock {
  padding: 0px 0px 0 0;
}
.content-top-banner .box-product-stock .box-btn-evt {
  width: 100%;
  margin-top: 20px;
}
.content-top-banner .box-product-stock .box-btn-evt .btn-offers {
  border: 1px solid #666;
  color: #666;
  border-radius: 16px;
  padding: 8px 20px;
  letter-spacing: 0;
  font-family: 'Open sans', sans-serif;
  background: #fff;
  font-weight: 600;
}
.content-top-banner .box-product-stock h2 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.content-top-banner .box-product-stock .sub-box {
  width: 100%;
  float: left;
  padding: 40px 15px 0 15px;
}
.content-top-banner .box-product-stock .sub-box .adv-top-prod {
  position: relative;
  width: 100%;
}
.content-top-banner .box-product-stock .sub-box .book-desc {
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 8px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 80px 0;
  padding: 20px;
  position: absolute;
  border-left: 1px dashed #ddd;
}
.content-top-banner .box-product-stock .sub-box .book-desc p {
  color: #fff;
}
.content-top-banner .box-product-stock .sub-box .book-desc p.book-price {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-top: 20px;
  color: #f09e29;
}
.content-top-banner .box-product-stock .sub-box .book {
  padding: 0 0 0 15px;
}
.shop-title-store h1.section-title::after {
  content: '';
  display: block;
  width: 100px;
  text-align: center;
  height: 4px;
  background: #5b7e2c;
  margin: 7px auto 0 auto;
  border-radius: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.shop-title-store .share-button {
  float: right;
}
.shop-title-store .share-button i {
  background-color: #6f9a37;
  border: 1px solid #6f9a37;
  border-radius: 7px;
  color: #fff;
  font-size: 26px;
  padding: 9px 12px;
  margin: 10px 5px 10px 0;
}

.modal-filters.share-cart-dialog {
  min-height: 50px;
  height: 50px;
}

.modal-filters.share-cart-dialog.ready {
  display: flex;
}

.modal-filters.share-cart-dialog.ready input {
  flex: 1;
}

.modal-filters.share-cart-dialog.ready i {
  background-color: #6f9a37;
  border: 1px solid #6f9a37;
  border-radius: 7px;
  color: #fff;
  font-size: 31px;
  padding: 9px 12px;
  margin: 0 0 0 10px;
}

#shareCartDialog .share-msg {
  padding: 0 0 0 15px;
}

/********************************************************************************************
    CAROUSEL                                                                                      
*********************************************************************************************/
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel:hover .owl-nav .owl-next {
  margin-right: 25px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  margin-left: 25px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  padding: 15px 22px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
  font-size: 24px;
  color: #333333;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: 10px;
}
.owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: 10px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  content: "";
  font-family: 'FontAwesome';
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
}
.owl-carousel .item .description {
  position: relative;
  padding-top: 180px;
}
.owl-carousel .item .description {
  padding-left: 55px;
  padding-top: 194px;
}
.owl-carousel .item .title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 56px;
  margin-bottom: 10px;
  line-height: 1;
}
.owl-carousel .item .title.clear-color,
.owl-carousel .item .subtitle.clear-color,
.owl-carousel .item .des.clear-color {
  color: #fff;
}
.owl-carousel .item .subtitle {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 15px;
}
.owl-carousel .item .des {
  margin-bottom: 14px;
  display: block;
  margin-bottom: 25px;
  max-width: 345px;
  line-height: 24px;
}
.owl-carousel .item .btn {
  line-height: 35px;
  background-color: #fca53c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0 23px;
  margin-top: 32px;
  font-size: 14px;
}
.owl-carousel .item .btn:hover {
  background-color: #070707;
}
.owl-carousel .item1 .description {
  float: right;
}
.owl-carousel .owl-item.active .item1 .title {
  -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
  animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.owl-carousel .owl-item.active .item1 .subtitle {
  -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
  -o-animation: fadeInDown 1s ease-in-out 0.8s both;
  animation: fadeInDown 1s ease-in-out 0.8s both;
}
.owl-carousel .owl-item.active .item1 .des {
  -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
  -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
  animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.owl-carousel .owl-item.active .item1 .btn {
  -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
  -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
  animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.owl-carousel .owl-item.active .item2 .title {
  -webkit-animation: fadeInRightBig 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInRightBig 0.6s ease-in-out 0.8s both;
  animation: fadeInRightBig 0.6s ease-in-out 0.8s both;
}
.owl-carousel .owl-item.active .item2 .subtitle {
  -webkit-animation: fadeInRightBig 1s ease-in-out 0.8s both;
  -o-animation: fadeInRightBig 1s ease-in-out 0.8s both;
  animation: fadeInRightBig 1s ease-in-out 0.8s both;
}
.owl-carousel .owl-item.active .item2 .des {
  -webkit-animation: fadeInRightBig 1.5s ease-in-out 0.8s both;
  -o-animation: fadeInRightBig 1.5s ease-in-out 0.8s both;
  animation: fadeInRightBig 1.5s ease-in-out 0.8s both;
}
.owl-carousel .owl-item.active .item2 .btn {
  -webkit-animation: fadeInRightBig 1.7s ease-in-out 0.8s both;
  -o-animation: fadeInRightBig 1.7s ease-in-out 0.8s both;
  animation: fadeInRightBig 1.7s ease-in-out 0.8s both;
}
/* Carousel Blog Page */
.owl-carousel .content-theme img {
  z-index: 0;
  position: absolute;
  width: 60%;
  right: 0;
  top: 50px;
}
.owl-carousel .owl-item.active .item1 .content-theme {
  -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.owl-carousel .item2 .content-theme img {
  z-index: 0;
  position: absolute;
  width: 70%;
  right: 0;
  top: 50px;
}
.owl-carousel .item2 .description {
  float: left;
}
.owl-carousel .owl-item.active .item2 .content-theme {
  -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
  animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.content-store .offer-electro {
  padding: 20px;
}
.content-store .offer-electro .bord-electro {
  border: 1px solid #ccc;
  padding: 40px 20px;
  position: relative;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.content-store .offer-electro .bord-electro img {
  margin-top: 40px;
}
.content-store .offer-electro .bord-electro .box-btn-shop {
  position: absolute;
  top: 150px;
  right: 20px;
}
.content-store .offer-electro .bord-electro .box-btn-shop .bt-img {
  opacity: 1;
  border-radius: 100%;
  text-align: center;
  margin-top: 12px;
}
.content-store .offer-electro .bord-electro .box-btn-shop .bt-img .btn-add-cart,
.content-store .offer-electro .bord-electro .box-btn-shop .bt-img .btn-det-cart {
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  background: #e6e6e6;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.content-store .offer-electro .bord-electro .box-btn-shop .bt-img .btn-add-cart i,
.content-store .offer-electro .bord-electro .box-btn-shop .bt-img .btn-det-cart i {
  font-size: 16px;
  padding: 10px;
}
.content-store .offer-electro .bord-electro:hover .box-btn-shop .btn-det-cart,
.content-store .offer-electro .bord-electro:hover .box-btn-shop .btn-add-cart {
  background: #6f9a37;
}
.content-store .offer-electro h3 {
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  z-index: 99;
  color: #fff;
  margin-top: -20px;
  text-transform: uppercase;
}
.content-store .offer-electro .electro-title:after {
  content: '';
  position: absolute;
  border-right: 200px solid transparent;
  border-top: 160px solid #282b37;
  border-left: 0 solid transparent;
  left: 0;
  z-index: 2;
  top: 0;
}
.content-store .offer-electro p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-store .offer-electro .price-electro {
  color: #333;
  font-weight: 600;
  font-size: 30px;
  padding: 10px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}
.content-store .offer-electro .price-electro span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
/********************************************************************************************
    HEADER-2
*********************************************************************************************/
.header2 .box-shoppingCart {
  width: 16.6666%;
}
.header2 .box-shoppingCart .number-prod-cart {
  margin-left: 30px;
}
.header2 .box-shoppingCart .list-product {
  width: 50%;
  float: left;
}
.header2 .box-shoppingCart .cartInfo {
  width: 48%;
  float: left;
}
.header2 .box-shoppingCart .cartInfo .minucart-price.out-cart {
  font-weight: 600;
}
.header2 .box-shoppingCart .cartInfo .minucart-price.out-cart span {
  font-weight: 800;
  font-size: 20px;
  color: #6f9a37;
}
.header2 .content-search {
  margin-top: 27px;
}
.header2 .content-search .search-query {
  padding: 8px 8px;
  margin-bottom: 0px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  width: 100%;
}
.header2 .mainmenu {
  text-align: left;
  padding: 0 0 10px 0;
}
.header2 .mainmenu .top-contact-company {
  padding: 8px 0 0 0;
}
.header2 .mainmenu .top-contact-company p {
  margin-bottom: 0;
  font-weight: 600;
}
.header2 .mainmenu .top-contact-company p i {
  margin-right: 5px;
  font-size: 16px;
  color: #fff;
  background: #6f9a37;
  padding: 5px;
  border-radius: 100%;
  float: left;
}
.header2 .mainmenu .navbar-collapse {
  padding: 0;
  width: 66.66666667%;
}
.header2 .mainmenu ul.menu-first-level {
  padding: 0;
  margin-top: 0px;
}
.header2 .mega-menu,
.header2 .restrain {
  left: -180px;
}
/********************************************************************************************
    HOME2 EXPERIENCE
*********************************************************************************************/
.experience-years .signature {
  margin-top: 130px;
}
.experience-years .years-number p {
  font-size: 250px;
  font-weight: 800;
  font-family: 'Poppins';
  margin-top: 130px;
  color: #000;
}
.experience-years .years-number p.orange-number {
  position: absolute;
  color: #ff7400;
  left: 15px;
  top: 2px;
}
.experience-years .txt-exp p {
  font-size: 35px;
  font-weight: 800;
  font-family: 'Poppins';
  margin-top: 50px;
  color: #232323;
  text-transform: uppercase;
  margin-left: 40px;
}
.author-book-home2 {
  margin-top: 80px;
  padding: 0;
}
.home2-offer .prod-list-desc {
  margin-top: 80px;
}
.home2-offer .prod-list-desc li {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px dotted #222;
  font-size: 14px;
  color: #232323;
  line-height: 30px;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: top 8px left;
  background-image: url(http://localhost:56935/main/html/images/check.png);
  padding-bottom: 5px;
  margin-bottom: 4px;
  list-style-type: none;
  font-weight: 600;
  text-transform: uppercase;
}
/*Top Sevices*/
.block-service.block-service-opt {
  background-color: #ebebeb;
  padding: 40px 0;
  margin-bottom: 60px;
}
.block-service.block-service-opt .item {
  font-size: 14px;
  color: #aaaaaa;
}
.block-service.block-service-opt .item .simbol-ft {
  padding: 0;
}
.block-service.block-service-opt .item .simbol-desc {
  padding: 0;
  padding-left: 5px;
}
.block-service.block-service-opt .item i {
  padding: 10px 13px;
  color: #fff;
  background: #6f9a37;
  font-size: 40px;
  border-radius: 100%;
}
.block-service.block-service-opt .item i.fa-life-ring {
  padding: 10px 10px;
}
.block-service.block-service-opt .item i.fa-headphones {
  padding: 10px 11px;
}
.block-service.block-service-opt .item .title {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 7px;
}
.block-service.block-service-opt .item:hover i {
  -webkit-animation: bounce 0.7s ease-in-out 0.3s both;
  -o-animation: bounce 0.7s ease-in-out 0.3s both;
  animation: bounce 0.7s ease-in-out 0.3s both;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/********************************************************************************************
    HOME3 LATERAL CATEGORIES
*********************************************************************************************/
.home3 {
  position: relative;
}
.home3 .item2 .description {
  left: 300px;
}
.categories-list {
  background: #fff;
  padding: 0;
  z-index: 999;
}
.categories-list .filter-table-list {
  float: left;
  margin-top: 20px;
  width: 100%;
  padding: 20px 20px;
  margin-bottom: 20px;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.categories-list .filter-table-list h3 {
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}
.categories-list .filter-table-list .list-category-column ul {
  padding: 0;
}
.categories-list .filter-table-list .list-category-column ul .top-offers-link a {
  font-weight: 800;
}
.categories-list .filter-table-list .list-category-column ul li {
  list-style-type: none;
  padding: 10px 0;
  font-family: 'Open sans', sans-serif;
  text-transform: uppercase;
}
.categories-list .filter-table-list .list-category-column ul li a {
  color: #333;
  text-decoration: none;
}
.categories-list .filter-table-list .list-category-column ul li .line-separator {
  width: 0%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.categories-list .filter-table-list .list-category-column ul li .line-separator2 {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.categories-list .filter-table-list .list-category-column ul li:hover {
  cursor: pointer;
}
.categories-list .filter-table-list .list-category-column ul li:hover .line-separator {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.categories-list .filter-table-list .list-category-column ul li:hover .line-separator2 {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 0%;
}
.effect-banner1 .content-adv-text {
  position: absolute;
  z-index: 999;
  right: 50px;
  top: 30px;
}
.effect-banner1 .content-adv-text h1 {
  visibility: hidden;
  font-size: 50px;
  margin-bottom: 10px;
}
.effect-banner1 .content-adv-text p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.effect-banner1 .content-adv-text-2 {
  position: absolute;
  z-index: 999;
  left: 50px;
  bottom: 15px;
}
.effect-banner1 .content-adv-text-2 h1 {
  visibility: hidden;
  font-size: 40px;
  margin-bottom: 10px;
}
.effect-banner1 .content-adv-text-3 {
  position: absolute;
  z-index: 999;
  left: 30px;
  top: 30px;
}
.effect-banner1 .content-adv-text-3 h1 {
  visibility: hidden;
  font-size: 30px;
  margin-bottom: 10px;
  color: #111;
  text-transform: uppercase;
}
.effect-banner1 .content-adv-text-3 p, .effect-banner1 .content-adv-text-4 p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #222;
}
.effect-banner1 .content-adv-text-4 {
  position: absolute;
  z-index: 999;
  left: 50px;
  bottom: 15px;
}
.effect-banner1 .content-adv-text-4 h1 {
  visibility: hidden;
  font-size: 30px;
  margin-bottom: 10px;
  color: #111;
  text-transform: uppercase;
}
.effect-banner1 .content-adv-text-5 {
  position: absolute;
  z-index: 999;
  right: 50px;
  bottom: 30px;
}
.effect-banner1 .content-adv-text-5 h1 {
  visibility: hidden;
  font-size: 30px;
  margin-bottom: 10px;
  color: #111;
  text-transform: uppercase;
}
.effect-banner1 .content-adv-text-5 p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #222;
}
.effect-banner1 .box-img {
  position: relative;
  display: block;
}
.effect-banner1 .img-first {
  padding-left: 0;
}
.effect-banner1 .img-second {
  padding-right: 0;
}
.effect-banner1 .box-img:hover:before {
  top: 50%;
  bottom: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.5);
}
.effect-banner1 .box-img:hover:after {
  left: 50%;
  right: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.5);
}
.effect-banner1 .box-img:before,
.effect-banner1 .box-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.column-categories {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/********************************************************************************************
    HOME 4
*********************************************************************************************/
.home4.exlusive-book-option2 .experience-magazine .magazine-desc p {
  color: #222;
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-image: url(http://localhost:56935/main/html/images/check.png);
}
.home4.exlusive-book-option2 .experience-magazine .magazine-desc p span {
  margin-left: 20px;
}
/********************************************************************************************
    HOME 5
*********************************************************************************************/
.home5 {
  text-align: center;
}
.home5 .block-service-opt .item .simbol-ft {
  position: absolute;
  bottom: -90px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.home5 .block-service-opt .item i {
  border: 10px solid #fff;
}
.home5.exlusive-book-option2 {
  text-align: left;
  background: #232323;
}
.home5.exlusive-book-option2 .experience-magazine .txt-exp p.mag-white {
  color: #fff;
}
.home5.exlusive-book-option2 .experience-magazine .magazine-desc p {
  color: #cfcfcf;
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-image: url(http://localhost:56935/main/html/images/check.png);
}
.home5.exlusive-book-option2 .experience-magazine .magazine-desc p span {
  margin-left: 20px;
}
/********************************************************************************************
    ABOUT
*********************************************************************************************/
.pattern-1 {
  background: url('/files/a/images/slider8.jpg') no-repeat center center;
  height: 120px;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-top-about {
  padding: 0;
  position: relative;
  bottom: 20px;
}
.content-top-about h1 {
  font-size: 140px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 9999;
  position: absolute;
  color: #fff;
  bottom: -40px;
  margin-bottom: 0;
  margin-left: 15px;
}
.img-man {
  position: absolute;
  z-index: 0;
  right: 0px;
  left: 0;
  width: 40%;
  margin: 0 auto;
  z-index: 99;
}
.content-header {
  background: url('http://localhost:56935/main/html/images/staff-bg.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 300px;
}
.content-header.account {
  height: 50px;
}
.box-about {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-top: 5px solid #6f9a37;
  padding: 60px 60px 50px 60px;
  margin-bottom: 80px;
}
.box-about h2 {
  font-weight: 800;
}
.team-book {
  padding: 0px 0;
}
.team-book .title-team {
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.team-book .author-contact {
  margin-top: 20px;
}
.team-book .author-contact i {
  background: #031628 none repeat scroll 0 0;
  border: 1px solid #031628;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  padding: 7px;
}
.team-book .img-author {
  margin-right: 4%;
  width: 30.666%;
  padding: 0;
}
.team-book .img-author:last-child {
  padding-right: 0px;
  margin-right: 0;
}
/********************************************************************************************
    SERVICES
*********************************************************************************************/
.box-services {
  background-color: #ffffff;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  padding: 60px 60px 50px 60px;
  margin-bottom: 110px;
}
.box-services h2 {
  font-weight: 800;
}
.box-services span[class^='icon-'] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  color: #333;
  display: block;
  font-size: 32px;
  line-height: 70px;
  margin: -100px auto 50px;
  min-height: 70px;
  text-align: center;
  width: 75px;
}
.box-services:last-child {
  border-width: 1px 1px 1px 1px;
}
.services.content-header {
  background: rgba(0, 0, 0, 0) url("http://localhost:56935/main/html/images/store.jpg") no-repeat scroll center center / cover;
  height: 300px;
  position: relative;
  width: 100%;
}
.services.content-header .slide-page-text {
  font-size: 140px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 99;
  position: absolute;
  color: #fff;
  bottom: -40px;
  margin-bottom: 0;
  margin-left: 15px;
  visibility: hidden;
}
.services.content-header .cover {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.services.content-header .logo-evoluto {
  z-index: 99;
  position: absolute;
}
.content-bottom-services {
  background: #222;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.content-bottom-services .cover {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/***Percentage***/
.service-percentage .skillbar-title,
.service-percentage .skillbar-bar {
  background: #0dc1c1;
}
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-family: "Open sans", Arial, sans-serif;
  width: 100%;
  background: #fff;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: bold;
  font-size: 13px;
  color: #2f343f;
  background: #0dc1c1;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0);
  padding: 0 20px;
  font-weight: 400;
  height: 3px;
  line-height: 35px;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-bar {
  height: 3px;
  width: 0px;
  background: #0dc1c1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}
.flexslider-attachments .flex-control-nav {
  position: relative;
  margin-top: 10px;
}
.flexslider .flex-control-thumbs {
  position: relative;
}
.flex-control-nav li,
.flex-control-thumbs li {
  float: none;
  display: inline-block;
}
.flexslider .flex-control-nav {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.flex-direction-nav a i {
  margin-top: 12px;
}
.flex-control-thumbs li {
  width: 12%;
  margin: 0 10px 0 0;
}
.flex-direction-nav a {
  top: 42%;
}
.content-number-left {
  padding: 100px 0 0 0;
  text-align: center;
  z-index: 9999;
  margin-bottom: -10px;
}
.content-number-left .counter {
  font-size: 140px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  text-align: center;
}
.content-number-left .n-number p {
  color: #fff;
  margin-bottom: 80px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", Arial, sans-serif;
}
.content-number i {
  font-size: 30px;
  margin-right: 30px;
}
/********************************************************************************************
    CATEGORY PRODUCT
*********************************************************************************************/
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 0;
}
.content-store {
  padding: 60px 0 60px 0;
}
.content-store .top-discount-book {
  position: absolute;
  z-index: 9999;
  border-radius: 100%;
  padding: 8px 6px;
  background: #d20b14;
  color: #fff;
  right: 5px;
  top: 0px;
  font-weight: 600;
  font-family: 'Open sans', sans-serif;
}
.filter-category {
  margin: 0 auto 30px auto;
  color: #777;
  text-align: left;
  padding: 0;
}
.filter-category li {
  list-style: none;
  margin-right: 5px;
  padding: 5px 15px;
  color: #8e8e8e;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
}
.filter-category li:last-child:after {
  content: "";
}
.filter-category .active {
  color: #111;
  border-bottom: 1px solid #111;
}
.filter-category li:hover,
.current li {
  color: #111;
  border-bottom: 1px solid #111;
  cursor: pointer;
}
.filter li:hover {
  cursor: pointer;
}
.my-shop-animation.ng-enter,
.my-shop-animation.ng-leave {
  -webkit-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
}
.my-shop-animation.ng-leave.ng-leave-active,
.my-shop-animation.ng-enter {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.my-shop-animation.ng-enter.ng-enter-active,
.my-shop-animation.ng-leave {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Right Column */
.price-range {
  margin-bottom: 20px;
}
.price-range #slider-range {
  margin-top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0px;
}
.price-range #slider-range .ui-state-default,
.price-range #slider-range .ui-widget-content .ui-state-default,
.price-range #slider-range .ui-widget-header .ui-state-default {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #5dab01;
  border-radius: 100%;
  top: -4px;
}
.price-range #slider-range .ui-widget-header {
  background: #5dab01;
}
.price-range .content-filter-price {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.price-range .content-filter-price .data-price {
  padding-left: 0;
  font-family: "Lato", sans-serif;
}
.price-range .content-filter-price input {
  border: 0;
  border-bottom: 1px solid #ccc;
  float: left;
  position: relative;
  width: 80%;
}
.price-range .content-filter-price .inp-price span {
  float: left;
  position: relative;
  width: 15%;
}
.price-range .content-filter-price .search-btn .btn:hover,
.price-range .content-filter-price .search-btn .btn:focus {
  background-color: #171717;
}
.price-range .content-filter-price .search-btn .btn {
  height: 32px;
  width: 65px;
  text-align: center;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #6f9a37;
  float: left;
  margin-bottom: 0;
  padding-top: 1px;
  letter-spacing: 0;
  border-radius: 10px;
}
/* Products */
.group-book {
  margin-bottom: 25px;
}
.table-padding {
  padding-bottom: 70px;
}
.table-padding-prod {
  padding-bottom: 70px;
}
.table-padding-blog2 {
  padding-top: 50px;
  padding-bottom: 70px;
  float: left;
  width: 100%;
}
.table-padding-double-up {
  padding: 120px 0 110px 0;
}
.attribute-filter-entry {
  display: inline-block;
  line-height: normal;
  margin-bottom: 17px;
}
.attribute-filter-entry .name {
  background-color: #efefef;
  padding: 5px 0 5px 10px;
  border-radius: 10px 0 0 10px;
}
.attribute-filter-entry .remove {
  background-color: #efefef;
  padding: 5px 10px 5px 5px;
  border-radius: 0 10px 10px 0;
}
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 0;
}
.breadcrumb>li+li:before {
  padding: 0 2px;
}
.modal-filters {
  min-height: 400px;
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

.modal-filters.loading:after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #6f9a37;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.attribute-filter-value {
  font-size: 14px;
  line-height: 16px;
}

.search-attr-form {
  margin-bottom: 15px;
}

.search-attr-form input[type=text] {
  font-size: 15px;
  height: auto;
  padding: 5px;
}

.attribute-filter-entry .remove .btn {
  font-size: 10px;
  padding: 2px 4px 1px 4px;
}

.form-control {
  font-size: 13px;
  font-weight: 300;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.panel-body {
  float: left;
  width: 100%;
}
.panel-body table th p {
  color: #2f343e;
}
.filter-table {
  float: left;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 30px;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.attribute-filter {
  margin: 0;
  margin-bottom: 20px;
}
.filter-table h3 {
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.filter-table select {
  padding: 5px;
  width: 100%;
}
.special-offers {
  float: left;
  margin-top: 0px;
  width: 100%;
  padding: 20px 0px;
  margin-bottom: 40px;
}
.special-offers h3 {
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.special-offers h3.offers-book-title {
  font-size: 14px;
  text-transform: none;
}
.special-offers .list-offers-column {
  margin-top: 10px;
}
.special-offers .list-offers-column ul {
  padding: 0;
}
.special-offers .list-offers-column ul li {
  list-style-type: none;
  margin-top: 20px;
}
.special-offers .list-offers-column ul li .book-price {
  color: #b80909;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.special-offers .list-offers-column ul li .book-price span {
  font-size: 11px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
}
.nav-search span.input-icon {
  display: inline-block;
  position: relative;
}
.nav-search .input-icon > input {
  padding-left: 24px;
  padding-right: 6px;
}
.nav-search .nav-search-input {
  border: 1px solid #6fb3e0;
  width: 152px;
  height: 28px!important;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 4px!important;
  font-size: 13px;
  line-height: 1.3;
  color: #666!important;
  z-index: 11;
  -webkit-transition: width ease .15s;
  transition: width ease .15s;
}
.nav-search .nav-search-icon {
  color: #6fb3e0!important;
  font-size: 14px!important;
  line-height: 24px!important;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 3px!important;
}
.input-icon > .search-icon {
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 3px;
  line-height: 28px;
  display: inline-block;
  color: #909090;
  font-size: 16px;
}
.my-shop-animation {
  padding: 0 8px;
  min-height: 380px;
}
.vis-hidden {
  visibility: hidden;
}
.container .mix {
  display: none;
  height: 340px;
}
#dataMix {
  min-height: 500px;
  width: 100%;
  float: left;
  height: auto!important;
}
#dataMix .btn-primary.more {
  padding: 12px;
}
#dataMix.grid-product .mix {
  padding: 35px 0 35px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#dataMix.grid-product .mix:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.box-prod {
  padding: 5px;
  transition: width 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  width: 100%;
  float: left;
  position: relative;
}
.box-prod img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.box-prod .book-name {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}
.box-prod .title-book {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: unset;
  height: 50px;
  overflow: hidden;
}
.box-prod .author-txt {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 12px;
  height: 20px;
}
.box-prod .category-txt {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  line-height: 19px;
}
.box-prod .title-product {
  font-weight: 600;
  font-size: 16px;
}
.box-prod .book-price {
  font-size: 18px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #b80909;
  width: 100%;
}
.box-prod .book-price span {
  font-size: 11px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.box-prod .box-img-book {
  position: relative;
}
.box-prod .box-img-book img {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.box-prod .box-btn-shop {
  position: relative;
  top: 0px;
  width: 100%;
  float: left;
  z-index: 9999;
  border-top: 1px solid #ddd;
}
.box-prod .btn-add-cart,
.box-prod .btn-remove-cart{
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  background: #6f9a37;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.modal-header .close {
  margin-top: -30px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #6f9a37;
  border-color: #6f9a37;
}

.pagination>li>a, .pagination>li>span {
  color: #6f9a37;
}

.box-prod .bt-img {
  opacity: 1;
  float: left;
  border-radius: 100%;
  text-align: center;
  margin-top: 5px;
}
.box-prod .bt-img.bt-img-right {
  float: right;
  position: absolute;
  top: 140px;
  right: 10px;
}
.box-prod.bottom-prod .bt-img.bt-img-right {
  top: 50px;
}

.box-prod .btn-add-cart i,
.box-prod .btn-det-cart i,
.box-prod .btn-remove-cart i{
  font-size: 24px;
  padding: 8px;
}
.box-prod .btn-det-cart {
  padding: 0px;
  background: #e6e6e6;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.box-prod:hover {
  border-color: #85a319;
}
.box-prod:hover .btn-det-cart,
.box-prod:hover .btn-add-cart {
  background: #6f9a37;
}

.box-prod .btn-remove-cart {
  background: #ff0000;
}

.book-cover-shadow {
  z-index: 999;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.box-prod:hover .book-cover-shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
}
.box-prod:hover .box-btn-shop .bt-img {
  opacity: 1;
  transform: scaleY(1);
  transition: all 0.5s ease 0s;
}
.grid-product .box-prod:hover .book-cover-shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(0, 0, 0, 0.4);
  width: 86%;
  height: 100%;
  position: absolute;
}
.service-banner {
  padding: 0;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.service-banner .flexslider {
  padding: 40px 20px;
}
.service-banner .product-items-details h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  font-family: 'Open Sans';
}
.service-banner .product-items-details a {
  color: #999;
  font-size: 18px;
  font-weight: 300;
}
.service-banner .product-items-details a.btn {
  line-height: 34px;
  border: none;
  padding: 0 10px;
  text-transform: capitalize;
  color: #fff;
  background-color: #ff8c00;
  font-size: 14px;
  font-weight: 400;
}
.service-banner .product-items-details .product-item-des {
  font-size: 14px;
  color: #444;
  line-height: 20px;
  margin-bottom: 35px;
  margin-top: 20px;
  font-weight: 300;
}
.box-blog {
  padding: 40px 0 70px 0;
}
.box-blog .panel-blog-bottom h1 {
  margin-bottom: 40px;
}
.box-blog .blog-author {
  font-size: 11px;
  font-style: italic;
  margin-right: 10px;
}
.box-blog .blog-data {
  font-size: 11px;
}
.box-blog h2 {
  font-size: 18px;
}
/********************************************************************************************
    AUTHOR PRODUCT                                                                                         
*********************************************************************************************/
.author-product {
  border-bottom: 0px solid #e2e2e2;
  border-top: 0px solid #e2e2e2;
  padding: 60px 0;
}
.author-product .price-offer {
  width: 70%;
  float: left;
  background: #6f9a37;
  margin-left: 15%;
  margin-top: -190px;
  position: absolute;
}
.author-product .price-offer .desc-offer-box {
  font-size: 30px;
  padding: 70px;
}
.author-product .price-offer .desc-offer-box p {
  text-align: right;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
}
.author-product .price-offer .price-offer-box {
  background: #232323;
  padding: 60px 20px;
  width: 22%;
  float: left;
  border-radius: 100%;
  position: absolute;
  border: 10px solid #fff;
  margin-left: -100px;
}
.author-product .price-offer .price-offer-box .tv-middle-price {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.author-product .big-tv-box {
  width: 55%;
  position: relative;
  margin: 0 auto;
}
.author-product .shelf-box {
  margin-top: 110px;
}
.author-product .img-lamp {
  margin: -110px auto;
  text-align: center;
  width: 20%;
  position: absolute;
  left: 0;
  right: -200px;
  z-index: 999;
}
.author-product .book-price {
  margin-top: 20px;
}
.author-product .offer-adv {
  font-size: 28px;
  font-weight: 200;
  color: #222;
}
.author-product .offer-adv span {
  color: #6f9a37;
  font-weight: 400;
}
.exlusive-book {
  margin-bottom: 60px;
  background: url(http://localhost:56935/main/html/images/staff-bg-color.jpg);
  position: relative;
}
.exlusive-book .experience-years.long-view {
  margin-top: -100px;
  width: 100%;
  float: left;
}
.exlusive-book .experience-years.long-view .txt-exp {
  margin-bottom: 60px;
  padding-right: 0;
  overflow: hidden;
}
.exlusive-book .experience-years.long-view .txt-exp .cover-headphone {
  background: url("http://localhost:56935/main/html/images/headphone.png");
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg) scale(1);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(0deg) scale(1);
  /* Fx 3.5-15 */
  -ms-transform: rotate(0deg) scale(1);
  /* IE 9 */
  -o-transform: rotate(0deg) scale(1);
  /* Op 10.5-12 */
  transform: rotate(0deg) scale(1);
  /* Fx 16+, IE 10+ */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.exlusive-book .experience-years.long-view .txt-exp .back-headphone {
  background: #1c355e;
  padding: 80px 20px 70px 60px;
}
.exlusive-book .experience-years.long-view .txt-exp p {
  font-size: 50px;
  margin-left: 0px;
  color: #fff;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}
.exlusive-book .experience-years.long-view .txt-exp:hover .cover-headphone {
  -webkit-transform: rotate(-5deg) scale(1.2);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(-5deg) scale(1.2);
  /* Fx 3.5-15 */
  -ms-transform: rotate(-5deg) scale(1.2);
  /* IE 9 */
  -o-transform: rotate(-5deg) scale(1.2);
  /* Op 10.5-12 */
  transform: rotate(-5deg) scale(1.2);
  /* Fx 16+, IE 10+ */
}
.exlusive-book .onsale {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}
.exlusive-book .onsale .name-save {
  top: 50px;
}
.exlusive-book .onsale span {
  z-index: 10;
  color: #FFF;
  position: absolute;
  font-size: 76px;
  line-height: .875rem;
  left: 10px;
  top: 110px;
  letter-spacing: 1px;
  font-weight: 800;
}
.exlusive-book .onsale span.name-disc {
  font-size: 14px;
  left: 10px;
  top: 150px;
  font-weight: 600;
}
.exlusive-book .onsale:after {
  content: '';
  position: absolute;
  border-right: 300px solid transparent;
  border-top: 440px solid #ff7400;
  border-left: 0px solid transparent;
  left: 0;
  z-index: 2;
}
.exlusive-book .onsale-discount {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background: #1c355e;
  height: 300px;
  width: 15%;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  border-radius: 0 80px;
  border: 1px dashed #8d9ebd;
}
.exlusive-book .onsale-discount .name-save {
  top: 80px;
}
.exlusive-book .onsale-discount span {
  z-index: 10;
  color: #FFF;
  position: absolute;
  font-size: 76px;
  line-height: .875rem;
  left: 20px;
  top: 140px;
  letter-spacing: 1px;
  font-weight: 800;
}
.exlusive-book .onsale-discount span.name-disc {
  font-size: 14px;
  left: 20px;
  top: 180px;
  font-weight: 600;
}
.exlusive-book h2 {
  font-size: 18px;
  font-weight: 800;
  color: #222;
}
.exlusive-book p {
  color: #666;
}
.exlusive-book .author-contact {
  margin-top: 20px;
}
.exlusive-book .author-contact i {
  padding: 7px 8px;
  background: #031628;
  border: 1px solid #031628;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 10px;
}
.img-author {
  padding-left: 0;
}
.img-author .info-author {
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #fff;
}
.img-author .info-author h2 {
  font-weight: 800;
  color: #222;
}
.img-author .sub-title {
  font-weight: 600;
  font-style: normal;
  color: #6f9a37;
  text-transform: uppercase;
}
/********************************************************************************************
    AUTHOR PRODUCT OPTION2                                                                                       
*********************************************************************************************/
.exlusive-book-option2 {
  margin-bottom: 60px;
  background: #d3d3d3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d2d2+26,d5d5d5+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left, rgba(210, 210, 210, 0.65) 0%, rgba(210, 210, 210, 0.48) 26%, rgba(213, 213, 213, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(210, 210, 210, 0.65) 0%, rgba(210, 210, 210, 0.48) 26%, rgba(213, 213, 213, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(210, 210, 210, 0.65) 0%, rgba(210, 210, 210, 0.48) 26%, rgba(213, 213, 213, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d2d2d2', endColorstr='#00d5d5d5', GradientType=1);
  /* IE6-9 */
  position: relative;
}
.exlusive-book-option2 .vertical-author-name {
  z-index: 99;
  float: left;
  position: absolute;
}
.exlusive-book-option2 .vertical-author-name h2 {
  font-size: 120px;
  font-weight: 800;
  color: #cfcfcf;
  -webkit-transform: rotate(-90deg) translateX(-270px) translateY(-100px);
  -moz-transform: rotate(-90deg) translateX(-270px) translateY(-100px);
  transform: rotate(-90deg) translateX(-270px) translateY(-100px);
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
.exlusive-book-option2 .magazine-product {
  padding: 110px 0;
}
.exlusive-book-option2 .magazine-product .img-author {
  border-right: 1px dashed #b6b6b7;
}
.exlusive-book-option2 .magazine-product .circle-discount {
  background: #ff7400;
  border-radius: 100%;
  /* padding: 20px; */
  position: absolute;
  left: 0;
  top: -70px;
  right: 0;
  width: 13.6%;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  border: 10px solid #fff;
}
.exlusive-book-option2 .magazine-product .circle-discount h2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  padding: 20px;
}
.exlusive-book-option2 .magazine-product .experience-magazine .txt-exp p {
  font-size: 45px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  margin-top: 50px;
  color: #232323;
  text-transform: uppercase;
  margin-left: 35px;
}
.exlusive-book-option2 .magazine-product .experience-magazine .price-magazine {
  font-size: 40px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #ff7400;
  margin-left: 25px;
}
.exlusive-book-option2 .magazine-product .experience-magazine .magazine-desc {
  margin-left: 40px;
  margin-top: 30px;
}
.exlusive-book-option2 .magazine-product .experience-magazine .magazine-desc p span {
  text-transform: uppercase;
  font-weight: 600;
}
.exlusive-book-option2 .magazine-product .info-magazine-mockup .img-team-author {
  border-radius: 100%;
  position: absolute;
  border: 8px solid #fff;
  width: 30%;
}
.exlusive-book-option2:hover .circle-discount {
  -webkit-animation: bounce 0.7s ease-in-out 0.3s both;
  -o-animation: bounce 0.7s ease-in-out 0.3s both;
  animation: bounce 0.7s ease-in-out 0.3s both;
}
/*Login*/
#loginbox .panel-body {
  float: none;
}
.panel-info.info-product {
  width: 100%;
  float: left;
}
.panel-info-full {
  border: 0 none;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  padding: 30px 0;
  position: relative;
}
.panel-info-full .panel-heading {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.panel-info-full .panel-heading .panel-title h1 {
  font-weight: 800;
  margin: 0;
  font-size: 30px;
  text-transform: none;
}
.panel-info-full .col-banner:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.panel-info-full .col-banner {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.panel-info-full .col-banner .img-adv {
  display: block;
  position: relative;
  overflow: hidden;
}
.panel-info-full .col-banner .img-adv img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.panel-info-full .col-banner .adv-bonus {
  position: absolute;
  top: -30px;
  right: -30px;
  border-radius: 100%;
  background: #bf1010;
  color: #fff;
  border: 8px solid #fff;
  padding: 30px 21px;
  text-align: center;
}
.panel-info-full .col-banner .adv-bonus p {
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  color: #fff;
}
.panel-info-full .col-banner .adv-bonus .percentage {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 4px;
}
.panel-info-full .col-banner .adv-txt {
  position: absolute;
  top: 100px;
  right: 80px;
}
.panel-info-full .col-banner .adv-txt h3 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.panel-info-full .col-banner .adv-txt p {
  font-size: 16px;
  font-weight: 600;
}
.panel-info {
  border: 0 none;
  width: 50%;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  padding: 30px;
}
.panel-info .panel-heading {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: #ddd;
  color: #393939;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #212121;
  margin-bottom: 0px;
}
.panel-info .panel-heading .forgot-pwd {
  float: right;
  font-size: 10px;
  position: relative;
  top: -30px;
  z-index: 9999;
}
.panel-info .login-btn {
  background: #212121 none repeat scroll 0 0;
  border: 1px solid #212121;
  border-radius: 1px;
  color: #fff;
  float: right;
  font-size: 11px;
  padding: 9px 16px 7px 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.panel-info .login-btn:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #212121;
  color: #212121;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 0px 4px 0;
}
.panel-heading .button-new {
  margin-top: -10px;
}
.panel-heading .button-new a {
  float: right;
  background-color: #6f9a37;
  border-color: #6f9a37;
  padding: 8px 10px 5px 10px;
  margin-left: 10px;
}
.panel-heading .button-new a i {
  font-size: 19px;
}
.info-product .panel-heading {
  float: left;
  width: 100%;
}
.panel-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.panel-title h2 {
  font-weight: 800;
  margin: 0;
}
.login-email-form {
  margin: 20px 0;
}
.form-control {
  border-radius: 0;
  height: 50px;
  border-width: 0 0 1px;
}
.input-group-addon {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  padding: 6px 12px 6px 0;
  color: #212121;
}
.column-box {
  padding-top: 30px;
}
.column-box span.input-icon input,
.column-box span.input-icon,
.column-box .sw-search {
  width: 100%;
}
.column-box .sw-search {
  margin-top: 20px;
}
.column-box .list-category-column ul {
  padding: 0;
}
.column-box .list-category-column ul > li {
  list-style-type: none;
  padding: 7px 5px 5px 5px;
  font-family: 'Open sans', sans-serif;
}

.column-box .list-category-column > ul > li.active {
  font-weight: bold;
}

.column-box .list-category-column > ul > li .children {
  font-weight: normal;
}

.column-box .list-category-column ul > li a {
  color: #333;
  text-decoration: none;
}
.column-box .list-category-column ul > li > .line-separator {
  width: 0%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.column-box .list-category-column ul > li > .line-separator2 {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.column-box .list-category-column ul > li:hover > .line-separator {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.column-box .list-category-column ul > li:hover > .line-separator2 {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 0%;
}
.column-box.products-right-column {
  float: right;
}
/********************************************************************************************
    PAGE PRODUCT DETAILS                                                                                       
*********************************************************************************************/
.page-details-product {
  /*Slider*/
}
.page-details-product .list-product .title-product {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 15px 0;
  text-transform: none;
}
.page-details-product .list-product .author-txt {
  font-style: italic;
}
.page-details-product .product-description,
.page-details-product .product-description p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}
.page-details-product .det-name {
  font-weight: 700;
}
.page-details-product .list-product .author-txt span {
  font-style: normal;
  font-weight: 600;
  color: #222;
}
.page-details-product .list-product .detail-box-desc {
  margin-bottom: 80px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 60px;
}
.page-details-product .list-product .detail-box-desc .info-box {
  margin-top: 50px;
}
.page-details-product .list-product .detail-box-desc .txt-info-vertical {
  -webkit-transform: translateY(50px) rotate(-90deg);
  -moz-transform: translateY(50px) rotate(-90deg);
  -ms-transform: translateY(50px) rotate(-90deg);
  -o-transform: translateY(50px) rotate(-90deg);
  transform: translateY(50px) rotate(-90deg);
  font-size: 90px;
}
.page-details-product .list-product .detail-box-desc .cat-txt span {
  font-weight: 600;
  color: #222;
}
.page-details-product .list-product .book-price {
  color: #b80909;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
.page-details-product .list-product .book-price span {
  color: #999;
  font-size: 11px;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: line-through;
}
.page-details-product .list-product .bt-img button {
  text-align: center;
  background: #6f9a37;
  padding: 9px 30px 7px 30px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

.page-details-product .list-product .bt-img button[disabled] {
  background-color: #d3d3d3;
  color: #000;
}

.page-details-product .list-product .bt-img button.btn-remove-cart {
  background-color: #b80909;
  color: #fff;
}

.page-details-product .list-product .bt-img button i {
  font-size: 16px;
  margin-right: 10px;
}
.page-details-product .service-banner .flexslider {
  padding: 40px 60px;
  background: #fff;
  margin-top: 110px;
}
/********************************************************************************************
    BLOG v1                                                                                     
*********************************************************************************************/
.blog-v1 .slider {
  width: 100%;
  float: left;
}
.blog-v1 .column-box {
  padding-top: 0;
}
.blog-v1 .column-box .filter-table {
  margin-top: 0;
}
.blog-v1 .blog-item.l-item {
  margin-top: 80px;
}
.blog-v1 .blog-item .blog-date span {
  font-weight: 600;
  font-style: italic;
}
.blog-v1 .blog-item .blog-tags i {
  color: #222;
  font-size: 16px;
  margin-right: 10px;
}
.blog-v1 .blog-item .blog-tags span {
  font-weight: 600;
}
.blog-v1 .blog-item .btn.btn-primary.btn-blog {
  border: 1px solid #232323;
  border-radius: 20px;
  background-color: transparent;
  color: #232323;
  padding: 14px 30px;
  margin-top: 25px;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-v1 .blog-item .btn.btn-primary.btn-blog:hover {
  background: #232323;
  color: #fff;
}
.blog-v1 #soundcloud_widget {
  margin-top: 20px;
  border: 0px;
  width: 100%;
  height: 120px;
}
.blog-v1 .video-container {
  position: relative;
  padding-bottom: 49.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.blog-v1 .video-container iframe,
.blog-v1 .video-container object,
.blog-v1 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-v2 .blog-item:nth-child(even) {
  background-color: #f2f2f2;
}
.blog-v2 .blog-item:first-child {
  padding: 0px 0 110px 0;
}
.blog-v2 .blog-item:last-child {
  margin: 0px 0 0px 0;
}
.blog-v2 .blog-item {
  width: 100%;
  float: left;
  position: relative;
  padding: 110px 0;
}
.blog-v2 .blog-item .blog-date span {
  font-weight: 600;
  font-style: italic;
}
.blog-v2 .blog-item .blog-tags i {
  color: #222;
  font-size: 16px;
  margin-right: 10px;
}
.blog-v2 .blog-item .blog-tags span {
  font-weight: 600;
}
.blog-v2 .blog-item .blog-info-desc h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: 200;
}
.blog-v2 .blog-item .blog-info-desc .btn.btn-primary.btn-blog {
  border: 1px solid #232323;
  border-radius: 20px;
  background-color: transparent;
  color: #232323;
  padding: 14px 30px;
  margin-top: 25px;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog-v2 .blog-item .blog-info-desc .btn.btn-primary.btn-blog:hover {
  background: #232323;
  color: #fff;
}
/********************************************************************************************
    PAGE ORDERS (CHECKOUT)                                                                                      
*********************************************************************************************/
.content-table-cart .tab-top-txt p {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
.content-table-cart .number-cart-item {
  padding: 0;
}

.content-table-cart .product-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.content-table-cart .row-product-details {
  margin-bottom: 10px;
}

.content-table-cart .row-product {
  margin-top: 10px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.content-table-cart .other-categories {
  font-size: 14px;
  line-height: 18px;
}
.number-cart-item .bt-tourn-back {
  text-align: right;
  margin: 10px 0;
}
.number-cart-item .bt-tourn-back a i {
  margin-right: 5px;
}
.content-table-cart .cart-prod-img p {
  font-weight: 600;
  color: #333;
  margin-top: 5px;
}
.content-table-cart .btn-checkout-prod .cart-clear-all {
  float: left;
  margin-top: 5px;
}
.content-table-cart .btn-checkout-prod .btn-payment {
  float: right;
}
.content-table-cart .btn.bt-minus-prod {
  height: 31px;
  background: #313131;
  border: 1px solid #6e6e6e;
  color: #fff;
  width: 26px;
}
.content-table-cart .btn-primary.bt-plus-prod {
  height: 31px;
  width: 26px;
  background: #6f9a37;
  border-color: #5b7e2c;
}
.content-table-cart .quantity-prod {
  width: 60px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
.content-table-cart .table > tbody > tr > td,
.content-table-cart .table > tbody > tr > th,
.content-table-cart .table > tfoot > tr > td,
.content-table-cart .table > tfoot > tr > th,
.content-table-cart .table > thead > tr > td,
.content-table-cart .table > thead > tr > th {
  vertical-align: middle;
  padding: 15px;
}
.content-table-cart .ic-remove i {
  color: #222;
}
.input-append input {
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  height: 31px;
  text-align: center;
  vertical-align: middle;
}
.cart-quantity input {
  height: 31px;
  margin-right: 10px;
}
.modal-button {
  margin-top: -30px;
}
/*Model Form Send Email*/
.animate-show,
.animate-hide {
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -ms-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}
.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}
.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

.content-send-order h2 {
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 5px solid #ddd;
  padding-bottom: 12px;
}
.content-send-order .form-group .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-bottom: 1px solid #ccc;
  outline: none;
}
.content-send-order .form-group .form-control.validation-error,
.content-send-order .form-group .form-control-select.validation-error{
  border-bottom: solid 1px #f00;
}
.content-send-order .form-group .form-control-select {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-bottom: 1px solid #ccc;
  outline-width: 0;
}
.content-send-order .form-group .select-opt {
  width: 100%;
  height: 35px;
  color: #acacac;
}
.content-send-order .form-group .form-control-select .frt-options {
  color: #ccc!important;
}
.content-send-order .form-group .form-control-select .other-opt {
  color: #333;
}
.content-send-order .form-group span.validation-error {
  display: block;
  font-size: 12px;
  color: #f00;
}
/*Page Categories*/
.info-categories .panel-title {
  margin-top: -20px;
}
.info-categories .panel-body {
  float: none;
}
/*Register Box*/
.content-header .slider-promotion {
  margin-top: 60px;
}
.content-header .slider-promotion h1 {
  visibility: hidden;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 900;
}
.content-header .slider-promotion.register-box-text .tlt .word1 {
  color: #f29a33;
}
.content-header .slider-promotion.register-box-text .tlt2 .word4 {
  color: #f29a33;
}
.content-header .slider-promotion.login-content-txt h1.register-top-title.txt-colot-animate .char4,
.content-header .slider-promotion.login-content-txt h1.register-top-title.txt-colot-animate .char5,
.content-header .slider-promotion.login-content-txt h1.register-top-title.txt-colot-animate .char6,
.content-header .slider-promotion.login-content-txt h1.register-top-title.txt-colot-animate .char7,
.content-header .slider-promotion.login-content-txt h1.register-top-title.txt-colot-animate .char8,
.content-header .slider-promotion.login-content-txt h1.register-top-title.txt-colot-animate .char9 {
  color: #f29a33;
}
.content-header .slider-promotion.login-content-txt .register-top-second {
  font-size: 40px;
}
.content-header .abc-book {
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 999;
}
.register-box .input-group-addon {
  background-color: #6f9a37;
  color: #fff;
  padding: 6px 16px 5px;
}
.regietr-form .form-control {
  margin-top: 0;
}
.regietr-form .input-group {
  margin-top: 25px;
}
.form-control {
  margin-top: 0;
}
.warning-message {
  padding-top: 20px;
  color: #d70b0b;
}
.info-message {
  padding-top: 20px;
  color: #1a8e1a;
}
input[type=checkbox].form-control {
  height: 20px;
  width: unset;
  margin-right: 5px;
}
/********************************************************************************************
    HEADER-FOOTER                                                                                      
*********************************************************************************************/
.header-footer {
  padding: 40px 0 110px 0;
  border-top: 1px dashed #ccc;
  width: 100%;
  float: left;
}
.header-footer .content-header-footer {
  padding: 0;
}
.header-footer .content-header-footer h3 {
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  position: relative;
  font-weight: 800;
  color: #2f343f;
}
.header-footer .content-header-footer h2.title-book {
  font-size: 15px;
  font-weight: 400;
  color: #111;
  margin-top: 10px;
}
.header-footer .content-header-footer ul li {
  list-style-type: none;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.header-footer .content-header-footer ul li .book-price {
  font-size: 18px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #b80909;
}
.header-footer .content-header-footer ul li .book-price span {
  font-size: 11px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
/********************************************************************************************
 GOOGLE MAPS                                                                                               
*********************************************************************************************/
.google-maps {
  height: 600px;
}
.google-maps .content-small-maps {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 15%;
  text-align: center;
  background: #fff;
  left: 20%;
  padding: 20px 20px 30px 20px;
  top: 0;
}
.google-maps .content-small-maps h3 {
  text-align: left;
  margin-top: 10px;
  margin-left: 15px;
}
.google-maps .content-small-maps ul li {
  margin-bottom: 10px;
  list-style-type: none;
  width: 100%;
  float: left;
}
.google-maps .content-small-maps ul li md-radio-button,
.google-maps .content-small-maps ul li p {
  margin: 10px 0 0 0;
}
.google-maps .content-small-maps ul li:last-child {
  margin-bottom: 0px;
}
.google-maps #map_canvas {
  top: 0;
  z-index: 1;
}
.google-maps #map_canvas,
.google-maps #map_container {
  height: 100%;
  position: relative;
  width: 100%;
}
.angular-google-map-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cover-map {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/********************************************************************************************
    PAGE CONTACT                                                                                                 
*********************************************************************************************/
.contact-page {
  padding-top: 0;
}

.contact-page .info-store-contact {
  margin-bottom: 20px;
}

.contact-page .info-store-contact p {
  margin-bottom: 0;
}

.contact-page .box-1-left {
  padding: 0 30px 0 0;
}
.contact-page .form-control {
  background: #fff;
  border-color: #dde1e1;
  padding: 8px 11px 9px;
  height: 44px;
  color: #333;
  font-size: 13px;
  border-radius: 1px;
  margin-top: 5px;
}
.contact-page textarea {
  height: 100px!important;
}
.contact-page #contact-form {
  margin-top: 40px;
}
.contact-page #contact-form .form-group {
  margin-bottom: 30px;
}
.contact-page #contact-form label {
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}
.contact-page #contact-form .bt-contact-submit {
  padding: 10px 25px 8px 25px;
  font-size: 13px;
}
.contact-page .title-hours {
  font-size: 16px;
  font-weight: 800;
}
.contact-page .operation-hours li {
  list-style-type: none;
  font-family: "Open sans", Arial, sans-serif;
  margin-bottom: 10px;
}
.contact-page .operation-hours li .pull-right {
  float: right;
}
#contact-form input::-webkit-input-placeholder {
  color: #7e7e7e;
}
#contact-form input:-moz-placeholder {
  color: #7e7e7e;
}
#contact-form input::-moz-placeholder {
  color: #7e7e7e;
}
#contact-form input:-ms-input-placeholder {
  color: #7e7e7e;
}
#contact-form .success {
  display: none;
}
#contact-form .error {
  display: none;
}
/********************************************************************************************
    FOOTER NEWSLETTERS                                                                                      
*********************************************************************************************/
.footer-newsletters {
  background: #fff;
  width: 100%;
  height: 400px;
  float: left;
  position: relative;
  margin-top: 60px;
}
.footer-newsletters .box-newsletters {
  padding: 0 40px 20px;
  /*background:#85b390;*/
}
.footer-newsletters .box-newsletters:hover:before,
.footer-newsletters .box-newsletters:hover:after {
  width: 100%;
  height: 100%;
}
.footer-newsletters .box-newsletters:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 125px;
  border: 6px solid #5b7e2c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-right: 0;
  border-bottom: 0;
  content: "";
}
.footer-newsletters .box-newsletters:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 155px;
  height: 125px;
  border: 6px solid #5b7e2c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-left: 0;
  border-top: 0;
  content: "";
}
.footer-newsletters .book-img-footer {
  left: -80px;
  position: absolute;
  top: 30px;
  width: 20%;
  z-index: 99;
}
.footer-newsletters .newsletters-img {
  text-align: right;
}
.footer-newsletters .newsletters-img img {
  position: absolute;
  right: -100px;
  top: -150px;
  width: 80%;
  z-index: 0;
}
.footer-newsletters .newsletters-title {
  font-weight: 800;
  color: #222;
  padding-top: 30px;
  font-size: 28px;
  margin-bottom: 30px;
}
.footer-newsletters .input-group {
  width: 100%;
}
.footer-newsletters .form-control {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}
.footer-newsletters .news-btn {
  border: 1px solid #5b7e2c;
  border-radius: 16px;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 60px 9px 60px;
  background: #6f9a37;
  z-index: 99999;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
/********************************************************************************************
    FOOTER                                                                                      
*********************************************************************************************/
#footer {
  width: 100%;
  background: url("/files/a/images/footer-background.jpg");
  z-index: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #162021;
  float: left;
  position: relative;
}
#footer .footer-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(6, 8, 15, 0.94);
}
#footer .box-info {
  padding: 70px 0 60px 0;
}
#footer .box-info .box-info-footer i {
  padding: 24px;
  color: #fff;
  background: #6f9a37;
  font-size: 38px;
  border-radius: 100%;
}
#footer .box-info .box-info-footer i.fa-clock-o {
  padding: 24px 26px;
}
#footer .box-info .box-info-footer .fa-plane {
  padding: 24px 28px;
}
#footer .box-info .box-info-footer p.top-txt {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#footer .box-info .box-info-footer p.bottom-txt {
  font-size: 13px;
  color: #ccc;
}
#footer p,
#footer h3 {
  margin: 0px 0px;
  float: left;
  width: 100%;
}
#footer h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#footer h3 a {
  color: #6f9a37;
}

#footer p {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
#footer .footer-title h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: right;
  border-bottom: 1px solid #6f9a37;
  margin-bottom: 50px;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
}
#footer .footer-title h2 span {
  text-align: left;
  float: left;
}
#footer .footer-box-news-book {
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-small-img {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px;
}
.footer-small-img img {
  max-width: 100%;
  margin-top: 7px;
}
.footer-small-desc a {
  font-weight: 600;
  color: #fff;
}

.footer-small-desc ul li {
  padding-left: 25px;
}

.footer-small-desc ul li a {
  font-weight: 100;
}

.footer-small-desc a a:hover {
  color: #7f6616;
}
#footer .footer-zone p {
  margin: 0 0 5px 0;
  font-weight: 600;
}
#footer .footer-zone .socialfooter {
  margin: 40px 0 0 0;
  float: left;
}
#footer .footer-zone .socialfooter i {
  border: 1px solid #464646;
  border-radius: 1px;
  color: #464646;
  font-size: 16px;
  padding: 10px 14px;
  margin: 10px 5px 10px 0;
}
#footer .footer-zone .socialfooter i:hover {
  border-color: #6f9a37;
  color: #6f9a37;
}
.footer-zone .socialfooter i.fa-dribbble,
.footer-zone .socialfooter i.fa-twitter,
.footer-zone .socialfooter i.fa-instagram {
  padding: 10px 12px;
}
.tags-go {
  padding: 0;
}
.tags-go li {
  padding: 7px 10px 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  list-style-type: none;
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 1px;
}
.tags-go li a {
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.tags-go li:hover {
  border-color: #6f9a37;
}
.tags-go li:hover a {
  color: #6f9a37;
}
.logo-footer {
  float: left;
  width: 55%;
}
#footer .footer-small-desc p {
  color: #6f9a37;
  margin: 0 0 5px 0;
}
.footer-small-desc .r-more {
  color: #727272;
  font-size: 11px;
  font-weight: 400;
}
.socialfooter img {
  float: left;
  margin: 10px 10px 10px 0px;
  opacity: 1;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transition: opacity;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.socialfooter img:hover {
  opacity: 0.7;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transition: opacity;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.footer-bottom {
  background: #080b15;
  padding: 20px 0;
  margin-top: 60px;
  line-height: 14px;
  color: #fff;
}
.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-zone i {
  color: #6f9a37;
  margin-right: 10px;
}
.copyright {
  font-size: 11px;
  margin-top: 5px;
}
.payment-card i {
  margin-left: 5px;
}
.payment-card {
  text-align: right;
}
/* Animation Images */
#landing-cover,
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sect {
  position: relative;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
  text-align: center;
}
#landing-cover {
  z-index: 1;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}
.work-hero #landing-cover {
  opacity: 1;
}
.layer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 50px 200px;
  margin: -50px -200px;
  left: 0px;
  top: 0px;
}
.bglayer {
  background: url("http://localhost:56935/main/html/images/2.jpg");
  z-index: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.frontlayer {
  background: url("http://localhost:56935/main/html/images/1.png");
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
}
.overlay h1 {
  font-size: 100px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
/********************************************************************************************
    FOOTER - 2                                                                                      
*********************************************************************************************/
.footer2.footer-newsletters .newsletters-img img {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.footer2.footer-newsletters .box-newsletters:before,
.footer2.footer-newsletters .box-newsletters:after {
  border: 0px;
}
.footer2.footer-newsletters .box-newsletters .newsletters-title {
  z-index: 9999;
  position: relative;
}
.footer2.footer-newsletters .news-btn {
  border: 1px solid #232323;
  border-radius: 20px;
  background-color: transparent;
  color: #232323;
  padding: 14px 30px;
  margin-top: 25px;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer2.footer-newsletters .news-btn:hover {
  background-color: #232323;
  color: #fff;
}
#footer .footer2 .box-tags h3 {
  text-align: center;
  font-size: 30px;
  position: relative;
  z-index: 999;
}
#footer .footer2 .box-tags p {
  color: #6f9a37;
  font-size: 80px;
  text-align: center;
}
#footer .footer2 .footer-map {
  position: absolute;
  right: 0px;
  top: 20%;
  opacity: 0.30;
}
#footer.ftr-2 {
  background: #06080f;
}
#footer.ftr-2 .footer-bottom {
  background: #04060b;
}
/********************************************************************************************
    FOOTER - 3                                                                                      
*********************************************************************************************/
.footer3-maps {
  float: left;
  width: 100%;
}
#footer .footer3 h3 {
  color: #04060b;
}
#footer .footer3 p {
  color: #04060b;
}
#footer .footer3 .footer-small-desc a {
  color: #04060b;
}
#footer.ftr-3 {
  background: #fff;
}
#footer.ftr-3 .footer-content-logo h2 {
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 60px;
  text-transform: none;
  font-family: "Catamaran", sans-serif;
  letter-spacing: -1px;
  color: #2f343f;
}
#footer.ftr-3 .footer-content-logo h2 span {
  color: #6f9a37;
}
#footer.ftr-3 .box-info {
  text-align: center;
}
#footer.ftr-3 .box-info .socialfooter {
  margin: 40px 0 0 0;
  float: none;
}
#footer.ftr-3 .box-info .socialfooter i {
  border: 1px solid #464646;
  border-radius: 1px;
  color: #464646;
  font-size: 16px;
  padding: 20px 24px;
  margin: 10px 20px 10px 0;
}
#footer.ftr-3 .box-info .socialfooter i:hover {
  border-color: #6f9a37;
  color: #6f9a37;
}
#footer.ftr-3 .box-support {
  text-align: center;
}
#footer.ftr-3 .box-support p i {
  font-size: 80px;
  color: #6f9a37;
}
#footer.ftr-3 .box-support h3 {
  font-size: 70px;
  margin-bottom: 60px;
}
#footer.ftr-3 .box-support .footer-map {
  position: absolute;
  right: 0px;
  top: 20%;
  opacity: 0.30;
  left: 0;
}
#footer.ftr-3 .footer-bottom {
  background: #04060b;
}
/********************************************************************************************
    404 Server Error                                                                                    
*********************************************************************************************/
.server-error {
  text-align: center;
  padding-bottom: 70px;
}
.server-error h2 {
  font-size: 120px;
  margin-bottom: 0;
}
.server-error h2.success {
  color: #6f9a37;
}
.server-error h2.error {
  color: #b80909;
}
.server-error p {
  font-size: 20px;
}
.server-error .text-home {
  margin-top: 50px;
}
.server-error .text-home a {
  text-decoration: none;
  color: #232323;
  font-size: 18px;
  font-weight: 600;
}
.server-error .text-home a i {
  font-size: 24px;
  color: #6f9a37;
  margin-right: 10px;
}

.my-gallery {
  width: 100%;
}

.my-gallery img {
  height: auto;
  max-height: 200px;
}

.my-gallery figure {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 0;
  max-width: 48%;
}

.my-gallery figure.main {
  max-width: unset;
  width: 100%;
  margin: 0;
}

.my-gallery figure.main img {
  height: unset;
  max-height: unset;
}

ul.category-txt li {
  list-style: none;
}

.my-gallery figure:nth-child(even) {
  margin-right: 5px;
}

.my-gallery figcaption {
  display: none;
}

.product-details {
  margin: 0;
  padding: 0;
}

.product-additional-details {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.product-contact-details-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.product-contact-details {
  margin-bottom: 20px;
}

.toggle-categories, .toggle-filters {
  font-size: 31px;
}

.product-contact-details .contact {
  padding-left: 57px;
  min-height: 45px;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.product-contact-details .contact.mail {
  background: url('/files/a/images/icons/site_mod_mail.jpg') no-repeat top left;
}

.product-contact-details .contact.phone {
  background: url('/files/a/images/icons/site_mod_phone.jpg') no-repeat top left;
}

.attributes-container {
  min-height: 330px;
}
.btn-out-of-stock {
  background-color: #000;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
}
