/* Theme Name: DQEpil
   Author:Danial Quinn
   Author e-mail: dqsdeveloper@gmail.com
   Version: 1.0.0
   Created:October 2017
*/


/* Reset
----------------------------------------------------------------------------- */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #535353;
  overflow-x: hidden;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    color: #feb927;
}
p {
    color: #737373;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Raleway', sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}


/* Helper classes
----------------------------------------------------------------------------- */
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.navbar-center {
	display: inline-block;
    float: none;
    text-align: center;
}
.navbar-center li{
	float: none;
    display: inline-block;
}
.tempo-header-mask {
    background: rgba(78, 83, 101, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.headline {
    margin-bottom: 50px;
}

.headline:after {
	display: block;
	width: 60px;
	border-bottom: 1px solid #838383;
	margin-top: 15px;
	content: "";
}

.headline.text-center:after {
	margin: 15px auto 0;
}

.headline.text-right:after {
	float: right;
}

.headline p {
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.headline h1 {
    letter-spacing: 0;
    font-size: 27px;
    padding: 0 !important;
    margin: 0 !important;
}
.headline h2 {
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.headline span {
    color: #23d0c0;
    font-weight: 300;
}

.read-more-link {
    color: #03A9F4;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.read-more-link:hover,
.read-more-link:focus {
    color: #03A9F4;
}
.read-more-link:after {
    backface-visibility: hidden;
    background: #03A9F4 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
}
.read-more-link:hover:after {
    width: 100%;
}
.read-more-link i {
	position: relative;
    top: 2px;
}

.connect-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.connect-btn a {
    color: #fff!important;
    background-color: #009688;
    position: relative;
    padding: 8px;
    width: 250px;
    display: inline-block;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    transition: all .2s;
}
.connect-btn a:focus,
.connect-btn a:hover {
	background-color: #1c5c48;
}
.link-hover {
	position: relative;
}
.link-hover:after {
	content: '';
	-webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #65656f;
}
.link-hover:hover:after, 
.link-hover:focus:after, 
.link-hover.active:after {
	left: 0;
    width: 100%;
}

.main-heading {
	font-weight: 400;
    letter-spacing: 0;
    color: #2b2b2b;
    padding: 0 15px;
    font-size: 21px;
    margin-bottom: 25px;
}

#epl_notify {
	position: fixed;
    bottom: 1%;
    left: 50%;
    padding: 15px 5%;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    background: #f7f7f7;
    color: #009688;
    box-shadow: 0 4px 54px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(125%);
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 999;
}
#epl_notify.active {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
#epl_notify.success {
	background: #1eab9e;
    color: #ffffff;
}
#epl_notify.error {
    background: #f36539;
    color: #ffffff;
}
#epl_notify.warning {
    background: #f7bd10;
    color: #ffffff;
}
#epl_notify.info {
	background: #2aade8;
    color: #ffffff;
}
#epl_notify.action {
    background: #f7f7f7;
    color: #2b2d2f;
}
.icon.spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


.loading:before {
    content: "\76";
    font-family: "epelli";
    position: relative;
    animation: icon-spin 2s infinite linear;
    display: inline-block;
    font-size: 18px;
    text-transform: none !important;
    speak: none;
    line-height: 1;
}

.woocommerce-info, .woocommerce-message, .woocommerce-error {
    display: none;
}


/* Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.woocommerce-Price-currencySymbol {
    padding: 0 3px;
}


/* Side-Menu
----------------------------------------------------------------------------- */	
/* .menu-active {
	transform: translate3d(-370px,0,0);
	transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
} */

.side-menu {
	background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 400px;
    height: 100%;
    font-size: 14px;
    transform: translate3d(100%,0,0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
}
.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: #1e2029;
    opacity: 0;
	visibility: hidden;
    content: '';
    transition: opacity .4s;
	transform: translate3d(100%,0,0);
}
.menu-active .side-menu {
    transform: translate3d(0,0,0);
}
.menu-active .side-menu-overlay {
    opacity: .85;
	visibility: visible;
	transform: translate3d(0,0,0);
}

.side-menu .header {
    position: relative;
    color: #23232c;
    padding: 20px 30px;
    margin: 0 0 25px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f1f2f4;
}
.side-menu .header h3 {
	font-weight: 400;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
}
.side-menu .header .close {
    float: right;
    display: inline-block;
    position: relative;
    top: 2px;
}	
	
.side-menu .cart-wrap {
	display: none;
}	
.side-menu .user-wrap {
	display: none;
}	

	
/* Side-User-Menu
----------------------------------------------------------------------------- */	
.side-menu.side-user .header {
	border-bottom: 1px solid #f7f7f7;
}
.side-menu.side-user .user-wrap {
	display: block;
}	

.side-user .user-wrap ul {
    list-style: none;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.side-user .user-wrap h4 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #5a5656;
    font-weight: 500;
}
.side-user .user-wrap ul li {
	cursor: pointer;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    position: relative;
    font-weight: 400;
    color: #7b7b86;
}

.side-user .user-wrap .user-contact li {
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
}
.side-user .user-wrap .user-contact i {
	position: relative;
    top: 2px;
    padding-right: 5px;
}

.icon-life {
	color: #ffc314;
}
.icon-vodafone {
	color: #e8162f;
}
.icon-kievstar {
	color: #20a1ff;
}
	
	
/* Side-Menu-Cart
----------------------------------------------------------------------------- */
.side-menu.side-cart .cart-wrap {
	display: block;
}
.side-cart .header {
    position: relative;
    padding: 20px 30px;
    margin: 0 0 35px;
    display: inline-block;
    border-bottom: none;
    width: 100%;
	background: #667186;
    color: #fff;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
}
.side-cart .header .close {
    opacity: 0.7;
}
.side-cart .header .close i {
	color: #fff;
    text-shadow: none;
}
.side-cart .header .close:hover,
.side-cart .header .close:focus {
    opacity: 1;
}

.side-cart .content.loading .side-cart-wrap {
    opacity: 0.2;
}
.side-cart .content.loading:before {
    font-size: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    color: #878c96;
}


.cart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cart-list li {
    display: block;
    position: relative;
    padding: 0 45px 0 15px;
    margin-bottom: 35px;
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: ease-out;
}
.cart-list li.deleted {
    transform: translateX(100%);
	opacity: 0;
}
.cart-list li .controls {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 100%;
}
.cart-list li .controls button {
    border: none;
    background-color: #f7f7f7;
    background: transparent;
    color: #d4d4d4;
    font-size: 25px;
    line-height: 10px;
	position: absolute;
}
.cart-list li .controls .cart-item-del {
    top: -3px;
}
.cart-list li .controls .cart-item-buynow {
    bottom: 5px;
    left: 4px;
    font-size: 16px;
}


.cart-list li .controls button:hover,
.cart-list li .controls button:focus {
	color: #6394F8;
}
.cart-list li .item-info {
    display: inline-block;
    width: 100%;
}
.cart-list li .item-info img {
    float: left;
    max-width: 70px;
    padding-right: 15px;
}
.cart-list li .item-info .item-name {
    font-size: 15px;
    font-weight: 400;
    color: #4c4c4c;
    display: block;
    margin: 2px 0 15px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
.cart-list li .item-info .item-name a {
	cursor: pointer;
}
.cart-list li .item-info .item-name a:hover,
.cart-list li .item-info .item-name a:focus {
    color: #6d828c;
}
.cart-list li .item-info .item-price {
    color: #61687b;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.cart-list li .item-info .item-quantity {
    float: right;
    font-weight: 400;
    color: #abb0be;
    position: relative;
    top: -3px;
}
.cart-list li .item-info .item-quantity button {
    border: none;
    background: transparent;
    padding: 0;
	line-height: 10px;
}
.cart-list li .item-info .item-quantity input {
	border: none;
    width: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
    text-align: center;
}
.cart-list li .item-info .item-quantity button:hover,
.cart-list li .item-info .item-quantity button:focus {
	color: #4c4c4c;
} 
.cart-list li .item-info .item-quantity button i {
    font-size: 135%;
    position: relative;
    top: 5px;
}


.total {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.total h4 {
	padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.total h4 .total-title {
	margin-right: 10px;
    font-weight: 400;
    color: #888;
}
.total h4 .cart-total-price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.total a {
	background: #6394F8;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    width: 250px;
    margin: 25px 0 15px 0;
}
.total a:hover,
.total a:focus {
    background: #729ef9;
}



/* Checkout
----------------------------------------------------------------------------- */
.checkout-page {
    background-color: #fbfbfb;
    background-color: #fcfcff;
	background-color: #f9fafd;
}
.checkout-page .navbar-custom{
	box-shadow: none;
	background-color: #fff;
}
.checkout-page .woocommerce-checkout {
    display: none;
}

.checkout-page .checkout-form {
    display: inline-block;
    margin: 45px 0 70px;
    background: #fff;
    padding: 40px 15px;
    border-radius: 3px;
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.05);
}
.checkout-page .form-wrap {
    padding-right: 0;
    padding-top: 0;
	border-right: 1px solid #f7f7f7;
}	
.checkout-page .form-group {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}
.checkout-page .payment-options {
	margin-bottom: 25px;
}
.checkout-page .form-group h2 {
    color: #5d5e61;
    display: inline-block;
    width: 97%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}
.checkout-page .form-group h2.first {
	font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #535353;
}
.checkout-control {
    padding-left: 0;
}
.checkout-page .no-margin {
	margin: 0;
}
.checkout-control input::placeholder {
    color: #9e9e9e;
	font-size: 90%;
}
.checkout-control input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #e7ebec;
}
.checkout-control textarea {
	width: 100%;
    margin-bottom: 20px;
    border: solid 1px #eaecf1;
    border-radius: 3px;
}
.checkout-control {
    padding-left: 0;
    position: relative;
}

.checkout-page .form-group .checkout-control:last-child input {
    margin: 0;
}
.checkout-page .phone-masked {
	font-family: 'Open Sans', sans-serif;
}

.checkout-page .shipping-select {
    display: inline-block;
    width: 100%;
    padding-left: 2px;
    margin-top: 20px;
}

.checkout-page .shipping-select .checkout-control input {
    width: initial;
}

.checkout-page .shipping-select .checkout-control input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
}
.checkout-page .shipping-select .checkout-control {
	text-align: center;
}
.checkout-page .shipping-select .checkout-control label {
    position: relative;
    padding-left: 19px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #413e50;
}

.shipping-select input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
}
.shipping-select .radio-label {
    position: relative;
    padding-left: 19px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #413e50;
    margin-left: 65px;
}
.shipping-select .radio-label:nth-child(2) {
	margin-left: 0;
}
.shipping-select .radio-label:before {
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    border-color: #555;
    border-radius: 20px;
    position: absolute;
    display: block;
    content: " ";
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.shipping-select .radio-btn:checked + .shipping-select .radio-label:before {
    border-color: transparent;
    background-color: #03a9f4;
    border: none !important;
}

.shipping-city, 
.shipping-adress {
    padding: 0;
}
.shipping-adress {
	transition: opacity .4s, transform .4s;
	transition-timing-function: ease-in-out;
}
.shipping-adress.unactive {
	transform: translateY(-100%);
	opacity: 0;
	height: 0;
}
.shipping-adress.active {
    transform: none;
    opacity: 1;
	height: initial;
}

.checkout-page .bootstrap-select {
    width: 100% !important;
    outline: none !important;
	margin-bottom: 20px !important;
	transition: opacity .4s, transform .4s;
	transition-timing-function: ease-in-out;
}
.checkout-page .checkout-control.unactive {
	height: 0;
}
.checkout-page .checkout-control.active {
	height: initial;
}
.checkout-page .checkout-control.unactive.top .bootstrap-select {
	transform: translateY(-100%);
}
.checkout-page .checkout-control.unactive .bootstrap-select {
	transform: translateX(-100%);
	opacity: 0;
	height: 0;
}
.checkout-page .checkout-control.active .bootstrap-select {
    transform: none;
    opacity: 1;
	height: initial;
}
.checkout-page .bootstrap-select button {
    box-shadow: none !important;
    color: #535353 !important;
    text-transform: none;
    border: 1px solid #e7ebec !important;
    background: #fff !important;
}
.checkout-page .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.checkout-page .bootstrap-select .dropdown-menu.open {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    padding: 0;
    padding-bottom: 5px;
    left: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05);
}
.checkout-page .bootstrap-select .dropdown-menu.inner {
    /* max-height: 250px !important; */
}

.checkout-page .bootstrap-select .bs-searchbox {
    padding: 0;
    outline: none;
}
.checkout-page .bootstrap-select .bs-searchbox:before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 99;
    font-size: 20px;
    line-height: 48px;
    color: #9ca8ad;
    font-family: "epelli";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\41';
    font-size: 16px;
    color: #777;
    line-height: 30px;
}
.checkout-page .bootstrap-select .bs-searchbox .form-control {
    height: auto;
    padding: 0;
    line-height: 30px;
    padding-left: 50px;
    background: #f1f1f1;
    border-radius: 0;
    border: none;
}

.checkout-page .bootstrap-select .dropdown-menu {
	border: none;
    border-radius: 2px;
    box-shadow: none;
    margin-top: -3px;
}
.checkout-page .bootstrap-select .no-results {
    background: #fff;
    padding: 15px 10px 10px;
}

.checkout-page .bootstrap-select .dropdown-menu.inner li a {
	background-color: transparent;
    color: #797979;
    padding: 10px 20px;
}
.checkout-page .bootstrap-select .dropdown-menu.inner li a:hover {
    color: #03A9F4;
}
.checkout-page .bootstrap-select .dropdown-menu>.active>a, 
.checkout-page .bootstrap-select .dropdown-menu>.active>a:focus, 
.checkout-page .bootstrap-select .dropdown-menu>.active>a:hover {
	
}


.checkout-page .cart .header {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}
.checkout-page .cart .header h3 {
    font-weight: 400;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
}
.checkout-page .cart .header .count {
	font-family: 'Open Sans', sans-serif;
    float: right;
    margin-top: 2px;
    background-color: #03a9f4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.checkout-page .list-wrap ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.checkout-page .list-wrap ul li {
	position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.checkout-page .list-wrap ul li img {
	float: left;
    margin-right: 10px;
    max-width: 35px;
}
.checkout-page .list-wrap ul li .item-name {
    font-size: 15px;
    font-weight: 400;
    color: #636363;
    display: block;
    padding-top: 1px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 3px;
}
.checkout-page .list-wrap ul li .item-name span {
    float: right;
    color: #b3b6bd;
    padding-right: 3px;
}
.checkout-page .list-wrap ul li .price-qty {
	font-weight: 400;
    color: #a4a7ad;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
}

.checkout-page .cart-footer {
	margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f7f7f7;
}
.checkout-page .cart-footer .coupon-wrap {
    text-align: center;
    padding: 20px 0;
    background: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 25px;
}
.checkout-page .cart-footer .coupon-wrap h3 {
    font-weight: 400;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.checkout-page .cart-footer .coupon-wrap input {
    width: 60%;
    border: none;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.checkout-page .cart-footer .coupon-wrap button {
    background: #03A9F4;
    color: #fff;
    text-align: center;
    margin-left: -2px;
    padding: 0 5px;
    text-decoration: none;
    border: none;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.checkout-page .cart-footer .coupon-wrap h3 span {
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
}
.checkout-page .cart-footer .coupon-wrap h3 button {
    background: none;
    color: #03A9F4;
    font-size: initial;
    display: block;
    width: 100%;
}

.discount-total {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-weight: 400;
    color: #888;
    font-size: 16px;
    text-align: left;
    padding: 0 5px;
	transition: all .3s;
	transform: translateY(110%);
    opacity: 0;
    position: absolute;
}
.discount-total.show {
	transform: none;
    opacity: 1;
    position: relative;
}
.discount-total span {
    font-weight: 600;
    font-size: 95%;
    float: right;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #504d4d;
    margin-left: 5px;
}
.checkout-page .cart-footer .total {
    position: relative;
    width: 100%;
    bottom: initial;
    margin-bottom: 30px;
    margin-right: 10px;
    font-weight: 400;
    color: #888;
    font-size: 18px;
    text-align: left;
    padding: 0 5px;
}
.checkout-page .cart-footer .total span {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #424242;
    font-size: 17px;
    line-height: 26px;
}
.checkout-page .cart-footer .total del {
    margin-right: 5px;
}
.checkout-page .cart-footer .total del span {
    color: #b3b6bd;
    font-size: 90%;
    float: left;
    text-decoration: line-through;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
}
.checkout-page .cart-footer .checkout {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: white;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    border: none;
    background-color: #42ccb0;
}



	
/* Navigation
----------------------------------------------------------------------------- */
.sticky-wrapper.is-sticky .navbar-custom .navbar-brand img {
    max-width: 140px;
    padding-top: 3px;
    transition: all .3s;
}
/* -- Navbar -- */
.navbar-custom {
    width: 100%;
    border-radius: 0;
    z-index: 500;
    border: none;
    background-color: #f4f5f7;
	background-color: #f7f7f7;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.navbar-custom .container {
	width: 85%;
	position: relative;
}
.navbar-custom .navbar-collapse {
	text-align: center;
    position: relative;
}
.navbar-custom .navbar-brand {
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    height: initial;
}
.navbar-custom .navbar-brand img {
    max-width: 150px;
    padding-top: 3px;
    transition: all .3s;
}
.navbar-custom .navbar-brand:hover {
	color: #888;
}
.navbar-custom .nav {
	padding: 0;
}
.lang-switch a {
    display: inline-block !important;
    padding: 15px 3px !important;
}
.lang-switch {
    color: #fff;
}
.navbar-custom .navbar-nav>li>a {
    transition: all 0.1s;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: #383838;
    font-size: 15px;
    padding: 13px 12px;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 20px 0;
    margin-top: 10px;
    border-radius: 4px;
    min-width: 325px;
    left: -92px;
}
.navbar-nav>li>.dropdown-menu.full {
    min-width: 768px;
    left: -200px;
}
.navbar-nav .dropdown-menu li {
    width: 100%;
    color: #777;
    padding: 5px 0;
}
.navbar-nav .dropdown-menu .border {
	border-right: 1px solid #eee;
}
.dropdown-menu>li>a {
    color: #797979;
    font-size: 15px;
    transition: all 0.1s;
}
.navbar-nav .dropdown ul:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: -10px;
    z-index: 200;
    width: 0;
    left: 50%;
    margin-left: -10px;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #f39c12;
    transition: all 0.1s;
	background: transparent;
}
@media only screen and (max-width: 767px) {
	.navbar-nav .dropdown ul:before {
		display: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #cecece;
	}
}




.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, 
.navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>li>a:hover, 
.navbar-custom .navbar-nav>li>a:focus, 
.navbar-custom .menu-item-has-children:hover .sub-menu li a:hover, 
.navbar-custom .menu-item-has-children:hover .sub-menu li a:focus {
    color: #a72344;
    transition: all 0.1s;
	background-color: transparent;
}
.navbar-custom .menu-item-has-children .sub-menu, 
.navbar-custom .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    list-style: none;
    width: 220px;
    background-color: #fff;
    padding: 10px 0 15px;
    visibility: hidden;
    position: absolute;
    z-index: 203;
    opacity: 0;
    transition: all 0.2s ease 0s;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.navbar-custom .menu-item-has-children .sub-menu {
    margin: 20px 0 0;
    left: 0;
    top: 100%;
}
.navbar-custom .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    margin: 0 0 0 -20px;
    left: 100%;
    top: 0;
}
.navbar-custom .menu-item-has-children:hover > .sub-menu, 
.navbar-custom .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
	margin: 0 0 0;
    visibility: visible;
    opacity: 1;
}
.navbar-custom .menu-item-has-children .sub-menu li {
    padding: 7px 20px;
    list-style: none;
    width: 100%;
    text-align: left;
    position: relative;
}
.navbar-custom .menu-item-has-children .sub-menu li a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    color: #888;
}

.menu-item-has-children > a:after,
.navbar-custom .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
    font-family: epelli;
    display: inline-block;
    margin-left: 10px;
    color: #666;
    position: relative;
    top: 2px;
}
.navbar-custom .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
    content: '\62';
    float: right;
    font-size: 15px;
}
.menu-item-has-children > a:after {
	content: '\52';
}



.navbar-custom .heared-logo {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 285px;
    top: 3px;
    padding: 0;
}
.navbar-custom .heared-logo img {
    max-height: 45px;
}

.navbar-custom .preferences {
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 7px;
    margin: 0;
    padding: 0;
}
.navbar-custom .preferences li {
    display: inline-block;
    list-style: none;
    padding: 0 7px;
}
.navbar-custom .preferences li i {
    font-size: 20px;
    position: relative;
    top: 6px;
}

.preferences .search-form {
    display: inline-block;
    position: relative;
}
.preferences .search-form input {
    background: transparent none repeat scroll 0 0;
    border: none;
    font-weight: 300;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.preferences .search-form input:focus {
	border-color: #f05a66;
}
.preferences .search-form input::-webkit-input-placeholder,
.preferences .search-form input::-moz-placeholder,
.preferences .search-form input:-ms-input-placeholder,
.preferences .search-form input:-moz-placeholder { 
	color: #fafafa;
}
.preferences .search-form input::placeholder { 
	color: #aaa; 
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
}
.preferences .search-form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
}
.preferences .search-form button i {
    font-size: 14px;
    position: relative;
    top: 5px;
}

.preferences .cart {
    position: relative;
    padding-right: 15px !important;
}
.preferences .cart .cart-total {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #03A9F4;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    display: block;
    position: absolute;
    top: -5%;
    right: 5%;
    font-family: 'Open Sans', sans-serif;
}
.preferences .languages {
    display: inline-block;
    list-style: none;
    padding: 0 7px;
    position: relative;
    margin-bottom: 5px;
}
.preferences .languages img {
    max-width: 18px;
}
.preferences .languages li {
    padding: 8px 3px;
    line-height: 1;
}
.preferences .languages .sublang_menu {
    margin-top: 31px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease 0s;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    right: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 0;
}
.preferences .languages:hover .sublang_menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-custom .preferences .langs {
    padding: 0 3px;
}
.navbar-custom .preferences .langs img {
	max-width: 18px;
}


/*Mobile lang*/

/*.mobile-lang {
    display: inline-block;
    list-style: none;
    padding: 0 7px;
    position: relative;
    margin-bottom: 5px;
}
.mobile-lang img {
    max-width: 18px;
}
.mobile-lang li {
    padding: 8px 3px;
    line-height: 1;
}
.mobile-lang .sublang_menu {
    margin-top: 31px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease 0s;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    right: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 0;
}
.mobile-lang:hover .sublang_menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-lang .langs {
    padding: 0 3px;
}
.mobile-lang .langs img {
    max-width: 18px;
}*/

/*end Mobile lang*/



.navbar-custom .preferences .account.logged {
	position: relative;
}
.navbar-custom .preferences .account.logged:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #26d639;
    top: 20%;
    right: 5%;
    display: block;
    position: absolute;
    border-radius: 50%;
}






/* Mainpage first-block
----------------------------------------------------------------------------- */
.carousel-section {
    background-size: cover;
    height: 600px;
    text-align: center;
    position: relative;
    padding: 0;
    background-position-y: 90%;
}

.scroll.btn {
    font-size: 11px;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
    transform-origin: 0 0;
    color: #fff;
    padding-left: 24px;
    background-color: transparent;
    padding: 0 20px;
    transition: none 172ms ease-out;
    height: 28px;
    line-height: 26px;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.scroll.btn:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 11.5px;
    margin-right: 0;
    width: 15px;
    height: 1px;
    margin-top: -1px;
    transition-property: margin-left,margin-right,background-color;
    transition: all 172ms ease-out;
}
.scroll.btn span {
    background-color: #fff;
    width: 15px;
    height: 0;
    margin-top: -11.5px;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    display: inline-block;
    transition-property: margin-left,background-color;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
	transition: all 172ms ease-out;
}
.scroll.btn:hover:before,
.scroll.btn:focus:before {
	margin-right: -5px;
}
.scroll.btn:hover span,
.scroll.btn:focus span {
	margin-left: -25px;
}

.video-player_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-player_wrap #youtube_player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    transition: opacity .5s;
}


/* Mainpage Greatings
----------------------------------------------------------------------------- */
#main-greatings {
    border-bottom: 1px solid #fafafa;
}
#main-greatings h2 {
    font-size: 24px;
    position: relative;
    color: #2e2e2e;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
#main-greatings svg {
	width: 60px;
    margin: 0 auto;
    display: block;
    padding: 25px 0;
}
#main-greatings svg path:nth-child(1) {
	fill: #d4d4d4;
}
#main-greatings svg path:nth-child(2) {
	fill: #de5a5a;
}
#main-greatings svg path:nth-child(3) {
	fill: #5ade92;
}
#main-greatings .des {
    max-width: 1250px;
    margin: auto;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 300;
    font-style: italic;
}










/* Mainpage Categories
----------------------------------------------------------------------------- */
#main-cats {
    padding-bottom: 0;
}
.gradient-mask {
	background: linear-gradient(to bottom, #454642 0%,#5a5a58 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%,#f6f6f6 100%);
}
.cats-wrap {
    width: 80%;
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.cats-wrap li {
    width: 32%;
    display: inline-block;
    margin: 0 5px;
	border-radius: 3px;
}
.cats-wrap li img {
	transition: transform .3s ease-in-out;
}
.cats-wrap li:hover img {
    transform: scale(1.05) translateZ(0);
}
.cats-wrap li a:hover {
	color: #777;
}
.cats-wrap li h4 {
    font-weight: 300;
    color: #999;
}
.cats-wrap li h3 {
    font-weight: 400;
    margin-bottom: 45px;
}

.cats-wrap li:nth-child(1) {
	text-align: right;
	padding-left: 25px;
}
.cats-wrap li:nth-child(1) h3,
.cats-wrap li:nth-child(1) h4 {
	text-align: left;
}

.cats-wrap li:nth-child(2) {
	text-align: center;
}

.cats-wrap li:nth-child(3) {
	text-align: left;
	padding-right: 25px;
}
.cats-wrap li:nth-child(3) h3,
.cats-wrap li:nth-child(3) h4 {
	text-align: right;
}





#mainpage-cats {
    background-color: #fafafa;
}
#mainpage-cats h2 {
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #2b2b2b;
    padding: 0 15px;
    font-size: 26px;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
}
.mainpage-cats_wrap {
	display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.mainpage-cats_wrap li {
    width: 32%;
    display: inline-block;
    margin: 0 0.5%;
}
.mainpage-cats_wrap li a {
    border-radius: 3px;
    padding: 60px 0;
    background: #fff;
    margin-bottom: 3%;
    text-align: center;
    display: inline-block;
    width: 100%;
    transition: all linear .2s;
}
.mainpage-cats_wrap li a:hover,
.mainpage-cats_wrap li a:focus {
    color: #03a9f4;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
}
.mainpage-cats_wrap li i {
    font-size: 40px;
    line-height: 0.7;
    padding-bottom: 10px;
    display: block;
}
.mainpage-cats_wrap li h3 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.3px;
}


/* Mainpage Products
----------------------------------------------------------------------------- */
#main-prods .container {
	width: 80%;
    padding: 0;
}
.product-wrap {
    margin-top: 30px;
    padding-right: 0;
}
.product-image {
    position: relative;
    overflow: hidden;
}
.product-image .hover-img {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-image:hover .hover-img {
    opacity: 1;
}
.product-image .flash-label {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    left: -28px;
    text-align: center;
    color: #fff;
    line-height: 9px;
    padding: 7px 25px;
    font-size: 11px;
    width: 100px;
    letter-spacing: 0.5px;
    z-index: 5;
    font-family: 'Open Sans', sans-serif;
}
.flash-label.out {
	background-color: #9e9e9e;
}
.flash-label.sale {
	background-color: #1abc9c;
}
.flash-label.percent {
	background-color: #607d8b;
}



.product-details {
    position: relative;
    overflow: hidden;
    margin-top: 14px;
    padding-bottom: 12px;
}
.product-details h3 {
    display: block;
    margin: 0;
    margin-right: 32px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    line-height: 18px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    color: #848484;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-details .wishlist-button {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    color: #aaa;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
}
.product-details .wishlist-button .simplefavorite-button {
    font-size: 20px;
    line-height: 25px;
    background: none;
    border: none;
    padding: 0;
}
.product-details .wishlist-button .simplefavorite-button i {
	color: #F44336;
}
.product-details .wishlist-button .simplefavorite-button.loading {
    opacity: 0.7;
}
.product-details .wishlist-button .simplefavorite-button.loading i {
	display: none;
}
.product-details .product-info {
    margin-top: 5px;
    position: relative;
	overflow: hidden;
}
.product-details .product-info .swap {
	height: 32px;
    line-height: 32px;
	transition: transform .3s ease-in-out;
}
.product-wrap:hover .product-details .product-info .swap {
	transform: translateY(-32px);
}
.product-details .product-info .loop-price {
    color: #03a9f4;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.product-details .product-info .loop-price del {
    color: #a2a7b5;
    font-weight: 400;
    margin-right: 5px;
}
.product-details .product-info .loop-price .sale-time {
    position: absolute;
    right: 2px;
    font-weight: 300;
    color: #FF9800;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
}

.product-details .product-info .loop-actions {
    position: relative;
}
.product-details .product-info .loop-actions .tooltip {
    margin-top: -2px;
}
.product-details .product-info .loop-actions .tooltip-inner {
    padding: 1px 8px;
    background-color: #03A9F4;
    background-color: #8BC34A;
}
.product-details .product-info .loop-actions .tooltip-arrow {
	border-left-color: #03A9F4;
    border-left-color: #8BC34A;
}


.product-details .product-info .add-to-cart {
    color: #40434c;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Open sans', sans-serif;
}
.product-details .product-info .add-to-cart i {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding-right: 3px;
}
.product-details .product-info .add-to-cart.loading:before {
    font-size: 16px;
    top: 3px;
}
.product-details .product-info .add-to-cart.loading i {
	display: none;
}
.product-details .product-info .buy-now {
    font-size: 16px;
    line-height: 25px;
    padding-right: 2px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.product-details .product-info .buy-now:hover {
	color: #8BC34A;
}



/* Mainpage openning
----------------------------------------------------------------------------- */
#main-openning {
    padding: 0;
}
.open-wrap {
    display: flex;
    width: 85%;
    margin: 0 auto;
}
.ophours {
    border: 1px solid #e5e5e5;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 50px 0;
}
.ophours h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}
.ophours p {
    font-size: 16px;
    line-height: 1.8;
    color: #888;
    font-weight: 300;
}
.ophours hr {
    width: 130px;
    margin: 35px auto;
}
.ophours h4 {
    color: #ed4b36;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
}


.open-wrap .info {

}
.open-wrap .info img {
    height: calc(100% - 1px);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.open-wrap .info .text-block {
    width: 50%;
    position: absolute;
    right: 5%;
    top: 10%;
}
.open-wrap .info h2 {
    font-weight: 300;
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-align: center;
}
.open-wrap .info p {
    color: #9c9c9c;
    line-height: 30px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}



/* Mainpage Features
----------------------------------------------------------------------------- */
#features {
    background: #fbfbfb;
}
.feature-list h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #566c7d;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.feature-list i {
    margin-right: 15px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.feature-list p {
    font-size: 17px;
    font-weight: 300;
    color: #999;
    font-family: 'Open Sans', sans-serif;
}






/* Single-Product
----------------------------------------------------------------------------- */
nav.woocommerce-breadcrumb {
    background: transparent;
    padding: 20px 0;
    margin: 0;
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #23232c;
}
nav.woocommerce-breadcrumb a {
    color: #909097;
}
nav.woocommerce-breadcrumb a:hover,
nav.woocommerce-breadcrumb a:focus {
    color: #23232c;
}
nav.woocommerce-breadcrumb i {
    font-size: 14px;
    position: relative;
    top: 3px;
    color: #909097;
}
nav.woocommerce-breadcrumb span {
    float: right;
    font-size: 110%;
    line-height: 30px;
    color: #9599a0;
    position: relative;
    top: 1px;
	cursor: pointer;
}
nav.woocommerce-breadcrumb .tooltip-inner {
    padding: 3px 15px;
    color: #777;
    font-weight: 400;
    background-color: #f0f2f7;
    max-width: 250px;
    font-family: 'Raleway', sans-serif;
}
nav.woocommerce-breadcrumb .tooltip-arrow {
	border-left-color: #f0f2f7 !important;
}

.star-rating {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    display: inline-block;
    font-family: "epelli";
}
.star-rating:before {
    content: "\29\29\29\29\29";
    color: #cdd1db;
}
.star-rating span {
	position: absolute;
    left: 0;
    overflow: hidden;
}
.star-rating span:before {
    content: "\29\29\29\29\29";
    color: #ffb136;
}


div.product {
	margin-top: 25px;
}
#product-single-info {
    padding: 0 0 50px;
}
.prod-info {
    margin-bottom: 0;
}

.product-gallery {
    padding: 0;
}
#prod-gallery .slides .slick-slide {
	position: relative;
}
#prod-gallery .nav .slick-arrow {
    position: absolute;
    bottom: -25px;
    top: initial;
    transform: none;
    width: 49%;
	opacity: .7;
    background-color: #f1f1f1;
	transition: opacity .3s ease-in-out;
}
#prod-gallery .nav .slick-arrow:hover,
#prod-gallery .nav .slick-arrow:focus {
	opacity: 1;
}
#prod-gallery .nav .slick-arrow i {
	font-size: 16px;
    color: #3b3b3b;
}
#prod-gallery .nav .slick-arrow:before {
	content: '';
}
#prod-gallery .nav .slick-prev {
	left:0;
}
#prod-gallery .nav .slick-next {
	right:0;
}
#prod-gallery .media-btn {
    position: relative;
    top: 36px;
    background-color: #03a9f4;
    height: 20px;
    display: inline-block;
    width: 48%;
    padding: 0;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
}
#prod-gallery .slides {
	padding: 0;
    list-style: none;
    margin: 0;
}
#prod-gallery a.slide {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    font-size: 17px;
    border-radius: 3px;
    color: #7b7b7b;
    cursor: pointer;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.threesixty {
    display: inline-block;
    padding-bottom: 45px;
    background: #fff;
}
.threesixty .nav_bar {
    bottom: 15px;
    background: #43475f;
    text-align: center;
    top: initial !important;
    right: initial !important;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    padding: 2px 40px;
    border-radius: 3px;
}
.threesixty .nav_bar button {
    font-size: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    width: 35px;
    height: 30px;
    padding: 0;
}

.threesixty .nav_bar button:after {
    content: '';
    font-family: 'epelli';
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
.threesixty .nav_bar button:hover:after {
	opacity: 1;
}

.threesixty .nav_bar button.nav_bar_previous:after {
	content: '\7c';
}
.threesixty .nav_bar button.nav_bar_play:after {
    content: '\7d';
}
.threesixty .nav_bar button.nav_bar_stop:after {
    content: '\e001';
}
.threesixty .nav_bar button.nav_bar_next:after {
	content: '\7b';
}

.threesixty .first-image img {
    opacity: 0;
    position: relative !important;
    width: initial;
}
.threesixty_images li {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.threesixty_images li img {
    left: 0;
}
#threesixty_modal .modal-backdrop {
    background-color: #1e2029;
	opacity: .85;
}
#threesixty_modal .modal-dialog {
    position: absolute;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 45%;
    transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: block;
    text-align: initial;
    left: 50%;
    width: initial;
}
#threesixty_modal button.close {
    position: relative;
    left: -30px;
    top: -10px;
    text-shadow: none;
    font-size: 50px;
    width: 20px;
    height: 20px;
    z-index: 999;
    color: #000;
    opacity: .7;
    font-weight: 200;
}
#threesixty_modal button.close:hover,
#threesixty_modal button.close:focus {
    opacity: 1;
}
#threesixty_modal .modal-content {
	display: inline-block;
	background-color: transparent;
    box-shadow: none;
	border: none;
}


.prod-info .name-block {
    display: inline-block;
    width: 100%;
}
.prod-info h1.entry-title {
    font-size: 22px;
    font-weight: 400;
    color: #50505a;
    width: 85%;
    margin: 0;
}
.prod-info .name-block .star-rating {
    font-size: 17px;
    top: 2px;
    right: 13px;
}


.prod-info .offers {
	margin: 20px 0 25px;
    padding: 20px 0 0;
    border-top: 1px solid #f1f2f4;
}
.prod-info .price {
    line-height: 32px;
    text-decoration: none;
    color: #1e1e23;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
.prod-info .price ins {
	text-decoration: none;
}
.prod-info .price del {
    color: #b3b6bd;
    font-size: 85%;
    margin-right: 5px;
}
.prod-info .price .dealer-price {
	color: #8ac34b;
}
.prod-info .price .tooltip-inner {
    padding: 3px 15px;
    color: #777;
    font-weight: 400;
    background-color: #f0f2f7;
    max-width: 250px;
    font-family: 'Raleway', sans-serif;
}
.prod-info .price .tooltip-arrow {
	border-right-color: #f0f2f7 !important;
}

.prod-info .sku {
    font-size: 13px;
    background: #fffac9;
	background: #f7f7f7;
    padding: 0 10px;
    border-radius: 3px;
    color: #525252;
    float: right;
}

.prod-info .short-description {
    line-height: 24px;
    font-size: 15px;
    color: #7c7c80;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f2f4;
}
.prod-info .short-description p {
    margin: 0;
}


.oneclick-buy {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}

.oneclick-buy .oneclick-buy-inner {
	display: inline-block;
}
.oneclick-buy .oneclick-buy-inner i {
    position: relative;
    font-size: 30px;
    float: left;
    line-height: 30px;
    top: 1px;
}
.oneclick-buy .oneclick-buy-inner h4,
.oneclick-buy .oneclick-buy-inner h5 {
	padding-left: 35px;
}
.oneclick-buy .oneclick-buy-inner h4 {
	margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.oneclick-buy .oneclick-buy-inner h5 {
	margin: 2px 0;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #b4b9c7;
    font-weight: 400;
}

.oneclick-buy .form {
    display: inline-block;
    float: right;
    position: relative;
}
.oneclick-buy .form input {
	border: none;
    padding: 7px 5px;
    background: #f1f1f1;
	background: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-right: -3px;
}
.oneclick-buy .form button {
	border: none;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    color: #fff;
    top: 2px;
    background: #2196F3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.oneclick-buy .form button i {
	position: relative;
    top: 3px;
}


.quantity-cart {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 25px;
}
.quantity-cart label span {
    color: #ee5561;
    font-weight: 500;
}
.quantity-cart label {
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0;
    margin: 0 auto;
    text-transform: uppercase;
}
.quantity-cart .quantity {
    border: 1px solid #ebebeb !important;
    border-right: 0 none #ebebeb !important;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 45px;
    width: 50px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
} 
.quantity-cart .cart-number {
	display: inline-block;
    float: left;
}
.quantity-cart .cart-number button {
    display: inline-block;
    float: left;
    height: 45px;
    border: 1px solid #ebebeb;
    line-height: 46px;
    width: 45px;
    cursor: pointer;
    background: transparent;
    text-align: center;
    border: 1px solid #ebebeb;
}
.quantity-cart .cart-number button.dec {
  	border-right:0px;
}
.quantity-cart .actions {
    float: right;
  	display:inline-block;
}
.quantity-cart .add-to-cart-btn {
    font-size: 16px;
    line-height: 44px;
    background-color: #42ccb0;
    border-radius: 5px;
    border: none;
    padding: 0 35px;
    color: #fff;
    text-transform: none;
    transition: all .2s;
    display: inline-block;
    position: relative;
}
.quantity-cart .add-to-cart-btn:hover,
.quantity-cart .add-to-cart-btn:focus {
	background-color: #4ac2aa;
}
.quantity-cart .add-to-cart-btn i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.quantity-cart .simplefavorite-button {
    user-select: none;
    color: #9da0a7;
    padding: 0;
    line-height: 45px;
    width: 55px;
    border: none;
    background-color: #f7f7f7;
    font-size: 23px;
    border-radius: 3px;
    margin-left: 20px;
    display: inline-block;
    float: right;
}
.quantity-cart .simplefavorite-button.active {
	opacity: 1;
}
.quantity-cart .simplefavorite-button i {
    position: relative;
    top: 2px;
    color: #F44336;
}
.quantity-cart .actions .add-to-cart-btn.loading:before {
    top: 2px;
    margin-right: 10px;
}
.quantity-cart .actions .add-to-cart-btn.loading {
    background: #43475f;
    opacity: 0.7;
	color: #fff;
}
.quantity-cart .actions button.loading i {
	display: none;
}

.quantity-cart .add-to-cart-btn span {
  margin-right: 5px;
  -webkit-vertical-align: calc(2px);
  -moz-vertical-align: calc(2px);
  vertical-align: calc(2px);
}


.prod-info .deliver-payment {
    font-size: 15px;
    color: #4c4f54;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    border-bottom: 1px solid #f1f2f4;
    border-top: 1px solid #f1f2f4;
}
.prod-info .deliver-payment a {
    margin-right: 10px;
}
.prod-info .deliver-payment a:hover,
.prod-info .deliver-payment a:focus {
    color: #4c4f54;
}
.prod-info .deliver-payment a i {
    position: relative;
    top: 15%;
    margin-right: 5px;
    color: #2196F3;
    font-size: 135%;
}

.prod-info .deliver-payment a.link-hover:after {
    height: 1px;
	background-color: #2196f3;
}


.product_share {
    padding: 17px 3px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.product_share .availability {
    float: right;
    font-size: 13px;
    font-weight: 400;
}
.product_share .availability.instock {
    color: #4caf50;
}
.product_share .availability.outstock {
    color: #f44336;
}
.product_share a {
    line-height: 0;
    font-size: 13px;
    font-weight: 400;
    color: #909097;
    margin-right: 5px;
    letter-spacing: 0.3px;
    transition: .5s;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}
.product_share a:hover,
.product_share a:focus {
	color: #23232c;
}
.product_share a i {
    font-size: 11px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.product_share a:hover i.fa-vk{
	color: #4c75a3;
}
.product_share a:hover i.fa-facebook{
	color: #3b5999;
}
.product_share a:hover i.fa-twitter{
	color: #55acee;
}




#info-tabs {
    margin: 50px 0 40px;
    padding: 35px 0 75px;
    border-top: 1px solid #f1f2f4;
    border-bottom: 1px solid #f1f2f4;
}
.product-description {
}
.product-content p {
    line-height: 24px;
    font-size: 15px;
    color: #7c7c80;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-left: 5px;
    padding: 0 100px;
}
.product-description .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-bottom: 25px;
}
.product-description .nav-tabs>li {
    float: none;
    display: inline-block;
    padding: 10px 0;
    margin: 0 15px;
	cursor: pointer;
}
.product-description .nav-tabs .link-hover:after {
	height: 2px;
	bottom: 1px;
}
.product-description .nav-tabs>li>a {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 15px;
    color: #5a5656;
    font-weight: 500;
    letter-spacing: 0.1px;
}
.product-description .nav-tabs>li:hover a, 
.product-description .nav-tabs>li:focus a, 
.nav-tabs>li.active a, 
.product-description .nav-tabs>li.active>a:focus, 
.product-description .nav-tabs>li.active>a:hover {
    border: none;
    background: none;
}
.product_atributes {
    width: 75%;
    margin: 0 auto;
}
.product_atributes li.attr_block {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #f5f6f9;
}
.product_atributes li.attr_block .attr_name {
    width: 30%;
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;
    color: #23232c;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-family: 'Open Sans', sans-serif;
}
.product_atributes li.attr_block .attr_value {
    width: 70%;
    display: inline-block;
    padding-left: 10px;
    font-weight: 300;
    text-align: center;
    color: #6f6f73;
}
.product_atributes li.attr_block:nth-child(1) {
    border-top: none;
}
.product_atributes li.attr_block:nth-child(2n) {
    background: #f9f9fb;
}


.comments-list {
    width: 75%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.comments-list li {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f2f4;
}
.comments-list li:last-child {
    border-bottom: none;
}
.comments-list .comment-meta {
    position: relative;
}
.comments-list .comment-author {
    font-size: 13px;
    font-weight: 500;
    color: #4c4f54;
}
.comments-list .comment-time {
    font-family: 'Open Sans', sans-serif;
    font-size: 75%;
    color: #97979e;
}
.comments-list .comment-conent p {
    line-height: 24px;
    font-size: 15px;
    color: #4e4e56;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top: 25px;
}



.comment-form-rating {
    margin-bottom: 20px;
    position: relative;
}
.comment-form-rating label {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #23232c;
    font-family: 'Open Sans', sans-serif;
}
.comment-form-rating .stars {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.comment-form-rating .stars a {
    width: 20px;
    height: 20px;
    position: relative;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
	font-family: "epelli";
}
.comment-form-rating .stars a:before {
    content: '\29';
	position: absolute;
    color: #cdd1db;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: block;
    top: 0;
    left: 0;
    text-indent: 0;
}
.comment-form-rating .stars a.active:before,
.comment-form-rating .stars a:hover:before {
    color: #ffb136;
}
.comment-form-rating .stars.selected a:not(.active):before,
.comment-form-rating .stars:hover a:not(:hover):before {
    color: #ffb136;
}
.comment-form-rating .stars.selected a.active~a:before,
.comment-form-rating .stars:hover a:hover~a:before {
    color: #cdd1db;
}

.comment-form p {
    position: relative;
    margin-top: 35px;
}
.comment-form p label {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    color: #797979;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.comment-notes {
    display: none;
}

.comment-form .comment-form-author, 
.comment-form .comment-form-email {
    width: 49.6%;
    display: inline-block;
}
.comment-form .comment-form-author {
	padding-right: 15px;
}

.comment-form textarea, 
.comment-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #646a71;
}

.comment-form input[type="submit"] {
	width: 35%;
    border: none;
    background: #03A9F4;
    color: #fff;
    font-size: 19px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    padding: 5px 25px;
    opacity: .8;
    margin-top: 35px;
}
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
	opacity: 1;
}

.comment-form p textarea:focus + label,
.comment-form p textarea:valid + label,
.comment-form p input:focus + label,
.comment-form p input:valid + label {
	transform: translateY(0);
}












#single-related {
    padding: 0 0 50px;
}
.related-product h2 {
    position: relative;
    line-height: 25px;
    font-size: 24px;
    font-weight: 400;
    color: #23232c;
    text-align: center;
    margin: 0 0 60px;
    text-transform: none;
}
.product-single .owl-carousel {
	position: initial;
}
.product-single .related-product {
    position: relative;
}
.product-single .owl-nav {
	position: absolute;
    top: 15px;
    right: 0;
}


@media (min-width: 1600px) {
	body.product-category-page .container {
		width: 1570px;
	}
}
@media (max-width: 1000px) {
	.prod-info.vr-center {
		display: block;
	}
	.prod-text-info {
		margin-left: 0;
		margin-top: 50px;
	}
	.prod-info h1.entry-title, .product-single .short-description p {
		text-align: center;
	}
}



/* Product category page
----------------------------------------------------------------------------- */
#prod-archive-page {
    margin-bottom: 30px;
}
#prod-archive-page h2.widgettitle {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #5a5656;
    margin-bottom: 5px;
    font-weight: 500;
    width: 100%;
    margin: 0 0 15px;
    letter-spacing: 0.1px;
}
#sidebar {
    padding-left: 0;
}
#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sidebar > ul > li {
	border-bottom: 1px solid #f9f9f9;
    margin-bottom: 31px;
    padding-bottom: 43px;
}

.product-cats,
.product-cats ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-cats li {
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    position: relative;
    font-weight: 400;
    color: #7b7b86;
}
.product-cats li .count {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
}
.product-cats li.has-children .togler {
    content: '\71';
    font-family: 'epelli';
    speak: none;
    top: 2px;
    position: absolute;
    right: -5px;
    text-align: right;
    cursor: pointer;
    opacity: 0.6;
	transition: all .3s;
}
.product-cats li.has-children .togler:hover,
.product-cats li.has-children .togler:focus,
.product-cats li.has-children .togler:focus {
    opacity: 1;
}
.product-cats li.has-children li {
	padding-left: 20px;
}
.product-cats li.has-children ul {
	display: none;
}

.product-cats li.has-children.active > .togler {
	transform: rotate(180deg);
}


.price_slider_wrapper .price_label {
    font-family: 'Open Sans', sans-serif;
    color: #949598;
    font-size: 90%;
}
.price_slider_wrapper .ui-slider {
    height: 2px;
    margin: 0 19px 17px 0;
    position: relative;
    background-color: #c2c2c2;
}
.price_slider_wrapper button.button {
    float: right;
    background: transparent;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    font-size: 13px;
    line-height: 17px;
}
.price_slider_wrapper button.button:hover,
.price_slider_wrapper button.button:focus {
    text-decoration: underline;
    background: none;
}

.price_slider_wrapper .ui-slider-range {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #000000;
}

.price_slider_wrapper .ui-slider-handle {
    border-radius: 50%;
    width: 0;
    height: 0;
    border: 4px solid #000000;
    position: absolute;
    top: -3px;
}

.active_filtres_widget li {
    padding: 3px 0;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    position: relative;
    font-weight: 400;
    color: #6f6f73;
    font-family: 'Open sans', sans-serif;
}
.active_filtres_widget li a {
	float: right;
    font-size: 120%;
    opacity: 0.6;
}
.active_filtres_widget li .filtered-item span {
    padding-right: 5px;
    color: #23232c;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-family: 'Open Sans', sans-serif;
}

.product-sort li {
    cursor: pointer;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    position: relative;
    font-weight: 400;
    color: #7b7b86;
}

.price_slider_wrapper .ui-slider-handle:focus {
    outline: none;
}

.price_slider_wrapper .slider-label {
    font-size: 14px;
}

.price_slider_wrapper .slider-label .range {
    margin-right: 5px;
}

.products {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.top-post-navigation {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    font-weight: 300;
    font-size: 13px;
    color: #777;
    font-family: 'Open Sans', sans-serif;
}
.top-post-navigation .woocommerce-result-count {
    float: right;
}

.top-post-navigation .another-filter {
    float: right;
    font-weight: 600;
    font-size: 13px;
    color: #5a5656;
    letter-spacing: 0.1px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding-right: 20px;
    margin-right: 1px;
	cursor: pointer;
}
.top-post-navigation .another-filter:before, 
.top-post-navigation .another-filter:after {
    content: " ";
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    display: inline-block;
    background-color: currentColor;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.top-post-navigation .another-filter:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -sand-transform: rotate(-90deg);
}
.top-post-navigation .another-filter:hover:before {
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -sand-transform: rotate(-50deg);
}
.top-post-navigation .another-filter:hover:after {
    transform: translateX(-6px) rotate(50deg);
    -webkit-transform: translateX(-6px) rotate(50deg);
    -moz-transform: translateX(-6px) rotate(50deg);
    -o-transform: translateX(-6px) rotate(50deg);
    -ms-transform: translateX(-6px) rotate(50deg);
    -sand-transform: translateX(-6px) rotate(50deg);
}
.top-post-navigation .another-filter.active:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.top-post-navigation .another-filter.active:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}


.top-post-navigation .filters {
    display: none;
    padding: 20px;
    background: #f7f7f7;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.top-post-navigation .filters .options {
    margin-bottom: 25px;
}
.top-post-navigation .filters .options h3 {
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
    color: #5a5656;
    margin-bottom: 5px;
    font-weight: 500;
    width: 100%;
    margin: 0 0 5px;
    letter-spacing: 0.1px;
}
.top-post-navigation .filters input[type="submit"] {
    background: none;
    box-shadow: none;
    font-size: 16px;
    color: #737373;
    padding: 3px 0;
    width: 250px;
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #eaeaea;
    margin-top: 15px;
}
.top-post-navigation .filters input[type="submit"]:hover,
.top-post-navigation .filters input[type="submit"]:focus {
	color: #4c4c4c;
}
.top-post-navigation .filters .btn-group.bootstrap-select {
    width: 100% !important;
}
.top-post-navigation .filters button.dropdown-toggle {
    background: #fff;
    border: none;
    padding: 3px 7px;
    border-radius: 3px;
    color: #4c4c4c !important;
    text-transform: none;
    box-shadow: none;
    padding-right: 33px;
    outline: none !important;
    font-family: 'Open sans', sans-serif;
}
.top-post-navigation .filters .dropdown-menu.open {
    border: none;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05) !important;
    padding: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.top-post-navigation .filters .dropdown-menu>li>a {
    font-size: 13px;
    padding: 3px 7px;
    line-height: 24px;
    font-family: 'Open sans', sans-serif;
}
.top-post-navigation .filters .dropdown-menu>li>a:hover {
    background-color: #f0f2f5;
    color: inherit;
}




/* Special-page
----------------------------------------------------------------------------- */
.page-special {
	background-color: #f7f7f7;
}
.page-special .navbar-custom {
    background-color: #fff;
    box-shadow: none;
}
#specials {
    padding: 50px 0;
}
#specials h2 {
	text-align: center;
    font-weight: 300;
    margin: 0 0 25px;
}
.product-bundle {
    display: inline-block;
    position: relative;
    margin: 15px 0;
    padding-left: 0;
    padding-right: 30px;
}
.special-wrap {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 20px 15px 15px 15px;
    border-radius: 5px;
}
.special-wrap:before {
	content: '';
}
.special-wrap h3 {
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding-right: 110px;
    position: relative;
}
.special-wrap .save {
    font-size: 85%;
    color: #009688;
    position: absolute;
    right: 0;
}
.special-wrap .save {
    font-size: 85%;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -20px;
    display: block;
    background: #00BCD4;
    height: 25px;
    width: 120px;
    text-align: center;
    line-height: 25px;
    padding-left: 5px;
    border-bottom-left-radius: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.special-products {
    list-style: none;
    padding: 0;
    margin: 0;
}
.special-products li {
    font-family: 'Open Sans', sans-serif;
    color: #777;
    position: relative;
    margin: 7px 0 15px;
    font-weight: 400;
    font-size: 15px;
}
.special-products li:last-child {
	margin: 0;
}
.special-products .price {
    float: right;
    font-size: 90%;
    line-height: 170%;
}
.special-products .name {

}
.special-price {
    padding: 0;
    text-align: right;
    padding-right: 5px;
}
.special-price .price {
    color: #1e1e23;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.special-price .price del {
	color: #b3b6bd;
    font-size: 85%;
    margin-right: 5px;
}
.special-price .price ins {
    text-decoration: none;
    font-weight: 600;
}
.special-price .add-to-cart-btn {
    background: #f1f2f5;
    color: #636363;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px;
    width: 65%;
    margin: 10px 0 0;
    border: none;
}
.special-price .add-to-cart-btn i {
	position: relative;
    top: 1px;
    margin-right: 10px;
}



/* Deliver-Payment page
----------------------------------------------------------------------------- */
#delivery-payment {
	padding: 0;
}
#delivery-payment h2{
	text-align: center;
    font-weight: 400;
    margin: 75px 0 50px;
}
.ship-wrap:nth-child(3n) {
	background-color: #fbfbfb;
}
.ship-wrap:nth-child(5n) {
	background-color: #fbfbfb;
}

.ship-wrap:nth-child(2n) .ship-option {
    flex-direction: row-reverse;
}
.ship-wrap:nth-child(2n) .ship-option .image {
	text-align: right;
}
.ship-option {
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.ship-option .image img {
	max-width: 300px;
}
.ship-option .text h3 {
    color: #717a8f;
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    font-weight: 500;
    margin-bottom: 20px;
}
.ship-option .text p {
    color: #717a8f;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}
.ship-option .text ul {
    padding: 0;
    list-style: none;
    border-top: 1px dashed #eee;
    padding-top: 20px;
}
.ship-option .text li {
    color: #717a8f;
    line-height: 1.6;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}
.ship-option .text li span {
    font-weight: 600;
    width: 185px;
    display: inline-block;
}










/* Favorite-page
----------------------------------------------------------------------------- */
#favorites h1 {
    text-align: center;
    font-weight: 300;
    margin: 0 0 25px;
    font-size: 26px;
}

.navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    padding-top: 20px;
    border-top: 1px dashed #efefef;
}
.navigation a, .navigation span {
    padding: 0 10px;
}
.navigation span {
    background: #03A9F4;
    color: #fff;
    border-radius: 4px;
}






/* Orders-page
----------------------------------------------------------------------------- */
.page-order {
    background-color: #f7f7f7;
}
.page-order .navbar-custom {
    background-color: #fff;
    box-shadow: none;
}
#orders {
    background-color: transparent;
}
#orders .card-header {
    position: relative;
    padding: 30px;
    border-radius: 2px 2px 0 0;
}
#orders .card-header h2 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400;
}
#orders .card-header h2 small {
    display: block;
    margin-top: 10px;
    line-height: 160%;
    font-size: 12px;
    color: #AEAEAE;
}
#orders .card-body.table-responsive {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 2px;
}
#orders .card-body.table-responsive th {
    background-color: #fff;
    vertical-align: middle;
    font-weight: 500;
    color: #333;
    border-width: 1px;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
}
#orders .table > thead > tr > th, 
#orders .table > tbody > tr > th, 
#orders .table > tfoot > tr > th, 
#orders .table > thead > tr > td, 
#orders .table > tbody > tr > td, 
#orders .table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f7f7f7;
}
#orders .table > thead > tr > th:first-child, 
#orders .table > tbody > tr > th:first-child, 
#orders .table > tfoot > tr > th:first-child, 
#orders .table > thead > tr > td:first-child, 
#orders .table > tbody > tr > td:first-child, 
#orders .table > tfoot > tr > td:first-child {
    padding-left: 30px;
}
#orders .table .num {
	font-family: 'Open Sans', sans-serif;
}
#orders .table .totl {
    font-weight: 600;
}







/* User-Profile
----------------------------------------------------------------------------- */
.page-profile {
    background-color: #f7f7f7;
}
.page-profile .navbar-custom {
    background-color: #fff;
    box-shadow: none;
}
#profile {
	background-color: transparent;
}
.profile-wrap .num {
	font-family: 'Open Sans', sans-serif;
}
.profile-wrap .info-block {
    margin-bottom: 20px;
    padding: 40px 42px 0;
    display: inline-block;
    width: 100%;
}
.profile-wrap .info-block h3 {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 30px;
}
.profile-control .label {
    width: 24%;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    color: #776c6c;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-left: 0;
}
.profile-control .input-wrap {
    display: inline-block;
    width: 75%;
    position: relative;
}
.profile-wrap .acc-details .input-wrap,
.profile-wrap .contact-details .input-wrap,
.profile-wrap .additional-details .input-wrap {
	width: 65%;
    margin-left: 60px;
}
.highlighter {
	position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.prof-input:focus + .highlighter {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	background-color: #2196F3;
}
.profile-control input[type="text"],
.profile-control input[type="email"],
.profile-control input[type="tel"] {
    width: 100%;
    height: 30px;
    padding: 8px 6px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.profile-wrap {
    float: none;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}
.profile-wrap .profile-control {
    margin-bottom: 20px;
}
.profile-wrap .profile-header {
    position: relative;
    padding: 5px 30px 10px;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px dashed #eee;
}
.profile-wrap .profile-header h2 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400;
}
.profile-wrap .profile-header h2 small {
    display: block;
    margin-top: 10px;
    line-height: 160%;
    font-size: 12px;
    color: #AEAEAE;
}


.profile-control input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
}
.profile-wrap .profile-control label {
    position: relative;
    padding-left: 19px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #413e50;
    margin-left: 65px;
}
.radio-btn:checked + .radio-label:before {
    border-color: transparent;
    background-color: #03a9f4;
    border: none !important;
}

.checkout-form .nocall {
	margin-top: 30px;
    margin-bottom: 0;
}
.checkbox-label {
	padding-left: 25px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #413e50;
    padding-top: 3px;
	cursor: pointer;
}
.checkbox-label:before {
    content: '';
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
}
.checkbox-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #03a9f4;
}
.checkbox-btn {
    position: absolute;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.checkbox-btn:checked + .checkbox-label:after {
	opacity: 1;
    transform: rotate(45deg);
}

.profile-wrap .profile-control label:before {
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    border-color: #555;
    border-radius: 20px;
    position: absolute;
    display: block;
    content: " ";
    border: 1px solid #e6e6e6;
    cursor: pointer;
}


.profile-wrap .profile-control .shipping-adress {
    width: 75%;
    display: inline-block;
}
.profile-wrap .profile-control .shipping-adress .input-wrap:nth-child(1){
    width: 55%;
    margin-left: 60px;
}
.profile-wrap .profile-control .shipping-adress .input-wrap:nth-child(2){
	width: 15%;
}
.profile-wrap .profile-control .shipping-adress .input-wrap:nth-child(3){
	width: 15%;
}

.profile-wrap .bootstrap-select {
    width: 65% !important;
    margin-left: 60px !important;
    outline: none !important;
    transition: opacity .4s, transform .4s;
    transition-timing-function: ease-in-out;
}
.profile-wrap .profile-control .unactive,
.profile-wrap .unactive-select .bootstrap-select {
    transform: translateX(-100%);
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
}
.profile-wrap .profile-control .active,
.profile-wrap .active-select .bootstrap-select {
    transform: none;
    opacity: 1;
	height: initial;
	position: relative;
	visibility: visible;
}
.profile-wrap .bootstrap-select button {
    box-shadow: none !important;
    color: #535353 !important;
    text-transform: none;
    border: 1px solid #e7ebec !important;
    background: #fff !important;
}
.profile-wrap .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.profile-wrap .bootstrap-select .dropdown-menu.open {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    padding: 0;
    padding-bottom: 5px;
    left: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05);
}
.profile-wrap .bootstrap-select .bs-searchbox {
    padding: 0;
    outline: none;
}
.profile-wrap .bootstrap-select .bs-searchbox:before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 99;
    font-size: 20px;
    line-height: 48px;
    color: #9ca8ad;
    font-family: "epelli";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\41';
    font-size: 16px;
    color: #777;
    line-height: 30px;
}
.profile-wrap .bootstrap-select .bs-searchbox .form-control {
    height: auto;
    padding: 0;
    line-height: 30px;
    padding-left: 50px;
    background: #f1f1f1;
    border-radius: 0;
    border: none;
}

.profile-wrap .bootstrap-select .dropdown-menu {
	border: none;
    border-radius: 2px;
    box-shadow: none;
    margin-top: -3px;
}
.profile-wrap .bootstrap-select .no-results {
    background: #fff;
    padding: 15px 10px 10px;
}

.profile-wrap .bootstrap-select .dropdown-menu.inner li a {
	background-color: transparent;
    color: #797979;
    padding: 10px 20px;
}
.profile-wrap .bootstrap-select .dropdown-menu.inner li a:hover {
    color: #03A9F4;
}

.profile-wrap .submition {
    display: inline-block;
    float: none;
    text-align: right;
    margin: 15px 0;
}
.profile-wrap .submition input {
	border: none;
    width: 200px;
    height: 35px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background-color: #2196F3;
}
.profile-wrap .submition input:hover,
.profile-wrap .submition input:focus {
    background-color: #429fe8;
}





/* 14 Archive Page
----------------------------------------------------------------------------- */
#blog-heading {
    padding: 75px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.blog-head-text h1 {
	font-size: 36px;
    color: #313139;
    font-family: 'Raleway';
    font-weight: 300;
    margin: 0;
}
.blog-head-text h2 {
    margin-top: 10px;
    color: #414145;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Raleway';
}
#blog-index-inner {
    background: #fafafa;
}
.blog-post-container {
	float: none;
    margin: 0 auto;
}
.single-blog-post {
    margin-bottom: 30px;
    background: #FFF;
}
#blog-index-inner .post-content {
    padding: 25px 35px;
}
#blog-index-inner .post-content .continue-link {
    color: #00BCD4;
}
#blog-index-inner .post-title {
    float: left;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
#blog-index-inner .post-title .post-date {
    float: right;
    font-size: 85%;
    color: #aaa;
    font-weight: 400;
}
#blog-index-inner .post-short-desc {
    font-family: raleway;
    color: #787878;
    float: left;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    width: 100%;
}
.post-info p{
	color: #999999;
    font-size: 14px;
    font-style: italic;
    position: relative;
    list-style: none;
}
.post-social-links {
    cursor: pointer;
}
.post-info .social_media {
    position: relative;
    top: 2px;
    padding-right: 5px;
    color: #7e7082;
	transition: opacity 0.3s;
    opacity: 0.6;
}
.post-info .social_media:hover {
    opacity: 1;
	transition: opacity 0.3s;
}
.post-info span {
    padding-right: 15px;
}
.pagination {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    padding: 15px;
    border: 1px solid #f1f1f1;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); */
    background: #fff;
    border-radius: 5px;
}
.pagination .screen-reader-text {
    display: none;
}
.pagination .page-numbers {
    font-size: 15px;
    font-weight: 300;
    margin: 0 10px;
}
.pagination .page-numbers.current {
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
}
.pagination .prev, .pagination .next {
	font-size: 0;
}
.pagination .next.page-numbers:before, .pagination .prev.page-numbers:before {
    font-family: "3dphoto" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.pagination .prev.page-numbers:before {
    content: "\70";
}
.pagination .next.page-numbers:before {
	content: "\71";
}






/* Inner Page
----------------------------------------------------------------------------- */
.catpage .navbar-custom {
	box-shadow: none;
	background-color: #fff;
}
.cat-content {
    background: #fff;
    margin: 50px 0;
    border-radius: 5px;
    padding: 0;
    margin-top: 35px;
}
.cat-menu {
    margin-top: 85px;
    border-radius: 5px;
	max-width: 255px;
}
.cat-menu ul {
    list-style: none;
    background: #fff;
    padding: 25px 20px;
}
.cat-menu ul li {
    padding: 5px 0;
}
.cat-menu ul li a {
	transition: none;
}
.cat-menu ul li:hover a, .cat-menu ul li:focus a, .cat-menu ul li:active a {
	text-decoration: underline;
    color: #feb927;
	transition: none;
}
.post-content {
    padding: 40px 0 20px;
}
.entry-content {
    padding: 0 30px;
}
.catpage{
	background:#f8f8f8;
}
.cat-content img {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cat-content .entry-content img {
    border-radius: 5px;
}
.cat-content li{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}
.cat-content h1 {
    margin: 20px;
}
.cat-content p {
    padding: 0 20px;
    line-height: 24px;
    font-size: 15px;
    color: #4e4e56;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top: 20px;
}
.attachment-page-inner {
	display: block;
    height: auto;
    width: 100%;
}
.in-page-head {
	margin-bottom: 50px;
    background: #63c6ae;
    padding: 20px;
    color: #fff;
}
.cat-content h1, .cat-content h2, .cat-content h3, .cat-content h4, .cat-content h5, .cat-content h6 {
    padding-bottom: 15px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    color: #5d5c5c;
}
.cat-content h1 {font-size: 28px;}
.cat-content h2 {font-size: 22px;}
.cat-content h3 {font-size: 18px;}
.cat-content h4 {font-size: 16px;}
.cat-content .entry-title {
	margin-bottom: 0;
}
.cat-content ul {
    list-style-type: disc
}
.cat-content ul,
.cat-content ol {
    margin: 0 0 20px 30px
}
.cat-content ul a,
.cat-content ol a {
    color: #777
}
.cat-content ul a:hover,
.cat-content ol a:hover {
    text-decoration: none;
    color: #63C6AE
}
.cat-content ol {
    list-style-type: decimal
}
.cat-content ol ol {
    list-style: upper-alpha
}
.cat-content ol ol ol {
    list-style: lower-roman
}
.cat-content ol ol ol ol {
    list-style: lower-alpha
}
.cat-content ul ul,
.cat-content ol ol,
.cat-content ul ol,
.cat-content ol ul {
    margin-bottom: 0
}
.cat-content strong {
    font-weight: 600;
}
.cat-content blockquote {
    font-style: italic;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    padding: 30px 30px 15px 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: 4px solid #63c6ae;
}
.cat-content img.alignleft, .cat-content img.alignright, .cat-content img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cat-content .alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.cat-content .alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.cat-content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.cat-content .wp-caption {
    margin-bottom: 20px;
    max-width: 100%;
}
.cat-content .wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cat-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 20px;
    width: 100%;
}
.cat-content th {
    border-width: 0 1px 1px 0;
    padding: 8px;
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
    line-height: 24px;
}
.cat-content pre {
    background-color: #f1f1f1;
    margin-bottom: 20px;
    overflow: auto;
    padding: 30px;
}
.post-content .product_share {
    text-align: right;
    padding-bottom: 0;
    padding-top: 30px;
}

/* Contact Page
----------------------------------------------------------------------------- */
#feedback-top-info .template-layout li {
	list-style: none;
}
#feedback-top-info .template-layout h5 {
    margin-left: 90px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #222222;
    line-height: 32px;
    text-transform: uppercase;
}
#feedback-top-info .template-layout span {
    float: left;
    color: #199CDB;
    padding: 0px;
    font-size: 48px;
}
#feedback-top-info .template-layout p {
    margin-left: 90px;
    text-align: left;
    line-height: 25px;
    font-size: 17px;
    font-weight: 400;
}
.feedback .navbar-custom .navbar-brand img {
    max-width: 125px;
    padding-top: 5px;
    transition: all .3s;
}

#contact {
    background: #f7f7f7;
}
#contact h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    color: #2e566e;
}
#contact h2 small {
    display: block;
    color: #8d9ba4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 5px;
}
#contact h2:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 48px;
    height: 4px;
    background: #09a0f7;
}
#contact input, #contact textarea {
    display: block;
    width: 100%;
    height: 52px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
    background-color: #ffffff;
    background-image: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: none;
    margin-bottom: 18px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    padding: 20px;
    font-family: 'Raleway';
}
#contact textarea {
	height: auto;
}
#contact input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#contact input[type=submit] {
    width: auto;
    margin-bottom: 0;
    font-weight: 700;
    margin: 0 auto;
    width: 35%;
    line-height: 1;
    color: #fff;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    background-color: #e63946;
    text-transform: uppercase;
}


/* Footer
----------------------------------------------------------------------------- */
.footer {
    background-color: #fff;
    padding-top: 25px;
}
.footer p {
    margin-bottom: 0px;
    padding: 20px 0px;
    color: #848484;
    font-weight: 200;
}
.footer span {
    color: #4a4a4a;
}
.footer h3 {
	font-size: 35px;
    font-weight: 300;
    color: #c5b89f;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 30px;
}
.footer ul {
	display: inline-block;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.footer ul>li {
    margin: 0 10px;
    padding: 2px 0px;
    color: #888;
}
.footer hr {
	margin-top: 20px;
}
.footheight {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
	img.caraousel-hr {
		left: -30px;
	}
	#about .headline,
	#about .text-section {
		margin-left: 140px;
		padding: 0;
	}
	#about {
		background-position: 125% 50%;
	}
	.hero-form {
		top: 15%;
	}
}
@media only screen and (max-width: 1400px) {
	.navbar-custom .container {
		width: 100%;
		padding: 0;
	}
	.navbar-custom .container {
		width: 95%;
	}
	.cats-wrap {
		width: 90%;
	}
	.open-wrap {
		width: 95%;
	}
	#main-prods .container {
		width: 85%;
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	section {
		padding: 35px 0;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar-custom .navbar-header .preferences {
		left: 0;
		right: initial;
		top: 10px;
	}
	.navbar-custom .navbar-header .preferences li {
		padding: 0 10px;
	}
	.navbar-custom .navbar-collapse {
		overflow: hidden;
	}
	.navbar-custom .navbar-nav>li>a {
		padding: 10px 12px;
	}
	.menu-item-has-children > .sub-menu {
		display: none;
	}
	.navbar-nav > .menu-item-has-children > .sub-menu {
		opacity: 1;
		visibility: visible;
		position: relative;
		width: 100%;
		box-shadow: none;
		background-color: #f9f9f9;
		display: block;
		margin: 0;
	}
	.navbar-custom .menu-item-has-children .sub-menu li {
		text-align: center;
	}
	.navbar-custom .menu-item-has-children .sub-menu li a {
		line-height: 20px;
		text-transform: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #383838;
		font-size: 13px;
		letter-spacing: 0.3px;
	}
	.menu-item-has-children > a:after,
	.sub-menu .menu-item-has-children > a:after {
		display: none !important;
	}
	.side-menu {
		width: 100%;
		max-width: 400px;
	}
	
	#main-greatings {
		padding: 25px 10px;
	}
	#main-greatings .des {
		font-style: normal;
		letter-spacing: 0.2px;
		line-height: 1.6;
		font-size: 15px;
	}
	
	#main-cats {
		display: none;
	}
	
	#main-prods .container {
		width: 95%;
		padding: 0;
	}
	.main-heading {
		text-align: center;
	}
	.product-wrap {
		padding: 0 5px;
	}
	
	.open-wrap {
		display: block;
	}
	.open-wrap .info {
		padding: 0;
		margin-top: 15px;
	}
	.open-wrap .info img {
		border-radius: 3px;
	}
	.open-wrap .info .text-block {
		width: 95%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	#features > .container {
		padding: 0;
	}
	#features > .container > div {
		margin-bottom: 35px;
	}
	#features > .container > div:last-child {
		margin-bottom: 0;
	}		
	#features > .container > div .feature-list {
		text-align: left;
	}
	
	nav.woocommerce-breadcrumb {
		padding: 20px 15px;
	}
	#prod-archive-page .container .row > #sidebar {
		padding: 0 15px;
	}
	#sidebar > ul > li {
		margin-bottom: 20px;
		padding-bottom: 25px;
	}
	.prod-archive-main-content {
		padding: 0 10px;
	}
	
	#product-single-info {
		padding: 0;
	}
	
	#product-single-info .woocommerce-breadcrumb.row {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 10px 0;
		text-align: center;
	}
	#prod-gallery > div:first-child {
		display: none;
	}
	.prod-text-info {
		margin-top: 35px;
	}
	.prod-info h1.entry-title {
		text-align: left;
		font-size: 18px;
	}
	.prod-info .name-block .star-rating {
		position: relative;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
	}
	.prod-info .short-description {
		border: none;
	}
	
	.oneclick-buy {
		text-align: center;
	}
	.oneclick-buy .form {
		float: left;
		margin-top: 15px;
		width: 100%;
	}
	.oneclick-buy .form input {
		width: 85%;
	}
	
	.quantity-cart .simplefavorite-button {
		display: none;
	}
	
	.prod-info .deliver-payment {
		font-size: 12px;
	}
	
	#info-tabs {
		margin: 10px 0;
		padding: 25px 0;
	}
	#info-tabs .container {
		padding: 0;
	}
	#info-tabs .tab-content {
		padding: 0;
	}
	#info-tabs .product-content p {
		padding: 0;
	}
	#info-tabs .product-description .nav-tabs>li>a {
		font-size: 14px;
	}
	#info-tabs .product-description .nav-tabs>li {
		margin: 0 5px;
	}
	#info-tabs .product-description .nav-tabs .link-hover:after {
		height: 2px;
		bottom: 7px;
	}
	#info-tabs .product_atributes,
	#info-tabs .comments-list	{
		width: 100%;
	}
	#info-tabs  .comment-form input[type="submit"] {
		width: 100%;
	}
	
	#specials h2 {
		font-size: 22px;
	}
	.product-bundle {
		padding: 0;
		width: 100%;
	}
	.special-price {
		text-align: initial;
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		float: left;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #eee;
	}
	.special-price .price {
		display: inline-block;
		width: 50%;
		float: left;
	}
	.special-price .add-to-cart-btn {
		display: inline-block;
		width: 50% !important;
		float: left;
		margin: 0;
	}
	
	#blog-heading {
		padding: 35px 0;
	}
	.blog-head-text h1 {
		font-size: 24px;
	}
	.blog-head-text h2 {
		display: none;
	}
	#blog-index-inner {
		padding: 25px 0;
	}
	#blog-index-inner .post-content {
		padding: 25px 10px;
	}
	#blog-index-inner .post-title .post-date {
		float: left;
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	
	.entry-content {
		padding: 0;
	}
	.post-content {
		padding: 25px 10px;
	}
	.cat-content h1 {
		font-size: 22px;
		line-height: 1.3;
		text-align: left;
		margin: 10px;
		padding-bottom: 0;
	}
	.cat-content p {
		padding: 0 10px;
	}
	.post-content .product_share {
		text-align: center;
	}
	
	#contact h2 {
		margin-bottom: 40px;
	}
	#contact form > div {
		padding: 0;
	}
	.template-layout {
		padding: 0;
	}
	#feedback-top-info .template-layout li {
		margin-bottom: 30px;
	}
	#contact input[type=submit] {
		width: 100%;
	}
	
	.checkout-page > .container {
		padding: 0;
	}
	.checkout-page .form-group h2 {
		margin-bottom: 20px;
	}
	.checkout-page .checkout-form {
		padding: 25px 0;
		margin: 0;
		width: 100%;
	}
	.checkout-page .form-wrap {
		margin-bottom: 45px;
	}
	.checkout-page .cart-footer .coupon-wrap input {
		width: 75%;
	}
	.checkout-page label {
		display: inline-block;
		max-width: 100%;
		width: 50%;
		margin-bottom: 15px;
		margin-left: 0 !important;
	}
	
	#profile {
		padding: 0;
	}
	#profile .container {
		padding: 0;
	}
	.profile-wrap .info-block {
		padding: 30px 10px;
	}
	
	
	
	
	
	
	
	
	
	.navbar-custom {
		height: 57px;
	}
	.navbar-collapse {
		background: #fff;
	}
	.navbar-custom .navbar-brand {
		color: #ffffff;
		margin-top: 5px;
		height: auto;
		padding-left: 10px;
		width: initial;
	}
	.navbar-custom .navbar-toggle {
		margin-top: 15px;
	}

	section {
		padding: 50px 0;
	}
	.navbar-default .navbar-toggle, 
	.navbar-default .navbar-toggle:hover  {
		background-color: transparent;
		border: none;
	}
	.navbar-center li {
		width: 100%;
	}
	.navbar-custom .logo {
		max-width: 45%;
		padding-top: 8px;
		margin-left: 25px;
	}
	.navbar-custom .nav>li {
		text-align: center;
	}
	.navbar-nav .dropdown-menu li {
		text-align: center;
	}

	.carousel-section h1 {
		font-size: 45px;
	}
	.carousel-section h2 {
		font-size: 18px;
	}
	
	.feature-list {
		padding: 0;
	}
	
	#service #fullpage .item {
		height: initial;
		display: block;
	}
	#service #fullpage .item .info {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	
	#service #fullpage .item .image {
		display: none;
	}
	
	.container>.navbar-header {
		margin: 0;
	}
	.carousel-section {
		min-height: 100vh;
	}
	img.caraousel-hr {
		display: none;
	}
	#about {
		background: initial;
	}
	#about .headline, #about .text-section {
		margin-left: 0 !important;
	}
	ul.feature-list li {
		border: none !important;
	}
	.tempo-header-mask-text .txt {
		position: relative;
		top: 15% !important;
		left: initial !important;
		width: 100%;
		transform: none;
		text-align: center;
		font-size: 35px !important;
		line-height: 35px;
	}
	.head-info {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: 0 !important;
		top: -10%;
		padding: 10px;
		text-align: center;
	}
	.nav-tabs {
		flex-direction: column;
	}
	.tab-content .tab-pane h2 {
		text-align: center;
		line-height: 32px;
	}
	.tab-content {
		padding-left: 5%;
		padding-right: 5%;
	}
	.tab-content .tab-pane .dt-tab-content-no {
		right: -5%;
		top: 25px;
	}
	.feedback {
		width: 100%;
		padding: 15px 20px;
	}
	.feedback input[type=file] + label {
		margin-bottom: 35px;
	}
	.map {
		width: 100%;
		height: 250px;
		position: relative;
	}
	
	
	#features .headline h2 {
		margin-bottom: 15px;
		font-size: 25px;
		letter-spacing: 1px;
	}
	#service {
		padding: 0;
	}
	#services2 .left_box {
		padding: 20px;
	}
	.services2 {
		padding: 0;
	}
	.services2 .txt2 {
		margin-bottom: 30px;
	}
	.services2:before {
		content: '';
		display: none;
	}
	#services2 .left_box_wrapper {
		width: 100%;
	}
	#services2 .right_box_wrapper {
		overflow: hidden;
		display: table-caption;
		width: 100%;
		height: 500px;
	}
	#contactmain {
		overflow: hidden;
	}
	#drivers {
		padding: 25px 0;
	}
	.display-flex {
		display: block;
	}
	.mock {
		width: 100%;
		text-align: center;
	}
}



.btn-custom{
	background-color: #1dc6df;
	border-color: #8BE6F4;
}
.btn-custom:hover,.btn-custom:focus{
    background-color: #07ADC5;
    border-color: #1dc6df;
}
.form-control:focus {
	border-color: #1dc6df;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus,
.intro-title span,.testi-slide p,#ajaxsuccess,#contact i,#contact h4{
	color: #04b431;
	transition: all 0.1s;
}
.item-img-overlay span{
    background: url(img/plus.png) no-repeat center center rgba(29, 198, 223, 0.7);
}
.work-desc{
    border-bottom: 2px solid rgba(29, 198, 223, 0.7);
}
.back-to-top {
    background: #1dc6df;
}

.mobile-header {
    display:none;
}

@media(max-width: 1542px) {
    .navbar-custom .navbar-nav>li>a {
        padding: 13px 5px;
    }
    .preferences .search-form input {
        width: 60%;
    }
}

@media(max-width: 1200px) {
    .preferences .search-form input {
        width: 100%;
    }

    .preferences  .search {
        max-width: 110px;
    }

    .navbar-custom .heared-logo {
        width: auto;
    }

    .navbar-center {
        float: left;
        margin-left: 80px;
    }
}

@media(max-width: 991px) {
    .preferences .search {
        max-width: 80px;
    }

    .navbar-custom .preferences li {
        padding: 0;
    }

    .navbar-custom .navbar-nav>li>a {
        padding: 13px 2px;
        font-size: 14px;
    }
}

@media(max-width: 860px) {
    .navbar-custom .navbar-nav>li>a {
        padding: 13px 1px;
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .mobile-header {
        display: block;
    }

    .navbar-custom .navbar-nav>li>a {
        padding: 13px 1px;
        font-size: 13px;
    }

    .preferences .search-form input {
        width: 100%;
    }

    .preferences .search {
        max-width: 145px;
    }

    .navbar-center {
        float: none;
        margin-left: 0;
    }
}

@media(max-width: 350px) {
    .preferences .search {
        max-width: 125px;
    }
}

