/*
ATTENTION! Please do not modify this file, it's auto-generated and all your changes will be lost.
The complete list of files it's generated from:
design/themes/graceful/css/true-styles.less
design/themes/graceful/css/tygh/responsive.less
design/themes/graceful/css/addons/blog/styles.css
design/themes/graceful/css/addons/recent_reviews/styles.css
design/themes/graceful/css/addons/live_search/styles.css
design/themes/graceful/css/addons/tags/styles.less
design/themes/graceful/css/addons/tags/responsive.less
design/themes/graceful/css/addons/altteam_new_arrivals/styles.css
design/themes/graceful/css/addons/news_and_emails/styles.less
design/themes/graceful/css/addons/news_and_emails/responsive.less
design/themes/graceful/css/addons/gift_certificates/styles.less
design/themes/graceful/css/addons/gift_certificates/responsive.less
design/themes/graceful/css/addons/cp_animated_blocks/animate.css
design/themes/graceful/css/addons/cp_floating/cp_floating.less
design/themes/graceful/css/addons/bestsellers/styles.css
design/themes/graceful/css/addons/form_builder/styles.less
design/themes/graceful/css/addons/form_builder/responsive.less
design/themes/graceful/css/addons/polls/styles.less
design/themes/graceful/css/addons/banners/styles.less
design/themes/graceful/css/addons/graceful_slider/styles.less
design/themes/graceful/css/addons/discussion/styles.less
design/themes/graceful/css/addons/discussion/responsive.less
design/themes/graceful/css/addons/wishlist/styles.less
design/themes/graceful/css/addons/wishlist/responsive.less
design/themes/graceful/css/addons/image_zoom/styles.less
design/themes/graceful/css/addons/graceful_notification/BouncyFlip.less
design/themes/graceful/css/addons/fliping_product_icons/styles.less
design/themes/graceful/css/addons/fading_blocks/styles.css
design/themes/graceful/css/addons/feature_links/styles.less
design/themes/graceful/css/addons/powerfull_owl/animate.css
design/themes/graceful/css/addons/powerfull_owl/styles.less
*/


.page-title {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:0;
	padding-top:7px;
	background-color:#F7F7F7;
	font-size: 20px;
}
.page-short-info {
    padding: 5px 12px 0 1px;
    text-align: right;
}
.page-description {
	
}
.page-bottom {
    padding: 5px 12px 0 1px;
    text-align: right;	
}
.page-title-href {
	font-size:20px;
}

/* recent reviews */

.recent-reviews-product {
	font-weight: bold;
}

.recent-reviews-message {
	margin: 8px 0 8px 0;
}

.recent-reviews-by {
	font-style: oblique;
}

.recent-review-date {
	font-style: oblique;
}

.recent-reviews-separator-top {
	border-top: 1px dotted #bfbfbf;
}

.recent-reviews-separator-right {
	border-right: 1px dotted #bfbfbf;
}

.recent-reviews-vertical {
	padding: 5px 0 5px 0;
	margin: 0 3px 0 3px;
}

.recent-reviews-horizontal {
	padding: 5px 10px 5px 10px;
	/*margin: 0 10px 0 10px;*/
}

/* /recent reviews */
.live-search-box{
	display: block;
	position: absolute;
	top: 35px;
	z-index: 200;
	outline: 0;
	border: 1px solid #a6a6a6;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	width: auto;
	min-width: 100%;
	max-width: 600px;
/* 	width: 100%; */
/* 	overflow: hidden; */
	-o-box-sizing: border-box;
	-ie-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.live-image-container{
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.live-info-container{
	display: inline-block;
}
.live-product-name{
	
}
.live-product-price{
	display: block;
}
.live-product-code{
	display: block;
}

.live-item-li{
	padding: 5px 10px 5px 10px;
}

.live-item-li:hover{
	background-color: #f7f7f7;
}

.live-item-li a{
	text-decoration: none;
}
.live-match-higthlight{
	font-weight: bold;
}
.live-bottom-buttons {
	text-align: center;
	padding: 5px;
	border-top: 1px #C8C8C8 solid;
}
.live-left-bottom-buttom,
.live-middle-bottom-buttom,
.live-right-bottom-buttom {
	float: left;
	width: 33.3333333333333333333%;
	min-height: 15px;
}
.live-left-bottom-buttom {
	text-align: left;
}
.live-middle-bottom-buttom {
	text-align: center;
}
.live-right-bottom-buttom {
	text-align: right;
}
.live-search-box > ul > li > a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	vertical-align: top;
}
.new_icon{
	position: absolute;
	margin-top: -40px;
	width: 49px;
	height: 48px;
	background: url('../../../../../../../../design/themes/graceful/media/images/addons/altteam_new_arrivals/newest.png?1748352221') no-repeat top left;     
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.opacity-60 {
        opacity: 0.1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.sort-by-bestsellers-asc {
    display: none;
}
.f-blocks, .f-blocks1, .f-blocks2, .f-blocks3 {
    position: relative;
}
.f-cur-bock, .f-cur-bock1, .f-cur-bock2, .f-cur-bock3 {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
/* css3 transitions */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeout .7s both ease;
  -moz-animation: fadeout .7s both ease;
  animation: fadeout .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadein .7s both ease;
  -moz-animation: fadein .7s both ease;
  animation: fadein .7s both ease;
}
/* backslide */
.owl-backslide-out {
  -webkit-animation: backslideout 1s both ease;
  -moz-animation: backslideout 1s both ease;
  animation: backslideout 1s both ease;
}
.owl-backslide-in {
  -webkit-animation: backslidein 1s both ease;
  -moz-animation: backslidein 1s both ease;
  animation: backslidein 1s both ease;
}
/* godown */
.owl-godown-out {
  -webkit-animation: scaletofade .7s ease both;
  -moz-animation: scaletofade .7s ease both;
  animation: scaletofade .7s ease both;
}
.owl-godown-in {
  -webkit-animation: godown .6s ease both;
  -moz-animation: godown .6s ease both;
  animation: godown .6s ease both;
}
/* scaleup */
.owl-fadeup-in {
  -webkit-animation: scaleupfrom .5s ease both;
  -moz-animation: scaleupfrom .5s ease both;
  animation: scaleupfrom .5s ease both;
}
.owl-fadeup-out {
  -webkit-animation: scaleupto .5s ease both;
  -moz-animation: scaleupto .5s ease both;
  animation: scaleupto .5s ease both;
}
/* keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadein {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadein {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadein {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeout {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeout {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeout {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backslideout {
  25% { opacity: .5; -webkit-transform: translatez(-500px); }
  75% { opacity: .5; -webkit-transform: translatez(-500px) translatex(-200%); }
  100% { opacity: .5; -webkit-transform: translatez(-500px) translatex(-200%); }
}
@-moz-keyframes backslideout {
  25% { opacity: .5; -moz-transform: translatez(-500px); }
  75% { opacity: .5; -moz-transform: translatez(-500px) translatex(-200%); }
  100% { opacity: .5; -moz-transform: translatez(-500px) translatex(-200%); }
}
@keyframes backslideout {
  25% { opacity: .5; transform: translatez(-500px); }
  75% { opacity: .5; transform: translatez(-500px) translatex(-200%); }
  100% { opacity: .5; transform: translatez(-500px) translatex(-200%); }
}
@-webkit-keyframes backslidein {
  0%, 25% { opacity: .5; -webkit-transform: translatez(-500px) translatex(200%); }
  75% { opacity: .5; -webkit-transform: translatez(-500px); }
  100% { opacity: 1; -webkit-transform: translatez(0) translatex(0); }
}
@-moz-keyframes backslidein {
  0%, 25% { opacity: .5; -moz-transform: translatez(-500px) translatex(200%); }
  75% { opacity: .5; -moz-transform: translatez(-500px); }
  100% { opacity: 1; -moz-transform: translatez(0) translatex(0); }
}
@keyframes backslidein {
  0%, 25% { opacity: .5; transform: translatez(-500px) translatex(200%); }
  75% { opacity: .5; transform: translatez(-500px); }
  100% { opacity: 1; transform: translatez(0) translatex(0); }
}
@-webkit-keyframes scaletofade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaletofade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaletofade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes godown {
  from { -webkit-transform: translatey(-100%); }
}
@-moz-keyframes godown {
  from { -moz-transform: translatey(-100%); }
}
@keyframes godown {
  from { transform: translatey(-100%); }
}

@-webkit-keyframes scaleupfrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleupfrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleupfrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleupto {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleupto {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleupto {
  to { opacity: 0; transform: scale(1.5); }
}

/* Custom animation */
/* scaleup */
.owl-fadeup-in {
  -webkit-animation: scaleupfrom .5s ease both;
  -moz-animation: scaleupfrom .5s ease both;
  animation: scaleupfrom .5s ease both;
}
.owl-fadeup-out {
  -webkit-animation: scaleupto .5s ease both;
  -moz-animation: scaleupto .5s ease both;
  animation: scaleupto .5s ease both;
}

/* Fall down / scale up */
.owl-fallDown-out {
	-webkit-animation: fallDown 0.6s forwards;
	animation: fallDown 0.6s forwards;
}
.owl-fallDown-in {
	opacity: 0;
	-webkit-animation: scaleUpFadeIn 0.6s forwards;
	animation: scaleUpFadeIn 0.6s forwards;
}

/* Fall and rotate */
.owl-fallRotate-out {
	z-index: 10;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-animation: fallRotate 0.6s ease-in forwards;
	animation: fallRotate 0.6s ease-in forwards;
}
.owl-fallRotate-in {
	opacity: 0;
	-webkit-animation: fadeIn 0.6s forwards;
	animation: fadeIn 0.6s forwards;
}

/* Scale and rotate */
.owl-scaleRotate-out {
	-webkit-animation: scaleRotateOut 0.6s forwards;
	animation: scaleRotateOut 0.6s forwards;
}
.owl-scaleRotate-in {
	opacity: 0;
	-webkit-animation: scaleRotateIn 0.6s forwards;
	animation: scaleRotateIn 0.6s forwards;
}

/* 3d flip */
.owl-3dflip-in,
.owl-3dflip-out {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.owl-3dflip-in,
.owl-3dflip-out {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.owl-3dflip-out {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateOutLeft 0.6s forwards;
	animation: rotateOutLeft 0.6s forwards;
}
.owl-3dflip-in {
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateInRight 0.6s ease-in forwards;
	animation: rotateInRight 0.6s ease-in forwards;
}

/* Superscale */
.owl-scaleIn-out {
	-webkit-animation: scaleDown 0.6s ease-in-out forwards;
	animation: scaleDown 0.6s ease-in-out forwards;
}
.owl-scaleIn-in {
	opacity: 0;
	-webkit-animation: scaleIn 0.6s ease-in-out forwards;
	animation: scaleIn 0.6s ease-in-out forwards;
}

/* Center flip */
.owl-flipCenter-in,
.owl-flipCenter-out {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.owl-flipCenter-in,
.owl-flipCenter-out {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.owl-flipCenter-out {
	-webkit-animation: flipOut 0.8s ease-in forwards;
	animation: flipOut 0.8s ease-in forwards;
}
.owl-flipCenter-in {
	opacity: 0;
	-webkit-animation: flipIn 0.8s ease-in forwards;
	animation: flipIn 0.8s ease-in forwards;
}





@-webkit-keyframes fallDown { 
	from {}
	to { opacity: 0; -webkit-transform: translateY(70%); }
}

@keyframes fallDown {
	from {}
	to { opacity: 0; -webkit-transform: translateY(70%); transform: translateY(70%); }
}

@-webkit-keyframes scaleUpFadeIn { 
	from { opacity: 0; -webkit-transform: scale(0.8); }
	to { visibility: visible; opacity: 1; -webkit-transform: scale(1); }
}

@keyframes scaleUpFadeIn { 
	from { opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); }
	to { visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@-webkit-keyframes slideOut { 
	from { width: 100%; }
	to { width: 0%; }
}

@keyframes slideOut { 
	from { width: 100%; }
	to { width: 0%; }
}

@-webkit-keyframes fadeOut { 
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes fadeOut { 
	from { opacity: 1; }
	to { opacity: 0; }
}

@-webkit-keyframes fadeIn { 
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeIn { 
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes fallRotate { 
	0% { -webkit-transform: translateY(0%) rotate(0deg); -webkit-animation-timing-function: ease-in;}
	40% { -webkit-transform: translateY(0%) rotate(20deg); -webkit-animation-timing-function: ease-out;}
	60% { -webkit-transform: translateY(0%) rotate(15deg); opacity: 1;}
	100% { -webkit-transform: translateY(150%) rotate(17deg); opacity: 0; }
}

@keyframes fallRotate { 
	0% { -webkit-transform: translateY(0%) rotate(0deg); transform: translateY(0%) rotate(0deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}
	40% { -webkit-transform: translateY(0%) rotate(20deg); transform: translateY(0%) rotate(20deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
	60% { -webkit-transform: translateY(0%) rotate(15deg); transform: translateY(0%) rotate(15deg); opacity: 1;}
	100% { -webkit-transform: translateY(150%) rotate(17deg); transform: translateY(150%) rotate(17deg); opacity: 0; }
}

@-webkit-keyframes scaleRotateOut {
	0% {}
	100% { opacity: 0; -webkit-transform: scale(0); }
}

@keyframes scaleRotateOut { 
	0% {}
	100% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
}

@-webkit-keyframes scaleRotateIn { 
	0% { opacity: 0; -webkit-transform: translateX(50%) translateY(100%) rotate(25deg); }
	100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) translateY(0%) rotate(0deg); }
}

@keyframes scaleRotateIn { 
	0% { opacity: 0; -webkit-transform: translateX(50%) translateY(100%) rotate(25deg); transform: translateX(50%) translateY(100%) rotate(25deg); }
	100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) translateY(0%) rotate(0deg); transform: translateX(0%) translateY(0%) rotate(0deg); }
}

@-webkit-keyframes moveLeft { 
	50% { opacity: 1; -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg); }
	100% { opacity: 1; -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
}

@keyframes moveLeft {
	50% { opacity: 1; -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg); transform: translateX(-100%) rotateY(35deg) rotateX(10deg); }
	100% { opacity: 1; -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
}

@-webkit-keyframes popUp { 
	0% { -webkit-transform: translateZ(-200px); }
	50% { z-index: -1; }
	51% { z-index: 1; }
	70% { z-index: 1; visibility: visible; -webkit-transform: translateZ(50px); -webkit-animation-timing-function: ease-out; }
	100% { z-index: 1; visibility: visible; -webkit-transform: translateZ(0px); }
}

@keyframes popUp { 
	0% { -webkit-transform: translateZ(-200px); transform: translateZ(-200px); }
	50% { z-index: -1; }
	51% { z-index: 1; }
	70% { z-index: 1; visibility: visible; -webkit-transform: translateZ(50px); transform: translateZ(50px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { z-index: 1; visibility: visible; -webkit-transform: translateZ(0px); transform: translateZ(0px); }
}

@-webkit-keyframes rotateOutLeft {
	0% {}
	100% { opacity: 0; -webkit-transform: rotateY(90deg); }
}

@keyframes rotateOutLeft { 
	0% {}
	100% { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
}

@-webkit-keyframes rotateInRight { 
	0% { opacity: 0; -webkit-transform: rotateY(-90deg); }
	100% { visibility: visible; opacity: 1; -webkit-transform: rotateY(0deg); }
}

@keyframes rotateInRight { 
	0% { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
	100% { visibility: visible; opacity: 1; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
}

@-webkit-keyframes hideLeft { 
	0% { -webkit-transform: translateZ(0px); }
	40% { -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg); }
	100% { opacity: 1; -webkit-transform: translateZ(-400px); }
}

@keyframes hideLeft { 
	0% { -webkit-transform: translateZ(0px); transform: translateZ(0px); }
	40% { -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg); transform: translate(-40%, 0) scale(0.8) rotateY(20deg); }
	100% { -webkit-transform: translateZ(-400px); transform: translateZ(-400px); }
}

@-webkit-keyframes showRight { 
	0% { -webkit-transform: translateZ(-400px); }
	40% {  z-index: -1; -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg); }
	41% {  z-index: 1; }
	100% { z-index: 1; visibility: visible; -webkit-transform: translateZ(0px); }
}

@keyframes showRight { 
	0% { -webkit-transform: translateZ(-400px); transform: translateZ(-400px); }
	40% {  z-index: -1; -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg); transform: translate(40%, 0) scale(0.8) rotateY(-20deg); }
	41% {  z-index: 1; }
	100% { z-index: 1; visibility: visible; -webkit-transform: translateZ(0px); transform: translateZ(0px); }
}

@-webkit-keyframes scaleDown { 
	0% {}
	100% { opacity: 0; -webkit-transform: scale(0); }
}

@keyframes scaleDown { 
	0% {}
	100% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
}

@-webkit-keyframes scaleIn { 
	0% { opacity: 0; -webkit-transform: scale(1.2); }
	100% { visibility: visible; opacity: 1; -webkit-transform: scale(1); }
}

@keyframes scaleIn { 
	0% { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
	100% { visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@-webkit-keyframes flipOut { 
	50% { opacity: 0; -webkit-transform: rotateY(90deg); }
	100% { opacity: 0; -webkit-transform: rotateY(90deg); }
}

@keyframes flipOut { 
	50% { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
	100% { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
}

@-webkit-keyframes flipIn { 
	0% { opacity: 0; -webkit-transform: rotateY(-90deg); }
	50% { opacity: 0; -webkit-transform: rotateY(-90deg); }
	75% { visibility: visible; opacity: 1; -webkit-transform: rotateY(15deg); -webkit-animation-timing-function: ease-in; }
	100% { visibility: visible; opacity: 1; -webkit-transform: rotateY(0deg); }
}

@keyframes flipIn { 
	0% { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
	50% { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
	75% { visibility: visible; opacity: 1; -webkit-transform: rotateY(15deg); transform: rotateY(15deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
	100% { visibility: visible; opacity: 1; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
}

@-webkit-keyframes moveToBack { 
	0% {}
	100% { -webkit-transform: translateX(-60%) scale(.8); }
}

@keyframes moveToBack { 
	0% {}
	100% { -webkit-transform: translateX(-60%) scale(.8); transform: translateX(-60%) scale(.8); }
}

@-webkit-keyframes moveToBack { 
	0% {}
	100% { -webkit-transform: translateX(-60%) scale(.8); }
}

@-webkit-keyframes moveToFront { 
	0% { -webkit-transform: translateX(100%) scale(.8); }
	100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) scale(1); }
}

@keyframes moveToFront { 
	0% { -webkit-transform: translateX(100%) scale(.8); transform: translateX(100%) scale(.8); }
	100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) scale(1); transform: translateX(0%) scale(1); }
}




.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
:focus {
  outline: none;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
i,
em,
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_flat_75_ffffff_40x100.png?1748352221') 50% 50% repeat-x;
  color: #222222;
}
.dialog-is-open .ui-widget-content,
.ui-dialog.ui-widget-content {
  background: none;
}
.ui-widget-content > a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_highlight-soft_75_cccccc_1x100.png?1748352221') 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_glass_75_e6e6e6_1x400.png?1748352221') 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_glass_75_dadada_1x400.png?1748352221') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_glass_65_ffffff_1x400.png?1748352221') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_glass_55_fbf9ee_1x400.png?1748352221') 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_glass_95_fef1ec_1x400.png?1748352221') 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-icons_222222_256x240.png?1748352221');
}
.ui-widget-header .ui-icon {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-icons_222222_256x240.png?1748352221');
}
.ui-state-default .ui-icon {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-icons_888888_256x240.png?1748352221');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-icons_454545_256x240.png?1748352221');
}
.ui-state-active .ui-icon {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-icons_454545_256x240.png?1748352221');
}
.ui-state-highlight .ui-icon {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-icons_2e83ff_256x240.png?1748352221');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-icons_cd0a0a_256x240.png?1748352221');
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaaaaa url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1748352221') 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url('../../../../../../../../design/themes/graceful/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1748352221') 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  margin: 0 auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
@font-face {
  font-family: 'glyphs';
  src: url('../../../../../../../../design/themes/graceful/media/fonts/theme-glyphs.eot?1748352221');
  src: url('../media/fonts/theme-glyphs.eot?#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/graceful/media/fonts/theme-glyphs.woff?1748352221') format('woff'), url('../../../../../../../../design/themes/graceful/media/fonts/theme-glyphs.ttf?1748352221') format('truetype'), url('../../../../../../../../design/themes/graceful/media/fonts/theme-glyphs.svg#glyphs?1748352221') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'glyphs';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="ty-icon-"]:before {
  font-family: inherit;
}
.ty-icon-basket,
.ty-icon-image,
.ty-icon-up-dir,
.ty-icon-play,
.ty-icon-right-dir,
.ty-icon-down-dir,
.ty-icon-left-dir,
.ty-icon-star,
.ty-icon-star-empty,
.ty-icon-star-half,
.ty-icon-th-list,
.ty-icon-heart,
.ty-icon-heart-empty,
.ty-icon-flight,
.ty-icon-ok,
.ty-icon-cancel,
.ty-icon-cancel-circle,
.ty-icon-minus-circled,
.ty-icon-plus-circled,
.ty-icon-right-thin,
.ty-icon-cw,
.ty-icon-help-circled,
.ty-icon-back,
.ty-icon-products-multicolumns,
.ty-icon-products-without-options,
.ty-icon-short-list,
.ty-icon-print,
.ty-icon-chat,
.ty-icon-article-alt,
.ty-icon-zoom-in,
.ty-icon-zoom-out,
.ty-icon-left-open-mini,
.ty-icon-right-open-mini,
.ty-icon-up-open-mini,
.ty-icon-down-open,
.ty-icon-left-open,
.ty-icon-right-open,
.ty-icon-up-open,
.ty-icon-down-micro,
.ty-icon-left-open-thin,
.ty-icon-right-open-thin,
.ty-icon-up-micro,
.ty-icon-down-open-mini,
.ty-icon-user,
.ty-icon-doc-text,
.ty-icon-file,
.ty-icon-docs,
.ty-icon-calendar,
.ty-icon-chart-bar,
.ty-icon-download,
.ty-icon-search,
.ty-icon-lock,
.ty-icon-popup,
.ty-icon-plus,
.ty-icon-minus,
.ty-icon-folder,
.ty-icon-folder-open,
.ty-icon-mail,
.ty-icon-phone,
.ty-icon-facebook,
.ty-icon-twitter,
.ty-icon-gplus,
.ty-icon-pinterest,
.ty-icon-linkedin,
.ty-icon-dribbble,
.ty-icon-trashcan,
.ty-icon-d-arrow,
.ty-icon-bubble,
.ty-icon-upload,
.ty-icon-cog,
.ty-icon-square,
.ty-icon-arrow-up-right,
.ty-icon-arrow-up-left,
.ty-icon-arrow-down-left,
.ty-icon-arrow-down-right,
.ty-icon-arrow-down,
.ty-icon-arrow-up,
.ty-icon-arrow-left,
.ty-icon-arrow-right,
.ty-icon-refresh,
.ty-icon-edit,
.ty-icon-pencil,
.ty-icon-translate,
.ty-icon-gift,
.ty-icon-ban-circle,
.ty-icon-wrench,
.ty-icon-home,
.ty-icon-skype,
.ty-icon-left-circle,
.ty-icon-right-circle,
.ty-icon-list-add,
.ty-icon-truck,
.ty-icon-switch {
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-icon-basket:before {
  content: '\e044';
}
.ty-icon-image:before {
  content: '\e045';
}
.ty-icon-up-dir:before {
  content: '\e800';
}
.ty-icon-play:before,
.ty-icon-right-dir:before {
  content: '\e801';
}
.ty-icon-down-dir:before {
  content: '\e802';
}
.ty-icon-left-dir:before {
  content: '\e803';
}
.ty-icon-star-empty:before,
.ty-icon-star-half:before,
.ty-icon-star-half:after,
.ty-icon-star:before {
  content: '\e804';
}
.ty-icon-th-list:before {
  content: '\e805';
}
.ty-icon-heart:before {
  content: '\e806';
}
.ty-icon-heart-empty:before {
  content: '\e807';
}
.ty-icon-flight:before {
  content: '\e808';
}
.ty-icon-ok:before {
  content: '\e809';
}
.ty-icon-cancel:before {
  content: '\e009';
}
.ty-icon-cancel-circle:before {
  content: '\e80b';
}
.ty-icon-minus-circled:before {
  content: '\e80c';
}
.ty-icon-plus-circled:before {
  content: '\e80d';
}
.ty-icon-right-thin:before {
  content: '\e80e';
}
.ty-icon-cw:before {
  content: '\e80f';
}
.ty-icon-help-circled:before {
  content: '\e810';
}
.ty-icon-back:before {
  content: '\e811';
}
.ty-icon-products-multicolumns:before {
  content: '\e812';
}
.ty-icon-products-without-options:before {
  content: '\e813';
}
.ty-icon-short-list:before {
  content: '\e814';
}
.ty-icon-print:before {
  content: '\e815';
}
.ty-icon-chat:before {
  content: '\e816';
}
.ty-icon-article-alt:before {
  content: '\e817';
}
.ty-icon-zoom-in:before {
  content: '\e818';
}
.ty-icon-zoom-out:before {
  content: '\e819';
}
.ty-icon-left-open-mini:before {
  content: '\e81a';
}
.ty-icon-right-open-mini:before {
  content: '\e81b';
}
.ty-icon-up-open-mini:before {
  content: '\e81c';
}
.ty-icon-down-open:before {
  content: '\e81d';
}
.ty-icon-left-circle:before,
.ty-icon-left-open:before {
  content: '\e81e';
}
.ty-icon-right-circle:before,
.ty-icon-right-open:before {
  content: '\e81f';
}
.ty-icon-up-open:before {
  content: '\e820';
}
.ty-icon-down-micro:before {
  content: '\e821';
}
.ty-icon-left-open-thin:before {
  content: '\e822';
}
.ty-icon-right-open-thin:before {
  content: '\e823';
}
.ty-icon-up-micro:before {
  content: '\e824';
}
.ty-icon-down-open-mini:before {
  content: '\e825';
}
.ty-icon-user:before {
  content: '\e826';
}
.ty-icon-doc-text:before {
  content: '\e827';
}
.ty-icon-file:before {
  content: '\e828';
}
.ty-icon-docs:before {
  content: '\e829';
}
.ty-icon-calendar:before {
  content: '\e82a';
}
.ty-icon-chart-bar:before {
  content: '\e82b';
}
.ty-icon-download:before {
  content: '\e82c';
}
.ty-icon-search:before {
  content: '\e82d';
}
.ty-icon-lock:before {
  content: '\e82e';
}
.ty-icon-popup:before {
  content: '\e82f';
}
.ty-icon-plus:before {
  content: '\e830';
}
.ty-icon-minus:before {
  content: '\e831';
}
.ty-icon-folder:before {
  content: '\e832';
}
.ty-icon-folder-open:before {
  content: '\e833';
}
.ty-icon-mail:before {
  content: '\e834';
}
.ty-icon-phone:before {
  content: '\e835';
}
.ty-icon-facebook:before {
  content: '\e836';
}
.ty-icon-twitter:before {
  content: '\e837';
}
.ty-icon-gplus:before {
  content: '\e838';
}
.ty-icon-pinterest:before {
  content: '\e839';
}
.ty-icon-linkedin:before {
  content: '\e83a';
}
.ty-icon-dribbble:before {
  content: '\e83b';
}
.ty-icon-trashcan:before {
  content: '\e83e';
}
.ty-icon-d-arrow:before {
  content: '\e83f';
}
.ty-icon-bubble:before {
  content: '\e840';
}
.ty-icon-upload:before {
  content: '\e841';
}
.ty-icon-cog:before {
  content: '\e842';
}
.ty-icon-square:before {
  content: '\e843';
}
.ty-icon-arrow-up-right:before {
  content: '\e844';
}
.ty-icon-arrow-up-left:before {
  content: '\e845';
}
.ty-icon-arrow-down-left:before {
  content: '\e846';
}
.ty-icon-arrow-down-right:before {
  content: '\e847';
}
.ty-icon-arrow-down:before {
  content: '\e848';
}
.ty-icon-arrow-up:before {
  content: '\e849';
}
.ty-icon-arrow-left:before {
  content: '\e84a';
}
.ty-icon-arrow-right:before {
  content: '\e84b';
}
.ty-icon-refresh:before {
  content: '\e84c';
}
.ty-icon-edit:before {
  content: '\e84f';
}
.ty-icon-pencil:before {
  content: '\e850';
}
.ty-icon-translate:before {
  content: '\e851';
}
.ty-icon-gift:before {
  content: '\e852';
}
.ty-icon-ban-circle:before {
  content: '\e853';
}
.ty-icon-wrench:before {
  content: '\e854';
}
.ty-icon-home:before {
  content: '\e855';
}
.ty-icon-skype:before {
  content: '\e856';
}
.ty-icon-list-add:before {
  content: '\e80a';
}
.ty-icon-truck:before {
  content: '\e83c';
}
.ty-icon-switch:before {
  content: '\e83d';
}
.ty-flag {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/flags.png?1748352221') no-repeat -25px -25px;
}
.ty-flag.ty-flag-ad {
  background-position: 0px 0px;
}
.ty-flag.ty-flag-ae {
  background-position: -50px 0px;
}
.ty-flag.ty-flag-af {
  background-position: 0px -50px;
}
.ty-flag.ty-flag-ag {
  background-position: -50px -50px;
}
.ty-flag.ty-flag-ai {
  background-position: -100px 0px;
}
.ty-flag.ty-flag-al {
  background-position: -100px -50px;
}
.ty-flag.ty-flag-am {
  background-position: 0px -100px;
}
.ty-flag.ty-flag-an {
  background-position: -50px -100px;
}
.ty-flag.ty-flag-ao {
  background-position: -100px -100px;
}
.ty-flag.ty-flag-aq {
  background-position: -150px 0px;
}
.ty-flag.ty-flag-ar {
  background-position: -150px -50px;
}
.ty-flag.ty-flag-as {
  background-position: -150px -100px;
}
.ty-flag.ty-flag-at {
  background-position: 0px -150px;
}
.ty-flag.ty-flag-au {
  background-position: -50px -150px;
}
.ty-flag.ty-flag-aw {
  background-position: -100px -150px;
}
.ty-flag.ty-flag-ax {
  background-position: -150px -150px;
}
.ty-flag.ty-flag-az {
  background-position: -200px 0px;
}
.ty-flag.ty-flag-ba {
  background-position: -200px -50px;
}
.ty-flag.ty-flag-bb {
  background-position: -200px -100px;
}
.ty-flag.ty-flag-bd {
  background-position: -200px -150px;
}
.ty-flag.ty-flag-be {
  background-position: 0px -200px;
}
.ty-flag.ty-flag-bf {
  background-position: -50px -200px;
}
.ty-flag.ty-flag-bg {
  background-position: -100px -200px;
}
.ty-flag.ty-flag-bh {
  background-position: -150px -200px;
}
.ty-flag.ty-flag-bi {
  background-position: -200px -200px;
}
.ty-flag.ty-flag-bj {
  background-position: -250px 0px;
}
.ty-flag.ty-flag-bl {
  background-position: -250px -50px;
}
.ty-flag.ty-flag-bm {
  background-position: -250px -100px;
}
.ty-flag.ty-flag-bn {
  background-position: -250px -150px;
}
.ty-flag.ty-flag-bo {
  background-position: -250px -200px;
}
.ty-flag.ty-flag-br {
  background-position: 0px -250px;
}
.ty-flag.ty-flag-bs {
  background-position: -50px -250px;
}
.ty-flag.ty-flag-bt {
  background-position: -100px -250px;
}
.ty-flag.ty-flag-bw {
  background-position: -150px -250px;
}
.ty-flag.ty-flag-by {
  background-position: -200px -250px;
}
.ty-flag.ty-flag-bz {
  background-position: -250px -250px;
}
.ty-flag.ty-flag-ca {
  background-position: -300px 0px;
}
.ty-flag.ty-flag-cc {
  background-position: -300px -50px;
}
.ty-flag.ty-flag-cd {
  background-position: -300px -100px;
}
.ty-flag.ty-flag-cf {
  background-position: -300px -150px;
}
.ty-flag.ty-flag-cg {
  background-position: -300px -200px;
}
.ty-flag.ty-flag-ch {
  background-position: -300px -250px;
}
.ty-flag.ty-flag-ci {
  background-position: 0px -300px;
}
.ty-flag.ty-flag-ck {
  background-position: -50px -300px;
}
.ty-flag.ty-flag-cl {
  background-position: -100px -300px;
}
.ty-flag.ty-flag-cm {
  background-position: -150px -300px;
}
.ty-flag.ty-flag-cn {
  background-position: -200px -300px;
}
.ty-flag.ty-flag-co {
  background-position: -250px -300px;
}
.ty-flag.ty-flag-cr {
  background-position: -300px -300px;
}
.ty-flag.ty-flag-cu {
  background-position: -350px 0px;
}
.ty-flag.ty-flag-cv {
  background-position: -350px -50px;
}
.ty-flag.ty-flag-cx {
  background-position: -350px -100px;
}
.ty-flag.ty-flag-cy {
  background-position: -350px -150px;
}
.ty-flag.ty-flag-cz {
  background-position: -350px -200px;
}
.ty-flag.ty-flag-de {
  background-position: -350px -250px;
}
.ty-flag.ty-flag-dj {
  background-position: -350px -300px;
}
.ty-flag.ty-flag-dk,
.ty-flag.ty-flag-da {
  background-position: 0px -350px;
}
.ty-flag.ty-flag-dm {
  background-position: -50px -350px;
}
.ty-flag.ty-flag-do {
  background-position: -100px -350px;
}
.ty-flag.ty-flag-dz {
  background-position: -150px -350px;
}
.ty-flag.ty-flag-ec {
  background-position: -200px -350px;
}
.ty-flag.ty-flag-ee {
  background-position: -250px -350px;
}
.ty-flag.ty-flag-eg {
  background-position: -300px -350px;
}
.ty-flag.ty-flag-eh {
  background-position: -350px -350px;
}
.ty-flag.ty-flag-er {
  background-position: -400px 0px;
}
.ty-flag.ty-flag-es {
  background-position: -400px -50px;
}
.ty-flag.ty-flag-et {
  background-position: -400px -100px;
}
.ty-flag.ty-flag-eu {
  background-position: -400px -150px;
}
.ty-flag.ty-flag-fi {
  background-position: -400px -200px;
}
.ty-flag.ty-flag-fj {
  background-position: -400px -250px;
}
.ty-flag.ty-flag-fk {
  background-position: -400px -300px;
}
.ty-flag.ty-flag-fm {
  background-position: -400px -350px;
}
.ty-flag.ty-flag-fo {
  background-position: 0px -400px;
}
.ty-flag.ty-flag-fr {
  background-position: -50px -400px;
}
.ty-flag.ty-flag-ga {
  background-position: -100px -400px;
}
.ty-flag.ty-flag-gb,
.ty-flag.ty-flag-en {
  background-position: -150px -400px;
}
.ty-flag.ty-flag-gd {
  background-position: -200px -400px;
}
.ty-flag.ty-flag-ge {
  background-position: -250px -400px;
}
.ty-flag.ty-flag-gg {
  background-position: -300px -400px;
}
.ty-flag.ty-flag-gh {
  background-position: -350px -400px;
}
.ty-flag.ty-flag-gi {
  background-position: -400px -400px;
}
.ty-flag.ty-flag-gl {
  background-position: -450px 0px;
}
.ty-flag.ty-flag-gm {
  background-position: -450px -50px;
}
.ty-flag.ty-flag-gn {
  background-position: -450px -100px;
}
.ty-flag.ty-flag-gq {
  background-position: -450px -150px;
}
.ty-flag.ty-flag-gr,
.ty-flag.ty-flag-el {
  background-position: -450px -200px;
}
.ty-flag.ty-flag-gs {
  background-position: -450px -250px;
}
.ty-flag.ty-flag-gt {
  background-position: -450px -300px;
}
.ty-flag.ty-flag-gu {
  background-position: -450px -350px;
}
.ty-flag.ty-flag-gw {
  background-position: -450px -400px;
}
.ty-flag.ty-flag-gy {
  background-position: 0px -450px;
}
.ty-flag.ty-flag-hk {
  background-position: -50px -450px;
}
.ty-flag.ty-flag-hn {
  background-position: -100px -450px;
}
.ty-flag.ty-flag-hr {
  background-position: -150px -450px;
}
.ty-flag.ty-flag-ht {
  background-position: -200px -450px;
}
.ty-flag.ty-flag-hu {
  background-position: -250px -450px;
}
.ty-flag.ty-flag-id {
  background-position: -300px -450px;
}
.ty-flag.ty-flag-ie {
  background-position: -350px -450px;
}
.ty-flag.ty-flag-il {
  background-position: -400px -450px;
}
.ty-flag.ty-flag-im {
  background-position: -450px -450px;
}
.ty-flag.ty-flag-in {
  background-position: -500px 0px;
}
.ty-flag.ty-flag-iq {
  background-position: -500px -50px;
}
.ty-flag.ty-flag-ir {
  background-position: -500px -100px;
}
.ty-flag.ty-flag-is {
  background-position: -500px -150px;
}
.ty-flag.ty-flag-it {
  background-position: -500px -200px;
}
.ty-flag.ty-flag-je {
  background-position: -500px -250px;
}
.ty-flag.ty-flag-jm {
  background-position: -500px -300px;
}
.ty-flag.ty-flag-jo {
  background-position: -500px -350px;
}
.ty-flag.ty-flag-jp {
  background-position: -500px -400px;
}
.ty-flag.ty-flag-ke {
  background-position: -500px -450px;
}
.ty-flag.ty-flag-kg {
  background-position: 0px -500px;
}
.ty-flag.ty-flag-kh {
  background-position: -50px -500px;
}
.ty-flag.ty-flag-ki {
  background-position: -100px -500px;
}
.ty-flag.ty-flag-km {
  background-position: -150px -500px;
}
.ty-flag.ty-flag-kn {
  background-position: -200px -500px;
}
.ty-flag.ty-flag-kp {
  background-position: -250px -500px;
}
.ty-flag.ty-flag-kr {
  background-position: -300px -500px;
}
.ty-flag.ty-flag-kv {
  background-position: -350px -500px;
}
.ty-flag.ty-flag-kw {
  background-position: -400px -500px;
}
.ty-flag.ty-flag-ky {
  background-position: -450px -500px;
}
.ty-flag.ty-flag-kz {
  background-position: -500px -500px;
}
.ty-flag.ty-flag-la {
  background-position: -550px 0px;
}
.ty-flag.ty-flag-lb {
  background-position: -550px -50px;
}
.ty-flag.ty-flag-lc {
  background-position: -550px -100px;
}
.ty-flag.ty-flag-li {
  background-position: -550px -150px;
}
.ty-flag.ty-flag-lk {
  background-position: -550px -200px;
}
.ty-flag.ty-flag-lr {
  background-position: -550px -250px;
}
.ty-flag.ty-flag-ls {
  background-position: -550px -300px;
}
.ty-flag.ty-flag-lt {
  background-position: -550px -350px;
}
.ty-flag.ty-flag-lu {
  background-position: -550px -400px;
}
.ty-flag.ty-flag-lv {
  background-position: -550px -450px;
}
.ty-flag.ty-flag-ly {
  background-position: -550px -500px;
}
.ty-flag.ty-flag-ma {
  background-position: 0px -550px;
}
.ty-flag.ty-flag-mc {
  background-position: -50px -550px;
}
.ty-flag.ty-flag-md {
  background-position: -100px -550px;
}
.ty-flag.ty-flag-me {
  background-position: -150px -550px;
}
.ty-flag.ty-flag-mg {
  background-position: -200px -550px;
}
.ty-flag.ty-flag-mh {
  background-position: -250px -550px;
}
.ty-flag.ty-flag-mk {
  background-position: -300px -550px;
}
.ty-flag.ty-flag-ml {
  background-position: -350px -550px;
}
.ty-flag.ty-flag-mm {
  background-position: -400px -550px;
}
.ty-flag.ty-flag-mn {
  background-position: -450px -550px;
}
.ty-flag.ty-flag-mo {
  background-position: -500px -550px;
}
.ty-flag.ty-flag-mp {
  background-position: -550px -550px;
}
.ty-flag.ty-flag-mr {
  background-position: -600px 0px;
}
.ty-flag.ty-flag-ms {
  background-position: -600px -50px;
}
.ty-flag.ty-flag-mt {
  background-position: -600px -100px;
}
.ty-flag.ty-flag-mu {
  background-position: -600px -150px;
}
.ty-flag.ty-flag-mv {
  background-position: -600px -200px;
}
.ty-flag.ty-flag-mw {
  background-position: -600px -250px;
}
.ty-flag.ty-flag-mx {
  background-position: -600px -300px;
}
.ty-flag.ty-flag-my {
  background-position: -600px -350px;
}
.ty-flag.ty-flag-mz {
  background-position: -600px -400px;
}
.ty-flag.ty-flag-na {
  background-position: -600px -450px;
}
.ty-flag.ty-flag-nc {
  background-position: -600px -500px;
}
.ty-flag.ty-flag-ne {
  background-position: -600px -550px;
}
.ty-flag.ty-flag-nf {
  background-position: 0px -600px;
}
.ty-flag.ty-flag-ng {
  background-position: -50px -600px;
}
.ty-flag.ty-flag-ni {
  background-position: -100px -600px;
}
.ty-flag.ty-flag-nl {
  background-position: -150px -600px;
}
.ty-flag.ty-flag-no {
  background-position: -200px -600px;
}
.ty-flag.ty-flag-np {
  background-position: -250px -600px;
}
.ty-flag.ty-flag-nr {
  background-position: -300px -600px;
}
.ty-flag.ty-flag-nu {
  background-position: -350px -600px;
}
.ty-flag.ty-flag-nz {
  background-position: -400px -600px;
}
.ty-flag.ty-flag-om {
  background-position: -450px -600px;
}
.ty-flag.ty-flag-pa {
  background-position: -500px -600px;
}
.ty-flag.ty-flag-pe {
  background-position: -550px -600px;
}
.ty-flag.ty-flag-pg {
  background-position: -600px -600px;
}
.ty-flag.ty-flag-ph {
  background-position: -650px 0px;
}
.ty-flag.ty-flag-pk {
  background-position: -650px -50px;
}
.ty-flag.ty-flag-pl {
  background-position: -650px -100px;
}
.ty-flag.ty-flag-pn {
  background-position: -650px -150px;
}
.ty-flag.ty-flag-pr {
  background-position: -650px -200px;
}
.ty-flag.ty-flag-ps {
  background-position: -650px -250px;
}
.ty-flag.ty-flag-pt {
  background-position: -650px -300px;
}
.ty-flag.ty-flag-pw {
  background-position: -650px -350px;
}
.ty-flag.ty-flag-py {
  background-position: -650px -400px;
}
.ty-flag.ty-flag-qa {
  background-position: -650px -450px;
}
.ty-flag.ty-flag-ro {
  background-position: -650px -500px;
}
.ty-flag.ty-flag-rs {
  background-position: -650px -550px;
}
.ty-flag.ty-flag-ru {
  background-position: -650px -600px;
}
.ty-flag.ty-flag-rw {
  background-position: 0px -650px;
}
.ty-flag.ty-flag-sa {
  background-position: -50px -650px;
}
.ty-flag.ty-flag-sb {
  background-position: -100px -650px;
}
.ty-flag.ty-flag-sc {
  background-position: -150px -650px;
}
.ty-flag.ty-flag-sd {
  background-position: -200px -650px;
}
.ty-flag.ty-flag-se {
  background-position: -250px -650px;
}
.ty-flag.ty-flag-sg {
  background-position: -300px -650px;
}
.ty-flag.ty-flag-sh {
  background-position: -350px -650px;
}
.ty-flag.ty-flag-si {
  background-position: -400px -650px;
}
.ty-flag.ty-flag-sk {
  background-position: -450px -650px;
}
.ty-flag.ty-flag-sl {
  background-position: -500px -650px;
}
.ty-flag.ty-flag-sm {
  background-position: -550px -650px;
}
.ty-flag.ty-flag-sn {
  background-position: -600px -650px;
}
.ty-flag.ty-flag-so {
  background-position: -650px -650px;
}
.ty-flag.ty-flag-sr {
  background-position: -700px 0px;
}
.ty-flag.ty-flag-ss {
  background-position: -700px -50px;
}
.ty-flag.ty-flag-st {
  background-position: -700px -100px;
}
.ty-flag.ty-flag-sv {
  background-position: -700px -150px;
}
.ty-flag.ty-flag-sy {
  background-position: -700px -200px;
}
.ty-flag.ty-flag-sz {
  background-position: -700px -250px;
}
.ty-flag.ty-flag-tc {
  background-position: -700px -300px;
}
.ty-flag.ty-flag-td {
  background-position: -700px -350px;
}
.ty-flag.ty-flag-tg {
  background-position: -700px -400px;
}
.ty-flag.ty-flag-th {
  background-position: -700px -450px;
}
.ty-flag.ty-flag-tj {
  background-position: -700px -500px;
}
.ty-flag.ty-flag-tm {
  background-position: -700px -550px;
}
.ty-flag.ty-flag-tn {
  background-position: -700px -600px;
}
.ty-flag.ty-flag-to {
  background-position: -700px -650px;
}
.ty-flag.ty-flag-tp {
  background-position: 0px -700px;
}
.ty-flag.ty-flag-tr {
  background-position: -50px -700px;
}
.ty-flag.ty-flag-tt {
  background-position: -100px -700px;
}
.ty-flag.ty-flag-tv {
  background-position: -150px -700px;
}
.ty-flag.ty-flag-tw {
  background-position: -200px -700px;
}
.ty-flag.ty-flag-tz {
  background-position: -250px -700px;
}
.ty-flag.ty-flag-ua {
  background-position: -300px -700px;
}
.ty-flag.ty-flag-ug {
  background-position: -350px -700px;
}
.ty-flag.ty-flag-us {
  background-position: -400px -700px;
}
.ty-flag.ty-flag-uy {
  background-position: -450px -700px;
}
.ty-flag.ty-flag-uz {
  background-position: -500px -700px;
}
.ty-flag.ty-flag-va {
  background-position: -550px -700px;
}
.ty-flag.ty-flag-vc {
  background-position: -600px -700px;
}
.ty-flag.ty-flag-ve {
  background-position: -650px -700px;
}
.ty-flag.ty-flag-vg {
  background-position: -700px -700px;
}
.ty-flag.ty-flag-vi {
  background-position: -750px 0px;
}
.ty-flag.ty-flag-vn {
  background-position: -750px -50px;
}
.ty-flag.ty-flag-vu {
  background-position: -750px -100px;
}
.ty-flag.ty-flag-ws {
  background-position: -750px -150px;
}
.ty-flag.ty-flag-ye {
  background-position: -750px -200px;
}
.ty-flag.ty-flag-yt {
  background-position: -750px -250px;
}
.ty-flag.ty-flag-za {
  background-position: -750px -300px;
}
.ty-flag.ty-flag-zh {
  background-position: -200px -300px;
}
.ty-flag.ty-flag-zm {
  background-position: -750px -350px;
}
.ty-flag.ty-flag-zw {
  background-position: -750px -400px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
  .ty-flag {
    background-image: url('../../../../../../../../design/themes/graceful/media/images/icons/flags@2x.png?1748352221');
    background-size: 800px 800px;
  }
}
@media print {
  body {
    background: #FFFFFF;
    min-width: 0;
  }
  #ci_header,
  #ci_footer {
    display: none;
  }
  .product-main-info h1.ty-mainbox-title,
  .in-stock,
  .ty-mainbox-title span {
    color: #333;
  }
  .ty-footer-menu div,
  .ty-payment-icons,
  .qty,
  .sidebox-wrapper,
  .ty-sort-container {
    display: none;
  }
  .central-column,
  .container-left .central-column {
    margin: 0;
    overflow: visible;
  }
  .ty-helper-container {
    width: 700px;
  }
  .container {
    width: auto;
    border: 0;
  }
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span1-m,
.span2-m,
.span3-m,
.span4-m,
.span5-m,
.span6-m,
.span7-m,
.span8-m,
.span9-m,
.span10-m,
.span11-m,
.span12-m {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.span1 .row-fluid,
.span2 .row-fluid,
.span3 .row-fluid,
.span4 .row-fluid,
.span5 .row-fluid,
.span6 .row-fluid,
.span7 .row-fluid,
.span8 .row-fluid,
.span9 .row-fluid,
.span10 .row-fluid,
.span11 .row-fluid,
.span12 .row-fluid,
.span1-m .row-fluid,
.span2-m .row-fluid,
.span3-m .row-fluid,
.span4-m .row-fluid,
.span5-m .row-fluid,
.span6-m .row-fluid,
.span7-m .row-fluid,
.span8-m .row-fluid,
.span9-m .row-fluid,
.span10-m .row-fluid,
.span11-m .row-fluid,
.span12-m .row-fluid {
  margin: 0 -15px;
}
.span12 {
  width: 100%;
}
.span11 {
  width: 91.66666667%;
}
.span10 {
  width: 83.33333333%;
}
.span9 {
  width: 75%;
}
.span8 {
  width: 66.66666667%;
}
.span7 {
  width: 58.33333333%;
}
.span6 {
  width: 50%;
}
.span5 {
  width: 41.66666667%;
}
.span4 {
  width: 33.33333333%;
}
.span3 {
  width: 25%;
}
.span2 {
  width: 16.66666667%;
}
.span1 {
  width: 8.33333333%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .span12-m {
    width: 100%;
  }
  .span11-m {
    width: 91.66666667%;
  }
  .span10-m {
    width: 83.33333333%;
  }
  .span9-m {
    width: 75%;
  }
  .span8-m {
    width: 66.66666667%;
  }
  .span7-m {
    width: 58.33333333%;
  }
  .span6-m {
    width: 50%;
  }
  .span5-m {
    width: 41.66666667%;
  }
  .span4-m {
    width: 33.33333333%;
  }
  .span3-m {
    width: 25%;
  }
  .span2-m {
    width: 16.66666667%;
  }
  .span1-m {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container-fluid {
    width: 726px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    width: auto;
  }
  .container-fluid .span1,
  .container-fluid .span2,
  .container-fluid .span3,
  .container-fluid .span4,
  .container-fluid .span5,
  .container-fluid .span6,
  .container-fluid .span7,
  .container-fluid .span8,
  .container-fluid .span9,
  .container-fluid .span10,
  .container-fluid .span11,
  .container-fluid .span12 {
    width: 100%;
  }
}
.ty-tygh  div.t-left,
.ty-tygh div.t-right {
  display: inline-block;
  width: initial;
}
.ty-tygh div.t-left {
  float: left;
}
.ty-tygh div.t-right {
  float: right;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
body {
  background: #fff;
  font-size: 13px;
  line-height: 1.42857143;
}
body ::selection {
  background: #7F4829;
  color: #fff;
}
body,
p,
div,
li {
  color: #222222;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
}
a {
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  outline: none;
  color: #222222;
  cursor: pointer;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
a:hover {
  color: #7F4829;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol {
  padding: 0 0 0 15px;
}
li {
  margin: 0;
  padding: 2px 0;
  text-indent: 0;
  list-style: none;
}
hr {
  border: 0;
  border-bottom: 1px solid #7F4829;
}
img {
  max-width: 100%;
  vertical-align: middle;
  font-size: 0;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto Condensed;
  font-weight: 500;
  line-height: 1.1;
  color: #222222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #222222;
}
h1,
h2,
h3 {
  margin-top: 19px;
  margin-bottom: 19px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 261.53846154%;
}
h2,
.h2 {
  font-size: 215.38461538%;
}
h3,
.h3 {
  font-size: 176.92307692%;
}
h4,
.h4 {
  font-size: 130.76923077%;
}
h5,
.h5 {
  font-size: 103.46153846%;
}
h6,
.h6 {
  font-size: 92.30769231%;
}
p {
  padding: 0;
  margin: 0 0 9.5px;
  color: #666;
  font-weight: 300;
}
h1,
h2 {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
}
.add-top-30 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .content-grid.add-top-30 {
    padding-top: 0;
  }
}
.box-center {
  margin-left: auto;
  margin-right: auto;
}
.ty-btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 14px;
  outline: 0px;
  border: 1px solid rgba(0,0,0,0);
  background: #BDC3C7;
  background-image: none;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 1.428571429;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.ty-btn + .ty-btn {
  margin-left: 10px;
}
.ty-btn i {
  position: relative;
  margin-right: 5px;
}
.ty-btn:hover {
  color: #fff;
  text-decoration: none;
}
.ty-btn__big {
  padding: 5px 15px;
  text-transform: uppercase;
}
.ty-btn__text,
.ty-btn__text:hover {
  padding: 0;
  background: none !important;
  color: #222222;
}
.ty-btn__primary {
  background: #7F4829;
  color: #fff;
}
.ty-btn__primary:hover {
  background: #6c3d23;
  color: #fff;
}
.ty-btn__primary.ty-btn__text {
  color: #7F4829;
}
.ty-btn__secondary {
  background: #7F4829;
  color: #fff;
}
.ty-btn__secondary:hover {
  background: #a65e35;
  color: #fff;
}
.ty-btn__tertiary {
  background: none;
  color: #222222;
}
.ty-btn__tertiary:hover {
  background: #d5d5d5;
  color: #7F4829;
}
.buttons-container .buttons-container {
  margin-top: 0;
}
.ty-btn-go {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  width: 32px;
  height: 30px;
  border: 0px;
  border-left: 1px solid #cdcdcd;
  background: #7F4829;
  cursor: pointer;
}
.ty-btn-go__icon {
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.center {
  text-align: center;
}
.ty-float-left {
  float: left;
}
.ty-float-right {
  float: right;
}
.ty-clear-both {
  clear: both;
}
.ty-valign {
  vertical-align: middle;
}
.ty-valign-top {
  vertical-align: top;
}
.ty-valign-bottom {
  vertical-align: bottom;
}
.hidden {
  display: none;
  visibility: visible;
}
.ty-strong {
  font-weight: bold;
}
.ty-italic {
  font-style: italic;
}
.ty-lowercase {
  text-transform: lowercase;
}
.ty-uppercase {
  text-transform: uppercase;
}
.ty-left {
  text-align: left;
}
.ty-right {
  text-align: right;
}
.ty-center {
  text-align: center;
}
.ty-justify {
  text-align: justify;
}
.ty-strike {
  text-decoration: line-through;
  color: #666;
}
.ty-strike .ty-list-price {
  color: #666;
}
.ty-center-block {
  margin: 0 auto;
}
.ty-inline {
  display: inline;
}
.ty-block {
  display: block;
}
.ty-inline-block {
  display: inline-block;
}
.ty-scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3px;
  width: 100%;
  height: 100%;
}
.ty-hand {
  cursor: pointer;
}
.ty-nowrap {
  white-space: nowrap;
}
.ty-overflow-hidden {
  overflow: hidden;
}
.ty-width-full {
  width: 100%;
}
.ty-p-none {
  padding: 0 !important;
}
.ty-mb-l {
  margin-bottom: 30px;
}
.ty-mt-l {
  margin-top: 30px;
}
.ty-mb-m {
  margin-bottom: 20px;
}
.ty-mt-m {
  margin-top: 20px;
}
.ty-mtb-s {
  margin: 10px 0;
}
.ty-mtb-xs {
  margin: 5px 0;
}
.ty-ml-s {
  margin-left: 10px;
}
.ty-mt-s {
  margin-top: 10px;
}
.ty-mt-m {
  margin-top: 20px;
}
.ty-mb-s {
  margin-bottom: 10px;
}
.cm-opacity {
  opacity: 0.3;
}
.cm-hint {
  color: #626262;
}
input[type="text"],
input[type="password"],
textarea,
select {
  padding: 4px 8px;
  background: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
}
input[type="text"],
input[type="password"] {
  height: 32px;
}
select[multiple="multiple"] {
  min-height: 80px;
}
.radio,
.checkbox,
input[type="radio"],
input[type="checkbox"] {
  margin: -4px 6px 0 0;
  padding: 0;
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: 0;
  border-color: #222222;
}
select {
  padding: 4px 3px 3px;
  min-width: 4em;
  max-width: 100%;
  height: 2.2em;
  line-height: 2.2em;
}
.ty-control-group {
  margin: 0 0 12px 0;
  vertical-align: middle;
}
.ty-control-group:before,
.ty-control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-control-group:after {
  clear: both;
}
.ty-control-group__label {
  float: left;
  padding: 6px 0;
  margin-right: 10px;
  width: 110px;
  color: #090909;
}
.ty-control-group__title {
  display: block;
  padding: 6px 0;
  font-weight: bold;
}
.ty-control-group__item {
  display: inline-block;
  padding: 6px 0;
}
.ty-control-group label.hidden {
  display: none;
}
.ty-input-append {
  position: relative;
  margin: 10px 0 0 0;
}
.ty-input-append .ty-input-text {
  width: 100%;
  padding-right: 35px;
}
.ty-select-field {
  padding: 3px 0;
}
.ty-select-field__label {
  display: block;
  padding: 3px 0;
  margin-right: 10px;
  font-size: 90%;
}
.ty-select-field__checkbox {
  vertical-align: middle;
}
label.cm-failed-label {
  color: #bf4d4d;
}
label.cm-required:after {
  padding-left: 3px;
  color: #ea7162;
  content: "*";
  font-size: 13px;
  line-height: 1px;
}
input[type="text"].cm-failed-field,
input[type="password"].cm-failed-field,
textarea.cm-failed-field,
.cm-field-container.cm-failed-field input[type="text"] {
  border: 1px solid #7F4829;
  background: #fff;
}
.ty-error-text {
  color: #b94a48;
}
.disabled,
select.disabled {
  background: #e3e3e3;
}
.ty-input-text {
  width: auto;
}
.ty-input-text-medium {
  width: 300px;
}
.ty-input-text-large {
  width: 550px;
}
.ty-input-text-short {
  width: 50px;
}
.ty-input-text-full {
  width: 100%;
}
.ty-input-textarea {
  resize: vertical;
}
.ty-table {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #7F4829;
  border-width: 1px 0px 1px 1px;
  border-bottom: none;
}
.ty-table th {
  padding: 12px;
  white-space: nowrap;
  font-weight: bold;
  line-height: normal;
  text-align: left;
}
.ty-table th.quantity-cell {
  padding: 12px 0;
  text-align: center;
}
.ty-table th i {
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.ty-table tr,
.table .table tr {
  background-color: transparent;
}
.ty-table table tr {
  background-color: transparent;
}
.ty-table td,
.ty-table .table td {
  padding: 13px;
  border-right: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
}
.ty-table th,
.ty-table th a {
  font-weight: normal;
  text-transform: uppercase;
}
.ty-table th {
  border-right: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
}
.ty-table__responsive-header {
  display: none;
}
.help-inline {
  display: block;
}
.help-inline p {
  padding: 4px 0px 0px 0px;
  color: #b94a48 !important;
}
.ty-dir-list {
  display: inline-block;
  width: 7px;
  font-size: 15px;
  margin-right: 5px;
  cursor: pointer;
}
.ty-extra-link {
  padding: 3px 5px;
  font-size: 85%;
  font-family: Roboto Condensed;
  color: #fff;
  background: #7F4829;
  text-decoration: none;
  text-transform: uppercase;
}
.ty-extra-link:hover {
  color: #fff;
  background: #a65e35;
}
.ty-dashed-link {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
.ty-remove {
  position: relative;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
}
.ty-remove:hover {
  text-decoration: none;
}
.ty-remove__icon {
  vertical-align: middle;
}
.ty-remove__txt {
  padding-left: 5px;
  font-size: 12px;
  color: #321c10;
}
.ty-remove:hover .ty-remove__txt,
.ty-remove:hover .ty-remove__icon {
  color: #321c10;
}
.ty-delete-big,
.ty-delete-icon {
  vertical-align: middle;
}
.ty-delete-big:hover,
.ty-delete-icon:hover {
  text-decoration: none;
}
.ty-delete-big__icon {
  font-size: 19px;
  color: #321c10;
}
.ty-caret {
  position: absolute;
  top: -16px;
  left: 14px;
  float: left;
  overflow: hidden;
  width: 16px;
  height: 16px;
}
.ty-caret .ty-caret-outer,
.ty-caret .ty-caret-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: -1px;
}
.ty-caret .ty-caret-outer {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid #BDC3C7;
}
.ty-caret .ty-caret-inner {
  top: 2px;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
}
.ty-caret-info {
  position: absolute;
  top: -7px;
  left: 12px;
  float: left;
  overflow: hidden;
  width: 12px;
  height: 7px;
}
.ty-caret-info-wrapper {
  position: relative;
}
.ty-caret-info-wrapper .ty-caret-info {
  top: -17px;
}
.ty-caret-info .ty-caret-outer,
.ty-caret-info .ty-caret-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: -1px;
}
.ty-caret-info .ty-caret-outer {
  border-right: 7px solid transparent;
  border-bottom: 7px solid #F8F9F9;
  border-bottom-color: #BDC3C7;
  border-left: 7px solid transparent;
}
.ty-caret-info .ty-caret-inner {
  top: 1px;
  left: 1px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}
.ty-caret-info.ty-light .ty-caret-outer {
  border-bottom: 7px solid #e4bfaa;
  border-bottom-color: rgba(0,0,0,0.1);
}
.ty-caret-info.alt .ty-caret-outer {
  border-bottom: 7px solid #daa78b;
}
.ty-caret-info.alt .ty-caret-inner {
  border-bottom-color: #e4bfaa;
}
.ty-no-items {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  font-size: 115%;
  margin-bottom: 20px;
}
.ty-icon-cancel-circle {
  font-size: 16px;
  line-height: 16px;
}
.ty-dropdown,
.ty-dropdown li,
.ty-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ty-dropdown {
  position: relative;
  z-index: 100;
  padding-top: 1px;
}
.ty-dropdown li {
  position: relative;
  float: left;
  vertical-align: middle;
  line-height: 130%;
}
.ty-dropdown li.hover,
.ty-dropdown li:hover {
  position: relative;
  z-index: 200;
  cursor: default;
}
.ty-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
}
.ty-dropdown ul li {
  float: none;
}
.ty-dropdown ul ul,
.ty-dropdown-vertical ul,
.ty-dropdown-vertical ul ul {
  top: 1px;
  left: 100%;
  margin-top: -7px;
}
.ty-dropdown li:hover > ul,
.ty-dropdown li:hover > span > ul {
  display: block;
}
.ty-dropdown-vertical li {
  float: none;
}
.ty-dropdown-vertical.rtl a {
  text-align: right;
}
.ty-dropdown-vertical.rtl ul {
  right: 100%;
  left: auto;
  margin-right: 0;
}
.ty-dropdown-vertical > li {
  border-bottom: 1px solid transparent;
}
.ty-dropdown-vertical > li.b-border {
  border-bottom: 1px dotted #ccc;
}
.ty-dropdown-vertical > li:hover {
  border-bottom: 1px solid #ccc;
}
.ty-dropdown-vertical ul .b-border {
  border: none;
}
.ty-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ty-menu__items {
  background: linear-gradient(to bottom,#BD7A53 0%,#814A2A 100%) repeat scroll 0% 0% transparent;
  position: relative;
}
.ty-menu__items:before,
.ty-menu__items:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-menu__items:after {
  clear: both;
}
.ty-menu__item {
  padding: 0px;
  display: block;
  float: left;
}
.ty-menu__item .ty-menu__item-link {
  border: 1px solid #ffffff;
  border-bottom: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
}
.ty-menu__item:hover .ty-menu__item-link {
  border-color: #f5f5f5;
  background: #ffffff;
  color: #7F4829;
  z-index: 101;
  -webkit-box-shadow: 0 0px 7px rgba(0,1,1,0.05);
  -moz-box-shadow: 0 0px 7px rgba(0,1,1,0.05);
  box-shadow: 0 0px 7px rgba(0,1,1,0.05);
}
.ty-menu__item:hover .ty-menu__item-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  bottom: -4px;
  background: #ffffff;
}
.ty-menu__item .ty-menu__item-nodrop .ty-menu__item-link:hover {
  border-color: #ffffff;
}
.ty-menu__item.ty-menu__item-active .ty-menu__item-link {
  color: #7F4829;
  background: #ffffff;
}
.no-touch .ty-menu__item:hover .ty-menu__submenu-items,
.is-hover-menu .ty-menu__submenu-items {
  display: block;
}
.ty-menu__item .ty-menu__item-link {
  color: #FFFBD5;
  position: relative;
  padding: 10px 15px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}
.ty-menu__item .ty-menu__item-link:hover {
  text-decoration: none;
}
.ty-menu__item .ty-menu__item-link .ty-icon-down-micro {
  position: absolute;
  font-size: 20px;
  right: 12px;
  top: 13px;
}
.ty-menu__submenu-items {
  min-width: 145px;
  display: none;
  position: absolute;
  background: #ffffff;
  z-index: 100;
  border: 1px solid #f5f5f5;
  padding: 15px 16px;
  -webkit-box-shadow: 0 1px 7px rgba(0,1,1,0.05);
  -moz-box-shadow: 0 1px 7px rgba(0,1,1,0.05);
  box-shadow: 0 1px 7px rgba(0,1,1,0.05);
}
.ty-menu__submenu-items .ty-menu__submenu-item {
  margin-bottom: 10px;
}
.ty-menu__submenu-items .ty-menu__submenu-link {
  color: #222222;
}
.ty-menu__submenu-items .ty-menu__submenu-link:hover {
  color: #7F4829;
}
.ty-menu__submenu-items .ty-top-mine__submenu-col {
  margin: 0px 10px 0px 0px;
  display: inline-block;
  vertical-align: top;
  min-width: 139px;
}
.ty-menu__submenu-items .ty-top-mine__submenu-col:last-child {
  margin-right: 1px;
}
.ty-menu__submenu-item-header {
  min-height: 25px;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e5e5e5;
}
.ty-menu__submenu-item-header .ty-menu__submenu-link {
  font-weight: bold;
  color: #222222;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
  color: #7F4829;
}
.ty-menu__submenu-dropdown-bottom {
  display: block;
  background: #ECF0F1;
  margin: 0px -16px -15px;
  padding: 10px;
  text-align: right;
}
.ty-menu-vertical .ty-menu__items {
  border-bottom: 1px solid #34495E;
}
.ty-menu-vertical .ty-menu__item {
  display: block;
  float: none;
  position: relative;
}
.ty-menu-vertical .ty-menu__item .ty-menu__submenu {
  display: none;
  right: 0px;
  top: 0px;
  position: absolute;
}
.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items {
  border: 1px solid #2B3E51;
  padding: 0px;
}
.ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link {
  background: #7F4829;
  color: white;
}
.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
  color: #7F4829;
  background: white;
  padding: 14px 20px;
}
.ty-menu-vertical .ty-menu__item:hover > .ty-menu__submenu {
  display: block;
}
.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover > .ty-menu__item-link {
  background: #7F4829;
  color: white;
}
.ty-menu-vertical .ty-menu__item .ty-icon-left-open {
  display: none;
}
.ty-menu-vertical .ty-menu__item i {
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 17px;
  color: #A1A6AA;
}
.ty-menu-vertical .ty-menu__submenu-item-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}
.ty-menu-vertical .ty-menu__item .ty-menu__item-link {
  display: block;
  white-space: nowrap;
}
.ty-menu-vertical .ty-menu__items.rtl {
  text-align: right;
}
.ty-menu-vertical .ty-menu__items.rtl .ty-icon-right-open {
  display: none;
}
.ty-menu-vertical .ty-menu__items.rtl .ty-icon-left-open {
  left: 15px;
  right: auto;
  display: block;
}
.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu {
  width: 202px;
  right: 100%;
  left: auto;
}
.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items {
  width: 200px;
}
.ty-menu__submenu-to-right {
  position: relative;
}
.ty-menu__submenu-to-right .ty-menu__submenu-items {
  right: 0px;
}
body.dialog-is-open {
  overflow: hidden;
}
.ui-widget,
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
}
.object-container {
  background: #fff;
}
.object-container .ty-login-popup {
  padding: 20px;
}
.object-container .cm-processed-form {
  padding: 20px;
  overflow-x: auto;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content_free_products .object-container {
  padding: 20px;
  overflow: auto;
  background: #fff;
}
#content_free_products .object-container .ty-section {
  margin-top: 0;
}
#content_free_products .object-container .ty-product-list .cm-item.ty-float-right.ty-product-list__bulk {
  width: 30px;
  height: 30px;
}
.object-container .notification-content {
  top: 11px;
  right: 24px;
  min-width: 420px;
  position: absolute;
  z-index: 1510;
}
.ui-widget select,
.ui-widget textarea {
  font-weight: normal;
}
.ui-widget-content.ui-dialog {
  padding: 0;
  border: none;
  max-width: 1000px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .ui-widget-content.ui-dialog {
    max-width: 90%;
  }
}
.object-container .ty-control-group__label {
  float: none;
  width: auto;
  display: inline-block;
  min-width: 120px;
}
.ui-dialog .ui-dialog-content {
  overflow: initial;
  background: #fff;
  min-height: 120px !important;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar {
  margin-bottom: 10px;
  padding: 20px;
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-dialog .ui-resizable-se {
  right: 1px;
  bottom: 1px;
}
.ui-widget-overlay {
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url('../../../../../../../../design/themes/graceful/media/images/picker_bg_outside.png?1748352221') repeat-x 0 -50% scroll #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.ui-dialog .ui-dialog-title {
  width: auto;
  margin: 0;
  color: #222222;
  font-weight: normal;
  font-family: Roboto Condensed;
  font-size: 22px;
  padding-right: 20px;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 27px;
  right: 13px;
  padding: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: url('../../../../../../../../design/themes/graceful/media/images/icons/openhand.cur?1748352221'), move;
}
.ui-dialog .buttons-container.picker {
  margin: 0;
  padding: 20px;
  width: 100%;
  background-color: #eee;
}
.buttons-container-picker {
  padding: 0;
  width: 100%;
  border-top: 1px solid #e0b69e;
}
.buttons-container-picker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 767px) {
  .buttons-container-picker {
    padding: 20px;
    margin: 0 -20px -20px;
  }
}
.ui-dialog .buttons-container.picker > div {
  margin: 0 15px;
}
.ui-widget-header .ui-icon-closethick {
  position: static;
  margin: 0;
  color: #222222;
  background: none;
  text-indent: 0;
  font: 20px/1 'glyphs';
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.ui-widget-header .ui-icon-closethick:before {
  font-family: 'glyphs';
  content: "\e009";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
  border: none;
  background: none;
}
.ui-widget-header .ui-state-default {
  background: none;
  border: 0;
}
.ui-dialog-dragging {
  background: #f7f7e7 none;
  opacity: 0.6;
}
.ui-dialog-dragging .ui-resizable-handle {
  display: none;
}
.ui-dialog-dragging .ui-dialog-content {
  visibility: hidden;
}
.ty-wysiwyg-content h1 {
  font-size: 36px;
}
.ty-wysiwyg-content h2 {
  font-size: 30px;
}
.ty-wysiwyg-content h3 {
  font-size: 24px;
}
.ty-wysiwyg-content h4 {
  font-size: 18px;
}
.ty-wysiwyg-content h5 {
  font-size: 14px;
}
.ty-wysiwyg-content h6 {
  font-size: 12px;
}
.ty-wysiwyg-content h4,
.ty-wysiwyg-content h5,
.ty-wysiwyg-content h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ty-wysiwyg-content td,
.ty-wysiwyg-content th {
  border: thin solid #dcdcdc;
  padding: 5px;
}
.ty-wysiwyg-content ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.ty-wysiwyg-content ul li {
  list-style-type: disc;
}
.ty-wysiwyg-content ol {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.ty-wysiwyg-content ol li {
  list-style-type: decimal;
}
.ty-wysiwyg-content .no-border td {
  border: 0;
}
.ty-wysiwyg-content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.ty-column1 {
  float: left;
  display: block;
  width: 100%;
  vertical-align: top;
}
.ty-column1:nth-child(1n+1) {
  clear: left;
}
.ty-column2 {
  float: left;
  display: block;
  width: 50%;
  vertical-align: top;
}
.ty-column2:nth-child(2n+1) {
  clear: left;
}
.ty-column3 {
  float: left;
  display: block;
  width: 33.333333333333%;
  vertical-align: top;
}
.ty-column3:nth-child(3n+1) {
  clear: left;
}
.ty-column4 {
  float: left;
  display: block;
  width: 25%;
  vertical-align: top;
}
.ty-column4:nth-child(4n+1) {
  clear: left;
}
.ty-column5 {
  float: left;
  display: block;
  width: 20%;
  vertical-align: top;
}
.ty-column5:nth-child(5n+1) {
  clear: left;
}
.ty-column6 {
  float: left;
  display: block;
  width: 16.666666666667%;
  vertical-align: top;
}
.ty-column6:nth-child(6n+1) {
  clear: left;
}
.ty-column7 {
  float: left;
  display: block;
  width: 14.285714285714%;
  vertical-align: top;
}
.ty-column7:nth-child(7n+1) {
  clear: left;
}
.ty-column8 {
  float: left;
  display: block;
  width: 12.5%;
  vertical-align: top;
}
.ty-column8:nth-child(8n+1) {
  clear: left;
}
.ty-column9 {
  float: left;
  display: block;
  width: 11.111111111111%;
  vertical-align: top;
}
.ty-column9:nth-child(9n+1) {
  clear: left;
}
.ty-column10 {
  float: left;
  display: block;
  width: 10%;
  vertical-align: top;
}
.ty-column10:nth-child(10n+1) {
  clear: left;
}
@media (max-width: 979px) {
  .ty-column1 {
    float: left;
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .ty-column1:nth-child(1n+1) {
    clear: left;
  }
  .ty-column2 {
    width: 100%;
  }
  .ty-column2:nth-child( 2n+1) {
    clear: none;
  }
  .ty-column2:nth-child( 1n+1) {
    clear: left;
  }
  .ty-column3 {
    width: 50%;
  }
  .ty-column3:nth-child( 3n+1) {
    clear: none;
  }
  .ty-column3:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column4 {
    width: 33.333333333333%;
  }
  .ty-column4:nth-child( 4n+1) {
    clear: none;
  }
  .ty-column4:nth-child( 3n+1) {
    clear: left;
  }
  .ty-column5 {
    width: 25%;
  }
  .ty-column5:nth-child( 5n+1) {
    clear: none;
  }
  .ty-column5:nth-child( 4n+1) {
    clear: left;
  }
  .ty-column6 {
    width: 20%;
  }
  .ty-column6:nth-child( 6n+1) {
    clear: none;
  }
  .ty-column6:nth-child( 5n+1) {
    clear: left;
  }
  .ty-column7 {
    width: 16.666666666667%;
  }
  .ty-column7:nth-child( 7n+1) {
    clear: none;
  }
  .ty-column7:nth-child( 6n+1) {
    clear: left;
  }
  .ty-column8 {
    width: 14.285714285714%;
  }
  .ty-column8:nth-child( 8n+1) {
    clear: none;
  }
  .ty-column8:nth-child( 7n+1) {
    clear: left;
  }
  .ty-column9 {
    width: 12.5%;
  }
  .ty-column9:nth-child( 9n+1) {
    clear: none;
  }
  .ty-column9:nth-child( 8n+1) {
    clear: left;
  }
  .ty-column10 {
    width: 11.111111111111%;
  }
  .ty-column10:nth-child( 10n+1) {
    clear: none;
  }
  .ty-column10:nth-child( 9n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .ty-column1 {
    float: left;
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .ty-column1:nth-child(1n+1) {
    clear: left;
  }
  .ty-column2 {
    width: 50%;
  }
  .ty-column2:nth-child( 2n) {
    clear: none;
  }
  .ty-column2:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column3 {
    width: 50%;
  }
  .ty-column3:nth-child( 2n) {
    clear: none;
  }
  .ty-column3:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column4 {
    width: 50%;
  }
  .ty-column4:nth-child( 2n) {
    clear: none;
  }
  .ty-column4:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column5 {
    width: 50%;
  }
  .ty-column5:nth-child( 2n) {
    clear: none;
  }
  .ty-column5:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column6 {
    width: 50%;
  }
  .ty-column6:nth-child( 2n) {
    clear: none;
  }
  .ty-column6:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column7 {
    width: 50%;
  }
  .ty-column7:nth-child( 2n) {
    clear: none;
  }
  .ty-column7:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column8 {
    width: 50%;
  }
  .ty-column8:nth-child( 2n) {
    clear: none;
  }
  .ty-column8:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column9 {
    width: 50%;
  }
  .ty-column9:nth-child( 2n) {
    clear: none;
  }
  .ty-column9:nth-child( 2n+1) {
    clear: left;
  }
  .ty-column10 {
    width: 50%;
  }
  .ty-column10:nth-child( 2n) {
    clear: none;
  }
  .ty-column10:nth-child( 2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 480px) {
  .ty-column1 {
    width: 100%;
  }
  .ty-column2 {
    width: 100%;
  }
  .ty-column3 {
    width: 100%;
  }
  .ty-column4 {
    width: 100%;
  }
  .ty-column5 {
    width: 100%;
  }
  .ty-column6 {
    width: 100%;
  }
  .ty-column7 {
    width: 100%;
  }
  .ty-column8 {
    width: 100%;
  }
  .ty-column9 {
    width: 100%;
  }
  .ty-column10 {
    width: 100%;
  }
}
.tygh-top-panel {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#fafafa,#fafafa);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fafafa,#fafafa);
  background-image: -o-linear-gradient(top,#fafafa,#fafafa);
  background-image: linear-gradient(to bottom,#fafafa,#fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fffafafa', GradientType=0);
  background-color: transparent;
  background-image: url('../../../../../../../../design/themes/graceful/media//design/themes/graceful/media/images/bg.jpg?1748352221');
}
.top-menu-grid {
  padding-top: 38px;
}
.top-quick-links {
  margin: 6px 4px 0 0;
}
.top-quick-links a {
  color: #000;
}
.ty-order-summary {
  margin-top: 66px;
}
.tygh-header > div {
  padding-top: 39px;
}
.header-widget-grid .top-menu-grid {
  padding-top: 15px;
}
.search-widget-block-grid {
  padding: 15px 0;
}
.tygh-header {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#ffffff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ffffff));
  background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
  background-image: -o-linear-gradient(top,#ffffff,#ffffff);
  background-image: linear-gradient(to bottom,#ffffff,#ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  background-color: transparent;
  background-image: url('../../../../../../../../design/themes/graceful/media//design/themes/graceful/media/images/bg.jpg?1748352221');
}
.tygh-content > div {
  padding-bottom: 40px;
}
.tygh-content > div {
  background-color: #eeeeee;
  background-color: transparent;
  background-image: none;
}
.side-grid .ty-account-info__user-arrow {
  display: none;
}
.ty-order-summary {
  margin-top: 66px;
}
.search-widget-block-grid {
  padding: 15px 0;
}
.tygh-top-panel {
  color: #000;
}
.tygh-top-panel div,
.tygh-top-panel p {
  color: #000;
}
.tygh-top-panel a {
  color: #000;
}
.tygh-top-panel a:hover {
  color: #7F4829;
}
.tygh-top-panel .cm-popup-box a {
  color: #222222;
}
.tygh-top-panel .cm-popup-box a:hover {
  color: #7F4829;
}
.tygh-top-panel .cm-popup-box p,
.tygh-top-panel .cm-popup-box div {
  color: #222222;
}
.tygh-top-panel .cm-popup-box .ty-btn,
.tygh-top-panel .cm-popup-box .ty-btn:hover {
  color: #fff;
}
.tygh-top-panel .ty-text-links__a,
.tygh-top-panel .ty-dropdown-box__title a,
.tygh-top-panel .ty-dropdown-box__title i,
.tygh-top-panel .ty-select-block__a {
  color: #000;
}
.tygh-top-panel .ty-text-links__active .ty-text-links__a {
  font-weight: bold;
  color: #000;
}
.tygh-top-panel .ty-text-links {
  margin-top: 6px;
}
.ty-mainbox-title {
  margin: 0 0 20px;
  padding: 0px;
  font-size: 26px;
  text-transform: uppercase;
  background: none;
}
.have-bg .ty-mainbox-body,
.have-bg-class {
  margin: 0 0 30px;
  padding: 20px 20px;
  background-color: #fff;
}
.buttons-container:before,
.buttons-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.buttons-container:after {
  clear: both;
}
.ty-mainbox-body .buttons-container {
  margin: 20px 0 0;
}
.ty-ty-mainbox-title {
  margin-bottom: 6px;
  color: #2C3E50;
}
.ty-mainbox_title__more {
  isplay: block;
  font-weight: normal;
  font-size: 70%;
}
.ty-mainbox-title .ty-status {
  float: right;
  padding-top: 10px;
  color: #404040;
  font-style: normal;
  font-size: 14px;
}
.ty-mainbox-title .ty-date {
  font-style: normal;
  font-size: 70%;
  white-space: nowrap;
}
.ty-subheaders-group {
  margin: 0 15px 21px 15px;
}
.ty-subheader {
  margin: 0;
  padding: 7px 0 10px 0;
  font-size: 18px;
}
.ty-subheader__tooltip {
  font-size: inherit;
}
.ty-sidebox-important {
  margin-bottom: 15px;
}
.ty-sidebox-important__title {
  background: linear-gradient(to bottom,#BD7A53 0%,#814A2A 100%) repeat scroll 0% 0% transparent;
  padding: 4px 14px 8px;
}
.ty-sidebox-important__title-wrapper {
  font-size: 13px;
  font-weight: normal;
  color: #FFFBD5;
}
.ty-sidebox-important__body {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.ty-text-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ty-text-links:first-child {
  padding-top: 0;
}
.ty-text-links .ty-level-0 {
  margin-left: 0px;
}
.ty-text-links .ty-level-1 {
  margin-left: 10px;
}
.ty-text-links .ty-level-2 {
  margin-left: 20px;
}
.ty-text-links .ty-level-3 {
  margin-left: 30px;
}
.ty-text-links .ty-level-4 {
  margin-left: 40px;
}
.ty-text-links__active .ty-text-links__a {
  color: #000;
}
.ty-text-links__item {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.ty-text-links__item a {
  padding: 0 10px;
}
.ty-text-links__item a:hover {
  color: #7F4829;
}
.ty-text-links__item a:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: #ccc;
}
.ty-text-links li:first-child {
  padding-left: 0;
}
.ty-text-links li:first-child a:after {
  display: none;
}
.ty-text-links li:last-child,
.ty-text-links li:last-child a {
  padding-right: 0;
}
.ty-accordion {
  margin-top: 20px;
}
.ty-accordion .ui-accordion-header-icon {
  display: none;
}
.ty-accordion .ui-accordion-header {
  border: 0px;
  border-radius: 0px;
  background: none;
  background-image: none;
  font: Roboto Condensed;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0,0,0,0);
}
.ty-accordion .ui-accordion-header.ui-state-active {
  border-bottom-color: #DD1F26;
}
.ty-accordion .ui-accordion-content {
  border: 0px;
}
.ty-logo-container {
  position: relative;
  padding-bottom: 0px;
}
.ty-logo-container img {
  display: inline-block;
}
.ty-logo-container__image {
  display: inline-block;
  text-decoration: none;
}
.ty-logo-container__image.vertical-middle {
  visibility: hidden;
}
.grid-list {
  margin: 0 -15px;
}
.grid-list:before,
.grid-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-list:after {
  clear: both;
}
.ty-grid-list__item {
  position: relative;
  margin: 0px 15px 30px 15px;
  background: #fff;
  border: 1px solid #7F4829;
  -webkit-box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
  -moz-box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
  box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
}
.ty-grid-list__item:before,
.ty-grid-list__item:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-grid-list__item:after {
  clear: both;
}
.ty-grid-list__item_footer {
  padding: 10px;
}
.ty-grid-list__item_footer:before,
.ty-grid-list__item_footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-grid-list__item_footer:after {
  clear: both;
}
.ty-grid-list__item_footer .divider {
  margin-top: 5px;
}
.ty-grid-list__item_footer .ty-grid-list__control {
  float: right;
  padding: 0;
}
.ty-grid-list__item_footer .sint_in_to_buy a,
.ty-grid-list__item_footer .ty-btn__primary {
  width: 23px;
  height: 23px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  line-height: 23px;
  font-size: 19px;
  color: #ccc;
  background: none;
}
.ty-grid-list__item_footer .sint_in_to_buy a:hover,
.ty-grid-list__item_footer .ty-btn__primary:hover {
  color: #7F4829;
}
.ty-grid-list__item_footer .sint_in_to_buy a:before,
.ty-grid-list__item_footer .ty-btn__primary:before {
  margin: 0 4px;
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-grid-list__item_footer .sint_in_to_buy a:before,
.ty-grid-list__item_footer button.ty-btn__primary:before {
  content: '\e80d';
  margin-left: 6px;
}
.ty-grid-list__item_footer a.ty-btn__primary:before {
  content: '\e80a';
}
.ty-grid-list__item:hover .ty-icon-left-circle,
.ty-grid-list__item:hover .ty-icon-right-circle {
  visibility: visible;
}
.ty-grid-list__item:hover .ty-icon-left-circle {
  left: -3px;
}
.ty-grid-list__item:hover .ty-icon-right-circle {
  right: -3px;
}
.ty-grid-list__item:hover .ty-quick-view-button {
  visibility: visible;
}
.ty-grid-list__item:hover .ty-quick-view-button a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ty-grid-list__item:hover .wishlist-button-cell .ty-btn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ty-grid-list__image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ty-grid-list__image a {
  display: block;
  width: 100%;
}
.ty-grid-list__image img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.ty-grid-list__image .wishlist-button-cell {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  z-index: 5;
}
.ty-grid-list__image .wishlist-button-cell .ty-btn {
  width: 20px;
  height: 20px;
  padding: 10px;
  font-size: 20px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-grid-list__image .wishlist-button-cell .ty-icon-heart-empty {
  padding-right: 50px;
}
.ty-grid-list__image .wishlist-button-cell .ty-btn:hover .ty-icon-heart-empty:before {
  content: '\e806';
}
.wishlist-list-product .wishlist-button-cell {
  display: none;
}
.ty-grid-list__image .ty-no-image {
  border: 0px;
  padding: 18px 0;
  margin: -18px 0;
}
.ty-grid-list__price {
  float: left;
}
.ty-grid-list__no-price {
  text-align: left;
  width: auto;
}
.ty-grid-list__item-name {
  margin-bottom: 5px;
}
.ty-grid-list__item-name a {
  font-family: Roboto Condensed;
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
}
.ty-grid-list__item-name a:hover {
  color: #7F4829;
}
.ty-grid-list__control {
  padding-top: 5px;
}
.ty-product-empty {
  background: #f8f9f9;
  margin: 0px 15px 30px 15px;
  height: 250px;
  text-align: center;
}
.ty-product-empty__text {
  color: #cdcdcd;
  font-size: 115%;
  line-height: 250px;
}
.ty-product-list {
  margin: 0 0 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
  -moz-box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
  box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
}
.ty-product-list .ty-pict {
  display: block;
  height: auto;
}
.ty-product-list .ty-pict.ty-product-options__image {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .ty-product-list .ty-pict {
    width: 100%;
  }
}
.ty-product-list .changer label {
  display: none;
}
.ty-product-list__image {
  max-width: 50%;
  position: relative;
  float: left;
}
.ty-product-list__content {
  padding: 20px;
  overflow: hidden;
}
.ty-product-list__info {
  overflow-x: auto;
  overflow-y: hidden;
}
.ty-product-list__control {
  margin-top: 3px;
}
.ty-product-list__control .ty-btn {
  margin-right: 20px;
  margin-bottom: 10px;
}
.ty-product-list__control .ty-product-coming-soon {
  margin: 10px 0px;
}
.ty-product-list__item-name .product-title,
.ty-product-list__item-name {
  font-family: Roboto Condensed;
  font-size: 13px;
  text-transform: uppercase;
}
.ty-product-list__price .ty-price-num {
  font-size: 120%;
}
.ty-product-list__price {
  padding: 10px 0px;
}
.ty-product-list__description {
  line-height: 130%;
}
.ty-product-list .ty-qty-out-of-stock {
  margin-right: 20px;
  padding: 2px 0px 0px 0px;
  vertical-align: top;
}
body .ty-product-list__rating {
  right: 10px;
  top: 5px;
  text-align: right;
}
.ty-compact-list__item {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
  -moz-box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
  box-shadow: 0px 0px 2px rgba(204,204,204,0.5);
}
.ty-compact-list__item:before,
.ty-compact-list__item:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-compact-list__item:after {
  clear: both;
}
.ty-compact-list__item ul.ty-discount-label {
  display: none;
}
.ty-compact-list__item .ty-compact-list__conten {
  overflow: hidden;
}
.ty-compact-list__item .ty-discount-label {
  top: auto;
  right: auto;
  bottom: 5px;
}
.ty-compact-list__image {
  float: left;
  margin-right: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .ty-compact-list__image {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.ty-compact-list__image .ty-discount-label {
  position: static;
  float: none;
  display: inline-block;
}
.ty-compact-list__title {
  float: left;
  margin-right: 20px;
  margin-bottom: -20px;
  padding: 18px 0 0;
}
@media (max-width: 767px) {
  .ty-compact-list__title {
    width: 100%;
  }
}
.ty-compact-list__title a {
  font-family: Roboto Condensed;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.ty-compact-list__controls {
  float: right;
  padding: 24px 20px 18px 0;
}
.ty-compact-list__controls .ty-qty {
  margin-top: 0;
  margin-bottom: 0;
}
.ty-compact-list__controls .ty-qty-out-of-stock {
  margin-right: 0px;
}
.ty-compact-list__controls .ty-product-coming-soon {
  width: 186px;
  right: 0px;
  padding-top: 9px;
  text-align: right;
  position: absolute;
}
.ty-product-coming-soon {
  color: #767676;
}
.ty-compact-list__controls>div {
  display: inline-block;
  vertical-align: top;
}
.ty-compact-list__controls .qty {
  padding-top: 0px;
  margin-bottom: 0;
}
.ty-thumbnail-list__item {
  margin-bottom: 20px;
  text-align: center;
}
.ty-thumbnail-list__img-block {
  display: inline-block;
}
.ty-thumbnail-list__name {
  padding: 6px 0;
}
.ty-thumbnail-list__butons {
  padding: 10px 0;
}
.ty-template-small__item {
  padding: 10px 0;
  border-bottom: 1px dotted #ebebeb;
}
.ty-template-small__item:last-child {
  border: 0;
}
.ty-template-small__item-img {
  float: left;
  margin-right: 10px;
  vertical-align: top;
}
.ty-template-small__item-price {
  margin-top: 5px;
}
.ty-template-small__item-description {
  overflow: hidden;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}
.ty-scroller-list__item {
  text-align: center;
}
.ty-scroller-list__description .product-title {
  display: inline-block;
  overflow: hidden;
  padding-top: 5px;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}
.simple-list__buttons {
  padding: 17px 20px;
}
ol.text-link-list .text-link-list__item {
  list-style: decimal;
}
.ty-profile-field {
  margin-top: 30px;
}
.ty-profile-field .ty-input-text {
  width: 100%;
}
.ty-profile-field__switch {
  margin: 25px 0px;
  padding: 15px 20px;
  border: 2px solid #000000;
}
.ty-profile-field__switch-label {
  float: left;
}
.ty-profile-field__switch-actions {
  float: right;
}
.ty-profile-field__switch-actions label {
  padding-right: 15px;
}
.ty-profile-field__select-country,
.ty-profile-field__select-state,
.ty-profile-field__select {
  width: 100%;
}
.ty-billing-zip-code,
.ty-shipping-zip-code {
  clear: both;
  width: 120px;
}
.company .buttons-container {
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  margin: 30px 0px 28px -21px;
  padding: 17px 20px 17px 20px;
  width: 100%;
}
.ty-billing-first-name,
.ty-billing-last-name,
.ty-shipping-first-name,
.ty-shipping-last-name,
.ty-billing-country,
.ty-billing-state,
.ty-shipping-country,
.ty-shipping-state,
.ty-first-name,
.ty-last-name {
  display: inline-block;
  width: 47%;
}
.ty-billing-first-name + .ty-billing-last-name,
.ty-billing-country + .ty-billing-state,
.ty-shipping-first-name + .ty-shipping-last-name,
.shipping-country + .ty-shipping-state,
.ty-first-name + .ty-last-name {
  margin-left: 5%;
}
.billing-last-name,
.shipping-last-name {
  margin-right: 0;
}
.ty-account {
  margin: 0 0 30px;
  padding: 20px 20px;
  background-color: #fff;
}
.ty-account .ty-input-text {
  width: 100%;
}
.ty-account-detail {
  margin: 0 0 30px;
  padding: 20px 20px;
  background-color: #fff;
  margin: 88px 0 0 0;
  padding-bottom: 250px;
  background: #fff url('../../../../../../../../design/themes/graceful/media/images/profile_details.png?1748352221') no-repeat bottom center;
}
.ty-account-detail h4 {
  font-size: 19px;
  padding-bottom: 10px;
  margin-top: 0;
}
.ty-account-detail ul li {
  list-style-type: disc;
  margin: 15px 0 0 17px;
}
.ty-account-benefits {
  margin: 0 0 30px;
  padding: 20px 20px;
  background-color: #fff;
  margin: 88px 0 0 60px;
}
.ty-account-benefits h4 {
  padding-bottom: 22px;
  font-size: 19px;
}
.ty-account-benefits ul li {
  list-style-type: disc;
  margin-bottom: 11px;
  margin-left: 17px;
}
.top-contacts {
  margin-top: 6px;
  font-size: 13px;
}
.top-contacts i {
  font-size: 18px;
  padding-right: 2px;
  position: relative;
  top: 2px;
}
.top-contacts a,
.top-contacts span {
  padding-right: 14px;
}
.ty-languages {
  margin: 0 15px 0 0;
}
.ty-languages__item {
  float: left;
  display: inline-block;
  padding: 8px 6px;
}
.ty-languages__icon-link .ty-flag {
  margin-right: 0;
}
.ty-languages__active {
  background: #dfe4e4;
  color: black;
}
.ty-currencies__item {
  float: left;
  padding: 8px 13px;
}
.tygh-top-panel .ty-currencies__item:hover {
  background: #703f24;
  color: #000000;
}
.ty-currencies__active {
  background: #703f24;
  color: #000000;
}
.ty-flag {
  margin-top: 2px;
}
.ty-flags .ty-flag {
  margin-top: 1px;
}
.ty-select-block__a .ty-select-block__arrow {
  margin-left: 5px;
}
.ty-sidebox {
  margin: 0 0 20px;
  padding: 0px 15px 0px 15px;
  word-wrap: break-word;
  background: none;
}
.ty-sidebox__title {
  margin: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7F4829;
  font-size: 20px;
  text-decoration: none;
}
.ty-sidebox__title-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  float: left;
  width: 35px;
  height: 35px;
  color: gray;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}
.ty-sidebox__icon-hide {
  display: none;
}
.ty-sidebox__icon-open,
.ty-sidebox__icon-hide {
  margin-top: 6px;
}
.ty-sidebox__title-toggle.open .ty-sidebox__icon-open {
  display: none;
}
.ty-sidebox__title-toggle.open .ty-sidebox__icon-hide {
  display: block;
}
.ty-sidebox__title-wrapper,
.ty-sidebox__title span,
.ty-sidebox__title a {
  text-transform: uppercase;
}
.ty-sidebox .buttons-container {
  background: none;
  padding: 20px 0px;
}
.ty-benefits-guarantees.have-bg-class {
  padding: 15px;
}
.banner_outer {
  border: 1px solid #CCC;
}
ul.ty-benefits-guarantees__list {
  margin: 0;
}
.ty-benefits-guarantees__a,
.ty-benefits-guarantees__a:hover {
  color: #333333;
}
.ty-benefits-guarantees__a:hover {
  text-decoration: none;
}
.ty-benefits-guarantees__item {
  display: inline-block;
  margin-right: 3%;
  padding: 10px 5px;
  width: 30%;
  list-style-type: none;
  vertical-align: top;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ty-benefits-guarantees__item:last-child {
  margin-right: 0;
}
.ty-benefits-guarantees__txt {
  padding: 0;
  color: #9a9a9a;
  font-size: 13px;
}
h4.ty-benefits-guarantees__title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.ty-benefits-guarantees__icon {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 55px;
}
.ty-benefits-low-price {
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/benefits_sprite.png?1748352221') no-repeat 17px 6px;
}
.ty-benefits-free-shipping {
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/benefits_sprite.png?1748352221') no-repeat -51px 6px;
}
.ty-benefits-free-returns {
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/benefits_sprite.png?1748352221') no-repeat -119px 6px;
}
.ty-compare {
  position: relative;
}
.ty-compare__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.ty-compare__wrapper .ty-value-changer {
  min-width: 106px;
  float: none;
  display: inline-block;
}
.ty-compare-menu {
  position: absolute;
  height: 350px;
  left: 0;
  z-index: 91;
  width: 140px;
}
.ty-compare-menu__item {
  text-align: left;
  text-transform: uppercase;
}
.ty-compare-menu__a {
  padding: 8px 16px 7px;
  display: block;
  width: auto;
  text-decoration: none;
}
.ty-compare-menu__a:hover {
  background: #EFF0F2;
  color: #34495E;
}
.ty-compare-menu__elem {
  padding: 8px 16px 7px;
  color: #FFF;
  background: #7F4829;
  display: block;
}
.ty-compare-products {
  margin-left: 220px;
}
.ty-compare-products__product {
  display: inline-block;
}
.ty-compare-products__item {
  padding: 0 10px;
  width: 215px;
  vertical-align: bottom;
  text-align: center;
}
.ty-compare-products__item .buttons-container {
  margin: 0px;
}
.ty-compare-products_padding {
  padding-bottom: 10px;
}
.ty-compare-products__delete {
  position: relative;
  visibility: hidden;
  padding-bottom: 10px;
}
.ty-compare-products__item:hover .ty-compare-products__delete,
.ty-compare-products td:hover .remove {
  visibility: visible;
}
.ty-compare-products__img {
  padding-bottom: 10px;
}
.ty-compare-feature {
  position: relative;
  z-index: 100;
  margin: 10px 0;
}
.ty-compare-feature__row:nth-child(odd) {
  background-color: #e6c5b2;
}
.ty-compare-feature__item {
  padding: 3px 8px;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  text-align: center;
}
.ty-compare-feature_item_size {
  padding: 0 10px;
  min-width: 219px;
}
.ty-compare-sort {
  position: relative;
  min-width: 188px;
  text-align: left;
}
.ty-compare-sort__a {
  visibility: hidden;
  margin-left: 3px;
}
.ty-compare-sort:hover .ty-compare-sort__a {
  visibility: visible;
}
.ty-compare-list__item {
  text-align: left;
}
.ty-compare-checkbox {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #4d4d4d;
  background-color: #fff;
}
.ty-compare__buttons {
  margin-top: 15px;
}
.ty-compare__button-empty {
  margin-top: 15px;
}
.ty-compare__no-items {
  padding: 80px;
}
.ty-price-num {
  font-size: 17px;
}
.ty-sku {
  padding: 0;
  font-size: 90%;
}
.ty-price,
.ty-sub-price,
.ty-list-price {
  font-family: Roboto Condensed;
  font-size: 100%;
}
.ty-price {
  margin: 6px 0;
  color: #7F4829;
}
.ty-sub-price {
  color: #58321d;
}
.ty-list-price {
  color: #58321d;
  line-height: 100%;
  font-size: 13px;
  margin-top: 3px;
}
.ty-grid-list__item_footer .ty-list-price {
  margin-left: 5px;
}
.ty-tax-include {
  display: block;
  padding-bottom: 5px;
}
.ty-price-update {
  display: inline-block;
  font-size: 13px;
}
.ty-qty {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ty-qty label {
  display: none;
}
.ty-qty-in-stock,
.ty-qty-out-of-stock {
  font-weight: bold;
}
.ty-qty-in-stock {
  color: #B2714C;
}
.ty-qty-out-of-stock {
  color: #f00;
}
.ty-product-list .ty-qty-out-of-stock {
  margin: 5px 0;
  font-size: 110%;
}
.ty-price-curency {
  display: inline-block;
}
.ty-price-curency__title {
  display: inline-block;
  float: left;
  margin: 5px 0;
}
input.ty-price-curency__input {
  margin-left: 5px;
  width: 70px;
  height: 35px;
  font-size: 140%;
}
.ty-no-price {
  display: block;
  padding: 0px;
  color: #E74C3C;
}
.ty-product-notify-email {
  width: 200px;
  margin-bottom: 15px;
}
.ty-product-notify-email__input {
  width: 100%;
}
.ty-discount-label {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 3;
  list-style: none;
}
.ty-discount-label__item {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 4px 11px 5px;
  text-align: center;
  background: linear-gradient(to bottom,#BD7A53 0%,#814A2A 100%) repeat scroll 0% 0% transparent;
  color: #fff;
}
.ty-discount-label__item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 0 10px;
  border-color: #452716 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  display: block;
  content: '';
}
.ty-discount-label__item span {
  display: block;
  margin: 0px;
  padding: 0px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  text-transform: uppercase;
}
.quantity {
  min-width: 107px;
}
.ty-product-block__left .changer label {
  margin-top: 2px;
}
.ty-value-changer {
  float: left;
  height: 32px;
  background: #58321d;
}
.ui-dialog input[type="text"].ty-value-changer__input,
input.ty-value-changer__input {
  float: left;
  width: 37px;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  border: none;
  color: #fff;
  background: #58321d;
}
.ty-value-changer__increase,
.ty-value-changer__decrease {
  float: left;
  display: block;
  width: 30px;
  height: 32px;
  background: #7F4829;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #fff;
  line-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ty-value-changer__increase {
  margin-bottom: 1px;
}
.no-touch .ty-value-changer__increase:hover,
.no-touch .ty-value-changer__decrease:hover {
  background: #6c3d23;
  color: #fff;
  text-decoration: none;
}
.ty-period {
  clear: both;
}
.ty-period__wrapper {
  float: left;
  padding-right: 20px;
}
.ty-period__select {
  width: 180px;
}
.ty-period__dash {
  padding: 0 3px;
}
.ty-calendar__block {
  width: 115px;
  display: inline-block;
  position: relative;
}
.ty-calendar__button {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 2px;
  margin-right: 8px;
  color: #a65e35;
  vertical-align: middle;
  font-size: 155%;
}
.ty-calendar__input {
  width: 100%;
}
.ty-calendar-link:hover {
  text-decoration: none;
}
.ty-qty-discount {
  overflow-x: auto;
  margin-bottom: 15px;
}
.ty-qty-discount__table {
  width: 300px;
  margin-top: 10px;
  min-width: 200px;
  padding: 0;
  border: 1px solid #e0b69e;
}
td.ty-qty-discount__td {
  border: 0 none;
  border-right: 1px solid #e0b69e;
}
.tooltip {
  z-index: 10000;
  display: none;
  margin-top: 12px;
  padding: 9px;
  max-width: 200px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-align: left;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 0;
  margin-left: 205px;
}
.tooltip p {
  color: #fff;
}
.tooltip-arrow {
  position: absolute;
  top: -10px;
  left: 3px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent rgba(0,0,0,0.8);
}
.tooltip img {
  max-width: 100%;
}
.touch .ty-tooltip-block {
  display: none;
}
.ty-no-image {
  position: relative;
  display: block;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  color: #c8c8c8;
  cursor: default;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ty-no-image__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}
.ty-spinner {
  background: url('../../../../../../../../design/themes/graceful/media/images/spinner.gif?1748352221') no-repeat center center;
}
.ty-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.ty-grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.ty-status-info label {
  display: block;
  margin: 0 20px 10px 0;
}
.ty-select-block {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 1022;
  min-width: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(204,204,204,0.8);
  -moz-box-shadow: 0px 0px 2px rgba(204,204,204,0.8);
  box-shadow: 0px 0px 2px rgba(204,204,204,0.8);
}
.ty-select-wrapper {
  position: relative;
}
.ty-select-block__a {
  cursor: pointer;
  display: block;
  padding: 7px 13px 6px 0;
}
.ty-select-block__a:hover {
  color: #7F4829;
  text-decoration: none;
}
.ty-select-block__a.open,
.ty-select-block__a.open:hover {
  color: #58321d;
}
.ty-select-block__a-item {
  display: inline-block;
  vertical-align: top;
}
input.ty-select-block__input {
  margin: 5px 10px;
  width: 220px;
}
.ty-select-block__list-item .ty-select-block__list-a {
  text-decoration: none;
}
.ty-select-block__list-a:hover {
  color: #7F4829;
}
.ty-select-block__list-a {
  display: block;
  padding: 7px 14px 7px 14px;
  white-space: nowrap;
  cursor: pointer;
}
.ty-select-block__list-a:before,
.ty-select-block__list-a:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-select-block__list-a:after {
  clear: both;
}
.ty-dropdown-box {
  display: inline-block;
  position: relative;
  color: #34495E;
}
.ty-dropdown-box i {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-dropdown-box  .ty-icon-down-micro {
  position: static;
  top: 0;
  width: 7px;
  color: #222222;
  font-size: inherit;
  line-height: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-dropdown-box__title {
  position: relative;
  display: inline-block;
  padding: 7px 11px 7px 8px;
}
.ty-dropdown-box__title a {
  color: #222222;
}
.ty-dropdown-box__title a:hover {
  text-decoration: none;
}
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i {
  color: #7F4829;
}
.ty-dropdown-box__title .ty-account-info__title {
  text-decoration: none;
}
.tygh-content .ty-account-info__title .hidden-phone {
  display: inline !important;
}
.tygh-content .ty-account-info__title .ty-account-info__user-arrow {
  display: none;
}
.ty-dropdown-box__title.open {
  z-index: 650;
}
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i,
.ty-dropdown-box__title.open .ty-minicart-title {
  color: #58321d;
}
.ty-dropdown-box__content {
  position: absolute;
  right: 0;
  z-index: 600;
  margin-top: -1px;
  min-width: 220px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 2px rgba(204,204,204,0.8);
  -moz-box-shadow: 0px 0px 2px rgba(204,204,204,0.8);
  box-shadow: 0px 0px 2px rgba(204,204,204,0.8);
}
.ty-dropdown-box__content .ty-dropdown-box__item {
  display: block;
  margin-bottom: 0px;
  padding: 7px 14px;
}
.ty-dropdown-box__content .ty-dropdown-box__item a {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover {
  color: #7F4829;
}
.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
  display: block;
  color: #7F4829;
}
.ty-dropdown-box__content .ty-account-info__orders {
  margin-top: 13px;
  padding: 14px 14px 7px 14px;
  border-top: 1px solid #eee;
  background: #fff;
}
.ty-dropdown-box__content .ty-account-info__buttons {
  padding: 15px 14px 16px 14px;
  margin-top: -6px;
  background: #fff;
}
.ty-dropdown-box__content .ty-account-info__name:hover {
  background: none;
  color: #34495e;
}
.ty-minicart__icon {
  position: absolute;
  top: 10px;
  color: #000000;
  font-size: 14px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-account-info {
  padding-top: 2px;
}
.ty-account-info__title {
  padding: 0 5px;
}
.ty-account-info__user-arrow {
  position: relative;
  top: 5px;
  width: 7px;
  color: #34495E;
  font-size: 20px;
  line-height: 0;
}
.logged.ty-sidebox__title .ty-account-info__user-arrow {
  display: none;
}
.logged .ty-account-info__title,
.logged .ty-account-info__user-arrow {
  color: #000000;
}
.ty-account-info__item {
  padding: 0;
  margin-bottom: 12px;
}
.ty-account-info__item .ty-account-info__a {
  text-decoration: none;
}
.ty-account-info__name {
  padding-bottom: 10px;
}
.ty-account-info__orders {
  padding: 15px 0 4px;
}
.ty-account-info__orders-input {
  margin: 5px 0 0;
}
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ty-dropdown-box__content .ty-account-info__buttons .ty-btn + .ty-btn {
  margin: 10px 0 0;
}
.ty-login {
  min-height: 200px;
  margin: 0 0 30px;
  padding: 20px 20px;
  background-color: #fff;
}
.ty-step__body-active .ty-login {
  padding: 0;
}
.ty-login__input {
  margin: 0;
  width: 100%;
}
.ty-login__remember-me {
  padding: 6px 0;
}
.ty-login__filed-label {
  width: auto;
  color: #090909;
}
.ty-password-forgot__label {
  float: left;
}
a.ty-password-forgot__a {
  float: right;
  padding: 6px 0;
  color: #222222;
}
.ty-login-popup {
  min-width: 295px;
  max-width: 310px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 13px;
}
.ty-login-popup .ty-login__input {
  margin: 0;
  padding: 8px 5px 7px;
  height: 36px;
  font-size: 115%;
}
.ty-captcha__img {
  border: 1px solid #C7C7C7;
  cursor: pointer;
}
.ty-captcha__label {
  display: inline-block;
  margin-bottom: 5px;
}
.ty-captcha__code {
  display: inline-block;
  min-width: 130px;
  vertical-align: top;
}
.ty-captcha__refresh {
  position: relative;
  vertical-align: middle;
  margin-left: 7px;
  color: #8D8D8D;
  font-size: 14px;
  cursor: pointer;
}
.ty-captcha__input {
  margin: 0;
  margin-right: 10px;
  padding: 3px 3px;
  width: 120px;
  vertical-align: top;
}
.ty-checkout__login .ty-captcha__input {
  width: 110px;
  margin-bottom: 5px;
}
.ty-checkout__login .buttons-container {
  background: none;
  margin: 0px;
}
.ty-login-popup .ty-captcha__input {
  width: 140px;
  margin-bottom: 6px;
}
.ty-captcha__txt {
  clear: both;
  padding-top: 3px;
  color: #222222;
}
.ty-login-info {
  margin: 0 0 30px;
  padding: 20px 20px;
  background-color: #fff;
  margin: 88px 0 0;
}
.ty-login-info__title,
.ty-login-info h4 {
  padding-bottom: 10px;
  margin: 0;
  font-size: 19px;
  color: #BDC3C7;
}
.ty-login-info__txt {
  color: #BDC3C7;
}
.ty-success-registration__text {
  display: block;
  padding: 7px 0 40px;
  line-height: 170%;
}
.ty-success-registration__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding-left: 17px;
  min-height: 60px;
  width: 48%;
  border-left: 1px solid #6c3d23;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.success-registration__a {
  font-weight: bold;
}
.ty-success-registration__info {
  display: block;
  margin-top: 10px;
  color: #1f110a;
}
.ty-breadcrumbs {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .ty-breadcrumbs {
    display: none;
  }
}
.ty-breadcrumbs__arrow,
.ty-breadcrumbs__a,
.ty-breadcrumbs__current {
  display: inline;
  text-transform: uppercase;
}
.ty-breadcrumbs__current {
  color: #7F4829;
}
.ty-breadcrumbs__a {
  color: #7F4829;
  font-size: 12px;
}
.ty-breadcrumbs__slash {
  display: inline-block;
  margin: 0px 6px;
  color: #B2714C;
}
.ty-breadcrumbs__a:hover {
  color: #7F4829;
}
.ty-product-switcher {
  float: left;
}
.ty-product-switcher__a {
  display: inline-block;
  border: 1px solid #B2714C;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-product-switcher__a:hover {
  border-color: #58321D;
  text-decoration: none;
}
.ty-product-switcher__icon {
  line-height: 38px;
  font-size: 23px;
  color: #B2714C;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-product-switcher__a:hover .ty-product-switcher__icon {
  color: #7F4829;
}
.ty-product-switcher__a.disabled {
  border: 1px solid #eee;
}
.ty-product-switcher__a.disabled,
.ty-product-switcher__a.disabled .ty-product-switcher__icon,
.ty-product-switcher__a.disabled:hover .ty-product-switcher__icon {
  background: none;
  color: #eee;
  cursor: default;
}
.ty-product-switcher span {
  font-size: 85%;
  padding: 2px;
  color: #58321d;
}
.ty-product-switcher__icon.entypo-left-open-mini:before {
  position: relative;
  left: -2px;
}
.ty-section {
  margin: 20px 0 15px 0;
}
.ty-section__title {
  padding: 13px 15px 11px 15px;
  cursor: pointer;
  background: #FFF;
}
.ty-section__switch {
  float: right;
}
.ty-section__arrow {
  padding-left: 6px;
}
.open .ty-section_switch_off,
.ty-section_switch_on {
  display: block;
}
.open .ty-section_switch_on,
.ty-section_switch_off {
  display: none;
}
.ty-section__body {
  overflow: hidden;
  padding: 20px 20px 0 20px;
  border: 1px solid #ECF0F1;
  border-top: none;
  background: none;
}
.ty-section__body .buttons-container {
  margin: 30px 0 0 -20px;
  padding: 15px 20px 15px 20px;
  width: 100%;
  background: linear-gradient(to bottom,#BD7A53 0%,#814A2A 100%) repeat scroll 0% 0% transparent;
}
.ty-search-result {
  padding: 12px 7px;
}
.ty-search-form__inline-input {
  width: 190px;
}
.ty-search-result:hover {
  background: #7F4829;
}
.ty-search-form__input {
  width: 170px;
}
.ty-search-form__input-large {
  width: 200px;
}
.ty-subcategories-field {
  float: left;
  margin-left: 10px;
}
.ty-search-form {
  margin-top: 0;
}
.ty-search-form .ty-search-form__buttons-container {
  margin-bottom: 0;
}
.ty-search-block {
  position: relative;
}
.ty-search-magnifier {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  width: 20px;
  height: 26px;
  border: none;
  background: none;
  color: #452716;
  font-size: 145%;
  cursor: pointer;
}
input.ty-search-block__input {
  display: block;
  padding: 7px 30px 7px 10px;
  width: 100%;
  height: 33px;
  border: 1px solid #452716;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.ty-search-block__input:focus {
  outline: 0;
  border: 1px solid #222222;
  background-color: #fff;
}
.ty-search-block {
  margin: 0 5px;
  padding: 6px 0 0;
}
input.ty-search-block__input {
  height: 21px;
  padding: 0px 30px 0px 5px;
}
.ty-search-magnifier {
  color: #000;
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  top: 9px;
  right: 3px;
}
.ty-search-magnifier:hover {
  color: #7F4829;
}
.live-search-box {
  top: 27px;
}
.ty-sort-container {
  margin: 20px 0 15px;
}
.ty-sort-container__views-icons {
  display: inline-block;
  float: right;
}
.ty-sort-container__views-a {
  display: block;
  float: left;
  padding: 9px 9px;
  width: 15px;
  height: 17px;
}
.ty-sort-container__views-a:hover {
  text-decoration: none;
}
.ty-sort-container__views-a.active {
  color: #7F4829;
}
.ty-sort-dropdown {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.ty-sort-dropdown .ty-sort-dropdown__wrapper {
  text-decoration: none;
}
.ty-sort-dropdown__wrapper {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 20px;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}
.ty-sort-dropdown__icon {
  margin-left: 7px;
}
.ty-sort-dropdown__content {
  position: absolute;
  z-index: 100;
  background: #fff;
  min-width: 200px;
}
.ty-sort-dropdown__content li {
  padding: 0;
}
.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a {
  text-decoration: none;
}
.ty-sort-dropdown__content-item-a {
  padding: 7px 14px;
  color: #222222;
  display: block;
}
.ty-sort-dropdown__content-item-a:hover {
  background: #f4f4f4;
  color: #222222;
}
.ty-subcategories__item {
  display: inline-block;
  margin: 5px 20px 5px 0px;
}
.ty-subcategories-img {
  display: block;
  margin: auto;
  padding-bottom: 10px;
}
.ty-subcategories-block {
  margin: 10px 0;
}
.ty-subcategories-block__item {
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  width: 33%;
}
.ty-subcategories-block__a {
  font-weight: bold;
}
.ty-product-features {
  margin: 30px 0px;
}
.ty-feature__image {
  float: left;
  margin: 0 25px 10px 0;
}
.ty-feature__description {
  line-height: 140%;
  overflow: hidden;
}
.ty-feature-value {
  display: inline-block;
  margin-left: 5px;
}
.ty-features-all:before,
.ty-features-all:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-features-all:after {
  clear: both;
}
.ty-features-all__group {
  margin-bottom: 50px;
}
.ty-features-all__group .ty-subheader {
  margin: 5px 5px 0 5px;
  padding: 5px 8px;
  font-size: 24px;
  font-weight: bold;
  background: #f5f3f8;
}
.ty-features-all__list {
  margin: 5px;
  padding: 8px;
  border: 1px solid #F5F3F8;
}
.ty-features-all__list-item {
  padding-bottom: 8px;
}
.ty-features-all__list-a {
  font-size: 110%;
}
.ty-features-list a {
  font-family: Roboto Condensed;
  color: #B2714C;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-features-list a:hover {
  color: #999;
}
.ty-product-feature {
  padding: 10px;
}
.ty-product-feature:nth-child(2n) {
  background-color: none;
  border: 0.5px solid #7F4829;
}
.ty-product-feature__label {
  display: inline-block;
  width: 180px;
  vertical-align: top;
}
.ty-product-feature__value {
  display: inline-block;
  margin-left: 5px;
}
.ty-product-feature .ty-product-feature__multiple {
  list-style: none;
  padding-left: 0;
}
.ty-product-feature .ty-product-feature__multiple-item {
  list-style: none;
  margin-bottom: 5px;
}
.ty-product-feature__multiple-item .ty-compare-checkbox {
  margin-right: 5px;
}
.ty-product-feature-group .ty-subheader {
  padding: 0 0 15px;
  margin: 0;
  font-size: 120%;
}
.ty-tygh {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ty-helper-container {
  position: relative;
}
.ty-helper-container {
  background: url('../../../../../../../../design/themes/graceful/media//design/themes/graceful/media/images/bg.jpg?1748352221') center center repeat scroll;
}
.container {
  min-height: 0;
  min-width: 0;
}
.container-fluid {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
}
.tygh-footer {
  padding-bottom: 15px;
  font-weight: 300;
  line-height: 19px;
  color: #666666;
}
.tygh-footer h1,
.tygh-footer h2,
.tygh-footer h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.tygh-footer p {
  font-weight: 300;
  line-height: 19px;
  color: #666666;
}
p.bottom-copyright {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  color: #333;
}
@media (max-width: 767px) {
  p.bottom-copyright {
    display: block;
    margin: 30px 0 20px;
    text-align: center;
  }
}
.ty-footer-menu__icon-open,
.ty-footer-menu__icon-hide {
  display: none;
  color: #666666;
}
.ty-footer-menu {
  color: #9ba1a7;
}
.ty-footer-menu > .row {
  padding: 30px 0px 15px 0px;
}
.tygh-footer {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top,#eeeeee,#eeeeee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eeeeee),to(#eeeeee));
  background-image: -webkit-linear-gradient(top,#eeeeee,#eeeeee);
  background-image: -o-linear-gradient(top,#eeeeee,#eeeeee);
  background-image: linear-gradient(to bottom,#eeeeee,#eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
  background-color: transparent;
  background-image: none;
}
.ty-footer-menu {
  padding: 20px 0px;
}
.ty-footer-menu__header {
  position: relative;
  color: #666666;
  font-weight: bold;
  font-size: 19px;
}
.ty-footer-menu__items {
  margin: 0;
  margin-top: 10px;
  line-height: 140%;
}
.ty-footer-menu__item {
  margin-bottom: 8px;
}
.ty-footer-menu__item a {
  color: #666666;
}
.ty-footer-menu__item a:hover {
  color: #222222;
}
.tygh-footer .ty-tag-cloud {
  margin: 0;
}
.tygh-footer .ty-tag-cloud a {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-weight: 300;
  padding: 3px 7px;
  border: 1px solid #ccc;
  font-family: Roboto Condensed;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #666;
}
.tygh-footer .ty-tag-cloud a:hover {
  background: #fff;
  color: #7F4829;
}
.tygh-footer .footer-menu {
  padding: 0px;
  margin: 0px 0 5px 0;
  list-style: none;
  display: block;
  text-align: left;
}
.tygh-footer .footer-menu li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tygh-footer .footer-menu li {
    display: block;
    float: none;
    border-bottom: 1px solid #DDD;
    padding: 7px 0;
  }
}
.tygh-footer .footer-menu li:after {
  content: ' | ';
  margin: 0 10px;
  color: #ccc;
}
@media (max-width: 767px) {
  .tygh-footer .footer-menu li:after {
    display: none;
  }
}
.tygh-footer .footer-menu li:last-child:after {
  content: '';
  display: none;
}
.tygh-footer .footer-menu a {
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}
@media (max-width: 767px) {
  .tygh-footer .footer-menu a {
    font-size: 15px;
  }
}
.tygh-footer .footer-menu a:hover {
  color: #7F4829;
}
.ty-footer-form-block .ty-btn-go {
  width: 110px;
  text-align: center;
  background: linear-gradient(to bottom,#BD7A53 0%,#814A2A 100%) repeat scroll 0% 0% transparent;
  color: #FFFBD5;
}
.ty-footer-form-block .ty-btn-go .ty-icon-right-dir {
  display: none;
}
.ty-footer-form-block .ty-input-append .ty-input-text {
  padding-right: 135px;
  border: 1px solid #7F4829;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-footer-form-block .ty-btn-go {
    width: 70px;
  }
  .ty-footer-form-block .ty-icon-right-dir {
    padding-right: 75px;
  }
}
.payment-icons {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .payment-icons {
    text-align: center;
  }
}
.payment-icons .payment-icon {
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin-left: 5px;
}
.payment-icons .payment-icon span {
  display: block;
  height: 22px;
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/payment.png?1748352221') no-repeat;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.payment-icons .payment-icon .normal-color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.payment-icons .payment-icon:hover .normal-color {
  opacity: 1;
  filter: alpha(opacity=100);
}
.payment-icons .payment-icon-visa span {
  width: 37px;
}
.payment-icons .payment-icon-visa .gray-color {
  background-position: -60px 0px;
}
.payment-icons .payment-icon-visa .normal-color {
  background-position: -60px -25px;
}
.payment-icons .payment-icon-2co span {
  width: 20px;
}
.payment-icons .payment-icon-2co .gray-color {
  background-position: -37px -1px;
}
.payment-icons .payment-icon-2co .normal-color {
  background-position: -37px -25px;
}
.payment-icons .payment-icon-paypal span {
  width: 56px;
}
.payment-icons .payment-icon-paypal .gray-color {
  background-position: -100px 1px;
}
.payment-icons .payment-icon-paypal .normal-color {
  background-position: -100px -24px;
}
.payment-icons .payment-icon-master span {
  width: 37px;
}
.payment-icons .payment-icon-master .gray-color {
  background-position: 0px 0px;
}
.payment-icons .payment-icon-master .normal-color {
  background-position: 0px -25px;
}
.ty-product-block {
  margin-bottom: 10px;
  padding: 25px 30px 30px;
  background: none;
}
@media (max-width: 767px) {
  .ty-product-block {
    padding: 15px;
  }
}
.ty-product-block-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 27px;
  color: #222222;
  text-transform: uppercase;
}
.ty-brand {
  margin: 5px 0;
}
.ty-product-block__img-wrapper {
  position: relative;
  float: left;
  margin-right: 20px;
  padding: 0 0 10px;
  min-height: 282px;
  width: 50%;
}
.ty-product-block__left {
  position: relative;
  overflow: hidden;
}
.ty-product-block__note {
  float: right;
  width: 200px;
}
.product-promo-text {
  font-size: 92%;
  line-height: 1.6;
  color: #666;
  font-weight: 300;
}
.ty-product-prices {
  margin: 20px 0px;
}
.ty-product-block__note .product-promo-header {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.ty-product-block__price-actual {
  margin: 10px 0px;
}
.ty-product-block__price-actual .ty-price-num {
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.ty-product-block__option .help-inline {
  margin-left: 120px;
  display: block;
  text-align: left;
}
.ty-product-block__option,
.ty-product-block__advanced-option,
.ty-product-block__field-group {
  margin-bottom: 10px;
}
.ty-product-block__field-group .ty-control-group {
  margin-bottom: 0;
}
.ty-product-block__sku .ty-control-group {
  margin: 0px;
}
.ty-product-block__description-title {
  margin: 20px 0 5px 0;
  font-size: 130%;
  font-weight: normal;
}
.ty-product-block__button {
  margin-top: 15px;
}
.ty-product-block__button .ty-btn {
  margin-right: 20px;
  margin-bottom: 10px;
}
.ty-product-block__button .ty-add-buttons-wrap {
  margin-top: 0px;
}
.ty-product-block__button .button-container {
  display: inline-block;
}
.product-main-info .ty-add-buttons-wrap {
  display: inline-block;
  vertical-align: middle;
}
.ty-add-buttons-wrap {
  display: inline-block;
}
ty-product-block__button .ty-add-buttons-wrap.no-margin .ty-add-to-wish a {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .ty-product-block__left .ty-qty {
    text-align: center;
  }
  .ty-qty .ty-value-changer {
    float: none;
    display: inline-block;
  }
  .ty-product-block__button .ty-btn {
    display: block;
    margin: 0 auto 10px;
    padding: 8px 30px;
  }
  .ty-product-block__button .ty-add-buttons-wrap.no-margin {
    display: block;
  }
  .ty-add-to-wish {
    display: block;
    width: 100%;
  }
  .ty-add-to-wish a {
    display: inline-block;
    margin-top: 0;
  }
}
.add-buttons-inner-wrap {
  white-space: nowrap;
}
.content-description {
  line-height: 140%;
}
.ty-add-to-compare {
  display: inline-block;
}
.ty-add-to-compare a {
  color: #7F4829;
}
.ty-add-to-compare a:before {
  content: '\e83d';
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .2em;
  margin-left: .2em;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .product-main-info .ty-add-to-compare {
    display: block;
  }
}
.ty-add-to-compare .ty-btn__text {
  text-transform: none;
}
.product-top-nav {
  border-bottom: 1px solid #7F4829;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-top-nav:before,
.product-top-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-top-nav:after {
  clear: both;
}
.ty-add-to-wish a:before {
  content: '\e806';
  font-family: 'glyphs';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.ty-product-options__title {
  padding-right: 5px;
  font-weight: bold;
}
.ty-product-options .ty-input-text {
  width: 240px;
}
.ty-product-options__item-label {
  font-weight: bold;
}
.ty-product-options__description {
  margin: 5px 0 0 120px;
  padding: 0;
  color: #ccc;
  font-size: 85%;
}
.ty-product-options__image {
  display: inline-block;
  margin: 2px 0;
  border: 1px solid #eee;
}
.is-selected.ty-product-options__image {
  border-color: #6f6f6f;
}
.ty-product-options__elem {
  display: inline-block;
}
.ty-product-options__fileuploader .help-inline {
  margin-left: 0;
}
.ty-product-options__box {
  display: inline-block;
  padding: 6px 0;
}
.ty-product-options__box .help-inline {
  margin-left: 0;
}
.ty-product-variant-image {
  margin-left: 120px;
  padding: 10px 0;
}
.ui-dialog .ty-product-variant-image {
  margin-left: 134px;
}
.ty-product-options__textarea {
  min-width: 240px;
  min-height: 60px;
  resize: vertical;
}
.ty-product-img {
  border: 1px solid #7F4829;
  position: relative;
}
.ty-product-img img {
  width: 100%;
  height: auto;
}
.ty-product-img .ty-no-image {
  border: 0px;
}
.ty-product-thumbnails {
  margin-top: 10px;
  text-align: left;
}
.ty-product-thumbnails__item {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #B2714C;
}
.ty-product-thumbnails__item.active {
  border-color: #B2714C;
}
.ty-previewer {
  position: relative;
  display: block;
}
.ty-previewer:hover .previewer__icon {
  visibility: visible;
}
.ty-previewer__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  visibility: hidden;
  margin: -18px 0 0 -18px;
  padding: 0;
  width: 37px;
  height: 39px;
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/zoom_icon.png?1748352221') no-repeat;
  opacity: 0.7;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
  .ty-previewer__icon {
    background-image: url('../../../../../../../../design/themes/graceful/media/images/icons/zoom_icon@2x.png?1748352221');
    background-size: 37px, 39px;
  }
}
.ty-previewer__icon:hover {
  opacity: 1;
}
.ty-thumbs-wrapper {
  position: relative;
}
.ty-thumbs-wrapper .ty-icon-left-circle,
.ty-thumbs-wrapper .ty-icon-right-circle {
  position: absolute;
  top: 50%;
  z-index: 1;
  visibility: hidden;
  margin-top: -25px;
  width: 33px;
  height: 50px;
  cursor: pointer;
  font-size: 17px;
  line-height: 50px;
  color: #999;
  background: rgba(0,0,0,0.03);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
  -moz-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
  -o-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
  transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
}
.ty-thumbs-wrapper .ty-icon-left-circle:hover,
.ty-thumbs-wrapper .ty-icon-right-circle:hover {
  background-color: rgba(0,0,0,0.08);
}
.touch .ty-grid-list__item .ty-icon-left-circle,
.touch .ty-grid-list__item .ty-icon-right-circle {
  visibility: visible;
}
.ty-thumbs-wrapper .ty-icon-left-circle {
  left: -33px;
}
.ty-thumbs-wrapper .ty-icon-right-circle {
  right: -33px;
}
@media (max-width: 767px) {
  .ty-thumbs-wrapper .ty-icon-left-circle {
    left: -3px;
  }
  .ty-thumbs-wrapper .ty-icon-right-circle {
    right: -3px;
  }
}
.ty-popup-tabs {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px dotted #dedede;
}
.ty-popup-tabs__item {
  display: inline-block;
  padding: 2px 15px 2px 0;
  text-transform: uppercase;
  font-size: 85%;
  cursor: pointer;
}
.ty-popup-tabs__icon {
  margin-right: 3px;
  font-size: 14px;
}
.ty-fileuploader {
  padding: 6px 0 0;
}
.ty-fileuploader__file-section {
  overflow: hidden;
}
.ty-fileuploader__file-local {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ty-fileuploader__file-input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
span.ty-fileuploader__filename {
  padding: 0 0 0 5px;
  position: relative;
  top: -2px;
}
.ty-fileuploader__icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
  cursor: pointer;
}
.ty-fileuploader.cm-failed-field .ty-fileuploader__a {
  color: #B94A48;
  font-weight: bold;
}
.ty-quick-view__wrapper {
  position: relative;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ty-quick-view__wrapper .quick-view-wrapper-dop {
  overflow: auto;
  max-height: 570px;
  padding: 20px;
}
.ty-quick-view__wrapper .ty-product-block {
  margin: 0;
  padding: 0;
}
.ty-quick-view__wrapper .ty-product-switcher {
  float: none;
}
.ty-quick-view__wrapper .disabled {
  display: none;
}
.ty-quick-view__wrapper .ty-product-switcher__a {
  position: absolute;
  top: 50%;
  height: 200px;
  margin: 0;
  margin-top: -140px;
  padding: 0;
  height: auto;
  background: rgba(0,0,0,0.5);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-quick-view__wrapper .ty-product-switcher__a i {
  font-size: 40px;
  line-height: 200px;
}
.ty-quick-view__wrapper .ty-product-switcher__a-left {
  left: -40px;
}
.ty-quick-view__wrapper .ty-product-switcher__a-left i:before {
  content: '\e81e';
}
.ty-quick-view__wrapper .ty-product-switcher__a-right {
  right: -40px;
}
.ty-quick-view__wrapper .ty-product-switcher__a-right i:before {
  content: '\e81f';
}
.ty-quick-view__wrapper .ty-product-block__left,
.ty-quick-view__wrapper .ty-product-block__img {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.ty-quick-view__wrapper .ty-product-block__img {
  padding-right: 20px;
}
.ty-quick-view__wrapper .ty-product-block__option,
.ty-quick-view__wrapper .ty-product-block__advanced-option,
.ty-quick-view__wrapper .ty-product-block__field-group {
  margin-bottom: 0;
}
.ty-quick-view__wrapper .ty-qty.changer label,
.ty-quick-view__wrapper .ty-discussion__review-write {
  display: none;
}
.ty-quick-view__wrapper .ty-control-group {
  margin-bottom: 2px;
}
.ty-quick-view__wrapper .ty-product-prices,
.ty-quick-view__wrapper .ty-product-block__price-actual {
  margin: 0;
}
.ty-quick-view__wrapper .ty-control-group__item,
.ty-quick-view__wrapper .ty-control-group__label {
  padding-bottom: 0;
}
.ty-quick-view__wrapper .ty-product-block-title a {
  font: inherit;
}
.ty-quick-view-button {
  position: absolute;
  bottom: 5px;
  left: 10px;
  visibility: hidden;
}
.ty-quick-view-button a {
  display: block;
  zoom: 1;
  padding: 3px 5px;
  font-size: 85%;
  color: #fff;
  background: #7F4829;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.ty-quick-view-button a:before {
  content: '\e82f';
  margin-right: .4em;
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ty-grid-list__image .grid-list__rating {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.ty-grid-list__image .grid-list__rating .ty-stars {
  margin-right: 0;
}
.touch .ty-grid-list__control {
  display: none;
}
#content_agressive_popup .quick-view-wrapper-dop .cm-processed-form {
  padding: 0;
}
@media (max-width: 550px) {
  .ty-quick-view__wrapper .ty-product-block__left,
  .ty-quick-view__wrapper .ty-product-block__img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .ty-quick-view__wrapper .ty-product-block__img {
    margin-bottom: 25px;
  }
}
.ty-product-notification__body {
  padding: 20px;
  min-height: 72px;
}
.ty-product-notification__body .ty-product-options {
  display: block;
  padding: 0;
}
.ty-product-notification__body .ty-control-group__label {
  display: none;
}
.ty-product-notification__body .ty-product-options__info {
  margin-top: 30px;
  padding-left: 0;
  max-height: 420px;
  overflow-y: auto;
  width: 100%;
}
.ty-product-notification__body .ty-product-options-name {
  width: 110px;
  padding: 6px 0;
  float: left;
}
.ty-product-notification__body .ty-product-options-content {
  width: 378px;
  padding: 6px 0;
  float: left;
}
.ty-product-notification__item {
  margin-bottom: 20px;
}
.ty-product-notification__content {
  overflow: hidden;
}
.ty-product-notification__product-name {
  float: left;
  display: block;
  margin-bottom: 10px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
}
.ty-product-notification__price {
  float: right;
  margin-left: 25px;
}
.ty-product-notification__image,
.ty-product-notification__body .ty-no-image {
  float: left;
  margin-right: 20px;
}
.ty-product-notification__divider {
  margin: 0 0 10px 0;
}
.ty-product-notification__amount {
  width: 46%;
}
.ty-product-notification__subtotal {
  font-weight: bold;
  width: 46%;
  text-align: right;
}
.ty-product-notification__body ul ul {
  border-left: 1px solid #7F4829;
  margin-left: 70px;
}
.ty-product-notification__buttons {
  padding: 20px;
  background: #eee;
}
.ty-product-filters {
  padding-top: 5px;
  line-height: 140%;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .ty-product-filters {
    max-width: 220px;
  }
}
.ty-product-filters__group {
  padding: 2px 0;
  margin: 5px 0;
}
.ty-product-filters__group_view_all {
  float: left;
}
.ty-product-filters__item-more {
  margin-bottom: -9px;
}
.ty-product-filters__tools {
  padding: 18px 3px 8px 0;
}
.ty-product-filters__extra-block {
  float: right;
  margin: 3px 0;
}
.ty-product-filters__extra-link {
  cursor: pointer;
}
.ty-product-filters__item {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  color: #222222;
}
.ty-product-filters__item.disabled {
  background-color: transparent;
  color: #6f6f6f;
  cursor: default;
}
.ty-product-filters__item.checked.disabled {
  color: #6f6f6f;
  cursor: pointer;
}
.ty-product-filters__item.disabled .ty-filter-icon {
  border-color: #bbbbbb;
}
.ty-filter-icon {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #888888;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 70%;
}
.ty-filter-icon__check,
.ty-filter-icon__delete {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  width: 8px;
  height: 8px;
  font-size: 12px;
}
.ty-filter-icon__delete {
  font-size: 14px;
  margin: -7px 0 0 -3px;
}
.ty-filter-icon__check,
.ty-filter-icon__delete,
.no-touch .ty-product-filters__item.checked:hover .ty-filter-icon__check,
.no-touch .ty-product-filters__item.disabled:hover .ty-filter-icon__check {
  display: none;
}
.ty-product-filters__item.checked .ty-filter-icon__check,
.no-touch .ty-product-filters__item.checked:hover .ty-filter-icon__delete,
.no-touch .ty-product-filters__item.checked.disabled:hover .ty-filter-icon__delete,
.no-touch .ty-product-filters__item:hover .ty-filter-icon__check {
  display: inline-block;
}
.ty-product-filters__wrapper {
  padding: 15px 0;
  font-size: 12px;
  border-bottom: 1px solid #7F4829;
  font-family: Roboto Condensed;
}
.ty-product-filters__wrapper:before,
.ty-product-filters__wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-product-filters__wrapper:after {
  clear: both;
}
.ty-product-filters__title {
  text-transform: uppercase;
}
.ty-product-filters__switch {
  cursor: pointer;
  position: relative;
}
.ty-product-filters__switch:hover {
  color: #7F4829;
}
.ty-product-filters__switch:after {
  position: absolute;
  right: 0;
  font-family: 'glyphs';
  content: '\e820';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.open.ty-product-filters__switch:after {
  content: '\e81d';
}
.ty-product-filters__switch-right,
.ty-product-filters__switch-down {
  margin-right: 5px;
  font-size: 115%;
}
.ty-product-filters__switch-down {
  margin-right: 4px;
}
.open.ty-product-filters__wrapper .ty-product-filters__switch-right,
.ty-product-filters__switch-down {
  display: none;
}
.open.ty-product-filters__wrapper .ty-product-filters__switch-down,
.ty-product-filters__switch-right {
  display: inline-block;
}
.ty-product-filters__advanced-button,
.ty-product-filters__reset-button {
  position: relative;
  font-family: Roboto Condensed;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
}
.ty-product-filters__advanced-button:hover,
.ty-product-filters__reset-button:hover {
  color: #fff;
}
.ty-product-filters__advanced-button {
  margin-right: 4px;
  background: #7F4829;
}
.ty-product-filters__advanced-button:hover {
  background: #a65e35;
}
.ty-product-filters__reset-button {
  padding-left: 25px;
  background: #7F4829;
}
.ty-product-filters__reset-button:hover {
  background: #58321d;
}
.ty-product-filters__reset-icon {
  position: absolute;
  top: 5px;
  left: 9px;
  font-size: 110%;
}
.ty-price-slider {
  margin: 10px 0 25px;
  color: #909598;
}
.ty-price-slider__input-text {
  margin: 0 0 5px 0;
  width: 74px;
}
.ty-range-slider__wrapper {
  margin-left: -1px;
  color: #58321d;
}
.ty-range-slider__item {
  position: absolute;
  top: -5px;
  width: 1px;
  height: 10px;
  background: #7F4829;
}
.ty-range-slider__num {
  position: absolute;
  top: 21px;
  left: -15px;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 75%;
  cursor: pointer;
  color: #909598;
}
.ty-range-slider {
  margin: 15px 12px;
  height: 5px;
  border: 1px solid #7F4829;
  background: #7F4829;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ty-range-slider .ui-slider-range {
  background: #7F4829;
  border: 0px;
  margin-top: -1px;
  height: 7px;
}
.ty-range-slider .ui-slider-handle {
  top: -7px;
  margin-left: -8px;
  width: 11px;
  height: 20px;
  background: #7F4829;
  border-radius: 0px;
  border: 0px;
  cursor: col-resize;
}
.ty-range-slider .ui-slider-handle {
  outline: 0 none;
}
.ty-cart-content {
  margin-top: 20px;
}
.ty-cart-content__title {
  padding: 12px;
  border: 1px solid #dcad93;
  border-right: 0 none;
  border-left: 0 none;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  background: #FFF;
}
.ty-cart-content__title.ty-left {
  text-align: left;
}
.ty-cart-content__title.ty-right {
  text-align: right;
}
.ty-cart-content__product-elem {
  padding: 17px 10px;
  border: none;
  border-top: 1px solid #dcad93;
  vertical-align: top;
}
.ty-cart-content__product-elem .ty-cart-content__product-delete {
  vertical-align: inherit;
}
.ty-cart-content__image {
  float: left;
}
.ty-cart-content__image-block {
  padding-left: 20px;
}
.ty-cart-content__product-title {
  font-size: 115%;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}
.ty-cart-content__qty {
  padding: 12px 30px 0;
  text-align: center;
}
.ty-cart-content__qty .ty-value-changer {
  float: none;
  display: inline-block;
}
.ty-cart-content__sku {
  padding: 5px 0;
}
.ty-cart-content__price,
td.ty-cart-content__price {
  padding-top: 20px;
  padding-right: 20px;
  text-align: center;
}
.ty-cart-content__detailed-link {
  display: inline-block;
  margin: 10px 0 10px;
  border-bottom: 1px dotted transparent;
  text-decoration: none;
  cursor: pointer;
}
.ty-cart-content__detailed-link.open,
.ty-cart-content__detailed-link:hover {
  border-color: #222222;
  text-decoration: none;
}
.ty-cart-content__product-delete {
  margin: 0 0 0 6px;
  vertical-align: middle;
}
.ty-cart-content__product-delete:hover {
  text-decoration: none;
}
.ty-cart-content__options {
  margin-top: 20px;
}
.ty-cart-content__more-info {
  margin-top: 0;
}
.ty-cart-content__more-info-title {
  padding: 12px;
}
.ty-cart-content__clear-button {
  margin-left: 10px;
}
.ty-cart-content__payment-methods {
  float: right;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.ty-cart-content__payment-methods-item {
  padding: 0 10px 0;
}
.ty-cart-content__payment-methods-title {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: -30px;
  padding: 10px;
  color: #737373;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 85%;
}
.ty-cart-content__buttons {
  padding: 18px 22px;
  background: #eee;
}
.ty-cart-content__left-buttons {
  float: left;
}
.ty-cart-content__right-buttons {
  float: right;
}
.ty-cart-items {
  overflow: auto;
  padding: 10px 22px;
  max-height: 400px;
  width: 320px;
}
.ty-cart-items__list-item {
  padding: 10px 0px;
  position: relative;
  border-bottom: 1px solid #7F4829;
}
.ty-cart-items__list li:last-child {
  border: none;
}
.ty-cart-items__list-item:hover .ty-cart-items__list-item-tools {
  display: block;
}
.ty-cart-items__list-item-tools a:hover {
  text-decoration: none;
}
.ty-cart-items__list-item-image {
  float: left;
  margin-right: 25px;
}
.ty-cart-items__list-item-desc {
  overflow: hidden;
}
.ty-cart-items__list-item-desc a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}
.ty-cart-items__list-item-tools {
  position: absolute;
  top: 10px;
  right: 0px;
  display: none;
}
.ty-cart-items__empty {
  margin: 15px 0;
}
.ty-minicart-title {
  padding-left: 20px;
  display: inline-block;
  text-decoration: none;
}
.ty-cart-content td.ty-cart-content__product-elem,
.ty-cart-content td.ty-cart-content__title {
  border-bottom: 2px solid #bd7a53;
}
.ty-cart-total {
  background: #EDEFF1;
}
.ty-cart-total__wrapper {
  margin-top: 20px;
  padding: 17px 20px;
  border-top: none;
  background: #fff;
}
.ty-mainbox-body .ty-cart-content__bottom-buttons {
  margin-bottom: 20px;
}
.ty-cart-statistic {
  float: right;
  padding-top: 10px;
}
.ty-cart-statistic__item {
  clear: both;
  overflow: hidden;
  padding: 0 0 15px 0;
  color: #000000;
}
.ty-cart-statistic__title {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 220px;
  text-align: right;
  white-space: normal;
}
.ty-cart-statistic_title_main {
  font-weight: bold;
}
.ty-statistic-list-subtotal-discount,
.ty-statistic-list-discount {
  color: #e74c3c;
}
.ty-cart-statistic__value {
  position: relative;
  display: inline-block;
  width: 140px;
  text-align: right;
}
.ty-cart-statistic__total-title {
  margin-right: 10px;
}
.ty-cart-statistic__total-value {
  display: inline-block;
  width: 140px;
}
.ty-cart-statistic__group {
  padding-bottom: 5px;
}
.ty-cart-statistic__total-list {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
}
.ty-cart-statistic__total {
  padding: 9px 0 0 0;
  text-align: right;
  font-size: 158%;
  font-family: Roboto Condensed;
}
.ty-cart-total__a-estimation {
  display: inline-block;
  margin: 0 2px 0 3px;
  text-transform: uppercase;
  font-size: 85%;
  line-height: 130%;
  border-bottom: 1px solid transparent;
}
.ty-cart-total__a-estimation:hover {
  border-bottom: 1px dotted #222222;
  text-decoration: none;
}
.ty-cart-total__icon-estimation {
  padding: 0 2px;
}
.ty-cart-content__estimation {
  max-width: 480px;
}
.ty-estimation__title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #0b0604;
}
.ty-estimation-buttons__rate {
  float: none;
}
.ty-estimation-buttons .ty-btn + .ty-btn {
  margin-left: 0;
}
.ty-estimation-buttons .ty-btn {
  vertical-align: top;
}
.ty-cart-content-products {
  margin-bottom: 6px;
  position: relative;
  padding: 0 10px;
  border: 1px solid #bdc3c7;
}
.ty-cart-content-products__item {
  padding-top: 15px;
  border-bottom: 1px solid #bd7a53;
}
.ty-cart-content-products__item:last-child {
  border: 0;
}
.ty-discount-info {
  position: relative;
  margin-top: 7px;
  padding: 10px;
  border: 1px solid #bdc3c7;
  background: #fff;
  font-size: 90%;
}
.ty-discount-coupon__ty-control-group {
  margin: 5px 0;
}
.ty-coupons__container {
  float: left;
  padding-right: 25px;
  width: 235px;
}
.ty-coupons__item {
  padding: 0 0 5px;
}
.ty-coupons__item:last-child {
  padding-bottom: 0;
}
.ty-coupons__item-delete,
.ty-coupons__item-delete:hover {
  text-decoration: none;
}
.ty-group-block {
  padding: 10px;
  border: 1px solid #e4bfaa;
  background-color: #e7c7b6;
  border-radius: 3px;
}
.ty-cart-content__estimation #shipping_estimation {
  padding: 20px;
}
.ty-cart-content__estimation .buttons-container-picker {
  padding: 20px;
  border: none;
  background: #eee;
}
.ty-checkout__title {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  font-family: Roboto Condensed;
  text-decoration: uppercase;
}
.ty-checkout__title-icon {
  color: #3a2113;
  vertical-align: middle;
  font-size: 27px;
}
.checkout__block {
  padding: 0 20px;
}
.ty-checkout-buttons {
  padding: 15px 20px;
}
.ty-checkout__terms {
  margin: 25px 0px;
  padding: 15px 20px;
  border: 2px solid #bdc3c7;
  border-radius: 3px;
  background: #fff;
  font-weight: bold;
}
.ty-checkout__shipping-tips {
  color: #7f7f7f;
}
.ty-orders-detail .ty-checkout-buttons {
  padding: 0;
  margin: 0;
}
.ty-step__container {
  margin: 0 0 5px 0;
  position: relative;
}
.ty-step__container .ty-icon-down-micro {
  display: none;
}
.ty-step__container-active {
  margin: 0 0 20px 0;
  background: #fff;
}
.ty-step__container-active .ty-tabs {
  margin-top: 5px;
  padding: 0px 10px;
}
.ty-step__container-active .ty-tabs__content {
  padding: 0;
}
.ty-checkout-buttons {
  padding: 15px 20px 0;
  margin-top: 15px;
}
.ty-step__body-active .ty-address-switch {
  margin: 25px 20px;
}
.ty-step__container-active .ty-step__title-txt {
  margin-left: 42px;
  display: inline-block;
}
.ty-step__container-active .ty-step__title-left {
  background: #FFF;
  color: #3a2113;
}
.ty-step__container {
  background: #7F4829;
}
.ty-step__title,
.ty-step__title-active,
.ty-step__title-complete {
  position: relative;
  padding: 10px 14px 9px 14px;
  margin-top: 0;
  min-height: 26px;
}
.ty-step__title-complete {
  padding-right: 110px;
}
.ty-step__title-complete .ty-step__title-left {
  color: #fff;
  background: #7F4829;
}
.ty-step__title-complete .ty-step__title-txt {
  margin-left: 42px;
  display: inline-block;
  color: #1f110a;
}
.ty-step__title-complete .ty-step__title-right .ty-btn {
  position: absolute;
  right: 8px;
  top: 8px;
}
.ty-step__title-active {
  background: #7F4829;
}
.ty-step__title-arrow {
  display: block;
  width: 35px;
  height: 18px;
  position: absolute;
  font-size: 80px;
  line-height: 0;
  bottom: -30px;
  color: #3a2113;
  left: 35px;
}
.ty-step__title-txt {
  color: white;
  font-size: 20px;
  font-weight: normal;
}
.ty-step__title .ty-step__title-txt {
  font-weight: normal;
  color: #1f110a;
  padding-left: 42px;
  display: inline-block;
}
.ty-step__title-icon {
  position: absolute;
  top: 10px;
  left: 16px;
}
.ty-step-one .ty-checkout-buttons {
  border: 0;
  margin-top: 6px;
}
.ty-step-two .ty-checkout-buttons {
  margin-top: 0;
  padding-top: 0;
}
.ty-step-one .buttons-container {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ty-step__title-left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 46px;
  height: 45px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #3a2113;
}
.ty-step__title-right {
  float: right;
  padding: 4px 0 0 0;
}
.ty-step__body-active {
  padding: 0 0 20px;
}
.ty-step__body-active .select-profile label {
  display: none;
}
.ty-step__body-active .ty-control-group .ty-input-text {
  width: 100%;
}
.ty-checkout__relogin {
  display: inline-block;
  padding: 10px 10px 20px;
}
.ty-checkout__login {
  float: left;
  padding-right: 3%;
  padding-left: 3%;
  width: 46%;
}
.ty-checkout__login .ty-login {
  margin-top: 0;
}
.ty-checkout__register {
  position: relative;
  float: left;
  margin: 0 0 0 3%;
  width: 45%;
}
.ty-checkout__register-content {
  padding-left: 20px;
}
.ty-checkout__register-cancel {
  margin-left: 15px;
}
.ty-checkout__register-methods {
  margin: 0;
  padding: 0;
}
.ty-checkout__register-methods-item {
  margin: 0px;
  padding: 15px 0 0;
}
input.ty-checkout__register-methods-radio {
  float: left;
  margin-top: 2px;
}
.ty-checkout__register-methods-title {
  display: block;
  padding-bottom: 5px;
  overflow: hidden;
}
.ty-checkout__register-methods-hint {
  display: inline-block;
  padding-left: 20px;
  color: #7f7f7f;
  font-size: 95%;
}
.ty-shipping-options__vendor-name {
  display: inline-block;
  padding: 15px 0 10px;
  font-weight: bold;
}
.ty-shipping-options__products {
  margin-left: 15px;
}
.ty-shipping-options__total {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}
.ty-customer-notes {
  padding: 15px 0;
}
.ty-customer-notes__title {
  font-weight: bold;
}
.ty-customer-notes__text {
  width: 100%;
  height: 100px;
}
.ty-checkout__billing-options {
  padding: 0 20px 0;
}
.ty-checkout__billing-options.ty-notab {
  padding: 0px 20px 0;
}
.ty-checkout__billing-tabs .ty-tabs {
  padding-left: 20px;
  border: 0;
}
.ty-credit-card {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px 22px;
  max-width: 363px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: white;
}
.ty-credit-card__control-group {
  position: relative;
}
input.ty-credit-card__input {
  padding: 8px;
  width: 100%;
  height: 40px;
  font-size: 18px;
}
input.ty-credit-card__input-short {
  margin: 0;
  width: 50px;
}
.ty-credit-card__ty-control-group {
  position: relative;
}
.ty-credit-card .help-inline {
  display: none;
}
.ty-credit-card__cvv-field {
  display: inline-block;
  margin: 17px 15px;
  max-width: 190px;
}
.ty-credit-card__cvv-field-input {
  width: 65px;
  font-size: 18px;
  height: 38px !important;
}
.ty-cc-icons {
  position: absolute;
  right: 57px;
  bottom: 25px;
  display: inline-block;
  margin: 0 0 15px;
}
.ty-cc-icons__item {
  position: absolute;
  z-index: 10;
  display: inline-block;
  visibility: hidden;
  padding: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ty-cc-icons__icon {
  display: inline-block;
  margin: 0;
  width: 51px;
  height: 32px;
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/payments.png?1748352221') no-repeat;
}
.ty-cc-icons__item.cc-default,
.ty-cc-icons__item.active {
  visibility: visible;
}
.ty-cc-icons__item .default {
  background-position: -300px 0px;
}
.ty-cc-icons__item .visa-electron {
  background-position: -200px -100px;
}
.ty-cc-icons__item .maestro {
  background-position: 0 -200px;
}
.ty-cc-icons__item .american-express {
  background-position: -100px -200px;
}
.ty-cc-icons__item .discover {
  background-position: -200px -200px;
}
.ty-cc-icons__item  .mastercard {
  background-position: 0px -100px;
}
.ty-cc-icons__item  .visa {
  background-position: -200px 0px;
}
.ty-cvv2-about {
  display: inline-block;
  margin-left: 10px;
}
.touch .ty-cvv2-about {
  display: none;
}
.ty-cvv2-about:hover {
  position: relative;
  text-decoration: none;
}
.ty-cvv2-about__title {
  cursor: pointer;
  color: #222222;
}
.ty-cvv2-about__note {
  display: none;
  padding: 15px 5px;
  width: 340px;
  border: 1px solid #c4764a;
  background-color: #fff;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ty-cvv2-about:hover .ty-cvv2-about__note {
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 100;
  display: block;
}
.ty-cvv2-about__image {
  float: left;
  padding: 0 15px;
}
.ty-cvv2-about__description {
  float: left;
  width: 240px;
}
.ty-cvv2-about__description-title {
  margin: 0;
}
.ty-checkout-summary__block {
  margin-top: 20px;
  width: 100%;
}
.ty-checkout-summary__item {
  padding-bottom: 15px;
}
.ty-checkout-summary__total {
  text-align: left;
}
.ty-checkout-summary__total-sum {
  display: inline-block;
  float: right;
}
.ty-checkout-summary__taxes {
  padding-bottom: 2px;
  font-weight: bold;
}
.ty-checkout-summary__taxes-amount {
  display: inline-block;
  overflow: hidden;
  width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ty-checkout-summary__order_discount {
  color: #E74C3C;
}
.ty-order-products__list {
  padding: 20px 0 0;
}
.ty-order-products__list .ty-product-options {
  display: block;
  padding: 6px 0 0;
  color: #626262;
}
.ty-order-products__item {
  padding: 14px 0;
  border-bottom: 1px solid #bd7a53;
  text-transform: uppercase;
}
.ty-order-products__item:last-child {
  padding-bottom: 5px;
  border: none;
}
.ty-order-products__item:first-child {
  padding-top: 0;
}
.ty-order-products__item-delete {
  visibility: hidden;
  float: right;
}
.ty-order-products__item-delete:hover {
  text-decoration: none;
}
.ty-order-products__item:hover .ty-order-products__item-delete {
  visibility: visible;
}
.ty-order-products__price {
  color: #090909;
}
.ty-order-products__a {
  display: inline-block;
  margin: 2px 0 5px;
  max-width: 238px;
}
.ty-order-products__buttons {
  padding: 14px 0px;
}
.ty-order-products__buttons .text-button {
  color: #E74C3C;
}
.ty-order-info {
  color: #090909;
}
.ty-order-info__title {
  font-weight: bold;
}
.shipping-adress__delim {
  margin-bottom: 15px;
  padding-top: 10px;
  border-bottom: 1px solid #bd7a53;
}
.ty-order-info__profile-field {
  padding: 10px;
}
.ty-order-info__profile-field-item {
  float: none;
  clear: left;
}
.ty-order-info__profile-field .b-firstname,
.ty-order-info__profile-field .b-lastname,
.ty-order-info__profile-field .b-address,
.ty-order-info__profile-field .b-city,
.ty-order-info__profile-field .b-country,
.ty-order-info__profile-field .b-state,
.ty-order-info__profile-field .b-zipcode,
.ty-order-info__profile-field .s-firstname,
.ty-order-info__profile-field .s-lastname,
.ty-order-info__profile-field .s-address,
.ty-order-info__profile-field .s-city,
.ty-order-info__profile-field .s-country,
.ty-order-info__profile-field .s-state,
.ty-order-info__profile-field .s-zipcode {
  float: left;
  clear: none;
  padding-right: 5px;
}
.ty-checkout-complete__create-account {
  width: 49%;
  display: inline-block;
}
.ty-checkout-complete__buttons:before,
.ty-checkout-complete__buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-checkout-complete__buttons:after {
  clear: both;
}
.ty-checkout-complete__buttons-left {
  float: left;
}
.ty-checkout-complete__buttons-right {
  float: right;
}
.ty-checkout-complete__login-info {
  width: 45%;
  margin-left: 5%;
  display: inline-block;
  vertical-align: top;
}
.ty-checkout-complete_width_full {
  width: 100%;
  margin: 0 0 45px 0;
}
.ty-checkout-complete__order-success {
  margin-bottom: 20px;
}
.ty-checkout-complete__button-vmid {
  display: inline-block;
  margin-top: 8px;
}
.ty-multi-checkout {
  padding: 10px 0 8px 20px;
  background: #bdc3c7;
}
.ty-multi-checkout__step {
  display: inline-block;
  margin-right: -0.25em;
  width: 22%;
  vertical-align: middle;
}
.ty-multi-checkout__number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 2px 9px;
  background: rgba(52,73,94,0.5);
  color: #fff;
  vertical-align: middle;
  font-size: 18px;
}
.ty-multi-checkout__complete .ty-multi-checkout__number {
  background: #34495e;
  color: #fff;
}
.ty-multi-checkout__active .ty-multi-checkout__number {
  background: #1abc9c;
  color: #fff;
}
.ty-multi-checkout__a,
.ty-multi-checkout__name {
  display: inline-block;
  width: 60%;
  color: rgba(52,73,94,0.5);
  vertical-align: middle;
}
.ty-multi-checkout__complete .ty-multi-checkout__a {
  color: #34495e;
}
.ty-multi-checkout__active .ty-multi-checkout__a,
.ty-multi-checkout__active .ty-multi-checkout__name {
  color: #fff;
}
.ty-multi-checkout__arrow {
  display: inline-block;
  width: 3%;
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
}
.ty-payments-list {
  float: left;
  margin: 0;
  padding-right: 60px;
}
.ty-payments-list__item {
  padding: 0px 0px 20px 0;
}
input.ty-payments-list__checkbox {
  float: left;
  margin-top: 2px;
}
.ty-payments-list__checkbox:checked + .ty-payments-list__item-group {
  font-weight: bold;
}
.ty-payments-list__item-group {
  padding-left: 20px;
  color: #0b0604;
}
.ty-payments-list__description {
  padding-top: 5px;
  margin-bottom: 10px;
  font-weight: normal;
}
.ty-payments-list__instruction {
  display: inline-block;
  width: 255px;
  margin-bottom: 10px;
  color: #7F4829;
}
@media (max-width: 767px) {
  .ty-payments-list__instruction {
    width: initial;
  }
}
.ty-payments-list__instruction h2 {
  margin-top: 0;
}
div .ty-newsletters {
  margin-bottom: 0px;
}
.ty-payments-list__instruction h2 {
  font-weight: bold;
  font-size: 135%;
  line-height: 130%;
}
.ty-payments-list__instruction p {
  padding-top: 10px;
  line-height: 150%;
}
.ty-payment-method-iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 700px;
  background: #c0c0c0;
  opacity: 0.9;
}
.ty-payment-method-iframe__label {
  position: relative;
  top: 350px;
  padding: 10px;
  height: 50px;
}
.ty-payment-method-iframe__text {
  position: relative;
  top: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.ty-payment-method-iframe__box {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 700px;
}
.ty-orders-detail {
  position: relative;
}
.ty-orders-detail .tabs {
  margin-top: 20px;
}
.ty-orders-detail .ty-subheaders-group {
  margin: 0;
}
.ty-orders__actions {
  margin: 0 0 25px 0;
}
.ty-orders__actions .ty-btn + .ty-btn {
  margin-left: 30px;
}
.ty-orders__actions-right {
  float: right;
}
.ty-orders__actions-right-item {
  float: left;
  margin-left: 25px;
}
.ty-profiles-info {
  margin-top: 20px;
  vertical-align: top;
}
.ty-profiles-info:before,
.ty-profiles-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-profiles-info:after {
  clear: both;
}
.ty-profiles-info__item {
  float: left;
  margin-right: 3%;
  width: 30%;
}
.ty-profiles-info__title {
  margin-bottom: 5px;
  font-size: 15px;
}
.ty-profiles-info__field {
  padding-top: 12px;
}
.ty-profiles-info__field .ty-info-field {
  margin-bottom: 5px;
}
.ty-profiles-info__field .ty-info-field:before,
.ty-profiles-info__field .ty-info-field:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-profiles-info__field .ty-info-field:after {
  clear: both;
}
.ty-orders-detail__products {
  margin-top: 25px;
}
.ty-orders-detail__table {
  width: 100%;
  margin-top: 10px;
}
.ty-orders-detail__table td > a {
  text-transform: uppercase;
}
.ty-orders-detail__table .ty-control-group {
  margin: 0;
}
.ty-orders-detail__table-product {
  width: 65%;
}
.ty-orders-detail__table-price {
  width: 15%;
  text-align: right;
}
.ty-orders-detail__table-quantity {
  width: 10%;
}
.ty-orders-detail__table-subtotal {
  text-align: right;
}
.ty-orders-notes {
  margin-top: 28px;
}
.ty-orders-notes__body {
  position: relative;
  margin-top: 19px;
  padding: 15px;
  border: 1px solid #ddd;
  border-color: #7F4829;
  line-height: 150%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ty-orders-summary {
  margin-top: 28px;
}
.ty-orders-summary__wrapper {
  float: left;
  min-width: 52%;
}
.ty-orders-summary__table {
  width: 100%;
}
.ty-orders-summary__row {
  border-bottom: 1px dashed #E3E9EC;
}
.ty-orders-summary__row:last-child {
  border-bottom: 0px;
}
.ty-orders-summary__total {
  font-weight: bold;
}
.ty-orders-summary__wrapper td {
  padding: 13px 10px 11px 0;
  vertical-align: top;
}
.ty-orders-summary__taxes-description {
  padding-top: 5px;
}
.ty-orders-summary__right {
  float: right;
}
.ty-orders-shipment__info {
  margin-top: 30px;
}
.ty-orders-shipment__table {
  width: 100%;
  margin-top: 10px;
}
.ty-orders-search {
  position: relative;
  width: 100%;
}
.ty-orders-search__item {
  vertical-align: top;
}
.ty-orders-search__user-info {
  margin: 0;
  padding: 0;
}
.ty-orders-repay {
  margin-top: 30px;
}
.ty-orders-repay .tabs-content {
  padding-left: 20px;
}
.ty-order-status {
  margin: 5% auto;
  padding: 15px 15px 15px 40px;
  width: 920px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7 url('../../../../../../../../design/themes/graceful/media/images/icons/ajax.gif?1748352221') no-repeat 15px center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ty-license-agreement__checkbox__checkbox {
  font-weight: bold;
}
.ty-orders-promotion {
  margin-top: 30px;
}
.ty-orders-promotion__title {
  font-size: 16px;
}
.ty-orders-promotion__description {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 10px;
  padding: 10px;
}
.ty-exception {
  position: relative;
  margin: 50px 0px 30px 0px;
  padding: 40px 0px 70px 0px;
}
.ty-exception__code {
  top: 92px;
  left: 63px;
  display: inline-block;
  width: 300px;
  color: #e42020;
  text-align: center;
  font-weight: bold;
  font-size: 86px;
  line-height: 70px;
}
.ty-exception__code-txt {
  display: block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
}
.ty-exception__title-info {
  display: inline-block;
  padding-left: 30px;
}
.ty-exception__title {
  padding: 0px 0px 25px 0px;
  font-size: 25px;
  font-weight: normal;
  color: #000;
}
.ty-exception__info {
  padding: 0px 0px 30px 0px;
  color: #3c3c3c;
  font-size: 110%;
}
.ty-exception__links {
  margin: 0px 20px 0px 0px;
}
.ty-exception__links-item {
  float: left;
  list-style-type: none;
  margin-right: 20px;
}
.ty-exception__links-a {
  text-decoration: underline;
  cursor: pointer;
}
.ty-sitemap {
  margin-bottom: 10px;
}
.ty-sitemap__section-title {
  display: block;
  padding: 10px 0 7px 0;
  border-color: #e0b69e;
  border-bottom: 1px solid #bd7a53;
  font-size: 16px;
}
.ty-sitemap__section-wrapper {
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 33%;
}
.ty-sitemap__tree {
  margin: 20px 0 15px 0;
}
.ty-sitemap__tree-section-list {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  min-height: 165px;
  width: 33%;
  font-size: 12px;
}
.ty-sitemap__section-sub-title {
  font-weight: bold;
  font-size: 120%;
}
.ty-sitemap__tree-list-item {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0;
}
.ty-sitemap__tree-list-item {
  padding: 5px 0;
}
.ty-company-fields {
  margin-bottom: 50px;
}
.ty-company-fields .ty-input-text,
.ty-company-fields .ty-input-textarea-long {
  width: 100%;
}
.ty-company-fields select {
  width: 100%;
}
.ty-companies {
  padding: 20px 0;
  border-bottom: 1px solid #bd7a53;
}
.ty-companies:before,
.ty-companies:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-companies:after {
  clear: both;
}
.ty-companies__info {
  overflow: hidden;
  padding-left: 25px;
}
.ty-companies__img {
  float: left;
  text-align: center;
}
.ty-company-title {
  display: inline-block;
  padding: 5px 0;
}
.ty-company-detail__top-links {
  line-height: 20px;
}
.ty-company-detail__view-products {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  cursor: pointer;
}
.ty-company-detail__categories {
  margin-top: 10px;
}
.ty-company-detail__table {
  width: 100%;
  margin-top: 10px;
}
.ty-company-detail__info-title {
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #404040;
  font-weight: bold;
  font-size: 115%;
}
.ty-company-detail__logo {
  float: left;
  overflow: hidden;
  margin: 0 100px 20px 0;
  width: 160px;
  height: 100px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 100px;
}
.ty-company-detail__logo:before,
.ty-company-detail__logo:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-company-detail__logo:after {
  clear: both;
}
.ty-company-detail__logo .ty-no-image {
  width: 160px !important;
  height: 100px !important;
}
.ty-company-detail__info {
  overflow: hidden;
  margin-top: 25px;
}
.ty-company-detail__info:before,
.ty-company-detail__info:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-company-detail__info:after {
  clear: both;
}
.ty-company-image {
  vertical-align: middle;
}
.ty-company-detail__info-list {
  float: left;
  margin-bottom: 20px;
  max-width: 240px;
  word-break: break-all;
}
.ty-company-detail_info-first {
  margin-right: 10%;
}
.ty-company-detail__ty-control-group {
  padding-top: 3px;
}
.ty-company-detail__control-label {
  display: inline-block;
  width: 65px;
}
.ty-company-info {
  margin: 45px 0 0 58px;
  padding-bottom: 280px;
  background: url('../../../../../../../../design/themes/graceful/media/images/company_vendor.png?1748352221') no-repeat bottom center;
}
.ty-company-info h4 {
  padding-bottom: 10px;
  font-size: 19px;
}
.ty-company-info ul li {
  margin-bottom: 11px;
  margin-left: 17px;
  padding: 2px 0;
  list-style-type: disc;
}
.ty-entry-page__item {
  margin: 3px 0;
  padding: 8px;
}
.ty-entry-page__a {
  display: block;
}
.ty-categories-picker {
  margin-top: -1px;
  width: 100%;
}
.ty-categories-picker__title,
.ty-categories-picker__item {
  padding: 12px;
  border: 1px solid #ecf0f1;
  text-align: left;
}
.ty-categories-picker .ty-dir-list {
  color: #b3b3b3;
}
.ty-tree-space {
  display: inline-block;
  width: 10px;
}
.download {
  margin-top: 20px;
}
.ty-download__table {
  width: 100%;
  margin: 11px 0 35px 0;
}
.ty-download-icon {
  margin-right: 5px;
  color: #BDC3C7;
}
.ty-download__empty {
  color: #7F4829;
}
.ty-download__icon {
  margin-left: 5px;
  font-size: 120%;
}
.ty-filters-search:before,
.ty-filters-search:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-filters-search:after {
  clear: both;
}
.ty-filters-search__title {
  padding: 5px 0;
  font-weight: bold;
}
.ty-filters-search__item {
  padding: 0 20px 10px 0;
}
.ty-filters-search__scroll {
  overflow-y: auto;
  padding: 5px 5px 0;
  height: 130px;
  background: #fff;
  border: 1px solid #58321d;
}
.ty-filters-search__input-text {
  max-width: 200px;
  width: 100%;
}
.ty-top-panel {
  position: fixed;
  width: 100%;
  z-index: 500;
}
.ty-top-panel-padding {
  padding-top: 36px;
}
.ty-top-panel__wrapper {
  position: relative;
  z-index: 100;
  overflow: hidden;
  height: 35px;
  border-bottom: 1px solid #262626;
  background: #333 url('../../../../../../../../design/themes/graceful/media/images/csse_bg.png?1748352221');
}
.ty-top-panel__title {
  float: left;
  margin: 0 0 0 15px;
  color: #d3d3d3;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
}
.ty-top-panel__logo {
  display: inline-block;
  width: 20px;
  float: left;
  padding: 0 15px;
  height: 36px;
  border-right: 1px solid #282828;
  -webkit-box-shadow: 1px 0px 0px 0px #393939;
  -moz-box-shadow: 1px 0px 0px 0px #393939;
  box-shadow: 1px 0px 0px 0px #393939;
}
.ty-top-panel__logo-link:hover {
  text-decoration: none;
}
.ty-top-panel__icon-basket {
  position: relative;
  top: 7px;
  color: #666666;
  font-size: 20px;
}
.ty-top-panel__icon-basket:hover {
  color: #f3f3f3;
}
.ty-top-panel__timer {
  color: #cfcfcf;
  margin-right: 15px;
}
.ty-top-panel__close {
  width: 9px;
  padding: 0 15px;
  color: #969696;
  font-size: 12px;
}
.ty-top-panel__close:hover {
  background: rgba(0,0,0,0.3);
  color: #f3f3f3;
  text-decoration: none;
}
.ty-top-panel-action {
  float: right;
  line-height: 36px;
}
.ty-top-panel-action__setting {
  padding: 0 15px;
  width: 22px;
}
.ty-top-panel-action__setting:hover,
.ty-top-panel-action__setting.active {
  background: rgba(0,0,0,0.3);
  text-decoration: none;
}
.ty-top-panel-action__setting:hover .ty-top-panel-action__icon-setting {
  color: #f3f3f3;
}
.ty-top-panel-action__icon-setting {
  color: #969696;
  font-size: 22px;
  position: relative;
  top: 3px;
}
.ty-top-panel-action_item {
  display: inline-block;
  border-right: 1px solid #282828;
  -webkit-box-shadow: 1px 0px 0px 0px #393939;
  -moz-box-shadow: 1px 0px 0px 0px #393939;
  box-shadow: 1px 0px 0px 0px #393939;
}
.minimize-label {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1000;
  width: 35px;
  height: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #4d4d4d;
  text-decoration: none;
  opacity: 0.7;
}
.minimize-label:hover {
  opacity: 1;
}
.minimize-label__icon {
  position: absolute;
  top: -2px;
  left: 11px;
  color: #ccc;
  font-size: 22px;
}
.ty-top-panel-btn {
  margin-right: 15px;
  padding: 3px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #636363;
  background-image: -moz-linear-gradient(top,#6d6d6d,#555555);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6d6d6d),to(#555555));
  background-image: -webkit-linear-gradient(top,#6d6d6d,#555555);
  background-image: -o-linear-gradient(top,#6d6d6d,#555555);
  background-image: linear-gradient(to bottom,#6d6d6d,#555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff555555', GradientType=0);
  -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.3);
  -moz-box-shadow: inset 0 1px rgba(255,255,255,0.3);
  box-shadow: inset 0 1px rgba(255,255,255,0.3);
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  font-size: 12px;
  cursor: pointer;
}
.ty-top-panel-btn:hover {
  background-color: #7d7d7d;
  background-image: -moz-linear-gradient(top,#878787,#6e6e6e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#878787),to(#6e6e6e));
  background-image: -webkit-linear-gradient(top,#878787,#6e6e6e);
  background-image: -o-linear-gradient(top,#878787,#6e6e6e);
  background-image: linear-gradient(to bottom,#878787,#6e6e6e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787', endColorstr='#ff6e6e6e', GradientType=0);
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.ty-top-panel-btn:active {
  background-color: #5f5f5f;
  background-image: -moz-linear-gradient(top,#555555,#6e6e6e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#555555),to(#6e6e6e));
  background-image: -webkit-linear-gradient(top,#555555,#6e6e6e);
  background-image: -o-linear-gradient(top,#555555,#6e6e6e);
  background-image: linear-gradient(to bottom,#555555,#6e6e6e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff6e6e6e', GradientType=0);
  -webkit-box-shadow: inset 0 -1px rgba(255,255,255,0.05);
  -moz-box-shadow: inset 0 -1px rgba(255,255,255,0.05);
  box-shadow: inset 0 -1px rgba(255,255,255,0.05);
  color: #fff;
  text-shadow: none;
  font-size: 12px;
}
.te-mode {
  margin-left: 300px;
}
.te-mode .ty-ajax-loading-box {
  margin-left: 156px;
}
html #jquery-overlay {
  z-index: 1060;
}
html #jquery-lightbox {
  z-index: 1070;
}
.homepage-banners {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ty-homepage-vendors {
  margin-top: 35px;
  margin-right: 40px;
  padding: 15px 0 30px 0;
  -webkit-box-shadow: inset -60px 0 60px -30px #ff1fea;
  -moz-box-shadow: inset -60px 0 60px -30px #ff1fea;
  box-shadow: inset -60px 0 60px -30px #ff1fea;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.ty-homepage-vendors ul {
  margin: 15px 15px 0 0;
}
.ty-homepage-vendors ul li {
  padding: 5px 0;
}
.ty-pagination {
  padding: 0px 0 0px;
  text-align: left;
}
.ty-pagination__items {
  display: inline-block;
}
.ty-pagination__item,
.ty-pagination__selected {
  display: inline-block;
  min-width: 18px;
  margin: 0 3px 3px;
  padding: 6px 9px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.ty-pagination__item:hover {
  color: #7F4829;
}
.ty-pagination__selected {
  color: #fff;
  background: #7F4829;
}
.ty-pagination__range,
.ty-pagination__btn {
  margin: 0 4px;
  padding: 6px 12px;
  width: auto;
}
.ty-pagination__prev:hover,
.ty-pagination__btn:hover {
  color: #222222;
}
.ty-pagination__next:hover {
  color: #7F4829;
  cursor: pointer;
}
.ty-pagination__text {
  font-size: 16px;
  text-transform: uppercase;
}
.ty-tabs {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #7F4829;
  vertical-align: bottom;
}
.ty-tabs__list {
  vertical-align: bottom;
}
.ty-tabs__item,
.ty-tabs .subtab {
  float: left;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: bottom;
  white-space: nowrap;
  border-radius: 0;
}
.ty-tabs__item:after,
.ty-tabs .subtab:after {
  content: "";
  display: block;
  background: #DDD;
  width: 1px;
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
}
.ty-tabs__list > li:first-child {
  padding-left: 0;
}
.ty-tabs__list > li:last-child:after {
  width: 0px;
}
.ty-tabs__a,
.ty-tabs .subtab a {
  display: block;
  border-bottom: 2px solid rgba(0,0,0,0);
  font-family: Roboto Condensed;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.active .ty-tabs__a,
.active .ty-tabs .subtab a {
  border-bottom-color: #B2714C;
}
.ty-tabs__a:hover,
.ty-tabs .subtab a:hover {
  text-decoration: none;
  color: #7F4829;
}
.tab-list-title {
  margin: 50px 0 15px 0px;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
  font-weight: normal;
}
.ty-tabs .open .dropdown-menu {
  display: block;
}
.ty-tabs .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.ty-tabs .dropdown-menu li.active {
  float: none;
  border: 0;
  margin: 0;
}
.ty-tabs .dropdown-menu li {
  display: block;
  margin: 0;
  float: none;
  background: none;
  border: 0px;
}
.ty-tabs .subtab {
  float: right !important;
}
.ty-tabs .ty-icon-down-dir {
  position: relative;
  float: none;
  top: 0;
  left: 0;
  margin: 0 2px;
}
.ty-ajax-loading-box__inner {
  display: none;
  margin: 0 10px 0 5px;
  padding: 6px 0 6px 27px;
  color: #fff;
  font-weight: bold;
}
.ty-ajax-loading-box {
  position: fixed;
  top: 50%;
  right: 50%;
  left: 50%;
  z-index: 100001;
  display: none;
  overflow: visible;
  margin-top: -26px;
  margin-left: -26px;
  padding: 0px;
  min-height: 52px;
  width: 52px;
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/ajax_loader.gif?1748352221') no-repeat 10px 10px #0d0d0d;
  opacity: 0.8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ty-ajax-loading-box_text_block {
  min-width: 120px;
  min-height: 76px;
  background-position: 44px 10px;
}
.ty-ajax-loading-box-with__text-wrapper {
  color: #fff;
  margin-top: 50px;
  display: block;
  margin-left: 0px;
  width: 110px;
  padding: 0px 5px 5px 5px;
  text-align: center;
}
.ty-ajax-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  display: none;
}
.notification-content-extended {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1031;
  margin: -40px 0 0 -320px;
  min-height: 140px;
  width: 640px;
  color: #000;
  background-color: none;
  border: none;
}
.notification-content-extended .ty-product-notification__body {
  overflow: auto;
}
.notification-body-extended {
  color: #222222;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.notification-container {
  position: fixed;
  top: 0;
  right: 40px;
  z-index: 1022;
  min-width: 300px;
  width: 40%;
}
.notification-container-top {
  top: 10px;
}
.notification-content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px 10px 18px;
  line-height: 150%;
  border-radius: 2px;
}
.notification-content strong {
  margin-right: 7px;
}
.notification-content-extended h1 {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 20px;
  border: none;
  background: #fff;
  font-weight: normal;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
.notification-content-extended h1 span {
  position: absolute;
  top: 17px;
  right: 21px;
  margin: 0;
  color: #222;
  background: none;
  text-indent: 0;
  font: 20px/1 'glyphs';
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.notification-content-extended h1 span:before {
  font-family: 'glyphs';
  content: "\e009";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.notification-content-extended h1 span:hover {
  opacity: 1;
}
.close {
  position: absolute;
  top: 5px;
  right: 7px;
  float: right;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 15px;
  cursor: pointer;
  -webkit-appearance: none;
}
.close:hover {
  text-decoration: none;
  cursor: pointer;
}
.alert-success,
.alert-warning,
.alert-error {
  position: relative;
  margin: 7px 0 7px 0;
  border: 1px solid;
  font-size: 100%;
}
.alert-success {
  border-color: #8bc045;
  background: #4ab848;
  color: ;
}
.alert-success .close {
  color: ;
}
.alert-warning {
  border-color: #f39c12;
  background: #f5e08c;
  color: #ac6e0b;
}
.alert-warning .close {
  color: #f39c12;
}
.alert-error {
  border-color: #c0392b;
  background: #eb7064;
  color: white;
}
.alert-error .close {
  color: #c0392b;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel:hover .owl-controls .owl-buttons div {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoheight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-buttons {
  color: #000000;
}
.owl-pagination {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeout .7s both ease;
  -moz-animation: fadeout .7s both ease;
  animation: fadeout .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadein .7s both ease;
  -moz-animation: fadein .7s both ease;
  animation: fadein .7s both ease;
}
.owl-backslide-out {
  -webkit-animation: backslideout 1s both ease;
  -moz-animation: backslideout 1s both ease;
  animation: backslideout 1s both ease;
}
.owl-backslide-in {
  -webkit-animation: backslidein 1s both ease;
  -moz-animation: backslidein 1s both ease;
  animation: backslidein 1s both ease;
}
.owl-godown-out {
  -webkit-animation: scaletofade .7s ease both;
  -moz-animation: scaletofade .7s ease both;
  animation: scaletofade .7s ease both;
}
.owl-godown-in {
  -webkit-animation: godown .6s ease both;
  -moz-animation: godown .6s ease both;
  animation: godown .6s ease both;
}
.owl-fadeup-in {
  -webkit-animation: scaleupfrom .5s ease both;
  -moz-animation: scaleupfrom .5s ease both;
  animation: scaleupfrom .5s ease both;
}
.owl-fadeup-out {
  -webkit-animation: scaleupto .5s ease both;
  -moz-animation: scaleupto .5s ease both;
  animation: scaleupto .5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backslideout {
  25% {
    opacity: .5;
    -webkit-transform: translatez(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translatez(-500px) translatex(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translatez(-500px) translatex(-200%);
  }
}
@-moz-keyframes backslideout {
  25% {
    opacity: .5;
    -moz-transform: translatez(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translatez(-500px) translatex(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translatez(-500px) translatex(-200%);
  }
}
@keyframes backslideout {
  25% {
    opacity: .5;
    transform: translatez(-500px);
  }
  75% {
    opacity: .5;
    transform: translatez(-500px) translatex(-200%);
  }
  100% {
    opacity: .5;
    transform: translatez(-500px) translatex(-200%);
  }
}
@-webkit-keyframes backslidein {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translatez(-500px) translatex(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translatez(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatez(0) translatex(0);
  }
}
@-moz-keyframes backslidein {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translatez(-500px) translatex(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translatez(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translatez(0) translatex(0);
  }
}
@keyframes backslidein {
  0%,
  25% {
    opacity: .5;
    transform: translatez(-500px) translatex(200%);
  }
  75% {
    opacity: .5;
    transform: translatez(-500px);
  }
  100% {
    opacity: 1;
    transform: translatez(0) translatex(0);
  }
}
@-webkit-keyframes scaletofade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}
@-moz-keyframes scaletofade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}
@keyframes scaletofade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}
@-webkit-keyframes godown {
  from {
    -webkit-transform: translatey(-100%);
  }
}
@-moz-keyframes godown {
  from {
    -moz-transform: translatey(-100%);
  }
}
@keyframes godown {
  from {
    transform: translatey(-100%);
  }
}
@-webkit-keyframes scaleupfrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleupfrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleupfrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleupto {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleupto {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleupto {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  color: #fff;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #222222;
  text-indent: -999px;
  -webkit-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
  -moz-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
  -o-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
  transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
  overflow: hidden;
}
.owl-theme .owl-controls .owl-buttons div:before {
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 8px;
  left: 5px;
  font-size: 22px;
  text-indent: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\e81e';
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: '\e81f';
}
.have-bg-class .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}
.have-bg-class .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  background: #bdc3c7;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
}
.owl-item.loading {
  min-height: 150px;
  background: url('../../../../../../../../design/themes/graceful/media/images/icons/ajax_loader.gif?1748352221') no-repeat center center;
}
.owl-more-theme .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.owl-more-theme .owl-prev,
.owl-more-theme .owl-next {
  position: absolute;
  padding: 3px 8px 0 8px;
}
.owl-more-theme .owl-prev i,
.owl-more-theme .owl-next i {
  font-size: 30px;
}
.owl-more-theme .owl-prev {
  left: -35px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.owl-more-theme .owl-next {
  right: -35px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
ul.social-networks {
  padding: 0px;
}
ul.social-networks li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}
ul.social-networks li a {
  display: inline-block;
  line-height: 26px;
  border: 2px solid #cccccc;
  text-align: center;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  width: 26px;
  height: 26px;
  -moz-transition: border 300ms, background 600ms;
  -o-transition: border 300ms, background 600ms;
  -webkit-transition: border 300ms, background 600ms;
  transition: border 300ms, background 600ms;
}
ul.social-networks li a i {
  font-size: 14px;
  line-height: 1;
  color: #cccccc;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}
ul.social-networks li a.icon-social-play i {
  position: relative;
  top: 2px;
  left: 1px;
  font-size: 20px;
}
ul.social-networks li a:hover {
  background: #666666;
  border-color: #666666;
}
ul.social-networks li a:hover i {
  color: #fff;
}
ul.social-networks li a:hover.icon-social-facebook {
  background: #3B5998;
  border-color: #3B5998;
}
ul.social-networks li a:hover.icon-social-twitter {
  background: #55ACEE;
  border-color: #55ACEE;
}
ul.social-networks li a:hover.icon-social-gplus {
  background: #DD4B39;
  border-color: #DD4B39;
}
ul.social-networks li a:hover.icon-social-instagram {
  background: #517fa4;
  border-color: #517fa4;
}
ul.social-networks li a:hover.icon-social-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
}
ul.social-networks li a:hover.icon-social-play {
  background: #c4302b;
  border-color: #c4302b;
}
ul.social-networks li a:hover.icon-social-vimeo {
  background: #44bbff;
  border-color: #44bbff;
}
ul.social-networks li a:hover.icon-social-pinterest {
  background: #c8232c;
  border-color: #c8232c;
}
ul.social-networks li a:hover.icon-social-linkedin {
  background: #0e76a8;
  border-color: #0e76a8;
}
ul.social-networks li a:hover.icon-social-tumblr {
  background: #35465c;
  border-color: #35465c;
}
.ty-icon-star:before {
  color: #ffd700;
}
.ty-icon-star-half {
  position: relative;
}
.ty-icon-star-half:before {
  color: #919191;
}
.ty-icon-star-half:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #ffd700;
}
.ty-icon-star-empty:before {
  color: #919191;
}
a:hover .ty-icon-star-empty:before,
a:hover .ty-icon-star-half:before,
a:hover .ty-icon-star-half:after,
a:hover .ty-icon-star:before {
  color: #919191;
}
a:hover .ty-icon-star-empty,
a:hover .ty-icon-star-half,
a:hover .ty-icon-star {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
body .ty-rating:not(:checked) > .ty-rating__label:before {
  content: '\e804';
  color: #919191;
}
body .ty-rating:not(:checked) > .ty-rating__label:hover:before,
body .ty-rating:not(:checked) > .ty-rating__label:hover ~ .ty-rating__label:before {
  content: '\e804';
  color: #ffd700;
}
.product-top-nav .ty-discussion__rating-wrapper {
  float: right;
  margin-bottom: 0;
}
.product-top-nav .ty-discussion__rating-wrapper .ty-stars {
  display: block;
  margin: 0;
  text-align: right;
}
.product-top-nav .ty-discussion__rating-wrapper .ty-stars i {
  font-size: 22px;
}
.product-top-nav .ty-discussion__rating-wrapper .ty-discussion__review-write {
  margin: 0;
}
div.ty-discussion-post {
  margin: 10px 0;
}
.ty-discussion-post-popup .object-container {
  padding: 20px;
}
.ui-dialog-content .buttons-container-picker {
  background: #eee;
  border-top: 0;
}
div.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:before,
div.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover:before,
div.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover ~ .ty-rating__label:before,
div.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover:before,
div.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover ~ .ty-rating__label:before,
div.ty-rating > .ty-rating__label:hover ~ .ty-rating__check:checked ~ .ty-rating__label:before {
  content: '\e804';
  color: #ffd700;
}
div.ty-news {
  margin-top: 0;
}
h3.ty-news__title {
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3.ty-news__title {
    margin-top: 30px;
  }
}
.divider {
  margin: 20px 0;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .tygh-footer .divider {
    border: none;
  }
}
div.ty-gift-certificate {
  margin-top: 0px;
}
div .ty-tags-list__a:hover {
  background: #7F4829;
}
div .ty-tags-list__a:hover:before {
  border-right-color: #7F4829;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  overflow: hidden;
}
div .blog-menu .ty-menu__item.ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link,
.no-touch div .blog-menu .ty-menu__items.cm-responsive-menu .ty-menu__item.ty-menu__item-active > .ty-menu__submenu-item-header a.ty-menu__item-link {
  color: #7F4829;
}
.blog-menu .ty-menu__item .ty-menu__item-link {
  border: 0;
}
.blog-menu .ty-menu__item .ty-menu__item-link,
.blog-menu .ty-menu__item:hover .ty-menu__item-link {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7F4829;
}
.blog-menu .ty-menu__item .ty-menu__item-link:before,
.blog-menu .ty-menu__item:hover .ty-menu__item-link:before {
  display: none;
}
.no-touch div .blog-menu .ty-menu__items.cm-responsive-menu .ty-menu__item .ty-menu__submenu-item-header:hover a.ty-menu__item-link {
  border: 0;
  color: #7F4829;
}
.blog .ty-product-list {
  padding: 15px;
}
.blog .ty-product-list .blog-title h1 {
  margin-top: 0;
}
.cp-info-block {
  background: #FFF;
  border: 1px solid #7F4829;
}
.cp-info-block .ty-wysiwyg-content p.cp-right-align {
  bottom: 0;
  position: absolute;
  right: 20px;
}
.cp-info-block .ty-sidebox-important__body {
  padding: 0 20px 0 20px;
  height: 205px;
}
.cp-info-block .ty-wysiwyg-content,
.cp-info-block .ty-wysiwyg-content p {
  color: #000000;
  text-align: justify;
}
.cp-info-block .ty-wysiwyg-content p {
  margin: 2px 0 6px 0;
}
.cp-info-block .ty-wysiwyg-content a {
  text-decoration: none;
}
.object-container .ty-login-popup .cm-processed-form {
  padding: 0;
  overflow-x: visible;
}
@media (max-width: 767px) {
  div.buttons-container-picker {
    margin: 0;
  }
}
.ty-search-block form.ls-visible {
  display: block !important;
}
.cp-news-block .page-title {
  background: #fff;
}
h3.ty-sidebox-important__title {
  margin-top: 0;
}
.product-quick-view .ty-product-block__wrapper {
  background: #fff;
}
.ty-mainbox-body .subcategories {
  margin-bottom: 35px;
}
.tygh-header,
.tygh-top-panel {
  background-image: none;
}
.ty-helper-container {
  background-attachment: fixed;
}
#tygh_container .cp-floating-menu {
  background: #FFFBD6 !important;
  top: 54px !important;
}
.cloudzoom-zoom .cloudzoom-caption {
  background-color: #7F4829;
  color: #FFFBD5;
}
.ty-product-notification__buttons {
  background: #FFFBD5;
}
.notification-content-extended h1 {
  background: #BD7A53;
  background: -webkit-linear-gradient(#BD7A53 0%,#814A2A 100%);
  background: -moz-linear-gradient(#BD7A53 0%,#814A2A 100%);
  background: -o-linear-gradient(#BD7A53 0%,#814A2A 100%);
  background: -ms-linear-gradient(#BD7A53 0%,#814A2A 100%);
  background: linear-gradient(#BD7A53 0%,#814A2A 100%);
  color: #FFFBD5;
}
.cp-floating-menu .cp-floating-menu-sub {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.cp-floating-menu .cp-floating-menu-sub ul.cm-responsive-menu {
  float: left;
}
.ty-logo-container__image {
  width: 100%;
}
.cp-floating-menu-qm .ty-logo-container__image {
  width: 200px;
}
li.ty-menu__item.ty-menu__menu-btn.visible-phone.open-menu-button {
  background: #7F4829;
  top: -37px;
  left: 0;
  width: 37px;
}
.tygh-top-panel.cp-floating-menu-qm {
  background: #FFFBD6;
}
@media (max-width: 979px) and (min-width: 768px) {
  .main-menu-block-grid {
    width: 100%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  body .ty-menu__item .ty-menu__item-link {
    padding: 11px 8px;
    font-size: 13px;
  }
}
.tygh-header > div {
  padding-top: 0px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .top-menu {
    margin-top: 3px !important;
  }
}
.ty-sidebox__title {
  position: relative;
}
@media (max-width: 767px) {
  .tygh-header {
    margin-bottom: -15px;
  }
}
#shipping_estimation_block .object-container {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .ty-menu__item .ty-menu__item-link {
    border-top: 0;
  }
  .cp-top-menu .cm-responsive-menu {
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .ty-sidebox__body {
    display: none;
  }
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .ty-orders__actions-right {
    float: none;
  }
}
@media (max-width: 979px) {
  .ty-sidebox__body-toggle {
    display: block;
  }
  .ty-select-block__a {
    margin-right: 0;
  }
  .popup-content .ty-cart-items {
    max-height: none;
    width: auto;
  }
  .ty-grid-list__item .ty-icon-left-circle,
  .ty-grid-list__item .ty-icon-right-circle {
    visibility: visible;
  }
  .ty-product-empty {
    display: none;
  }
  .wish-list-empty > div:first-child .ty-product-empty {
    display: block;
  }
  .ty-compare-menu {
    position: relative;
    height: auto;
    width: 100%;
    background: none;
  }
  .ty-compare-menu__item {
    display: inline-block;
    text-align: center;
  }
  .ty-compare-products {
    margin-left: 0px;
  }
  .ty-compare-products__item {
    width: 218px;
  }
  .ty-exception__code {
    display: block;
    width: 100%;
  }
  .ty-exception__title-info {
    display: block;
    padding-left: 0px;
    text-align: center;
  }
  .ty-exception__links {
    margin: 0px;
  }
  .ty-exception__links-item {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  h3.ty-social-link__title {
    display: block;
    margin-top: 21px;
    margin-bottom: 10px;
  }
  .ty-payment-icons .ty-payment-icons__item {
    margin-left: 5px;
  }
  .ty-sort-container {
    padding-left: 0px;
  }
  .ty-product-block__note {
    width: 100%;
  }
  .ty-product-options__item-label {
    display: block;
    width: 100%;
    float: none;
  }
  .ty-product-options__description,
  .ty-product-block__option .help-inline {
    margin-left: 0;
  }
  .ty-product-variant-image {
    margin-left: 0;
  }
  .ty-multi-checkout__step {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .ty-multi-checkout__arrow {
    display: none;
  }
  .ty-pagination__btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ty-menu__item .ty-menu__item-link {
    padding: 14px 15px;
  }
  .ty-menu__submenu-items .ty-top-mine__submenu-col {
    min-width: 160px;
    margin-right: 13px;
    margin-bottom: 20px;
  }
  .ty-top-mine__submenu-col:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 767px) {
  .ty-cart-content .ty-cart-content__product-elem,
  .ty-cart-content .ty-cart-content__title {
    border: 0;
  }
}
@media (max-width: 767px) {
  .tygh-header {
    margin-bottom: 30px;
  }
  .ty-logo-container {
    margin-top: 0;
  }
  .ty-table__responsive-content {
    position: relative;
  }
  .ty-table__responsive-content .ty-icon-cancel-circle {
    position: absolute;
    right: -25px;
    top: 3px;
  }
  .ty-icon-cancel-circle {
    font-size: 32px;
  }
  .homepage-banners {
    margin-top: 0;
  }
  .owl-theme .owl-controls .owl-buttons div {
    opacity: 0.85;
    filter: alpha(opacity=85);
  }
  .ty-grid-list__image .wishlist-button-cell .ty-btn {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ty-tags-summary .ty-tags-summary__group-delete {
    visibility: visible;
    margin-left: -35px;
  }
  .ty-compare-products__delete {
    visibility: visible;
  }
  .ty-compare__wrapper {
    padding-top: 5px;
  }
  .top-menu {
    position: relative;
    float: none;
    width: initial;
    clear: both;
  }
  .top-menu .open-menu-button .ty-menu__item-link {
    min-height: initial;
    padding: 10px;
    line-height: 1;
  }
  .top-menu .open-menu-button.open .ty-menu__item-link,
  .top-menu .open-menu-button:hover a.ty-menu__item-link {
    background: #000;
    color: #fff;
  }
  .ty-menu__items {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid #fff;
  }
  .ty-menu__items .ty-menu__items-show {
    display: block !important;
    border-bottom: 0px;
  }
  .ty-menu__item {
    display: none;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #fff;
    padding: 0px;
    position: relative;
  }
  .no-touch .ty-menu__item:hover .ty-menu__submenu-items,
  .ty-menu__item:hover .ty-menu__submenu-items {
    display: none;
  }
  .no-touch .ty-menu__item:hover .ty-menu__item-link {
    background: none;
    color: #7F4829;
  }
  .ty-menu__item.ty-menu__item-active:hover .ty-menu__item-link {
    background: #ffffff;
  }
  .ty-menu__item:last-child {
    box-shadow: none;
    border-bottom: 0px;
  }
  .ty-menu__item .ty-menu__item-toggle-active {
    background: #f2f2f2;
  }
  .ty-menu__item .ty-menu__item-link {
    position: static;
    min-height: 45px;
    line-height: 25px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .ty-menu__item:hover .ty-menu__item-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .ty-menu__item:hover .ty-menu__item-link:before {
    display: none;
  }
  .ty-menu__submenu .ty-menu__submenu-items {
    padding: 0px;
    border: 0;
  }
  .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item {
    border-bottom: 1px solid #f2f2f2;
    margin: 0px;
  }
  .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
    display: block;
    padding: 12px 30px 12px 20px;
  }
  .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
    color: black;
    background: none;
  }
  .ty-menu__submenu .ty-top-mine__submenu-col {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
  }
  .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item {
    position: relative;
    padding: 0px;
    padding-left: 35px;
  }
  .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-list {
    display: none;
  }
  .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle-active {
    background: #e0e0e0;
  }
  .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link {
    padding: 13px 35px;
    display: block;
    font-weight: normal;
  }
  .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header {
    min-height: 45px;
    margin: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header .ty-menu__submenu-link-active {
    background: #f7f7f7;
  }
  .ty-menu__menu-btn {
    border-bottom: 0px;
    box-shadow: none;
  }
  .ty-menu__submenu-items {
    background: #ebebeb;
    position: static;
  }
  .ty-icon-short-list {
    padding-right: 4px;
  }
  .ty-menu__item-toggle {
    width: 50px;
    height: 45px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    right: 0px;
    z-index: 100;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  .ty-menu__item-toggle i {
    display: inline-block;
    line-height: 46px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .ty-menu__submenu-dropdown-bottom {
    margin: auto;
  }
  .ty-menu__icon-hide {
    display: none;
  }
  .ty-menu__item-toggle-active i {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ty-menu-vertical {
    margin-bottom: 40px;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu {
    position: static;
    display: block;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
    background: none;
  }
  .ty-menu-vertical .ty-menu__submenu .dropdown-vertical__dir .ty-menu__submenu-item-header .ty-menu__item-link {
    color: #34495E;
    text-transform: uppercase;
    font-weight: bold;
  }
  .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
    color: #1ABC9C;
    text-transform: none;
    font-weight: normal;
  }
  .ty-menu-vertical .ty-menu__item-toggle i {
    top: 3px;
  }
  .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header {
    padding-left: 40px;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu-items .ty-menu__submenu-items {
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover > .ty-menu__item-link {
    background: none;
    color: #1ABC9C;
  }
  .ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle-active {
    background: #E0E0E0;
    color: #BFBFBF;
  }
  .ty-menu-vertical .ty-menu__submenu-item-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: none;
    border-bottom: none;
  }
  .ty-menu-vertical .ty-menu__submenu-item-header .ty-menu__submenu-item-header .ty-menu__item-link {
    color: #1ABC9C;
    text-transform: none;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i {
    color: #A1A6AA !important;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items {
    border: 1px solid #2B3E51;
    border-top: 0px;
    border-bottom: 0px;
  }
  .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-items {
    border: 0px;
  }
  .ty-menu-vertical .ty-menu__submenu-items .ty-menu__item {
    border-top: 1px solid #D8D8D8;
    border-bottom: 0px;
  }
  .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link {
    background: none;
    color: inherit;
  }
  .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu {
    width: auto;
  }
  .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items {
    width: auto;
  }
  .ty-menu-vertical .ty-menu__items.rtl .ty-menu__item-toggle {
    left: 0px;
  }
  .ui-dialog input[type="text"],
  .ui-dialog input[type="password"],
  .ui-dialog textarea,
  .ui-dialog select {
    width: 100%;
  }
  .ui-dialog input[type="checkbox"] {
    margin: -20px 0px;
  }
  body.dialog-is-open {
    overflow: visible;
  }
  div.ui-dialog .ui-dialog-title {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ty-estimation-buttons__rate {
    margin-bottom: 0px;
    float: right;
  }
  .ty-mainbox-title .ty-status {
    display: block;
    float: none;
  }
  .notification-content-extended {
    position: absolute;
    top: 2% !important;
    width: 96%;
    left: 2%;
    right: 10px;
    margin: 0px;
  }
  .notification-content-extended .ty-product-notification__body {
    max-height: none !important;
    overflow: visible;
  }
  .ty-product-notification__body .ty-product-options-name {
    width: 50%;
  }
  .ty-product-notification__body .ty-product-options-content {
    width: 50%;
    text-align: right;
  }
  .notification-container {
    top: 0;
    right: 0px;
    min-width: 100%;
    width: 100%;
  }
  .notification-content {
    margin: 0px;
    border: none;
  }
  .notification-content .close {
    top: 8px;
    right: 20px;
  }
  .ty-product-notification__image {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .ty-product-notification__product-name {
    max-width: 200px;
  }
  .ty-table table,
  .ty-table thead,
  .ty-table tbody,
  .ty-table th,
  .ty-table td,
  .ty-table tr {
    display: block;
  }
  .ty-table {
    margin: 10px 0px 20px;
  }
  .ty-table {
    border: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ty-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .ty-table tr {
    border: 1px solid #ccc;
  }
  .ty-cart-content.ty-table tr {
    border: 0;
  }
  .ty-table td {
    border: none;
    border-bottom: 1px solid #eee;
    white-space: normal;
    text-align: left;
    min-height: 18px;
    width: auto !important;
  }
  .ty-table td:before,
  .ty-table td:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ty-table td:after {
    clear: both;
  }
  .ty-cart-content td.ty-cart-content__product-elem,
  .ty-cart-content td.ty-cart-content__title {
    border-bottom: 1px solid #eee;
  }
  .ty-table.ty-cart-content tr td:last-child {
    border-bottom: 10px solid #eeeeee;
  }
  .ty-table__no-items td {
    padding: 0px;
  }
  .ty-table__no-items .ty-no-items {
    margin-bottom: 0px;
  }
  .ty-table__responsive-header {
    float: left;
    width: 35%;
    padding-right: 5%;
    font-weight: bold;
    word-break: normal;
    display: block;
  }
  .ty-table__responsive-content {
    float: left;
    width: 50%;
  }
  .ty-table.hidden,
  .ty-table .hidden {
    display: none;
  }
  .ty-cart-content .ty-cart-content__image-block {
    border-bottom: 0;
  }
  .ty-cart-content .ty-table__responsive-header,
  .ty-table__responsive-content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .ty-cart-content .ty-table__responsive-header {
    font-weight: normal;
    text-transform: uppercase;
    font-family: Roboto Condensed;
  }
  .ty-cart-content__image {
    float: none;
    text-align: center;
  }
  .ty-cart-content__left-buttons,
  .ty-cart-content__right-buttons {
    float: none;
  }
  .ty-cart-content__right-buttons {
    margin-top: 10px;
  }
  .ty-cart-content__top-buttons .ty-btn,
  .ty-cart-content__bottom-buttons .ty-btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ty-cart-content__top-buttons .ty-btn + .ty-btn,
  .ty-cart-content__bottom-buttons .ty-btn + .ty-btn {
    margin: 15px 0 0;
  }
  .ty-cart-total .ty-coupons__container {
    float: none;
    padding: 0;
    width: 100%;
  }
  .ty-cart-content__estimation {
    max-width: inherit;
  }
  .ty-cart-statistic {
    float: none;
    margin-top: 10px;
  }
  .ty-cart-statistic__title,
  .ty-cart-statistic__total-title {
    width: 50%;
    margin-right: 0;
    float: left;
  }
  .ty-cart-statistic__value,
  .ty-cart-statistic__total-value {
    width: 50%;
    float: left;
  }
  .ty-order-products__item .ty-order-products__item-delete {
    visibility: visible;
  }
  .logo-container {
    text-align: center;
    min-height: inherit;
  }
  .account-benefits {
    margin: 0px 0px 30px 0px;
  }
  .header-widget-grid .top-cart-content {
    margin: 0px;
  }
  .header-widget-grid {
    padding: 0px 10px;
  }
  .ty-quick-view-button {
    display: none;
    margin-bottom: 30px;
  }
  .product-list__control {
    float: none;
    margin-bottom: 10px;
  }
  .product-list__image {
    float: none;
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-align: center;
  }
  .ty-compact-list__content {
    float: none;
  }
  .ty-compact-list__content:before,
  .ty-compact-list__content:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ty-compact-list__content:after {
    clear: both;
  }
  .ty-compact-list__controls {
    float: right;
  }
  .ty-compact-list__image .ty-discount-label {
    display: inline-block;
    height: 30px;
    position: static;
    float: none;
  }
  .ty-sidebox:last-child {
    margin-bottom: 30px;
  }
  .ty-product-block__left {
    overflow: visible;
  }
  .ty-product-block__img-wrapper {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
  }
  .ty-product-block__img-wrapper:before,
  .ty-product-block__img-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ty-product-block__img-wrapper:after {
    clear: both;
  }
  .ty-product-block__img-wrapper .ty-no-image {
    width: 100% !important;
  }
  .ty-product-block__img-wrapper .ty-pict {
    max-width: 100%;
    height: auto;
  }
  .ui-dialog .ty-product-variant-image {
    margin-left: 0;
  }
  .ty-account-detail {
    margin: 0 0 30px;
    background-image: none;
    padding-bottom: 20px;
  }
  .ty-profile-field__switch-label {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .ty-profile-field__switch-actions {
    float: none;
    text-align: center;
  }
  .ty-billing-first-name,
  .ty-billing-last-name,
  .ty-shipping-first-name,
  .ty-shipping-last-name,
  .ty-billing-country,
  .ty-billing-state,
  .ty-shipping-country,
  .ty-shipping-state,
  .ty-first-name,
  .ty-last-name {
    width: 100%;
  }
  .ty-billing-first-name + .ty-billing-last-name,
  .ty-billing-country + .ty-billing-state,
  .ty-shipping-first-name + .ty-shipping-last-name,
  .shipping-country + .ty-shipping-state,
  .ty-first-name + .ty-last-name {
    margin-left: 0;
  }
  .ty-buttons-container__add-or-close .ty-btn {
    display: block;
    margin: 0px;
  }
  .ty-buttons-container__add-or-close .ty-close-text {
    padding-top: 10px;
    display: inline-block;
  }
  .ty-login-info {
    margin: 0;
  }
  .ty-success-registration__item {
    display: block;
    width: 100%;
  }
  .ty-account-benefits {
    margin: 0 0 20px;
  }
  .ty-company-fields {
    margin-bottom: 20px;
  }
  .ty-company-info {
    margin: 0;
    padding: 0;
    background: none;
  }
  .ty-features-all {
    text-align: center;
  }
  .ty-feature__image {
    float: none;
  }
  .ty-sitemap__tree-section-list,
  .ty-sitemap__section-wrapper {
    width: 50%;
  }
  .ty-checkout__login {
    float: none;
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ty-checkout__register {
    float: none;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ty-checkout__register-content {
    padding-left: 0;
  }
  .ty-compare-products__product {
    display: block;
  }
  .ty-compare-products__item {
    width: auto;
  }
  .ty-compare__buttons .ty-btn {
    display: table;
    margin: 5px auto;
  }
  .ty-compare__buttons .ty-btn + .ty-btn {
    margin-left: auto;
  }
  .ty-compare-products__product {
    display: block;
  }
  .ty-compare-products__item {
    width: auto;
  }
  .ty-benefits-guarantees {
    margin-bottom: 0;
  }
  .ty-benefits-guarantees__item {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .ty-benefits-guarantees__item:last-child {
    margin-right: auto;
  }
  .search-block-grid {
    margin-top: 0px !important;
  }
  .ty-footer-menu__items {
    margin-top: 0;
    display: none;
  }
  .ty-footer-menu__item {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 20px;
  }
  .ty-footer-menu__header {
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #999999;
  }
  .ty-footer-menu__icon-open,
  .ty-footer-menu__icon-hide {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    color: #bfbfbf;
    cursor: pointer;
  }
  .ty-footer-menu__icon-open {
    display: block;
  }
  .ty-footer-menu__header.open .ty-footer-menu__icon-hide {
    display: block;
  }
  .ty-footer-menu__header.open .ty-footer-menu__icon-open {
    display: none;
  }
  .ty-footer-form-block__title {
    display: block;
    padding-right: 0;
  }
  .ty-footer-form-block {
    margin: 20px 0px 0px 0px;
  }
  .order-summary {
    margin-top: 0;
  }
  .ty-step__container-active {
    margin-bottom: 20px;
  }
  .ty-checkout-complete__buttons .ty-btn {
    margin: 0 0 15px 0;
  }
  .ty-checkout-complete__buttons-left,
  .ty-checkout-complete__buttons-right {
    float: none;
  }
  .ty-period__wrapper {
    float: none;
  }
  .ty-login-popup {
    min-width: 100px;
    max-width: none;
  }
  .ty-orders__actions .ty-btn {
    text-align: left;
    display: block;
  }
  .ty-orders__actions .ty-btn + .ty-btn {
    margin-left: 0;
    margin-top: 3px;
  }
  .ty-profiles-info__item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .ty-profiles-info__item:last-child {
    margin-bottom: 0;
  }
  .ty-orders-summary__right {
    float: none;
  }
  .ty-orders-summary__wrapper {
    float: none;
    min-width: 0;
  }
  .container {
    width: auto;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    min-height: inherit;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .ty-cart-items {
    width: 256px;
  }
  .ty-cart-items__list-item-desc {
    width: 187px;
  }
  .ty-cart-items__list-item-tools {
    right: -10px;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header-widget-grid .cart-content-grid {
    width: 50%;
    float: right;
    white-space: nowrap;
  }
  .ty-estimation-buttons__rate {
    margin-bottom: 10px;
    float: none;
  }
  .ty-search-form__input {
    margin: 4px 0px;
    width: 100%;
  }
  .ty-features-all .ty-column6 {
    width: 50%;
  }
  .ty-product-list__image {
    float: none;
    max-width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .ty-sitemap__tree-section-list,
  .ty-sitemap__section-wrapper {
    width: 100%;
    min-height: 0;
  }
  .ty-compact-list__controls {
    float: right;
  }
  .ty-compact-list__controls:before,
  .ty-compact-list__controls:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ty-compact-list__controls:after {
    clear: both;
  }
  .ty-compact-list__controls .ty-product-coming-soon {
    position: static;
    right: auto;
  }
  .ty-compact-list__controls .ty-btn + .ty-product-coming-soon {
    position: absolute;
    right: 0px;
  }
  .ty-pagination {
    text-align: center;
  }
  .ty-pagination__btn {
    width: 90%;
  }
  .ty-pagination__items {
    margin: 15px 0;
  }
  .ty-pagination__prev,
  .ty-pagination__next {
    display: inline-block;
  }
  .ty-step__title-txt {
    font-size: 18px;
  }
  .ty-checkout__billing-tabs .ty-tabs {
    padding: 0px;
  }
  .ty-checkout__billing-tabs li.ty-tabs__item {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ty-checkout__billing-tabs li.ty-tabs__item .ty-tabs__a {
    color: #6f6f6f;
  }
  .ty-checkout__billing-tabs li.ty-tabs__item.active .ty-tabs__a {
    color: #222222;
  }
  .ty-companies__img {
    float: none;
  }
  .ty-companies__info {
    padding: 0;
  }
  .ty-filters-search__item {
    padding-right: 0;
  }
}
.ty-tag-cloud {
  margin: 10px 0;
}
.ty-tag-cloud__item {
  margin-right: 10px;
}
.ty-tag-level-0,
.ty-tag-level-0:active {
  font-size: 69%;
}
.ty-tag-level-1,
.ty-tag-level-1:active {
  font-size: 77%;
}
.ty-tag-level-2,
.ty-tag-level-2:active {
  font-size: 92%;
}
.ty-tag-level-3,
.ty-tag-level-3:active {
  font-size: 108%;
}
.ty-tag-level-4,
.ty-tag-level-4:active {
  font-size: 123%;
}
.ty-tag-level-5,
.ty-tag-level-5:active {
  font-size: 154%;
}
.ty-tag-level-6,
.ty-tag-level-6:active {
  font-size: 192%;
}
.ty-tags-label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
.ty-tags-form {
  background: #FFF;
  padding: 16px 10px 12px 10px;
}
ul.ty-tags-list {
  padding-left: 0;
}
.ty-tags-form .tagit {
  padding: 1px 5px;
  min-height: 30px;
  overflow: auto;
  margin: 0;
  border-color: #7F4829;
}
.ty-tags-list__item {
  display: inline-block;
}
.ty-tags-list__a,
.ty-tags-form .tagit .tagit-choice {
  position: relative;
  display: block;
  float: left;
  margin: 3px 5px 3px 15px;
  padding: 0 27px 0 10px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  border: 0 none;
  background: #e6e6e6;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.ty-tags-list__a:before,
.ty-tags-form .tagit .tagit-choice:before {
  position: absolute;
  top: 50%;
  left: -14px;
  float: left;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-width: 12px 14px 12px 0;
  border-style: solid;
  border-color: transparent #e6e6e6 transparent transparent;
  content: "";
}
.ty-tags-list__a:after,
.ty-tags-form .tagit .tagit-choice:after {
  position: absolute;
  top: 50%;
  left: 0;
  float: left;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ty-tags-list__a {
  background: #e6e6e6;
  color: #676767;
  transition: none;
  padding-right: 10px;
}
.ty-tags-list__a:hover {
  background: #16A085;
  color: #fff;
  text-shadow: none;
}
.ty-tags-list__a:hover:before {
  border-right-color: #16a085;
}
.ty-tags-form .tagit .tagit-choice .tagit-label {
  line-height: 24px;
  text-decoration: none;
  color: #676767;
}
.ty-tags-form .tagit .tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  line-height: 17px;
}
.ty-tags-form .tagit .tagit-choice .tagit-close .ui-icon-close {
  background: none;
  text-indent: 0;
}
.ty-tags-form .tagit .tagit-choice .tagit-close .ui-icon-close:before {
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e00a";
  display: inline-block;
  font-size: 16px;
  color: #b3b3b3;
  padding: 1px;
  width: 10px;
  -webkit-font-smoothing: antialiased;
}
.ty-tags-form .tagit .tagit-choice .tagit-close:hover .ui-icon-close:before {
  color: #4d4d4d;
}
.ty-tags-form .tagit .tagit-choice .tagit-close .text-icon {
  display: none;
}
.ty-tags-form .tagit input[type="text"] {
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 3px 0 0;
  width: inherit;
  height: 23px;
  background-color: inherit;
  outline: none;
}
.ty-tags-form .tagit-hidden-field {
  display: none;
}
.ty-tags-summary {
  display: inline-block;
  margin: 25px 15px 0 0;
  width: 220px;
  vertical-align: top;
}
.ty-tags-summary__list:before,
.ty-tags-summary__list:after {
  display: table;
  content: "";
  line-height: 0;
}
.ty-tags-summary__list:after {
  clear: both;
}
.ty-tags-summary__item {
  margin-left: 15px;
  padding: 0 10px 0 12px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
}
.ty-tags-summary__item:before {
  border-width: 14px 12px 14px 0;
  margin-top: -14px;
  left: -12px;
}
.ty-tags-summary__item-name {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ty-tags-summary__delete {
  position: absolute;
  z-index: 5;
  visibility: hidden;
  margin: 3px 0 0 -17px;
}
.ty-tags-summary__item:hover {
  background: #e6e6e6;
  color: #676767;
}
.ty-tags-summary__item:hover:before {
  border-right-color: #e6e6e6;
}
.ty-tags-summary__item:after:hover {
  visibility: hidden;
}
.ty-tags-summary__item:hover .ty-tags-summary__delete {
  visibility: visible;
}
.ty-tags-summary__group-title {
  padding: 12px 27px 0;
  color: #757575;
}
.ty-tags-summary__group-item {
  padding: 5px 0 5px 27px;
}
.ty-tags-summary__group-delete {
  position: absolute;
  visibility: hidden;
  margin: 2px 0 0 -20px;
}
.ty-tags-summary__group-item:hover .ty-tags-summary__group-delete {
  visibility: visible;
}
@media (max-width: 767px) {
  .ty-tags-summary {
    width: 180px;
    margin-right: 10px;
  }
  .ty-tags-summary__item-name {
    max-width: 115px;
  }
}
.ty-news {
  margin-top: 30px;
}
.ty-news__item {
  margin-bottom: 50px;
}
.ty-news__title {
  color: #404040;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
  padding: 0 0 6px;
  font-size: 16px;
}
.ty-news__date {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
  color: #b1b1b1;
  font-weight: normal;
  font-size: 13px;
}
.ty-news__description img {
  width: auto;
  max-width: 100%;
}
.ty-news-sidebox {
  margin: 10px 0;
}
.ty-news-sidebox__item {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ty-news-sidebox__item-date {
  color: #919191;
  font-size: 11px;
}
.ty-newsletters {
  margin-bottom: 30px;
}
.ty-newsletters__item {
  margin-bottom: 5px;
}
.ty-news-text-links {
  margin: 10px 0;
}
.ty-news-text-links__date {
  font-weight: bold;
}
@media (max-width: 767px) {
  .ty-news__title {
    margin-top: 50px;
  }
  .ty-news__title .ty-news__date {
    float: left;
    margin-top: -25px;
    margin-left: 0;
  }
}
.ty-gift-certificate {
  margin-top: 25px;
}
.ty-gift-certificate__amount-alert {
  color: #a6a6a6;
  padding-top: 2px;
}
.error .ty-gift-certificate__amount-alert {
  color: #b94a48;
}
.ty-gift-certificate__amount-input {
  width: 115px;
}
.ty-gift-certificate__switch {
  margin: 25px 0px;
  padding: 15px 20px;
  border: 2px solid #bdc3c7;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ty-gift-certificate__switch-label {
  float: left;
}
.ty-gift-certificate__switch-mail {
  float: right;
}
.ty-gift-certificate__send {
  float: left;
  padding-right: 15px;
}
.ty-gift-certificate__products .ty-no-items {
  display: none;
}
.ty-gift-certificate__products .product-picker-icon {
  float: left;
  margin: 2px 5px 0 0;
}
.ty-gift-certificate__select {
  width: 100%;
}
.ty-gift-certificate__country {
  display: inline-block;
  width: 47%;
}
.ty-gift-certificate__state {
  display: inline-block;
  margin-left: 5%;
  width: 47%;
}
.ty-gift-certificate-validate {
  margin-top: 42px;
}
.ty-gift-certificate-validate .ty-input-append {
  width: 88%;
  float: right;
}
.ty-gift-certificate__currency {
  position: absolute;
  margin-top: 7px;
  margin-left: 120px;
}
.ty-gift-certificate-validate__title {
  font-weight: normal;
  text-align: right;
}
.ty-gift-certificate__icon {
  position: absolute;
  top: 3px;
  left: -35px;
  font-size: 27px;
  line-height: 27px;
  color: #ddd;
}
.ty-gift-certificate-verify {
  min-width: 600px;
  max-width: 600px;
}
table.ty-gift-certificate-verify__table {
  margin: 10px 0 20px 0;
  width: 100%;
}
table.ty-gift-certificate-verify__table {
  margin-top: 0;
  width: 100%;
}
.ty-gift-certificate-verify__row {
  padding: 7px 13px;
}
.ty-gift-certificate-verify__error {
  max-width: 250px;
  text-align: center;
  font-weight: bold;
}
.ty-gift-certificate-history {
  width: 100%;
}
.ty-gift-image {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  background-color: #f9f9f9;
  color: #c8c8c8;
  cursor: default;
}
.ty-gift-image__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}
.ty-product-notification__item .ty-gift-image {
  margin-right: 20px;
}
.ty-gift-certificate-order {
  margin-top: 10px;
}
.ty-gift-certificate-order__group-label {
  display: inline-block;
  padding: 6px 0;
  width: 100px;
}
.ty-gift-certificate-order__group-item {
  display: inline-block;
  padding: 6px 0;
}
.ty-gift-certificate-history .ty-no-items {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .ty-gift-certificate__preview-btn {
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .ty-gift-certificate-verify {
    min-width: inherit;
  }
  .ty-gift-certificate-verify__row {
    display: block;
  }
  .ty-gift-certificate-validate {
    margin-top: 20px;
  }
  .certificates-verify-grid {
    margin-bottom: 30px;
  }
  .certificates-verify-grid:before,
  .certificates-verify-grid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .certificates-verify-grid:after {
    clear: both;
  }
}
.fixed-class {
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  display: block;
  right: 0;
}
.ty-top-panel-padding .ty-menu__items.fixed-class {
  margin-top: 35px;
}
.fixed-class100 {
  position: fixed;
  z-index: 1001;
  width: 100%;
}
.ty-logo-container__image {
  display: block;
}
@media (max-width: 767px) {
  .ty-logo-container__image {
    margin: 0 auto;
  }
}
.fixed-class .ty-logo-container__image {
  float: left;
  padding-right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.images-logo-fixed {
  position: relative;
  float: left;
}
.ty-menu__items.fixed-class {
  background: #ffffff;
}
.fixed-class .wrap-fix-menu {
  margin-left: auto;
  margin-right: auto;
  position: static;
  display: table;
}
.ty-menu__items.cm-responsive-menu.fixed-class {
  background: linear-gradient(to bottom,#BD7A53 0%,#814A2A 100%) repeat scroll 0% 0% transparent;
}
.tygh-top-panel.fixed-class100 {
  background-color: #FFFBD6;
}
.tygh-top-panel.fixed-class100 .ty-logo-container img {
  width: 200px;
}
.fixed-class .ty-menu__item .ty-menu__item-link {
  border: none;
  border-right: 1px solid #fff;
}
.fixed-class .ty-menu__item:nth-child(2) .ty-menu__item-link {
  border-left: 1px solid #fff;
}
.ty-form-builder__checkbox-label,
.ty-form-builder__radio-label {
  display: inline-block;
  margin: 0 15px 5px 0;
  white-space: nowrap;
}
.ty-form-builder__multiple-select,
.ty-form-builder__select,
.ty-form-builder__state,
.ty-form-builder__country {
  width: 100%;
  max-width: 500px;
}
.ty-form-builder__textarea {
  width: 100%;
  max-width: 500px;
}
.ty-form-builder .ty-input-text {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 979px) {
  .ty-form-builder__textarea {
    max-width: 400px;
  }
  .ty-form-builder .ty-input-text {
    max-width: 400px;
  }
  .ty-form-builder__multiple-select,
  .ty-form-builder__select,
  .ty-form-builder__state,
  .ty-form-builder__country {
    max-width: 400px;
  }
}
.ty-polls + .ty-polls {
  margin-top: 50px;
}
.ty-polls,
.ty-ty-polls__results {
  margin-bottom: 30px;
}
h2.ty-poll-header {
  font-size: 18px;
}
h3.ty-poll__header {
  font-size: 16px;
  margin-bottom: 5px;
}
.ty-poll {
  padding: 10px 2px;
}
.ty-poll-list {
  margin: 0 0 10px 0;
}
.ty-poll-list__item {
  margin-bottom: 10px;
}
.ty-poll__textarea {
  width: 100%;
  height: 50px;
}
.ty-poll__input-text {
  margin: 7px 0;
}
.ty-polls__description,
.ty-poll__header,
.ty-polls__footer {
  padding-bottom: 5px;
}
.ty-poll__required-question {
  color: #ea7162;
}
.ty-polls__results {
  margin-bottom: 15px;
}
.ty-polls__results-item {
  margin-bottom: 15px;
}
.ty-polls-graph {
  margin: 15px 0 0;
}
.ty-polls-graph__title {
  float: left;
  width: 70%;
}
.ty-polls-graph__ratio {
  float: right;
  width: 25%;
  text-align: right;
}
.ty-polls-graph__bar {
  border: 1px solid #e2e2e2;
  overflow: hidden;
  margin-top: 3px;
  height: 11px;
}
.ty-polls-graph__bar-result {
  width: 0;
  height: 100%;
  background: #3e3e3e;
}
.ty-polls__total {
  font-size: 15px;
  margin-top: 15px;
  font-weight: bold;
}
.ty-banner__image-item {
  text-align: center;
}
.ty-banner__image-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
  text-align: center;
}
.gr-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}
.gr-wrapper-for-world {
  margin: 0 auto 30px;
  *zoom: 1;
}
.gr-wrapper img {
  max-width: 100%;
  display: block;
}
.grslider li {
  padding: 0;
}
.gr-viewport > ul > li {
  background: transparent 50% 0% no-repeat;
  background-color: rgba(0,0,0,0);
  background-size: cover;
}
.grslider-center-wrapper.only-image {
  max-width: auto;
}
.grslider-center-wrapper.only-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.grslider-center-wrapper.only-image.image_width_full img {
  width: 100%;
}
.grslider-center-wrapper {
  position: relative;
  margin: 0 auto;
}
.gr-wrapper .gr-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.gr-wrapper .gr-pager,
.gr-wrapper .gr-controls-auto {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.gr-wrapper .gr-loading {
  min-height: 250px;
  background: url('../../../../../../../../design/themes/graceful/media/images/addons/graceful_slider/bx_loader.gif?1748352221') center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.gr-wrapper .gr-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
}
.gr-wrapper .gr-pager .gr-pager-item,
.gr-wrapper .gr-controls-auto .gr-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.gr-wrapper .gr-pager.gr-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gr-wrapper .gr-pager.gr-default-pager a:hover,
.gr-wrapper .gr-pager.gr-default-pager a.active {
  background: #000;
}
.gr-wrapper .gr-prev {
  left: 10px;
  background: url('../../../../../../../../design/themes/graceful/media/images/addons/graceful_slider/controls.png?1748352221') no-repeat 0 -32px;
}
.gr-wrapper .gr-next {
  right: 10px;
  background: url('../../../../../../../../design/themes/graceful/media/images/addons/graceful_slider/controls.png?1748352221') no-repeat -43px -32px;
}
.gr-wrapper .gr-prev:hover {
  background-position: 0 0;
}
.gr-wrapper .gr-next:hover {
  background-position: -43px 0;
}
.gr-wrapper .gr-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.gr-wrapper .gr-controls-direction a.disabled {
  display: none;
}
.gr-wrapper .gr-controls-auto {
  text-align: center;
}
.gr-wrapper .gr-controls-auto a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.gr-wrapper .gr-controls-auto .gr-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../../../../../../../design/themes/graceful/media/images/addons/graceful_slider/controls.png?1748352221') -86px -11px no-repeat;
  margin: 0 3px;
}
.gr-wrapper .gr-controls-auto .gr-start:hover,
.gr-wrapper .gr-controls-auto .gr-start.active {
  background-position: -86px 0;
}
.gr-wrapper .gr-controls-auto .gr-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../../../../../../../design/themes/graceful/media/images/addons/graceful_slider/controls.png?1748352221') -86px -44px no-repeat;
  margin: 0 3px;
}
.gr-wrapper .gr-controls-auto .gr-stop:hover,
.gr-wrapper .gr-controls-auto .gr-stop.active {
  background-position: -86px -33px;
}
.gr-wrapper .gr-controls.gr-has-controls-auto.gr-has-pager .gr-pager {
  text-align: left;
  width: 80%;
}
.gr-wrapper .gr-controls.gr-has-controls-auto.gr-has-pager .gr-controls-auto {
  right: 0;
  width: 35px;
}
.gr-wrapper .gr-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.gr-wrapper .gr-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.iSkin .gr-controls-direction a {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 23px;
  height: 23px;
  margin-top: -23px;
  padding: 10px 9px;
  border: 1px solid #007aff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #007aff;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.iSkin .gr-controls-direction a:hover {
  color: #fff;
  background: #007aff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.iSkin .gr-controls-direction a:before {
  display: block;
  margin-bottom: 20px;
  font-family: 'glyphs';
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  text-align: center;
}
.iSkin .gr-controls-direction a.gr-prev:before {
  content: "\e020";
}
.iSkin .gr-controls-direction a.gr-next:before {
  content: "\e01f";
}
.iSkin.gr-wrapper .gr-pager,
.iSkin.gr-wrapper .gr-controls-auto {
  bottom: 5px;
  padding: 0;
}
.iSkin.gr-wrapper .gr-pager {
  left: 5px;
}
.iSkin.gr-wrapper .gr-controls.gr-has-controls-auto.gr-has-pager .gr-controls-auto {
  right: 5px;
}
.iSkin.gr-wrapper .gr-pager.gr-default-pager a {
  border: 1px solid #007aff;
  background: rgba(59,89,153,0.5);
  color: #007aff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.iSkin.gr-wrapper .gr-pager.gr-default-pager a:hover,
.iSkin.gr-wrapper .gr-pager.gr-default-pager a.active {
  background: #007aff;
  color: #fff;
}
.fashionSkin .gr-controls-direction a {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  padding: 0;
  border: 0;
  color: #333333;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fashionSkin .gr-controls-direction a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fashionSkin .gr-controls-direction a:before {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  font-family: 'glyphs';
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  text-align: center;
}
.fashionSkin .gr-controls-direction a.gr-prev:before {
  content: "\e020";
}
.fashionSkin .gr-controls-direction a.gr-next:before {
  content: "\e01f";
}
.fashionSkin.gr-wrapper .gr-pager,
.fashionSkin.gr-wrapper .gr-controls-auto {
  bottom: 2%;
  padding: 0;
}
.fashionSkin.gr-wrapper .gr-pager {
  left: 5px;
}
.fashionSkin.gr-wrapper .gr-controls.gr-has-controls-auto.gr-has-pager .gr-controls-auto {
  right: 5px;
}
.fashionSkin.gr-wrapper .gr-pager.gr-default-pager a {
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px auto 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0,0,0,0.298039) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.298039) 0px 1px 2px 0px;
  box-shadow: rgba(0,0,0,0.298039) 0px 1px 2px 0px;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.fashionSkin .gr-pager {
  height: 16px;
  vertical-align: bottom;
}
.fashionSkin .gr-pager-item {
  display: inline-block;
  width: 22px;
  height: 16px;
  margin: 3px 0 0;
  vertical-align: bottom;
}
.fashionSkin.gr-wrapper .gr-pager.gr-default-pager a:hover,
.fashionSkin.gr-wrapper .gr-pager.gr-default-pager a.active {
  width: 16px;
  height: 16px;
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
}
.airSkin .gr-controls-direction a {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 45px;
  height: 48px;
  margin-top: -24px;
  padding: 0;
  border: 0;
  text-indent: -99999999px;
  color: #fff;
  background: url('../../../../../../../../design/themes/graceful/media/images/addons/graceful_slider/air-skin-arrow.png?1748352221') no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.airSkin .gr-controls-direction a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.airSkin .gr-controls-direction a:before {
  display: none;
}
.airSkin .gr-controls-direction a.gr-prev {
  background-position: 0 0;
}
.airSkin .gr-controls-direction a.gr-next {
  background-position: -45px 0;
}
.airSkin.gr-wrapper .gr-pager,
.airSkin.gr-wrapper .gr-controls-auto {
  bottom: 2%;
  padding: 0;
}
.airSkin.gr-wrapper .gr-pager {
  left: 5px;
}
.airSkin.gr-wrapper .gr-controls.gr-has-controls-auto.gr-has-pager .gr-controls-auto {
  right: 5px;
}
.airSkin.gr-wrapper .gr-pager.gr-default-pager a {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  font-size: 11px;
  color: #fff;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350m;
}
.airSkin.gr-wrapper .gr-pager.gr-default-pager a:hover,
.airSkin.gr-wrapper .gr-pager.gr-default-pager a.active {
  background: #fff;
  color: #fff;
}
.gracefulSkin .gr-controls-direction a {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  padding: 0;
  border: 0;
  color: #000;
  text-indent: 0;
  text-align: center;
  background: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gracefulSkin .gr-controls-direction a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gracefulSkin .gr-controls-direction a:before {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0;
  font-family: 'glyphs';
  speak: none;
  font-size: 32px;
  line-height: 42px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  text-align: center;
}
.gracefulSkin .gr-controls-direction a.gr-prev:before {
  content: "\e020";
}
.gracefulSkin .gr-controls-direction a.gr-next:before {
  content: "\e01f";
}
.gracefulSkin.gr-wrapper .gr-pager,
.gracefulSkin.gr-wrapper .gr-controls-auto {
  bottom: 5px;
  padding: 0;
}
.gracefulSkin.gr-wrapper .gr-pager {
  left: 5px;
}
.gracefulSkin.gr-wrapper .gr-controls.gr-has-controls-auto.gr-has-pager .gr-controls-auto {
  right: 5px;
}
.gracefulSkin.gr-wrapper .gr-pager.gr-default-pager a {
  width: 6px;
  height: 6px;
  border: 2px solid #000;
  font-size: 11px;
  color: #000;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.gracefulSkin.gr-wrapper .gr-pager.gr-default-pager a:hover,
.gracefulSkin.gr-wrapper .gr-pager.gr-default-pager a.active {
  background: #000;
  color: #fff;
}
.lightingSkin .gr-controls-direction a {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  padding: 0;
  border: 1px solid #222222;
  color: #222222;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.lightingSkin .gr-controls-direction a:hover {
  color: #222222;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.lightingSkin .gr-controls-direction a:before {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0;
  font-family: 'glyphs';
  speak: none;
  font-size: 32px;
  line-height: 42px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  text-align: center;
}
.lightingSkin .gr-controls-direction a.gr-prev:before {
  content: "\e020";
}
.lightingSkin .gr-controls-direction a.gr-next:before {
  content: "\e01f";
}
.lightingSkin.gr-wrapper .gr-pager,
.lightingSkin.gr-wrapper .gr-controls-auto {
  bottom: 5px;
  padding: 0;
}
.lightingSkin.gr-wrapper .gr-pager {
  left: 5px;
}
.lightingSkin.gr-wrapper .gr-controls.gr-has-controls-auto.gr-has-pager .gr-controls-auto {
  right: 5px;
}
.lightingSkin.gr-wrapper .gr-pager.gr-default-pager a {
  height: 6px;
  color: #000;
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.lightingSkin.gr-wrapper .gr-pager.gr-default-pager a:hover,
.lightingSkin.gr-wrapper .gr-pager.gr-default-pager a.active {
  background: #222222;
  color: ;
}
.ty-discussion-post__content {
  margin-top: 20px;
}
.ty-discussion-post {
  position: relative;
  margin: 10px 0 45px 0;
  padding: 15px;
  border: 1px solid #ECF0F1;
}
.ty-discussion-post__author {
  margin-left: 37px;
  font-weight: bold;
}
.ty-discussion-post__date {
  float: right;
  right: 0;
  color: #BDC3C7;
}
.ty-discussion-post__rating {
  font-size: 15px;
  margin-bottom: 5px;
}
.ty-company-detail__top-links .ty-stars__icon {
  font-size: 21px;
}
.ty-discussion__rating-wrapper {
  margin-bottom: 10px;
}
.ty-discussion__rating-wrapper .ty-stars .ty-stars__icon {
  font-size: 20px;
  margin-right: 4px;
}
.ty-stars,
.ty-discussion__review-a,
.ty-discussion__review-write {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.ty-stars {
  color: #222222;
}
.ty-stars__icon {
  vertical-align: middle;
  margin-left: 2px;
  font-size: 14px;
}
.ty-stars a:hover {
  text-decoration: none;
}
.ty-product-list__rating {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
}
.ty-product-list__rating .ty-stars {
  margin-right: 0;
}
.ty-companies .ty-stars {
  display: block;
  margin: 5px 0 0;
}
.ty-rating {
  float: left;
  color: #222222;
}
.ty-rating__label {
  display: inline-block;
}
.ty-rating:not(:checked) > .ty-rating__check {
  position: absolute;
  left: -9999px;
  clip: rect(0,0,0,0);
}
.ty-rating:not(:checked) > .ty-rating__label {
  float: right;
  width: 17px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.2;
  margin-right: 2px;
}
.ty-rating:not(:checked) > .ty-rating__label:before {
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 21px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e004";
}
.ty-rating:not(:checked) > .ty-rating__label:hover:before,
.ty-rating:not(:checked) > .ty-rating__label:hover ~ .ty-rating__label:before {
  content: "\e041";
}
.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:before,
.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover:before,
.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover ~ .ty-rating__label:before,
.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover:before,
.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover ~ .ty-rating__label:before,
.ty-rating > .ty-rating__label:hover ~ .ty-rating__check:checked ~ .ty-rating__label:before {
  content: "\e041";
}
.ty-template-small__item-description .ty-stars {
  display: block;
}
@media (max-width: 979px) {
  .ty-discussion-post__author {
    display: block;
  }
  .ty-discussion-post__date {
    display: block;
    float: none;
    margin-left: 37px;
  }
}
.ty-twishlist-item {
  text-align: center;
  height: 18px;
  margin-bottom: 10px;
}
.ty-grid-list__item:hover .ty-twishlist-item__remove {
  visibility: visible;
}
.ty-add-to-wish {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .ty-wish-list__buttons .ty-btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ty-wish-list__buttons .ty-btn + .ty-btn {
    margin: 15px 0 0;
  }
}
.cloudzoom-lens {
  border: 1px solid #b3b3b3;
  cursor: move;
  width: 150px;
  height: 150px;
}
.cloudzoom-zoom {
  border: 1px solid #a6a6a6;
  height: 450px;
  width: 450px;
  z-index: 2000;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.cloudzoom-zoom-inside {
  border: medium none;
  box-shadow: none;
  z-index: 2000;
}
.cloudzoom-caption {
  background-color: #000000;
  color: #FFFFFF;
  display: none;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
.cloudzoom-blank {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/addons/image_zoom/blank.png?1748352221');
  z-index: 2000;
}
.cloudzoom-ajax-loader {
  background-image: url('../../../../../../../../design/themes/graceful/media/images/icons/ajax_loader.gif?1748352221');
  height: 32px;
  width: 32px;
}
.alert-success,
.alert-warning,
.alert-error {
  margin: 0 0 1px;
  border-radius: 0;
  border: none;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  box-shadow: 0 13px 10px -5px rgba(0,0,0,0.2);
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-90deg);
    -webkit-transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,20deg);
    -webkit-transition-timing-function: ease-out;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-10deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,5deg);
    -webkit-transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-90deg);
    transform: perspective(400px) rotate3d(1,0,0,-90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,20deg);
    transform: perspective(400px) rotate3d(1,0,0,20deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-10deg);
    transform: perspective(400px) rotate3d(1,0,0,-10deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,5deg);
    transform: perspective(400px) rotate3d(1,0,0,5deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.cm-gallery-item-second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  visibility: hidden;
}
.ty-grid-list__item:hover .cm-gallery-item-second {
  display: block;
  visibility: visible;
}
@media (max-width: 767px) {
  .ty-grid-list__item:hover .cm-gallery-item-second {
    display: none;
    visibility: hidden;
  }
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-container:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.vertical.flip-container:hover .front,
.vertical.flip-container.hover .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.ty-product-feature__online_item {
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
}
a.feature-tooltip {
  outline: none;
}
a.feature-tooltip strong {
  line-height: 30px;
}
a.feature-tooltip:hover {
  text-decoration: none;
}
a.feature-tooltip span.feature-tooltip-content {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 68px;
  width: 300px;
  line-height: 16px;
}
a.feature-tooltip:hover span.feature-tooltip-content {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0;
}
.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}
a.feature-tooltip span.feature-tooltip-content {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 5px;
  background: rgba(0,0,0,0.1);
}
#progressBar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0,0,0,0.05);
}
#progressBar.progressBar-bottom {
  top: auto;
  bottom: 0;
}
.iSkin {
  margin-top: 0;
}
.iSkin.owl-theme .owl-controls {
  margin-top: 0;
}
.iSkin .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
}
.iSkin.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  overflow: hidden;
  height: 23px;
  margin-top: -23px;
  padding: 10px 9px;
  border: 1px solid #007aff;
  color: #007aff;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.iSkin.owl-theme .owl-controls .owl-buttons div:hover {
  background: #007aff;
  color: #fff;
}
.iSkin.owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  margin-bottom: 20px;
  font-family: 'glyphs';
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.iSkin .owl-buttons .owl-prev {
  left: 10px;
}
.iSkin .owl-buttons .owl-prev:before {
  content: "\e020";
}
.iSkin .owl-buttons .owl-next {
  right: 10px;
}
.iSkin .owl-buttons .owl-next:before {
  content: "\e01f";
}
.iSkin.owl-theme .owl-controls .owl-page span {
  border: 1px solid #007aff;
  background: rgba(59,89,153,0.5);
  color: #007aff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.iSkin.owl-theme .owl-controls .owl-page.active span,
.iSkin.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #007aff;
  color: #fff;
}
.iSkin.owl-theme .owl-controls .owl-page .owl-numbers {
  width: 19px;
  padding: 1px;
}
.fashionSkin.owl-theme .owl-controls {
  margin-top: 0;
}
.fashionSkin.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  overflow: hidden;
  height: 50px;
  margin: -25px 0 0;
  padding: 0;
  border: 0;
  color: #333333;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fashionSkin.owl-theme .owl-controls .owl-buttons div:hover {
  background: #000;
  color: #fff;
}
.fashionSkin.owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  font-family: 'glyphs';
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
}
.fashionSkin .owl-buttons .owl-prev {
  left: 0px;
}
.fashionSkin .owl-buttons .owl-prev:before {
  content: "\e020";
}
.fashionSkin .owl-buttons .owl-next {
  right: 0px;
}
.fashionSkin .owl-buttons .owl-next:before {
  content: "\e01f";
}
.fashionSkin .owl-pagination {
  position: absolute;
  bottom: 3.5%;
  right: 1.5%;
}
.fashionSkin.owl-theme .owl-controls .owl-page {
  display: inline-block;
  width: 22px;
  height: 16px;
}
.fashionSkin.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px auto 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0,0,0,0.298039) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.298039) 0px 1px 2px 0px;
  box-shadow: rgba(0,0,0,0.298039) 0px 1px 2px 0px;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.fashionSkin.owl-theme .owl-controls .owl-page span.owl-numbers {
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 6px;
  line-height: 10px;
  color: #000;
}
.fashionSkin.owl-theme .owl-controls .owl-page.active span,
.fashionSkin.owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 16px;
  height: 16px;
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
}
.fashionSkin.owl-theme .owl-controls.clickable .owl-page:hover span {
  color: #fff;
  background: #000;
}
.airSkin.owl-theme .owl-controls {
  margin-top: 0;
}
.airSkin .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
}
.airSkin.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 45px;
  height: 48px;
  margin-top: -24px;
  padding: 0;
  border: 0;
  text-indent: -99999999px;
  color: #fff;
  background: url('../../../../../../../../design/themes/graceful/media/images/addons/powerfull_owl/air-skin-arrow.png?1748352221') no-repeat;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.airSkin.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: none;
  color: #fff;
}
.airSkin.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
  background-position: 0 0;
}
.airSkin.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
  background-position: -45px 0;
}
.airSkin.owl-theme .owl-controls .owl-page span {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  font-size: 11px;
  color: #fff;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.airSkin.owl-theme .owl-controls .owl-page.active span,
.airSkin.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
  color: #000;
}
.airSkin.owl-theme .owl-controls .owl-page .owl-numbers {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  padding: 0;
}
.gracefulSkin.owl-theme .owl-controls {
  margin-top: 0;
}
.gracefulSkin .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
}
.gracefulSkin.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  overflow: hidden;
  height: 42px;
  margin-top: -21px;
  padding: 0;
  border: 0;
  color: #000;
  background: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gracefulSkin.owl-theme .owl-controls .owl-buttons div:before {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0;
  font-family: 'glyphs';
  speak: none;
  font-size: 32px;
  line-height: 42px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.gracefulSkin .owl-buttons .owl-prev {
  left: 0px;
}
.gracefulSkin .owl-buttons .owl-prev:before {
  content: "\e020";
}
.gracefulSkin .owl-buttons .owl-next {
  right: 0px;
}
.gracefulSkin .owl-buttons .owl-next:before {
  content: "\e01f";
}
.gracefulSkin.owl-theme .owl-controls .owl-page span {
  width: 6px;
  height: 6px;
  border: 2px solid #000;
  font-size: 11px;
  color: #000;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.gracefulSkin.owl-theme .owl-controls .owl-page.active span,
.gracefulSkin.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000;
  color: #fff;
}
.gracefulSkin.owl-theme .owl-controls .owl-page .owl-numbers {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  padding: 0;
}
.lightingSkin.owl-theme .owl-controls {
  margin-top: 0;
}
.lightingSkin .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
}
.lightingSkin.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  overflow: hidden;
  height: 23px;
  margin-top: -23px;
  padding: 10px 9px;
  border: 1px solid #222222;
  color: #222222;
  background: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lightingSkin.owl-theme .owl-controls .owl-buttons div:hover {
  background: #fff;
  color: #222222;
}
.lightingSkin.owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  margin-bottom: 20px;
  font-family: 'glyphs';
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.lightingSkin .owl-buttons .owl-prev {
  left: 10px;
}
.lightingSkin .owl-buttons .owl-prev:before {
  content: "\e020";
}
.lightingSkin .owl-buttons .owl-next {
  right: 10px;
}
.lightingSkin .owl-buttons .owl-next:before {
  content: "\e01f";
}
.lightingSkin.owl-theme .owl-controls .owl-page span {
  height: 6px;
  color: #000;
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.lightingSkin.owl-theme .owl-controls .owl-page.active span,
.lightingSkin.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #222222;
  color: ;
}
.lightingSkin.owl-theme .owl-controls .owl-page .owl-numbers {
  width: 19px;
  height: auto;
  padding: 1px;
}
@media (min-width: 767px) {
  .ty-cart-content .ty-cart-content__product-elem,
  .ty-cart-content .ty-cart-content__title {
    border: 0;
  }
  .top-menu {
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .top-menu {
    margin-top: -27px;
  }
}
@media (max-width: 767px) {
  .top-menu .open-menu-button {
    position: absolute;
    top: -72px;
    right: 15px;
  }
  .top-menu .open-menu-button .ty-icon-short-list {
    padding-right: 0;
  }
  .top-menu .open-menu-button span {
    display: none;
  }
}
.ty-tygh .ty-product-block {
  padding: 0 0 20px;
}
div .ty-breadcrumbs {
  display: block;
}
.our-brands__wrapper .ty-grayscale {
  -webkit-filter: none;
  filter: none;
}
.ty-tygh .ty-benefits-guarantees.have-bg-class,
.ty-tygh .have-bg .ty-mainbox-body,
.ty-tygh .have-bg-class {
  padding-left: 0;
  padding-right: 0;
}
ul.social-networks li a i {
  color: #cccccc;
}
ul.social-networks li a {
  background: #666666;
  border-color: #666666;
}
ul.social-networks li a i {
  color: #fff;
}
ul.social-networks li a.icon-social-facebook {
  background: #3B5998;
  border-color: #3B5998;
}
ul.social-networks li a.icon-social-twitter {
  background: #55ACEE;
  border-color: #55ACEE;
}
ul.social-networks li a.icon-social-gplus {
  background: #DD4B39;
  border-color: #DD4B39;
}
ul.social-networks li a.icon-social-instagram {
  background: #517fa4;
  border-color: #517fa4;
}
ul.social-networks li a.icon-social-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
}
ul.social-networks li a.icon-social-play {
  background: #c4302b;
  border-color: #c4302b;
}
ul.social-networks li a.icon-social-vimeo {
  background: #44bbff;
  border-color: #44bbff;
}
ul.social-networks li a.icon-social-pinterest {
  background: #c8232c;
  border-color: #c8232c;
}
ul.social-networks li a.icon-social-linkedin {
  background: #0e76a8;
  border-color: #0e76a8;
}
ul.social-networks li a.icon-social-tumblr {
  background: #35465c;
  border-color: #35465c;
}
ul.social-networks li a:hover.icon-social-facebook {
  background: none;
  border-color: #3B5998;
}
ul.social-networks li a:hover.icon-social-facebook i {
  color: #3B5998;
}
ul.social-networks li a:hover.icon-social-twitter {
  background: none;
  border-color: #55ACEE;
}
ul.social-networks li a:hover.icon-social-twitter i {
  color: #55ACEE;
}
ul.social-networks li a:hover.icon-social-gplus {
  background: none;
  border-color: #DD4B39;
}
ul.social-networks li a:hover.icon-social-gplus i {
  color: #DD4B39;
}
ul.social-networks li a:hover.icon-social-instagram {
  background: none;
  border-color: #517fa4;
}
ul.social-networks li a:hover.icon-social-instagram i {
  color: #517fa4;
}
ul.social-networks li a:hover.icon-social-dribbble {
  background: none;
  border-color: #ea4c89;
}
ul.social-networks li a:hover.icon-social-dribbble i {
  color: #ea4c89;
}
ul.social-networks li a:hover.icon-social-play {
  background: none;
  border-color: #c4302b;
}
ul.social-networks li a:hover.icon-social-play i {
  color: #c4302b;
}
ul.social-networks li a:hover.icon-social-vimeo {
  background: none;
  border-color: #44bbff;
}
ul.social-networks li a:hover.icon-social-vimeo i {
  color: #44bbff;
}
ul.social-networks li a:hover.icon-social-pinterest {
  background: none;
  border-color: #c8232c;
}
ul.social-networks li a:hover.icon-social-pinterest i {
  color: #c8232c;
}
ul.social-networks li a:hover.icon-social-linkedin {
  background: none;
  border-color: #0e76a8;
}
ul.social-networks li a:hover.icon-social-linkedin i {
  color: #0e76a8;
}
ul.social-networks li a:hover.icon-social-tumblr {
  background: none;
  border-color: #35465c;
}
ul.social-networks li a:hover.icon-social-tumblr i {
  color: #35465c;
}
div .payment-icons .payment-icon .normal-color {
  opacity: 1;
  filter: alpha(opacity=100);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(//fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}
